body {
    font-family: 'Vazir', sans-serif;
}
.terms-container {
    font-family: 'Vazir', sans-serif;
    color: #333;
    line-height: 1.8;
    padding-top: 40px;
    padding-bottom: 40px;
    direction: rtl; /* Right-to-left for Persian */
}
.terms-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.terms-header h1 {
    font-family: 'Sahel Fd', sans-serif;
    font-size: 2.5rem;
    color: #2c3e50;
}
.terms-header .last-updated {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-family: 'Vazir', sans-serif;
    padding-top: 10px;
}
.terms-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.terms-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.terms-section .section-title-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.terms-section .section-icon {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    fill: #2c3e50;
}
.terms-section h2.section-title {
    font-family: 'Sahel Fd', sans-serif;
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 0;
}
.terms-section p, .terms-section ul li, .terms-section ol li {
    font-family: 'Vazir', sans-serif;
    font-size: 1rem;
    color: #555;
}
.terms-section ul, .terms-section ol {
    list-style: none;
    padding-right: 20px;
}
.terms-section ul li {
    padding-right: 25px;
    position: relative;
    margin-bottom: 10px;
}
.terms-section ul li::before {
    content: '\2713';
    position: absolute;
    right: 0;
    color: #2ecc71;
    font-weight: bold;
}
.terms-section ol {
    padding-right: 40px; /* More padding for ordered list numbers */
}
.terms-section ol li {
    margin-bottom: 10px;
    /* Counter for ordered list will be handled by default OL behavior */
}
.intro-text {
    margin-bottom: 30px;
    padding: 0 10%;
}
.intro-text p {
    font-family: 'Vazir', sans-serif;
    font-size: 1.1rem;
    text-align: center;
    color: #555;
}
.contact-info {
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact-info .btn-primary {
    background-color: #3498db;
    border-color: #3498db;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-family: 'Vazir', sans-serif;
}
.contact-info .btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

/* Responsive adjustments for mobile */
@media (max-width: 767.98px) {
    .terms-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .terms-header h1 {
        font-size: 2rem;
    }
    .terms-section h2.section-title {
        font-size: 1.5rem;
    }
    .terms-section .section-icon {
        width: 28px;
        height: 28px;
        margin-left: 10px;
    }
    .terms-section p, .terms-section ul li, .terms-section ol li {
        font-size: 0.9rem;
    }
    .intro-text p {
        font-size: 1rem;
    }
    .contact-info .btn-primary {
        padding: 10px 20px;
        font-size: 1rem;
    }
    .w-layout-blockcontainer.container-6.terms-container {
         padding-left: 15px !important;
         padding-right: 15px !important;
    }
}
