﻿.terms-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    margin-bottom: 40px;
    text-align: center;
}

.terms-section p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.terms-of-service-container {
    background-color: #fff;
}


.terms-header h1 {
    color: #333;
    font-size: 5rem;
    margin: 0;
    font-weight: 600;
}


.terms-section h2 {
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.terms-section ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

    .terms-section ul li {
        color: #555;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 10px;
        text-align: justify;
    }

.contact-info {
    list-style: none;
    padding-left: 0;
}

    .contact-info li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

        .contact-info li:last-child {
            border-bottom: none;
        }

/* Responsive Design */
@media (max-width: 768px) {
    .terms-header {
        padding: 40px 0;
    }


    .terms-header {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 60px 0;
        margin-bottom: 20px;
        text-align: center;
    }


        .terms-header h1 {
            font-size: 2rem;
        }

    .terms-content {
        padding: 15px;
    }

    .terms-section {
        padding: 15px;
        margin-bottom: 20px;
    }

        .terms-section h2 {
            font-size: 20px;
        }

        .terms-section p,
        .terms-section ul li {
            font-size: 15px;
        }
}

@media (max-width: 576px) {
    .terms-content {
        padding: 10px;
    }

    .terms-section {
        padding: 10px;
        margin-bottom: 15px;
    }

        .terms-section h2 {
            font-size: 18px;
        }

        .terms-section p,
        .terms-section ul li {
            font-size: 14px;
        }
}

.terms-section {
    padding: 10px 20px;
}

    .terms-section:last-child {
        margin-bottom: 40px;
    }
