/* ==========================================
   BIPOLAR DISORDER - HERO SECTION
   PREMIUM / LUXURY RESPONSIVE DESIGN
========================================== */

.bipolar-hero-section {
    position: relative;
    overflow: hidden;
    padding: 30px 20px 100px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(42, 120, 140, 0.12),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #f7fbfc 0%,
            #ffffff 48%,
            #f3f8f9 100%
        );
}


/* ==========================================
   HERO CONTAINER
========================================== */

.bipolar-hero-container {
    position: relative;
    z-index: 2;

    max-width: 1350px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.15fr 0.85fr;

    align-items: center;
    gap: 80px;
}


/* ==========================================
   DECORATIVE BACKGROUND GLOW
========================================== */

.bipolar-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.bipolar-glow-one {
    width: 420px;
    height: 420px;

    top: -180px;
    right: -100px;

    background: rgba(29, 111, 129, 0.07);
}

.bipolar-glow-two {
    width: 300px;
    height: 300px;

    bottom: -150px;
    left: -100px;

    background: rgba(31, 88, 105, 0.05);
}


/* ==========================================
   HERO CONTENT
========================================== */

.bipolar-hero-content {
    position: relative;
    z-index: 3;
}


/* ==========================================
   PRE HEADLINE
========================================== */

.bipolar-hero-preheadline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    margin-bottom: 24px;

    color: #53717a;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.bipolar-pre-line {
    width: 38px;
    height: 2px;

    background: #1d7181;

    margin-right: 4px;
}

.bipolar-divider {
    color: #b4c5c9;
}


/* ==========================================
   MAIN HERO HEADING
========================================== */

.bipolar-hero-content h1 {
    max-width: 760px;

    margin: 0 0 25px;

    color: #102d35;

    font-size: 44px;

    line-height: 1.3;
    font-weight: 700;

    letter-spacing: -1.8px;
}

.bipolar-hero-content h1 span {
    display: block;

    color: #1d7181;
}


/* ==========================================
   HERO DESCRIPTION
========================================== */

.bipolar-hero-description {
    max-width: 700px;

    margin: 0 0 35px;

    color: #5d7076;

    font-size: 17px;
    line-height: 1.9;

    font-weight: 400;
}


/* ==========================================
   CTA BUTTONS
========================================== */

.bipolar-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 15px;

    margin-bottom: 45px;
}


/* Primary Button */

.bipolar-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    min-height: 56px;

    padding: 0 28px;

    border-radius: 8px;

    background: #1d7181;
    color: #ffffff;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    box-shadow:
        0 12px 30px rgba(29, 113, 129, 0.22);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.bipolar-primary-btn span {
    font-size: 20px;

    transition: transform 0.3s ease;
}

.bipolar-primary-btn:hover {
    color: #ffffff;

    background: #155a68;

    transform: translateY(-3px);

    box-shadow:
        0 18px 38px rgba(29, 113, 129, 0.28);
}

.bipolar-primary-btn:hover span {
    transform: translateX(5px);
}


/* Secondary Button */

.bipolar-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 56px;

    padding: 0 25px;

    border: 1px solid #d7e3e6;

    border-radius: 8px;

    background: rgba(255, 255, 255, 0.85);

    color: #294a53;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.bipolar-phone-icon {
    font-size: 17px;
    color: #1d7181;
}

.bipolar-secondary-btn:hover {
    color: #1d7181;

    background: #ffffff;

    border-color: #9dbdc4;

    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(16, 45, 53, 0.08);
}


/* ==========================================
   TRUST POINTS
========================================== */

.bipolar-trust-points {
    display: flex;
    flex-wrap: wrap;

    gap: 25px;

    padding-top: 28px;

    border-top: 1px solid #e3ecee;
}

.bipolar-trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.bipolar-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border-radius: 50%;

    background: #e5f2f3;
    color: #1d7181;

    font-size: 14px;
    font-weight: 700;
}

.bipolar-trust-item strong {
    display: block;

    color: #203e46;

    font-size: 13px;
    font-weight: 700;
}

.bipolar-trust-item small {
    display: block;

    margin-top: 3px;

    color: #7a8b90;

    font-size: 11px;
}


/* ==========================================
   RIGHT VISUAL AREA
========================================== */

.bipolar-hero-visual {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 520px;
}


/* ==========================================
   PREMIUM VISUAL CARD
========================================== */

.bipolar-visual-card {
    position: relative;

    width: 100%;
    max-width: 470px;

    padding: 48px 42px;

    border: 1px solid rgba(255, 255, 255, 0.8);

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            #173f49 0%,
            #1c5966 55%,
            #123b45 100%
        );

    box-shadow:
        0 30px 70px rgba(18, 59, 69, 0.22);

    overflow: hidden;
}


/* Card Decorative Circle */

.bipolar-visual-card::before {
    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    top: -100px;
    right: -80px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bipolar-visual-card::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    bottom: -70px;
    left: -50px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.08);
}


/* ==========================================
   CARD TOP
========================================== */

.bipolar-card-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 50px;
}

.bipolar-card-label {
    color: rgba(255, 255, 255, 0.65);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}

.bipolar-card-dot {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #8fd2d8;

    box-shadow:
        0 0 0 6px rgba(143, 210, 216, 0.12);
}


/* ==========================================
   CARD ICON
========================================== */

.bipolar-card-icon {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;

    margin-bottom: 30px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 18px;

    background: rgba(255, 255, 255, 0.08);

    color: #a9e0e3;

    font-size: 34px;
}


/* ==========================================
   CARD HEADING
========================================== */

.bipolar-visual-card h2 {
    position: relative;
    z-index: 2;

    margin: 0 0 18px;

    color: #ffffff;

    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
}

.bipolar-visual-card h2 span {
    display: block;

    color: #a9dfe2;
}


