/* ------------------------------------------- */
/* Terms and Conditions Styles */
/* ------------------------------------------- */

.terms-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.terms-section h1 {
    font-size: 3em;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 3px solid #007bff;
}

.terms-section .intro-text {
    font-size: 1.2em;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
    color: #555;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.terms-section h2 {
    font-size: 2em;
    color: #007bff;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
    border-left: 4px solid #007bff;
    border-bottom: none;
}

.terms-section p {
    font-size: 1.1em;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
    padding: 0 10px;
}

.terms-section p a {
    color: #28a745;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 2px dashed #28a74550;
    transition: color 0.3s, border-bottom-color 0.3s;
}

.terms-section p a:hover {
    color: #218838;
    border-bottom-color: #218838;
}

.terms-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    background: #fcfcfc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.terms-section ul li {
    font-size: 1.05em;
    padding: 15px 20px;
    margin: 10px 0;
    border-left: 5px solid #ffc107;
    background-color: #fffde7;
    border-radius: 5px;
    color: #333;
    line-height: 1.5;
}

.terms-section ul li:before {
    content: "⚠️";
    margin-right: 10px;
    font-weight: bold;
}

.terms-section .cta-text {
    text-align: center;
    font-size: 1.3em;
    margin: 60px auto 20px;
    padding: 30px 20px;
    background-color: #e9f7ff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.terms-section .cta-text a {
    color: #007bff;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid #007bff;
    transition: color 0.3s, border-bottom 0.3s;
}

.terms-section .cta-text a:hover {
    color: #0056b3;
    border-bottom-color: #0056b3;
}

/* ------------------------------------------- */
/* Privacy Policy Styles */
/* ------------------------------------------- */

.privacy-policy-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.privacy-policy-section h1 {
    font-size: 2.8em;
    color: #007bff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.privacy-policy-section .intro-text {
    font-size: 1.15em;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
    color: #555;
    line-height: 1.7;
}

.privacy-policy-section .intro-text strong {
    color: #2c3e50;
}

.privacy-policy-section h2 {
    font-size: 1.8em;
    color: #2c3e50;
    margin-top: 45px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.privacy-policy-section p {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #444;
}

.privacy-policy-section div ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 0;
}

.privacy-policy-section div ul li {
    font-size: 1.05em;
    margin-bottom: 10px;
    color: #444;
}

.privacy-policy-section a {
    color: #007bff;
    text-decoration: none;
}

.privacy-policy-section a:hover {
    text-decoration: underline;
}

.privacy-policy-section .cta-text {
    margin-top: 50px;
    padding: 20px;
    background-color: #e9f7ff;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1em;
    color: #2c3e50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* ------------------------------------------- */
/* Cookie Policy Styles */
/* ------------------------------------------- */

.cookie-policy-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.cookie-policy-section h1 {
    font-size: 2.8em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.cookie-policy-section h2 {
    font-size: 1.8em;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.cookie-policy-section p {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #444;
}

.cookie-policy-section strong {
    color: #007bff;
    font-weight: 700;
}

.cookie-policy-section ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 0;
}

.cookie-policy-section li {
    font-size: 1.05em;
    margin-bottom: 10px;
    color: #444;
}

.cookie-policy-section a {
    color: #007bff;
    text-decoration: none;
}

.cookie-policy-section a:hover {
    text-decoration: underline;
}

.cookie-policy-section .contact-us-info {
    margin-top: 30px;
    font-size: 1.05em;
    color: #444;
}

/* ------------------------------------------- */
/* FAQ Styles */
/* ------------------------------------------- */

.faq-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.faq-section h1 {
    font-size: 2.8em;
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.faq-section .intro-text {
    font-size: 1.15em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #555;
    line-height: 1.7;
}

.faq-section .intro-text strong {
    color: #2c3e50;
}

.faq-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    overflow: hidden;
}

.faq-item h2 {
    font-size: 1.5em;
    color: #2c3e50;
    margin: 0;
    padding: 20px 25px;
    cursor: pointer;
    background-color: #e9f7ff;
    border-bottom: 1px solid #dbe9f5;
    position: relative;
    text-align: left;
}

.faq-item h2::after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: bold;
    color: #007bff;
    transition: transform 0.3s ease;
}

.faq-item.active h2::after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
}

.faq-item p {
    font-size: 1.05em;
    padding: 20px 25px;
    color: #444;
    margin-top: 0;
    display: none;
    /* Hidden by default */
}

.faq-item.active p {
    display: block;
}

.faq-item p strong {
    color: #007bff;
}

.faq-item p a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.faq-item p a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .terms-section h1,
    .privacy-policy-section h1,
    .cookie-policy-section h1,
    .faq-section h1 {
        font-size: 2.2em;
    }

    .terms-section h2,
    .privacy-policy-section h2,
    .cookie-policy-section h2,
    .faq-item h2 {
        font-size: 1.5em;
    }

    .intro-text {
        font-size: 1em;
    }
}