﻿
.terms-container {
    background-color: #f9fbff;
    padding-bottom: 20px;
}

.terms-header {
    background: linear-gradient(135deg, #0d5f7c 0%, #0d5f7c 100%);
    color: #fff;
    padding: 60px 0;
    margin-bottom: 40px;
    text-align: center;
}

.terms-page-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Cairo', sans-serif;
}

.terms-last-updated {
    font-size: 1rem;
    color: #e0f2ff;
    margin: 0;
    font-family: 'Cairo', sans-serif;
}

.terms-content {
    padding: 20px 0 60px 0;
}

.terms-section {
    margin-bottom: 40px;
    line-height: 1.8;
}

.terms-intro {
    background-color: #f6fbfe;
    border-left: 4px solid #00adee;
    padding: 25px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.terms-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0d5f7c;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Cairo', sans-serif;
    border-left: 4px solid #00adee;
    padding-left: 15px;
}

.terms-text {
    font-size: 0.95rem;
    color: #4a4a4a;
    margin-bottom: 15px;
    line-height: 1.75;
    font-family: 'Cairo', sans-serif;
}

    .terms-text strong {
        color: #0d5f7c;
        font-weight: 650;
    }

.terms-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

    .terms-list li {
        padding: 8px 0 8px 30px;
        position: relative;
        color: #4a4a4a;
        font-size: 0.95rem;
        font-family: 'Cairo', sans-serif;
        line-height: 1.6;
    }

        .terms-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #00adee;
            font-weight: bold;
            font-size: 1.2rem;
        }

.terms-divider {
    height: 1px;
    background-color: #d4d4d4;
    margin: 40px 0;
}

.terms-highlight {
    background-color: #f0f8ff;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #00adee;
    margin: 20px 0;
}

.terms-contact-box {
    background-color: #f6fbfe;
    border: 2px solid #c7ebff;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    font-family: 'Cairo', sans-serif;
}

    .terms-contact-box p {
        margin-bottom: 8px;
        color: #0d5f7c;
        font-size: 0.95rem;
        line-height: 1.6;
    }

        .terms-contact-box p:last-child {
            margin-bottom: 0;
        }

    .terms-contact-box a {
        color: #00adee;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .terms-contact-box a:hover {
            color: #0d5f7c;
            text-decoration: underline;
        }

.terms-last-section {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .terms-header {
        padding: 40px 20px;
        margin-bottom: 30px;
    }

    .terms-page-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .terms-content {
        padding: 15px 0 40px 0;
    }

    .terms-section {
        margin-bottom: 30px;
    }

    .terms-intro {
        padding: 20px 15px;
        margin-bottom: 25px;
    }

    .terms-section-title {
        font-size: 1.3rem;
        padding-left: 12px;
    }

    .terms-text {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .terms-list li {
        padding: 8px 0 8px 25px;
        font-size: 0.9rem;
    }

    .terms-contact-box {
        padding: 15px;
    }
}

@media (min-width: 2000px) {
    .terms-section-title {
        font-size: 2.2rem;
    }

    .terms-text {
        font-size: 1.1rem;
    }

    .terms-list li {
        font-size: 1.1rem;
        padding: 12px 0 12px 40px;
    }

        .terms-list li::before {
            font-size: 1.5rem;
        }
}