/* ==========================================
   CARD DESCRIPTION
========================================== */

.bipolar-visual-card p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================
   CARD DIVIDER
========================================== */

.bipolar-card-line {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 1px;

    margin: 35px 0 22px;

    background: rgba(255, 255, 255, 0.15);
}


/* ==========================================
   CARD FOOTER
========================================== */

.bipolar-card-footer {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;

    color: rgba(255, 255, 255, 0.58);

    font-size: 12px;
    font-weight: 500;
}


/* ==========================================
   FLOATING BADGE
========================================== */

.bipolar-floating-badge {
    position: absolute;

    right: -25px;
    bottom: 45px;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 15px 20px;

    border: 1px solid #e5edef;

    border-radius: 12px;

    background: rgba(255, 255, 255, 0.96);

    box-shadow:
        0 18px 40px rgba(16, 45, 53, 0.13);

    z-index: 5;
}

.bipolar-badge-check {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    border-radius: 50%;

    background: #e5f2f3;

    color: #1d7181;

    font-size: 15px;
    font-weight: 700;
}

.bipolar-floating-badge strong {
    display: block;

    color: #25444c;

    font-size: 13px;
}

.bipolar-floating-badge small {
    display: block;

    margin-top: 3px;

    color: #829196;

    font-size: 11px;
}


/* ==========================================
   TABLET RESPONSIVE
========================================== */

@media (max-width: 1100px) {

    .bipolar-hero-container {
        grid-template-columns: 1fr 0.85fr;
        gap: 45px;
    }

    .bipolar-hero-content h1 {
        font-size: 50px;
    }

    .bipolar-hero-description {
        font-size: 16px;
    }

    .bipolar-visual-card {
        padding: 40px 32px;
    }

    .bipolar-floating-badge {
        right: -10px;
    }

}


/* ==========================================
   TABLET / MOBILE
========================================== */

@media (max-width: 900px) {

    .bipolar-hero-section {
        padding: 80px 20px;
    }

    .bipolar-hero-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .bipolar-hero-content {
        text-align: center;
    }

    .bipolar-hero-preheadline {
        justify-content: center;
    }

    .bipolar-hero-content h1 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .bipolar-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .bipolar-hero-buttons {
        justify-content: center;
    }

    .bipolar-trust-points {
        justify-content: center;
        text-align: left;
    }

    .bipolar-hero-visual {
        min-height: auto;
        padding: 20px 15px 30px;
    }

}


/* ==========================================
   MOBILE RESPONSIVE
========================================== */

@media (max-width: 600px) {

    .bipolar-hero-section {
        padding: 65px 15px 70px;
    }

    .bipolar-hero-container {
        gap: 45px;
    }

    .bipolar-hero-preheadline {
        gap: 7px;

        font-size: 10px;
        line-height: 1.7;
        letter-spacing: 0.7px;
    }

    .bipolar-pre-line {
        display: none;
    }

    .bipolar-hero-content h1 {
        font-size: 35px;
        line-height: 1.18;
        letter-spacing: -0.8px;
    }

    .bipolar-hero-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .bipolar-hero-buttons {
        flex-direction: column;

        width: 100%;

        gap: 12px;
    }

    .bipolar-primary-btn,
    .bipolar-secondary-btn {
        width: 100%;
        max-width: 360px;
    }

    .bipolar-trust-points {
        flex-direction: column;
        align-items: flex-start;

        max-width: 300px;

        margin: 0 auto;

        gap: 18px;
    }

    .bipolar-visual-card {
        padding: 35px 25px;
        border-radius: 22px;
    }

    .bipolar-card-top {
        margin-bottom: 35px;
    }

    .bipolar-card-icon {
        width: 60px;
        height: 60px;

        margin-bottom: 25px;

        font-size: 28px;
    }

    .bipolar-visual-card h2 {
        font-size: 27px;
    }

    .bipolar-visual-card p {
        font-size: 14px;
    }

    .bipolar-card-footer {
        flex-direction: column;
        gap: 8px;
    }

    .bipolar-floating-badge {
        right: 5px;
        bottom: 0;

        padding: 12px 15px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 380px) {

    .bipolar-hero-content h1 {
        font-size: 31px;
    }

    .bipolar-hero-description {
        font-size: 14px;
    }

    .bipolar-visual-card {
        padding: 30px 20px;
    }

    .bipolar-floating-badge {
        position: relative;

        right: auto;
        bottom: auto;

        width: fit-content;

        margin: 20px auto 0;
    }

}


/*Second Section*/


/* ==========================================
   SECTION 2 - BIPOLAR DISORDER
   PREMIUM / LUXURY DESIGN
========================================== */

.bipolar-about-section {
    position: relative;
    width: 100%;
    padding: 90px 20px;
    background: #f7fafc;
    overflow: hidden;
}

/* Decorative Background Elements */

.bipolar-about-section::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    top: -180px;
    left: -180px;
    background: rgba(30, 64, 175, 0.04);
    border-radius: 50%;
}

.bipolar-about-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -150px;
    bottom: -150px;
    background: rgba(14, 116, 144, 0.04);
    border-radius: 50%;
}


/* ==========================================
   MAIN CONTAINER
========================================== */

.bipolar-about-container {
    position: relative;
    z-index: 2;
    max-width: 1350px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);

    gap: 70px;
    align-items: center;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.bipolar-about-content {
    position: relative;
}

.bipolar-section-tag {
    display: inline-flex;
    align-items: center;

    padding: 8px 17px;
    margin-bottom: 18px;

    border: 1px solid rgba(30, 64, 175, 0.15);
    border-radius: 50px;

    background: #ffffff;

    color: #1e40af;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;

    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}


/* ==========================================
   MAIN HEADING
========================================== */

.bipolar-about-content h2 {
    margin: 0;

    color: #0f172a;

    font-size: 35px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.5px;
}


