/* ===============================
   HERO SECTION (Privacy & Terms)
   =============================== */

.hero-section-priva-terms {
    position: relative;
    /* min-height: 447px; */
     min-height:506px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 0 20px;
}

.hero-bg-priva-terms {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-section-priva-terms::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgb(0 40 85 / 46%) 0%,
        rgb(0 20 43 / 93%) 100%
    );
}

.hero-content-priva-terms {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

/* Wrapper */
.wrapPricvTrens {
    padding: 25px 25px;
}


/* ===============================
   PRIVACY CONTENT
   =============================== */

.privacy-content {
    line-height: 1.6;
    color: #333;
}

.privacy-content h2 {
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.9rem;
}

.privacy-content h3 {
    color: #34495e;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    font-size: 1.7rem;
}

.privacy-content ul,
.privacy-content ol {
    padding-left: 1.5rem;
}

.privacy-content li {
    margin-bottom: 0.5rem;
}

.privacy-content .highlight-candt {
    background-color: #f8f9fa;
    padding: 1rem;
    border-left: 4px solid #007bff;
    margin: 1rem 0;
    color: #000;
}

.section-title {
    border-bottom: 1px solid #f8f9fa;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}


/* ===============================
   TERMS CONTENT
   =============================== */

.terms-content {
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.terms-content h2 {
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
}

.terms-content h3 {
    color: #34495e;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    font-size: 1.4rem;
}

.terms-content ul,
.terms-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.terms-content li {
    margin-bottom: 0.5rem;
}

.terms-content p {
    margin-bottom: 1rem;
}

.terms-content .warning-box {
    background-color: #fff8e6;
    border-left: 4px solid #ffc107;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
}

.terms-content .info-box {
    background-color: #e8f4fc;
    border-left: 4px solid #007bff;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
}

.terms-content .legal-note {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    border: 1px solid #dee2e6;
}

/* underline accent */
.section-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #ff6b00;
}

.terms-content a {
    color: #007bff;
    text-decoration: none;
}

.terms-content a:hover {
    text-decoration: underline;
}

.terms-intro {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}
