
body {
    /* background-color: #f5f7fa;
    color: #333; */
    line-height: 1.6;
}

.terms-section-terms {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.terms-container-terms {
    max-width: 800px;
    background: #ffffff;
    padding: 50px;
    border-radius: 0px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.terms-header-terms {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 30px;
}

.icon-box-terms {
    font-size: 3rem;
    margin-bottom: 15px;
}

.terms-header-terms h1 {
    font-size: 2.2rem;
    color: #3C0145;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.terms-header-terms h2 {
    font-size: 1.1rem;
    color: #3C0145;
    font-weight: 500;
    margin-bottom: 15px;
}

.last-updated-terms {
    font-size: 0.85rem;
    color: #3C0145;
    font-style: italic;
}

.terms-item-terms {
    margin-bottom: 35px;
}

.terms-item-terms h3 {
    font-size: 1.3rem;
    color: #3C0145;
    margin-bottom: 15px;
    font-weight: 700;
    border-left: 4px solid #a12db3;
    padding-left: 12px;
}

.terms-item-terms p {
    margin-bottom: 15px;
    color: #3C0145;
}

.terms-item-terms ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.terms-item-terms li {
    margin-bottom: 8px;
    color: #3C0145;
}

.terms-item-terms a {
    color: #3C0145;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.terms-item-terms a:hover {
    color: #1a5276;
    text-decoration: underline;
}

.list-check-terms {
    list-style: none !important;
    margin-left: 0 !important;
}

.list-check-terms li {
    padding-left: 25px;
    position: relative;
}

/* .list-check-terms li::before {
    content: '.';
    position: absolute;
    left: 0;
    color: #3C0145;
    font-weight: bold;
} */

.highlight-box-terms {
    background-color: #fff;  
    padding: 15px;
    border-radius: 0px;
    color: #3C0145;
    font-size: 0.95rem;
}

.warning-box-terms {
    background-color: #fff;
    /* border: 1px solid #fed7d7; */
    padding: 20px;
    border-radius: 0px;
}

.warning-box-terms strong {
    color: #3C0145;
}

.warning-box-terms ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.contact-section-terms {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 0px;
    text-align: center;
    margin-top: 50px;
    
}
.contact-section-terms h3{
    border-left: none;
    padding-left: 0;
}

.contact-link-terms {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 5px !important;
}

@media (max-width: 768px) {
    .terms-container-terms {
        padding: 30px 20px;
    }

    .terms-header-terms h1 {
        font-size: 1.6rem;
    }

    .terms-item-terms h3 {
        font-size: 1.2rem;
    }
}