/* ==========================================
   HEADING DECORATIVE LINE
========================================== */

.bipolar-title-line {
    width: 65px;
    height: 3px;

    margin: 20px 0 25px;

    background: linear-gradient(
        90deg,
        #1e40af,
        #0e7490
    );

    border-radius: 10px;
}


/* ==========================================
   PARAGRAPH CONTENT
========================================== */

.bipolar-about-content p {
    margin: 0 0 20px;

    color: #536174;

    font-size: 15px;
    line-height: 1.9;

    text-align: justify;
}

.bipolar-about-content p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   RIGHT HIGHLIGHT CARD
========================================== */

.bipolar-about-highlight {
    position: relative;

    padding: 38px 34px;

    background: #ffffff;

    border: 1px solid rgba(15, 23, 42, 0.07);

    border-radius: 22px;

    box-shadow:
        0 20px 55px rgba(15, 23, 42, 0.08),
        0 4px 15px rgba(15, 23, 42, 0.03);

    overflow: hidden;
}


/* Premium Card Top Border */

.bipolar-about-highlight::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #1e40af,
        #0e7490
    );
}


/* ==========================================
   ICON
========================================== */

.bipolar-highlight-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 14px;

    background: linear-gradient(
        135deg,
        #eff6ff,
        #ecfeff
    );

    border: 1px solid rgba(30, 64, 175, 0.10);
}

.bipolar-highlight-icon span {
    color: #1e40af;

    font-size: 27px;
    font-weight: 400;
}


/* ==========================================
   CARD HEADING
========================================== */

.bipolar-about-highlight h3 {
    margin: 0 0 15px;

    color: #0f172a;

    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}


/* ==========================================
   CARD DESCRIPTION
========================================== */

.bipolar-about-highlight p {
    margin: 0;

    color: #64748b;

    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================
   CARD BOTTOM HIGHLIGHT
========================================== */

.bipolar-highlight-bottom {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 25px;
    padding-top: 20px;

    border-top: 1px solid #edf1f5;
}

.bipolar-highlight-bottom span {
    width: 8px;
    height: 8px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #1e40af;
}

.bipolar-highlight-bottom strong {
    color: #334155;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
}


/* ==========================================
   TABLET RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .bipolar-about-section {
        padding: 75px 25px;
    }

    .bipolar-about-container {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 760px;
    }

    .bipolar-about-highlight {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

}


/* ==========================================
   MOBILE RESPONSIVE
========================================== */

@media (max-width: 767px) {

    .bipolar-about-section {
        padding: 60px 16px;
    }

    .bipolar-about-container {
        gap: 32px;
    }

    .bipolar-section-tag {
        font-size: 11px;
        padding: 7px 14px;
        margin-bottom: 15px;
    }

    .bipolar-about-content h2 {
        font-size: 35px;
        line-height: 1.3;
    }

    .bipolar-title-line {
        margin: 17px 0 22px;
    }

    .bipolar-about-content p {
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 18px;
    }

    .bipolar-about-highlight {
        padding: 30px 25px;
        border-radius: 18px;
    }

    .bipolar-highlight-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }

    .bipolar-about-highlight h3 {
        font-size: 20px;
    }

    .bipolar-about-highlight p {
        font-size: 15px;
        line-height: 1.8;
    }

}


/* ==========================================
   SMALL MOBILE DEVICES
========================================== */

@media (max-width: 480px) {

    .bipolar-about-section {
        padding: 50px 14px;
    }

    .bipolar-about-content h2 {
        font-size: 35px;
    }

    .bipolar-about-highlight {
        padding: 26px 20px;
    }

    .bipolar-highlight-bottom {
        align-items: flex-start;
    }

}





/* ==========================================
   SECTION 3 - SIGNS OF BIPOLAR DISORDER
   PREMIUM / LUXURY DESIGN
========================================== */

.bipolar-symptoms-section {
    width: 100%;
    padding: 90px 20px;
    background: #ffffff;
}


/* ==========================================
   MAIN CONTAINER
   MAX WIDTH - 1350PX
========================================== */

.bipolar-symptoms-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}


/* ==========================================
   SECTION HEADER
========================================== */

.bipolar-symptoms-header {
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}


/* ==========================================
   SECTION TAG
========================================== */

.bipolar-symptoms-tag {
    display: inline-flex;
    align-items: center;

    padding: 8px 18px;
    margin-bottom: 18px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;
    border-radius: 50px;

    color: #1e40af;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}


/* ==========================================
   MAIN HEADING
========================================== */

.bipolar-symptoms-header h2 {
    margin: 0;

    color: #0f172a;

    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.4px;
}


/* ==========================================
   DECORATIVE LINE
========================================== */

.bipolar-symptoms-line {
    width: 65px;
    height: 3px;

    margin: 20px auto 0;

    background: linear-gradient(
        90deg,
        #1e40af,
        #0e7490
    );

    border-radius: 10px;
}


/* ==========================================
   SYMPTOM CARDS GRID
========================================== */

.bipolar-symptoms-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 50px;
}


/* ==========================================
   COMMON SYMPTOM CARD
========================================== */

.bipolar-symptom-card {
    position: relative;

    padding: 38px 40px;

    background: #ffffff;

    border: 1px solid #e7edf3;

    border-radius: 22px;

    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.06),
        0 4px 12px rgba(15, 23, 42, 0.025);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    overflow: hidden;
}


/* ==========================================
   CARD TOP ACCENT
========================================== */

.bipolar-symptom-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #1e40af,
        #0e7490
    );
}


/* ==========================================
   CARD HOVER EFFECT
========================================== */

.bipolar-symptom-card:hover {
    transform: translateY(-6px);

    border-color: rgba(30, 64, 175, 0.15);

    box-shadow:
        0 25px 60px rgba(15, 23, 42, 0.10),
        0 8px 20px rgba(15, 23, 42, 0.04);
}


/* ==========================================
   CARD TOP AREA
========================================== */

.bipolar-symptom-card-top {
    display: flex;
    align-items: center;

    gap: 20px;

    margin-bottom: 30px;
}


/* ==========================================
   SYMPTOM ICON
========================================== */

.bipolar-symptom-icon {
    width: 58px;
    height: 58px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: linear-gradient(
        135deg,
        #eff6ff,
        #ecfeff
    );

    border: 1px solid rgba(30, 64, 175, 0.10);
}


.bipolar-symptom-icon span {
    color: #1e40af;

    font-size: 28px;
    font-weight: 500;
}


/* ==========================================
   PHASE LABEL
========================================== */

.bipolar-phase-label {
    display: block;

    margin-bottom: 5px;

    color: #1e40af;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.7px;
    text-transform: uppercase;
}


/* ==========================================
   CARD HEADING
========================================== */

.bipolar-symptom-card h3 {
    margin: 0;

    color: #0f172a;

    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
}


/* ==========================================
   SYMPTOM LIST
========================================== */

.bipolar-symptom-list {
    list-style: none;

    padding: 0;
    margin: 0;
}


/* ==========================================
   LIST ITEM
========================================== */

.bipolar-symptom-list li {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    padding: 15px 0;

    border-top: 1px solid #edf1f5;

    color: #536174;

    font-size: 15px;
    line-height: 1.75;
}


/* ==========================================
   LIST ICON
========================================== */

.bipolar-list-icon {
    width: 22px;
    height: 22px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 2px;

    border-radius: 50%;

    background: #eff6ff;

    color: #1e40af;

    font-size: 12px;
    font-weight: 700;
}


/* ==========================================
   BOTTOM INFORMATION NOTE
========================================== */

.bipolar-symptoms-note {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    max-width: 1050px;

    margin: 50px auto 0;
    padding: 25px 30px;

    background: #f8fafc;

    border: 1px solid #e8edf3;

    border-radius: 16px;
}


/* ==========================================
   NOTE ICON
========================================== */

.bipolar-note-mark {
    width: 36px;
    height: 36px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    border: 1px solid #dbe5ef;

    color: #1e40af;

    font-size: 16px;
    font-weight: 600;
}


/* ==========================================
   NOTE TEXT
========================================== */

.bipolar-symptoms-note p {
    margin: 0;

    color: #475569;

    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================
   TABLET RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .bipolar-symptoms-section {
        padding: 75px 25px;
    }

    .bipolar-symptoms-grid {
        gap: 30px;
    }

    .bipolar-symptom-card {
        padding: 32px 28px;
    }

}


/* ==========================================
   MOBILE RESPONSIVE
========================================== */

@media (max-width: 767px) {

    .bipolar-symptoms-section {
        padding: 60px 16px;
    }

    .bipolar-symptoms-header {
        margin-bottom: 35px;
    }

    .bipolar-symptoms-header h2 {
        font-size: 35px;
        line-height: 1.3;
    }

    .bipolar-symptoms-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bipolar-symptom-card {
        padding: 30px 24px;
        border-radius: 18px;
    }

    .bipolar-symptom-card-top {
        gap: 15px;
        margin-bottom: 25px;
    }

    .bipolar-symptom-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .bipolar-symptom-card h3 {
        font-size: 21px;
    }

    .bipolar-symptom-list li {
        font-size: 15px;
        line-height: 1.7;
    }

    .bipolar-symptoms-note {
        margin-top: 35px;
        padding: 22px 20px;
        gap: 14px;
    }

}


/* ==========================================
   SMALL MOBILE DEVICES
========================================== */

@media (max-width: 480px) {

    .bipolar-symptoms-section {
        padding: 50px 14px;
    }

    .bipolar-symptom-card {
        padding: 26px 20px;
    }

    .bipolar-symptom-card-top {
        align-items: flex-start;
    }

    .bipolar-symptom-card h3 {
        font-size: 20px;
    }

    .bipolar-symptom-list li {
        gap: 10px;
    }

    .bipolar-symptoms-note {
        flex-direction: column;
        gap: 12px;
    }

}



/* ==========================================
   SECTION 4 - BIPOLAR TREATMENT
   PREMIUM / LUXURY DESIGN
========================================== */

.bipolar-treatment-section {
    width: 100%;
    padding: 0px 20px;
    padding-bottom: 50px;
    background: #ffffff;
}


/* ==========================================
   MAIN CONTAINER
   MAX WIDTH - 1350PX
========================================== */

.bipolar-treatment-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);

    gap: 50px;

    align-items: center;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.bipolar-treatment-content {
    width: 100%;
}


/* ==========================================
   SECTION TAG
========================================== */

.bipolar-treatment-tag {
    display: inline-flex;
    align-items: center;

    padding: 8px 18px;
    margin-bottom: 18px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    border-radius: 50px;

    color: #1e40af;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 0.8px;
    text-transform: uppercase;
}


/* ==========================================
   MAIN HEADING
========================================== */

.bipolar-treatment-content h2 {
    margin: 0;

    color: #0f172a;

    font-size: 35px;
    line-height: 1.3;

    font-weight: 600;

    letter-spacing: -0.4px;
}


/* ==========================================
   DECORATIVE LINE
========================================== */

.bipolar-treatment-line {
    width: 65px;
    height: 3px;

    margin: 20px 0 28px;

    background: linear-gradient(
        90deg,
        #1e40af,
        #0e7490
    );

    border-radius: 10px;
}


/* ==========================================
   CONTENT PARAGRAPHS
========================================== */

.bipolar-treatment-content p {
    margin: 0 0 20px;

    color: #536174;

    font-size: 15px;
    line-height: 1.9;

    text-align: justify;
}

.bipolar-treatment-content p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   RIGHT SIDE
========================================== */

.bipolar-treatment-side {
    width: 100%;
}


/* ==========================================
   MAIN TREATMENT CARD
========================================== */

.bipolar-treatment-card {
    position: relative;

    padding: 38px 36px;

    background: #ffffff;

    border: 1px solid #e4eaf0;

    border-radius: 24px;

    box-shadow:
        0 22px 60px rgba(15, 23, 42, 0.08),
        0 5px 18px rgba(15, 23, 42, 0.03);

    overflow: hidden;
}


/* ==========================================
   PREMIUM TOP ACCENT
========================================== */

.bipolar-treatment-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #1e40af,
        #0e7490
    );
}


/* ==========================================
   CARD HEADER
========================================== */

.bipolar-treatment-card-header {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    margin-bottom: 32px;
}


/* ==========================================
   TREATMENT ICON
========================================== */

.bipolar-treatment-icon {
    width: 54px;
    height: 54px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        135deg,
        #eff6ff,
        #ecfeff
    );

    border: 1px solid rgba(30, 64, 175, 0.10);

    border-radius: 15px;
}


.bipolar-treatment-icon span {
    color: #1e40af;

    font-size: 26px;
    font-weight: 400;
}


/* ==========================================
   MINI LABEL
========================================== */

.bipolar-treatment-mini-label {
    display: block;

    margin-bottom: 5px;

    color: #1e40af;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


/* ==========================================
   CARD MAIN HEADING
========================================== */

.bipolar-treatment-card-header h3 {
    margin: 0;

    color: #0f172a;

    font-size: 22px;
    line-height: 1.4;

    font-weight: 600;
}


/* ==========================================
   TREATMENT POINT
========================================== */

.bipolar-treatment-point {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    padding: 20px 0;

    border-top: 1px solid #edf1f5;
}


/* ==========================================
   POINT NUMBER
========================================== */

.bipolar-point-number {
    width: 34px;
    height: 34px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    color: #1e40af;

    font-size: 11px;
    font-weight: 700;
}


/* ==========================================
   POINT CONTENT
========================================== */

.bipolar-point-content h4 {
    margin: 0 0 6px;

    color: #1e293b;

    font-size: 16px;
    line-height: 1.5;

    font-weight: 600;
}


.bipolar-point-content p {
    margin: 0;

    color: #64748b;

    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================
   CARD FOOTER
========================================== */

.bipolar-treatment-card-footer {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 10px;
    padding-top: 20px;

    border-top: 1px solid #edf1f5;

    color: #475569;

    font-size: 13px;
    font-weight: 600;
}


/* ==========================================
   FOOTER DOT
========================================== */

.bipolar-footer-dot {
    width: 8px;
    height: 8px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #1e40af;
}


/* ==========================================
   TABLET RESPONSIVE
========================================== */

@media (max-width: 1100px) {

    .bipolar-treatment-container {
        grid-template-columns: 1fr;

        gap: 50px;

        max-width: 900px;
    }

    .bipolar-treatment-side {
        max-width: 750px;
        margin: 0 auto;
    }

}


/* ==========================================
   TABLET / SMALL SCREEN
========================================== */

@media (max-width: 767px) {

    .bipolar-treatment-section {
        padding: 65px 16px;
    }

    .bipolar-treatment-container {
        gap: 40px;
    }

    .bipolar-treatment-content h2 {
        font-size: 35px;
        line-height: 1.3;
    }

    .bipolar-treatment-content p {
        font-size: 15px;
        line-height: 1.8;

        text-align: justify;
    }

    .bipolar-treatment-card {
        padding: 30px 24px;

        border-radius: 20px;
    }

    .bipolar-treatment-card-header {
        gap: 15px;

        margin-bottom: 25px;
    }

    .bipolar-treatment-card-header h3 {
        font-size: 20px;
    }

    .bipolar-treatment-point {
        gap: 14px;

        padding: 18px 0;
    }

}


/* ==========================================
   SMALL MOBILE DEVICES
========================================== */

@media (max-width: 480px) {

    .bipolar-treatment-section {
        padding: 55px 14px;
    }

    .bipolar-treatment-card {
        padding: 27px 20px;
    }

    .bipolar-treatment-card-header {
        align-items: flex-start;
    }

    .bipolar-treatment-icon {
        width: 48px;
        height: 48px;
    }

    .bipolar-treatment-card-header h3 {
        font-size: 19px;
    }

    .bipolar-treatment-point {
        gap: 12px;
    }

    .bipolar-point-number {
        width: 31px;
        height: 31px;

        font-size: 10px;
    }

    .bipolar-point-content h4 {
        font-size: 15px;
    }

    .bipolar-point-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .bipolar-treatment-card-footer {
        align-items: flex-start;
        line-height: 1.6;
    }

}





/* =========================================
   SECTION 5 - WHY CHOOSE DR. SATISH KUMAR
========================================= */

.why-choose-dr-section {
    width: 100%;
    padding: 50px 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.why-choose-dr-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    box-sizing: border-box;
}

.why-choose-dr-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

/* Small Subtitle */

.why-choose-dr-subtitle {
    display: inline-block;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a7f8e;
}

/* Main Heading */

.why-choose-dr-content h2 {
    margin: 0 auto 20px;
    max-width: 1000px;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: #173f4a;
}

/* Paragraph */

.why-choose-dr-content p {
    max-width: 1100px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #555555;
}


/* =========================================
   TABLET RESPONSIVE
   768px - 1024px
========================================= */

@media (max-width: 1024px) {

    .why-choose-dr-section {
        padding: 50px 25px;
    }

    .why-choose-dr-content h2 {
        font-size: 32px;
        line-height: 1.35;
    }

    .why-choose-dr-content p {
        font-size: 16px;
        line-height: 1.75;
    }

    .why-choose-dr-subtitle {
        font-size: 14px;
        letter-spacing: 1.2px;
    }
}


/* =========================================
   MOBILE RESPONSIVE
   Up to 767px
========================================= */

@media (max-width: 767px) {

    .why-choose-dr-section {
        padding: 50px 20px;
    }

    .why-choose-dr-subtitle {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    .why-choose-dr-content h2 {
        margin-bottom: 18px;
        font-size: 27px;
        line-height: 1.35;
    }

    .why-choose-dr-content p {
        font-size: 15px;
        line-height: 1.75;
        text-align: left;
    }
}


/* =========================================
   SMALL MOBILE
   Up to 480px
========================================= */

@media (max-width: 480px) {

    .why-choose-dr-section {
        padding: 50px 15px;
    }

    .why-choose-dr-subtitle {
        font-size: 12px;
        letter-spacing: 0.8px;
    }

    .why-choose-dr-content h2 {
        font-size: 25px;
        line-height: 1.4;
    }

    .why-choose-dr-content p {
        font-size: 14px;
        line-height: 1.75;
    }
}



/* =========================================
   SECTION 6 - CLINIC INFORMATION
========================================= */

.clinic-info-section {
    width: 100%;
    padding: 50px 20px;
    background: #f6f9f9;
    box-sizing: border-box;
    overflow: hidden;
}

.clinic-info-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================
   SECTION HEADING
========================================= */

.clinic-section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.clinic-section-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a7f8e;
}

.clinic-section-heading h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: #173f4a;
}

.clinic-heading-line {
    width: 60px;
    height: 3px;
    margin: 18px auto 0;
    background: #c7a86b;
    border-radius: 10px;
}


/* =========================================
   MAIN CLINIC BOX
========================================= */

.clinic-info-box {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 50px;
    align-items: stretch;

    padding: 50px;

    background: #ffffff;
    border: 1px solid rgba(23, 63, 74, 0.08);
    border-radius: 18px;

    box-shadow:
        0 15px 45px rgba(23, 63, 74, 0.08);

    box-sizing: border-box;
}


/* =========================================
   LEFT CLINIC DETAILS
========================================= */

.clinic-details {
    width: 100%;
}

.clinic-label {
    display: inline-block;
    margin-bottom: 10px;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;

    color: #c7a86b;
}

.clinic-details h3 {
    margin: 0 0 15px;

    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;

    color: #173f4a;
}

.clinic-intro {
    max-width: 700px;
    margin: 0 0 35px;

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;

    color: #666666;
}


/* =========================================
   CLINIC DETAIL ITEMS
========================================= */

.clinic-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    margin-bottom: 25px;
}

.clinic-detail-item:last-child {
    margin-bottom: 0;
}


/* Icon */

.clinic-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #edf6f6;
    border-radius: 50%;

    color: #1a7f8e;

    font-size: 18px;

    transition: all 0.3s ease;
}

.clinic-detail-item:hover .clinic-icon {
    background: #1a7f8e;
    color: #ffffff;
    transform: translateY(-3px);
}


/* Detail Content */

.clinic-detail-content h4 {
    margin: 0 0 5px;

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;

    color: #173f4a;
}

.clinic-detail-content p {
    margin: 0;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;

    color: #666666;
}

.clinic-detail-content a {
    color: #1a7f8e;
    text-decoration: none;
    transition: all 0.3s ease;
}

.clinic-detail-content a:hover {
    color: #c7a86b;
}


/* =========================================
   RIGHT PREMIUM ACTION CARD
========================================= */

.clinic-action-card {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 45px 40px;

    background: #173f4a;
    border-radius: 15px;

    overflow: hidden;

    box-sizing: border-box;
}


/* Decorative Circle */

.clinic-action-card::before {
    content: "";
    position: absolute;

    width: 220px;
    height: 220px;

    top: -100px;
    right: -100px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.clinic-action-card::after {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    bottom: -180px;
    left: -150px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}


/* Card Icon */

.clinic-card-icon {
    position: relative;
    z-index: 2;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 50%;

    color: #c7a86b;
    font-size: 22px;
}


/* Card Small Title */

.clinic-card-small-title {
    position: relative;
    z-index: 2;

    display: block;
    margin-bottom: 15px;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.5;

    color: #c7a86b;
}


/* Card Heading */

.clinic-action-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 18px;

    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.45;

    color: #ffffff;
}


/* Card Paragraph */

.clinic-action-card p {
    position: relative;
    z-index: 2;

    margin: 0 0 30px;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;

    color: rgba(255, 255, 255, 0.78);
}


/* =========================================
   CTA BUTTONS
========================================= */

.clinic-buttons {
    position: relative;
    z-index: 2;

    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.clinic-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 48px;
    padding: 12px 20px;

    border-radius: 6px;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;

    text-decoration: none;

    box-sizing: border-box;

    transition: all 0.3s ease;
}


/* Get Directions */

.clinic-btn-outline {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.clinic-btn-outline:hover {
    color: #173f4a;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
}


/* Book Appointment */

.clinic-btn-primary {
    color: #173f4a;
    background: #c7a86b;
    border: 1px solid #c7a86b;
}

.clinic-btn-primary:hover {
    color: #ffffff;
    background: transparent;
    border-color: #c7a86b;
    transform: translateY(-3px);
}


/* =========================================
   LARGE TABLET
   Up to 1200px
========================================= */

@media (max-width: 1200px) {

    .clinic-info-box {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 35px;
        padding: 40px;
    }

    .clinic-action-card {
        padding: 35px 30px;
    }

    .clinic-action-card h3 {
        font-size: 23px;
    }

}


/* =========================================
   TABLET
   Up to 1024px
========================================= */

@media (max-width: 1024px) {

    .clinic-info-section {
        padding: 50px 25px;
    }

    .clinic-info-box {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px;
    }

    .clinic-action-card {
        padding: 40px;
    }

    .clinic-section-heading h2 {
        font-size: 32px;
    }

}


/* =========================================
   MOBILE
   Up to 767px
========================================= */

@media (max-width: 767px) {

    .clinic-info-section {
        padding: 50px 20px;
    }

    .clinic-section-heading {
        margin-bottom: 30px;
    }

    .clinic-section-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .clinic-section-heading h2 {
        font-size: 27px;
        line-height: 1.4;
    }

    .clinic-info-box {
        gap: 35px;
        padding: 30px 22px;
        border-radius: 14px;
    }

    .clinic-details h3 {
        font-size: 25px;
    }

    .clinic-intro {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 30px;
    }

    .clinic-detail-item {
        gap: 14px;
        margin-bottom: 22px;
    }

    .clinic-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .clinic-detail-content h4 {
        font-size: 15px;
    }

    .clinic-detail-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .clinic-action-card {
        padding: 35px 25px;
        border-radius: 12px;
    }

    .clinic-action-card h3 {
        font-size: 22px;
        line-height: 1.45;
    }

    .clinic-action-card p {
        font-size: 14px;
        line-height: 1.75;
    }

    .clinic-buttons {
        flex-direction: column;
    }

    .clinic-btn {
        width: 100%;
    }

}


/* =========================================
   SMALL MOBILE
   Up to 480px
========================================= */

@media (max-width: 480px) {

    .clinic-info-section {
        padding: 50px 15px;
    }

    .clinic-section-heading h2 {
        font-size: 25px;
    }

    .clinic-info-box {
        padding: 25px 18px;
    }

    .clinic-details h3 {
        font-size: 23px;
    }

    .clinic-action-card {
        padding: 30px 20px;
    }

    .clinic-action-card h3 {
        font-size: 21px;
    }

    .clinic-card-small-title {
        font-size: 11px;
    }

}




/* =========================================
   SECTION 7 - FAQ
========================================= */

.faq-section {
    width: 100%;
    padding: 50px 20px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}

.faq-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================
   FAQ HEADING
========================================= */

.faq-heading {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
}

.faq-subtitle {
    display: inline-block;
    margin-bottom: 12px;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #1a7f8e;
}

.faq-heading h2 {
    margin: 0;

    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;

    color: #173f4a;
}

.faq-heading-line {
    width: 60px;
    height: 3px;

    margin: 18px auto 18px;

    background: #c7a86b;
    border-radius: 10px;
}

.faq-heading p {
    max-width: 700px;
    margin: 0 auto;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;

    color: #6b6b6b;
}


/* =========================================
   FAQ LIST
========================================= */

.faq-list {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}


/* =========================================
   FAQ ITEM
========================================= */

.faq-item {
    margin-bottom: 15px;

    background: #ffffff;

    border: 1px solid #e4ebeb;
    border-radius: 10px;

    box-shadow: 0 7px 25px rgba(23, 63, 74, 0.05);

    overflow: hidden;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}


/* Open / Hover State */

.faq-item:hover {
    border-color: rgba(26, 127, 142, 0.35);
    box-shadow: 0 12px 30px rgba(23, 63, 74, 0.09);
}


/* =========================================
   FAQ QUESTION
========================================= */

.faq-question {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding: 22px 25px;

    cursor: pointer;

    list-style: none;

    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;

    color: #173f4a;

    transition: all 0.3s ease;
}


/* Remove Default Details Marker */

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::marker {
    display: none;
}


/* Question Hover */

.faq-question:hover {
    color: #1a7f8e;
}


/* =========================================
   FAQ ICON
========================================= */

.faq-icon {
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #edf6f6;

    border-radius: 50%;

    color: #1a7f8e;

    font-size: 13px;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


/* Open Icon */

.faq-item[open] .faq-icon {
    background: #173f4a;
    color: #ffffff;
    transform: rotate(45deg);
}


/* Open Question */

.faq-item[open] .faq-question {
    color: #1a7f8e;
}


/* =========================================
   FAQ ANSWER
========================================= */

.faq-answer {
    padding: 0 25px 25px 25px;

    border-top: 1px solid #edf1f1;

    animation: faqAnswerAnimation 0.35s ease;
}

.faq-answer p {
    max-width: 900px;

    margin: 20px 0 0;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;

    color: #666666;
}


/* =========================================
   FAQ OPEN ANIMATION
========================================= */

@keyframes faqAnswerAnimation {

    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================
   TABLET
   Up to 1024px
========================================= */

@media (max-width: 1024px) {

    .faq-section {
        padding: 50px 25px;
    }

    .faq-heading {
        margin-bottom: 35px;
    }

    .faq-heading h2 {
        font-size: 32px;
    }

    .faq-question {
        padding: 20px 22px;
        font-size: 16px;
    }

    .faq-answer {
        padding: 0 22px 22px;
    }

}


/* =========================================
   MOBILE
   Up to 767px
========================================= */

@media (max-width: 767px) {

    .faq-section {
        padding: 50px 20px;
    }

    .faq-heading {
        margin-bottom: 30px;
    }

    .faq-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .faq-heading h2 {
        font-size: 27px;
        line-height: 1.4;
    }

    .faq-heading p {
        font-size: 14px;
        line-height: 1.75;
    }

    .faq-item {
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .faq-question {
        gap: 15px;
        padding: 18px 18px;

        font-size: 15px;
        line-height: 1.55;
    }

    .faq-icon {
        flex: 0 0 32px;

        width: 32px;
        height: 32px;

        font-size: 12px;
    }

    .faq-answer {
        padding: 0 18px 20px;
    }

    .faq-answer p {
        margin-top: 17px;

        font-size: 14px;
        line-height: 1.8;
    }

}


/* =========================================
   SMALL MOBILE
   Up to 480px
========================================= */

@media (max-width: 480px) {

    .faq-section {
        padding: 50px 15px;
    }

    .faq-heading h2 {
        font-size: 25px;
    }

    .faq-question {
        padding: 17px 15px;
        font-size: 14px;
    }

    .faq-icon {
        flex: 0 0 30px;

        width: 30px;
        height: 30px;
    }

    .faq-answer {
        padding: 0 15px 18px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.8;
    }

}



/* =========================================
   SECTION 8 - FINAL CTA
   PREMIUM LUXURY DESIGN
========================================= */

.final-cta-section {
    position: relative;

    width: 100%;
    padding: 80px 20px;

    background: #173f4a;

    box-sizing: border-box;

    overflow: hidden;
}


/* =========================================
   CONTAINER
========================================= */

.final-cta-container {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 1350px;

    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================
   CTA CONTENT
========================================= */

.final-cta-content {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================
   PREMIUM LABEL
========================================= */

.final-cta-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #c7a86b;
}


/* =========================================
   MAIN HEADING
========================================= */

.final-cta-content h2 {
    margin: 0;

    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.25;

    color: #ffffff;
}


/* =========================================
   GOLD DIVIDER
========================================= */

.final-cta-divider {
    width: 70px;
    height: 3px;

    margin: 22px auto 25px;

    background: #c7a86b;

    border-radius: 10px;
}


/* =========================================
   DESCRIPTION
========================================= */

.final-cta-description {
    max-width: 780px;

    margin: 0 auto;

    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;

    color: rgba(255, 255, 255, 0.82);
}


/* =========================================
   CTA BUTTON WRAPPER
========================================= */

.final-cta-button-wrapper {
    margin-top: 35px;
}


/* =========================================
   PRIMARY CTA BUTTON
========================================= */

.final-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    min-width: 220px;

    padding: 15px 28px;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;

    color: #173f4a;
    background: #c7a86b;

    border: 1px solid #c7a86b;
    border-radius: 6px;

    text-decoration: none;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

    transition:
        all 0.3s ease;
}


/* CTA Arrow */

.final-cta-button i {
    font-size: 13px;

    transition:
        transform 0.3s ease;
}


/* CTA Hover */

.final-cta-button:hover {
    color: #ffffff;
    background: transparent;

    border-color: #c7a86b;

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.final-cta-button:hover i {
    transform: translateX(5px);
}


/* =========================================
   CONTACT INFORMATION
========================================= */

.final-cta-contact {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 35px;

    margin-top: 45px;
}


/* =========================================
   CONTACT ITEM
========================================= */

.final-contact-item {
    display: flex;
    align-items: center;

    gap: 13px;

    text-decoration: none;

    text-align: left;

    transition: all 0.3s ease;
}


/* Contact Icon */

.final-contact-icon {
    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 50%;

    color: #c7a86b;

    font-size: 16px;

    transition: all 0.3s ease;
}


/* Contact Text */

.final-contact-text {
    display: flex;
    flex-direction: column;

    gap: 3px;
}

.final-contact-text small {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 0.5px;

    color: rgba(255, 255, 255, 0.55);
}

.final-contact-text strong {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;

    color: #ffffff;

    transition: color 0.3s ease;
}


/* Contact Hover */

.final-contact-item:hover .final-contact-icon {
    background: #c7a86b;
    color: #173f4a;

    transform: translateY(-3px);
}

.final-contact-item:hover .final-contact-text strong {
    color: #c7a86b;
}


/* =========================================
   CONTACT DIVIDER
========================================= */

.final-contact-divider {
    width: 1px;
    height: 45px;

    background: rgba(255, 255, 255, 0.18);
}


/* =========================================
   DECORATIVE CIRCLES
========================================= */

.final-cta-circle {
    position: absolute;

    border: 1px solid rgba(255, 255, 255, 0.07);

    border-radius: 50%;

    pointer-events: none;
}


/* Top Right Circle */

.final-cta-circle-one {
    width: 450px;
    height: 450px;

    top: -280px;
    right: -180px;
}


/* Bottom Left Circle */

.final-cta-circle-two {
    width: 350px;
    height: 350px;

    bottom: -240px;
    left: -150px;
}


/* =========================================
   TABLET
   Up to 1024px
========================================= */

@media (max-width: 1024px) {

    .final-cta-section {
        padding: 70px 25px;
    }

    .final-cta-content h2 {
        font-size: 40px;
    }

    .final-cta-description {
        font-size: 16px;
    }

}


/* =========================================
   MOBILE
   Up to 767px
========================================= */

@media (max-width: 767px) {

    .final-cta-section {
        padding: 60px 20px;
    }

    .final-cta-label {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .final-cta-content h2 {
        font-size: 32px;
        line-height: 1.35;
    }

    .final-cta-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .final-cta-button-wrapper {
        margin-top: 30px;
    }

    .final-cta-button {
        width: 100%;
        max-width: 280px;
    }

    .final-cta-contact {
        flex-direction: column;

        gap: 20px;

        margin-top: 35px;
    }

    .final-contact-divider {
        display: none;
    }

    .final-contact-item {
        width: 100%;
        max-width: 300px;

        justify-content: flex-start;
    }

}


/* =========================================
   SMALL MOBILE
   Up to 480px
========================================= */

@media (max-width: 480px) {

    .final-cta-section {
        padding: 55px 15px;
    }

    .final-cta-label {
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    .final-cta-content h2 {
        font-size: 28px;
    }

    .final-cta-description {
        font-size: 14px;
        line-height: 1.8;
    }

    .final-cta-button {
        max-width: 100%;
        padding: 14px 22px;
        font-size: 14px;
    }

    .final-contact-text strong {
        font-size: 14px;
    }

}




