/* =========================================
   SCHIZOPHRENIA BANNER SECTION
========================================= */

.schizophrenia-banner {

    width: 100%;

    padding: 70px 20px;

    background: #ffffff;

    box-sizing: border-box;

    overflow: hidden;

}


/* =========================================
   MAIN CONTAINER
========================================= */

.schizophrenia-banner-container {

    width: 100%;

    max-width: 1350px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.55fr)
        minmax(400px, 0.95fr);

    align-items: center;

    gap: 55px;

}


/* =========================================
   LEFT CONTENT
========================================= */

.schizophrenia-banner-content {

    width: 100%;

    padding: 10px 0;

}


/* =========================================
   PRE HEADLINE
========================================= */

.schizophrenia-pre-headline {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 11px;

    margin-bottom: 25px;

    font-family: 'Poppins', sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

    color: #164b66;

}


/* Small Line */

.schizophrenia-pre-headline .pre-line {

    width: 32px;

    height: 2px;

    display: inline-block;

    background: #27879b;

}


/* Divider */

.schizophrenia-pre-headline .pre-divider {

    color: #91a6b0;

    font-weight: 400;

}


/* =========================================
   MAIN HEADING
========================================= */

.schizophrenia-banner-content h1 {

    max-width: 720px;

    margin: 0;

    font-family: 'Poppins', sans-serif;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -1.2px;

    color: #073b55;

}


/* Heading Highlight */

.schizophrenia-banner-content h1 span {

    display: block;

    color: #27879b;

}


/* =========================================
   DESCRIPTION
========================================= */

.schizophrenia-banner-description {

    max-width: 690px;

    margin: 25px 0 0;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    line-height: 1.85;

    font-weight: 400;

    color: #526f80;

}


/* =========================================
   CTA BUTTONS
========================================= */

.schizophrenia-banner-buttons {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;

}


/* =========================================
   PRIMARY BOOK BUTTON
========================================= */

.schizophrenia-book-btn {

    min-width: 205px;

    min-height: 47px;

    padding: 12px 22px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    border-radius: 5px;

    background: #27879b;

    border: 1px solid #27879b;

    color: #ffffff;

    font-family: 'Poppins', sans-serif;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    box-sizing: border-box;

    box-shadow:
        0 10px 25px rgba(39, 135, 155, 0.18);

    transition:
        all 0.35s ease;

}


/* Primary Hover */

.schizophrenia-book-btn:hover {

    background: #073b55;

    border-color: #073b55;

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 14px 28px rgba(7, 59, 85, 0.22);

}


/* Arrow */

.schizophrenia-book-btn i {

    transition:
        transform 0.3s ease;

}


/* Arrow Hover */

.schizophrenia-book-btn:hover i {

    transform: translateX(5px);

}


/* =========================================
   SECONDARY CALL BUTTON
========================================= */

.schizophrenia-call-btn {

    min-height: 47px;

    padding: 12px 24px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 5px;

    background: #ffffff;

    border: 1px solid #d3e0e5;

    color: #164b66;

    font-family: 'Poppins', sans-serif;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    box-sizing: border-box;

    transition:
        all 0.35s ease;

}


/* Call Icon */

.schizophrenia-call-btn i {

    color: #27879b;

    font-size: 13px;

}


/* Secondary Hover */

.schizophrenia-call-btn:hover {

    background: #f1f8f9;

    border-color: #27879b;

    color: #073b55;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(39, 135, 155, 0.10);

}


/* =========================================
   TRUST POINTS
========================================= */

.schizophrenia-trust-points {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 38px;

    margin-top: 37px;

    padding-top: 25px;

    border-top:
        1px solid #dce7eb;

}


/* =========================================
   TRUST ITEM
========================================= */

.schizophrenia-trust-item {

    display: flex;

    align-items: center;

    gap: 10px;

}


/* Check Circle */

.trust-check {

    width: 24px;

    height: 24px;

    flex: 0 0 24px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #edf8fa;

    color: #27879b;

    font-size: 10px;

}


/* Trust Text */

.trust-text {

    display: flex;

    flex-direction: column;

    gap: 2px;

}


/* Trust Heading */

.trust-text strong {

    font-family: 'Poppins', sans-serif;

    font-size: 11px;

    line-height: 1.4;

    font-weight: 700;

    color: #164b66;

}


/* Trust Small Text */

.trust-text small {

    font-family: 'Poppins', sans-serif;

    font-size: 9px;

    line-height: 1.4;

    color: #7c929d;

}


/* =========================================
   RIGHT PREMIUM CARD
========================================= */

.schizophrenia-banner-card {

    position: relative;

    width: 100%;

    min-height: 458px;

    padding: 42px 35px;

    display: flex;

    align-items: center;

    overflow: visible;

    border-radius: 23px;

    background:
        linear-gradient(
            145deg,
            #185b68 0%,
            #155967 45%,
            #124f5d 100%
        );

    box-sizing: border-box;

    box-shadow:
        0 22px 50px rgba(16, 71, 84, 0.18);

}


/* =========================================
   CARD DECORATIVE CIRCLE
========================================= */

.schizophrenia-card-circle {

    position: absolute;

    width: 190px;

    height: 190px;

    top: -88px;

    right: -65px;

    border-radius: 50%;

    border:
        1px solid rgba(255, 255, 255, 0.10);

    pointer-events: none;

}


/* =========================================
   CARD CONTENT
========================================= */

.schizophrenia-card-content {

    position: relative;

    z-index: 2;

    width: 100%;

}


/* =========================================
   CARD LABEL
========================================= */

.schizophrenia-card-label {

    display: block;

    margin-bottom: 38px;

    font-family: 'Poppins', sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.8px;

    color:
        rgba(255, 255, 255, 0.75);

}


/* =========================================
   CARD ICON
========================================= */

.schizophrenia-card-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 14px;

    border:
        1px solid rgba(255, 255, 255, 0.20);

    background:
        rgba(255, 255, 255, 0.06);

    color: #78d5ee;

    font-size: 22px;

    transition:
        all 0.35s ease;

}


/* Icon Hover */

.schizophrenia-banner-card:hover
.schizophrenia-card-icon {

    background: #27879b;

    border-color: #27879b;

    color: #ffffff;

    transform: translateY(-3px);

}


/* =========================================
   CARD HEADING
========================================= */

.schizophrenia-banner-card h2 {

    margin: 0;

    font-family: 'Poppins', sans-serif;

    font-size: 29px;

    line-height: 1.25;

    font-weight: 700;

    color: #ffffff;

}


/* Heading Highlight */

.schizophrenia-banner-card h2 span {

    display: block;

    margin-top: 3px;

    color: #79d5ef;

}


/* =========================================
   CARD DESCRIPTION
========================================= */

.schizophrenia-banner-card p {

    max-width: 370px;

    margin: 20px 0 0;

    font-family: 'Poppins', sans-serif;

    font-size: 12px;

    line-height: 1.85;

    color:
        rgba(255, 255, 255, 0.78);

}


/* =========================================
   CARD BOTTOM
========================================= */

.schizophrenia-card-bottom {

    margin-top: 28px;

    padding-top: 20px;

    border-top:
        1px solid rgba(255, 255, 255, 0.16);

}


/* Location */

.schizophrenia-card-bottom span {

    font-family: 'Poppins', sans-serif;

    font-size: 10px;

    font-weight: 500;

    color:
        rgba(255, 255, 255, 0.72);

}


/* =========================================
   FLOATING BADGE
========================================= */

.schizophrenia-floating-badge {

    position: absolute;

    right: -48px;

    bottom: 38px;

    z-index: 5;

    min-width: 145px;

    padding: 14px 18px;

    display: flex;

    align-items: center;

    gap: 10px;

    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 15px 35px rgba(11, 55, 67, 0.20);

    box-sizing: border-box;

    transition:
        transform 0.35s ease;

}


/* Badge Hover */

.schizophrenia-banner-card:hover
.schizophrenia-floating-badge {

    transform: translateY(-5px);

}


/* Badge Icon */

.floating-badge-icon {

    width: 23px;

    height: 23px;

    flex: 0 0 23px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #edf8fa;

    color: #27879b;

    font-size: 9px;

}


/* Badge Text */

.floating-badge-text {

    display: flex;

    flex-direction: column;

    gap: 1px;

}


/* Badge Heading */

.floating-badge-text strong {

    font-family: 'Poppins', sans-serif;

    font-size: 10px;

    font-weight: 700;

    color: #164b66;

}


/* Badge Small */

.floating-badge-text small {

    font-family: 'Poppins', sans-serif;

    font-size: 8px;

    color: #8a9ba4;

}


/* =========================================
   TABLET RESPONSIVE
   768px - 1100px
========================================= */

@media (max-width: 1100px) {

    .schizophrenia-banner {

        padding: 60px 25px;

    }


    .schizophrenia-banner-container {

        grid-template-columns:
            minmax(0, 1.3fr)
            minmax(350px, 0.9fr);

        gap: 40px;

    }


    .schizophrenia-banner-content h1 {

        font-size: 43px;

    }


    .schizophrenia-banner-card {

        min-height: 430px;

        padding: 35px 30px;

    }


    .schizophrenia-floating-badge {

        right: -25px;

    }

}


/* =========================================
   TABLET / SMALL LAPTOP
   768px - 900px
========================================= */

@media (max-width: 900px) {

    .schizophrenia-banner-container {

        grid-template-columns: 1fr;

        gap: 50px;

    }


    .schizophrenia-banner-content {

        text-align: center;

    }


    .schizophrenia-pre-headline {

        justify-content: center;

    }


    .schizophrenia-banner-content h1 {

        max-width: 800px;

        margin: 0 auto;

    }


    .schizophrenia-banner-description {

        margin-left: auto;

        margin-right: auto;

    }


    .schizophrenia-banner-buttons {

        justify-content: center;

    }


    .schizophrenia-trust-points {

        justify-content: center;

    }


    .schizophrenia-banner-card {

        max-width: 600px;

        margin: 0 auto;

    }

}


/* =========================================
   MOBILE
   481px - 767px
========================================= */

@media (max-width: 767px) {

    .schizophrenia-banner {

        padding: 50px 15px;

    }


    .schizophrenia-banner-container {

        gap: 45px;

    }


    .schizophrenia-pre-headline {

        gap: 7px;

        margin-bottom: 20px;

        font-size: 10px;

        letter-spacing: 0.7px;

    }


    .schizophrenia-pre-headline .pre-line {

        width: 25px;

    }


    .schizophrenia-banner-content h1 {

        font-size: 34px;

        line-height: 1.25;

        letter-spacing: -0.5px;

    }


    .schizophrenia-banner-description {

        margin-top: 20px;

        font-size: 14px;

        line-height: 1.75;

    }


    .schizophrenia-banner-buttons {

        flex-direction: column;

        width: 100%;

        margin-top: 25px;

    }


    .schizophrenia-book-btn,
    .schizophrenia-call-btn {

        width: 100%;

        max-width: 340px;

    }


    .schizophrenia-trust-points {

        flex-direction: column;

        align-items: flex-start;

        gap: 18px;

        margin-top: 30px;

        padding-top: 22px;

        text-align: left;

    }


    .schizophrenia-banner-card {

        min-height: 440px;

        padding: 35px 25px;

        border-radius: 18px;

    }


    .schizophrenia-card-label {

        margin-bottom: 28px;

    }


    .schizophrenia-card-icon {

        width: 52px;

        height: 52px;

        margin-bottom: 20px;

    }


    .schizophrenia-banner-card h2 {

        font-size: 27px;

    }


    .schizophrenia-banner-card p {

        font-size: 12px;

        line-height: 1.75;

    }


    .schizophrenia-floating-badge {

        right: 15px;

        bottom: 25px;

    }

}


/* =========================================
   SMALL MOBILE
   Up to 480px
========================================= */

@media (max-width: 480px) {

    .schizophrenia-banner {

        padding: 40px 12px;

    }


    .schizophrenia-pre-headline {

        gap: 5px;

        font-size: 9px;

    }


    .schizophrenia-pre-headline .pre-divider {

        font-size: 10px;

    }


    .schizophrenia-banner-content h1 {

        font-size: 29px;

        line-height: 1.3;

    }


    .schizophrenia-banner-description {

        font-size: 13px;

        line-height: 1.7;

    }


    .schizophrenia-book-btn,
    .schizophrenia-call-btn {

        max-width: 100%;

        font-size: 11px;

    }


    .schizophrenia-banner-card {

        min-height: 420px;

        padding: 30px 22px;

    }


    .schizophrenia-banner-card h2 {

        font-size: 25px;

    }


    .schizophrenia-banner-card p {

        font-size: 11.5px;

    }


    .schizophrenia-floating-badge {

        right: 12px;

        bottom: 20px;

        padding: 11px 14px;

    }


    .floating-badge-text strong {

        font-size: 9px;

    }


    .floating-badge-text small {

        font-size: 7px;

    }

}






/* =========================================
   SECTION 2 - WHAT IS SCHIZOPHRENIA
========================================= */

.schizophrenia-about-section {

    position: relative;

    width: 100%;

    padding: 90px 20px;

    background: #f2f8f9;

    box-sizing: border-box;

    overflow: hidden;

}


/* =========================================
   MAIN CONTAINER
========================================= */

.schizophrenia-about-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1350px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(300px, 0.75fr)
        minmax(0, 1.35fr);

    gap: 80px;

    align-items: center;

}


/* =========================================
   LEFT HEADING AREA
========================================= */

.schizophrenia-about-heading {

    position: relative;

    padding-left: 5px;

}


/* =========================================
   SECTION LABEL
========================================= */

.schizophrenia-section-label {

    display: inline-block;

    margin-bottom: 17px;

    font-family: 'Poppins', sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.8px;

    color: #27879b;

}


/* =========================================
   MAIN HEADING
========================================= */

.schizophrenia-about-heading h2 {

    max-width: 400px;

    margin: 0;

    font-family: 'Poppins', sans-serif;

    font-size: 42px;

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -0.5px;

    color: #073b55;

}


/* Heading Highlight */

.schizophrenia-about-heading h2 span {

    display: block;

    color: #27879b;

}


/* =========================================
   HEADING LINE
========================================= */

.schizophrenia-heading-line {

    width: 55px;

    height: 3px;

    margin-top: 23px;

    background: #27879b;

    border-radius: 5px;

}


/* =========================================
   RIGHT CONTENT
========================================= */

.schizophrenia-about-content {

    padding: 42px 45px;

    background: #ffffff;

    border: 1px solid #e1edef;

    border-radius: 16px;

    box-sizing: border-box;

    box-shadow:
        0 12px 35px rgba(23, 73, 88, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


/* Content Hover */

.schizophrenia-about-content:hover {

    transform: translateY(-6px);

    border-color: #c5e0e4;

    box-shadow:
        0 20px 45px rgba(23, 73, 88, 0.11);

}


/* =========================================
   CONTENT PARAGRAPHS
========================================= */

.schizophrenia-about-content > p {

    margin: 0 0 20px;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    line-height: 1.9;

    font-weight: 400;

    color: #526f80;

}


/* Remove Last Paragraph Margin */

.schizophrenia-about-content > p:nth-child(2) {

    margin-bottom: 30px;

}


/* =========================================
   HIGHLIGHT BOX
========================================= */

.schizophrenia-about-highlight {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    padding: 22px 24px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #edf8f9 0%,
            #f7fbfc 100%
        );

    border:
        1px solid #d9ecee;

    transition:
        all 0.35s ease;

}


/* Highlight Hover */

.schizophrenia-about-highlight:hover {

    transform: translateX(5px);

    background: #e8f5f6;

    border-color: #c4e1e4;

    box-shadow:
        0 8px 22px rgba(39, 135, 155, 0.08);

}


/* =========================================
   HIGHLIGHT ICON
========================================= */

.schizophrenia-highlight-icon {

    width: 45px;

    height: 45px;

    flex: 0 0 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: #27879b;

    color: #ffffff;

    font-size: 17px;

    box-shadow:
        0 8px 18px rgba(39, 135, 155, 0.18);

    transition:
        transform 0.35s ease,
        background 0.35s ease;

}


/* Icon Hover */

.schizophrenia-about-highlight:hover
.schizophrenia-highlight-icon {

    transform: rotate(-5deg) scale(1.05);

    background: #073b55;

}


/* =========================================
   HIGHLIGHT CONTENT
========================================= */

.schizophrenia-highlight-content {

    flex: 1;

}


/* Highlight Heading */

.schizophrenia-highlight-content h3 {

    margin: 0 0 6px;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    line-height: 1.5;

    font-weight: 700;

    color: #073b55;

}


/* Highlight Paragraph */

.schizophrenia-highlight-content p {

    margin: 0;

    font-family: 'Poppins', sans-serif;

    font-size: 12px;

    line-height: 1.75;

    color: #6b838d;

}


/* =========================================
   DECORATIVE BACKGROUND ELEMENT
========================================= */

.schizophrenia-about-section::before {

    content: "";

    position: absolute;

    width: 350px;

    height: 350px;

    top: -190px;

    right: -100px;

    border-radius: 50%;

    border:
        1px solid rgba(39, 135, 155, 0.08);

    pointer-events: none;

}


/* Second Decorative Element */

.schizophrenia-about-section::after {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    bottom: -130px;

    left: -80px;

    border-radius: 50%;

    background:
        rgba(39, 135, 155, 0.035);

    pointer-events: none;

}


/* =========================================
   TABLET RESPONSIVE
   768px - 1100px
========================================= */

@media (max-width: 1100px) {

    .schizophrenia-about-section {

        padding: 75px 25px;

    }


    .schizophrenia-about-container {

        grid-template-columns:
            minmax(250px, 0.65fr)
            minmax(0, 1.35fr);

        gap: 50px;

    }


    .schizophrenia-about-heading h2 {

        font-size: 37px;

    }


    .schizophrenia-about-content {

        padding: 35px 35px;

    }


    .schizophrenia-about-content > p {

        font-size: 14px;

    }

}


/* =========================================
   TABLET / SMALL LAPTOP
   768px - 900px
========================================= */

@media (max-width: 900px) {

    .schizophrenia-about-container {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .schizophrenia-about-heading {

        text-align: center;

    }


    .schizophrenia-about-heading h2 {

        max-width: 100%;

        margin: 0 auto;

    }


    .schizophrenia-heading-line {

        margin-left: auto;

        margin-right: auto;

    }


    .schizophrenia-about-content {

        max-width: 850px;

        margin: 0 auto;

    }

}


/* =========================================
   MOBILE RESPONSIVE
   481px - 767px
========================================= */

@media (max-width: 767px) {

    .schizophrenia-about-section {

        padding: 60px 15px;

    }


    .schizophrenia-about-container {

        gap: 30px;

    }


    .schizophrenia-section-label {

        font-size: 10px;

        letter-spacing: 1.5px;

    }


    .schizophrenia-about-heading h2 {

        font-size: 32px;

        line-height: 1.3;

    }


    .schizophrenia-heading-line {

        margin-top: 18px;

    }


    .schizophrenia-about-content {

        padding: 28px 22px;

        border-radius: 13px;

    }


    .schizophrenia-about-content > p {

        font-size: 13.5px;

        line-height: 1.8;

    }


    .schizophrenia-about-highlight {

        gap: 14px;

        padding: 18px;

    }


    .schizophrenia-highlight-icon {

        width: 40px;

        height: 40px;

        flex: 0 0 40px;

        font-size: 15px;

    }


    .schizophrenia-highlight-content h3 {

        font-size: 14px;

    }


    .schizophrenia-highlight-content p {

        font-size: 11.5px;

        line-height: 1.7;

    }

}


/* =========================================
   SMALL MOBILE
   Up to 480px
========================================= */

@media (max-width: 480px) {

    .schizophrenia-about-section {

        padding: 50px 12px;

    }


    .schizophrenia-about-heading h2 {

        font-size: 28px;

    }


    .schizophrenia-about-content {

        padding: 25px 18px;

    }


    .schizophrenia-about-content > p {

        font-size: 13px;

        line-height: 1.75;

    }


    .schizophrenia-about-highlight {

        flex-direction: column;

        padding: 18px;

    }


    .schizophrenia-highlight-icon {

        width: 42px;

        height: 42px;

    }


    .schizophrenia-highlight-content h3 {

        font-size: 13.5px;

    }


    .schizophrenia-highlight-content p {

        font-size: 11.5px;

    }

}




.schizophrenia-symptoms-section {
width: 100%;
background: #ffffff;
padding: 100px 20px;
position: relative;
overflow: hidden;
}

.symptoms-container {
width: 100%;
max-width: 1350px;
margin: 0 auto;
}

.symptoms-heading {
max-width: 850px;
margin: 0 auto 65px;
text-align: center;
}

.section-eyebrow {
display: inline-block;
margin-bottom: 15px;
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 2.5px;
text-transform: uppercase;
color: #9b7a3c;
}

.symptoms-heading h2 {
margin: 0 0 20px;
font-family: "Poppins", sans-serif;
font-size: 40px;
font-weight: 600;
line-height: 1.25;
letter-spacing: -0.5px;
color: #172b4d;
}

.symptoms-heading p {
max-width: 760px;
margin: 0 auto;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #65748b;
}

.symptoms-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}

.symptom-card {
position: relative;
display: flex;
align-items: flex-start;
gap: 22px;
min-height: 220px;
padding: 32px 28px;
background: #ffffff;
border: 1px solid #e9edf3;
border-radius: 4px;
box-shadow: 0 10px 35px rgba(23, 43, 77, 0.06);
transition: all 0.35s ease;
overflow: hidden;
}

.symptom-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 3px;
background: #b08d57;
transition: width 0.4s ease;
}

.symptom-card:hover {
transform: translateY(-7px);
border-color: #d9c5a4;
box-shadow: 0 18px 45px rgba(23, 43, 77, 0.11);
}

.symptom-card:hover::before {
width: 100%;
}

.symptom-number {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #d8c19a;
border-radius: 50%;
background: #ffffff;
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 600;
color: #9b7a3c;
transition: all 0.3s ease;
}

.symptom-card:hover .symptom-number {
background: #172b4d;
border-color: #172b4d;
color: #ffffff;
}

.symptom-content h3 {
margin: 2px 0 12px;
font-family: "Poppins", sans-serif;
font-size: 19px;
font-weight: 600;
line-height: 1.4;
color: #172b4d;
}

.symptom-content p {
margin: 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #6d7a8d;
}

.symptoms-note {
display: flex;
align-items: center;
gap: 25px;
margin-top: 55px;
padding: 30px 35px;
background: #ffffff;
border: 1px solid #e5e9ef;
border-left: 4px solid #b08d57;
box-shadow: 0 10px 35px rgba(23, 43, 77, 0.05);
}

.note-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #d8c19a;
border-radius: 50%;
}

.note-icon span {
font-family: Georgia, serif;
font-size: 24px;
font-weight: bold;
font-style: italic;
color: #9b7a3c;
}

.note-content p {
margin: 0;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.8;
color: #65748b;
}

.note-content strong {
color: #172b4d;
font-weight: 600;
}

.note-content a {
color: #9b7a3c;
font-weight: 600;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: all 0.3s ease;
}

.note-content a:hover {
color: #172b4d;
border-color: #172b4d;
}

@media (max-width: 1100px) {
.schizophrenia-symptoms-section {
padding: 80px 25px;
}

.symptoms-grid {
    grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 767px) {
.schizophrenia-symptoms-section {
padding: 65px 18px;
}

.symptoms-heading {
    margin-bottom: 40px;
}

.section-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
}

.symptoms-heading h2 {
    font-size: 30px;
    line-height: 1.35;
}

.symptoms-heading p {
    font-size: 14px;
    line-height: 1.75;
}

.symptoms-grid {
    grid-template-columns: 1fr;
    gap: 18px;
}

.symptom-card {
    min-height: auto;
    padding: 25px 22px;
    gap: 18px;
}

.symptom-number {
    width: 42px;
    height: 42px;
    font-size: 12px;
}

.symptom-content h3 {
    font-size: 17px;
    margin-bottom: 9px;
}

.symptom-content p {
    font-size: 13px;
    line-height: 1.75;
}

.symptoms-note {
    align-items: flex-start;
    gap: 18px;
    margin-top: 35px;
    padding: 25px 20px;
}

.note-icon {
    width: 42px;
    height: 42px;
}

.note-icon span {
    font-size: 20px;
}

.note-content p {
    font-size: 13px;
    line-height: 1.75;
}


}

@media (max-width: 480px) {
.schizophrenia-symptoms-section {
padding: 55px 15px;
}


.symptoms-heading h2 {
    font-size: 27px;
}

.symptom-card {
    padding: 22px 18px;
    gap: 15px;
}

.symptom-number {
    width: 38px;
    height: 38px;
    font-size: 11px;
}

.symptom-content h3 {
    font-size: 16px;
}

.symptoms-note {
    flex-direction: column;
    padding: 22px 18px;
}

}





.schizophrenia-treatment-section {
width: 100%;
padding: 100px 20px;
background: #f5f7fa;
position: relative;
overflow: hidden;
}

.treatment-container {
width: 100%;
max-width: 1350px;
margin: 0 auto;
}

.treatment-content {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 80px;
align-items: center;
margin-bottom: 65px;
}

.treatment-heading {
position: relative;
padding-left: 25px;
}

.treatment-heading::before {
content: "";
position: absolute;
top: 5px;
left: 0;
width: 4px;
height: 90px;
background: #b08d57;
}

.treatment-eyebrow {
display: inline-block;
margin-bottom: 15px;
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 2.5px;
text-transform: uppercase;
color: #9b7a3c;
}

.treatment-heading h2 {
margin: 0;
font-family: "Poppins", sans-serif;
font-size: 40px;
font-weight: 600;
line-height: 1.3;
letter-spacing: -0.5px;
color: #172b4d;
}

.treatment-text {
padding: 35px 40px;
background: #ffffff;
border: 1px solid #e5e9ef;
border-radius: 4px;
box-shadow: 0 12px 40px rgba(23, 43, 77, 0.06);
}

.treatment-text p {
margin: 0 0 20px;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.9;
color: #65748b;
}

.treatment-text p:last-child {
margin-bottom: 0;
}

.treatment-highlights {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}

.treatment-highlight {
display: flex;
flex-direction: column;
min-height: 235px;
padding: 30px 25px;
background: #ffffff;
border: 1px solid #e5e9ef;
border-top: 3px solid transparent;
box-shadow: 0 10px 35px rgba(23, 43, 77, 0.05);
transition: all 0.35s ease;
}

.treatment-highlight:hover {
transform: translateY(-7px);
border-top-color: #b08d57;
box-shadow: 0 18px 45px rgba(23, 43, 77, 0.10);
}

.highlight-number {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
margin-bottom: 22px;
border: 1px solid #d8c19a;
border-radius: 50%;
font-family: "Poppins", sans-serif;
font-size: 12px;
font-weight: 600;
color: #9b7a3c;
transition: all 0.3s ease;
}

.treatment-highlight:hover .highlight-number {
background: #172b4d;
border-color: #172b4d;
color: #ffffff;
}

.treatment-highlight h3 {
margin: 0 0 12px;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 600;
line-height: 1.4;
color: #172b4d;
}

.treatment-highlight p {
margin: 0;
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.8;
color: #6d7a8d;
}

@media (max-width: 1100px) {
.schizophrenia-treatment-section {
padding: 80px 25px;
}

.treatment-content {
    grid-template-columns: 1fr;
    gap: 40px;
}

.treatment-heading {
    max-width: 750px;
}

.treatment-highlights {
    grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 767px) {
.schizophrenia-treatment-section {
padding: 65px 18px;
}

.treatment-content {
    gap: 35px;
    margin-bottom: 40px;
}

.treatment-heading {
    padding-left: 20px;
}

.treatment-heading::before {
    width: 3px;
    height: 75px;
}

.treatment-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
}

.treatment-heading h2 {
    font-size: 30px;
    line-height: 1.35;
}

.treatment-text {
    padding: 25px 22px;
}

.treatment-text p {
    font-size: 14px;
    line-height: 1.8;
}

.treatment-highlights {
    grid-template-columns: 1fr;
    gap: 18px;
}

.treatment-highlight {
    min-height: auto;
    padding: 25px 22px;
}

.highlight-number {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
}

.treatment-highlight h3 {
    font-size: 17px;
}

.treatment-highlight p {
    font-size: 13px;
    line-height: 1.75;
}

@media (max-width: 480px) {
.schizophrenia-treatment-section {
padding: 55px 15px;
}
.treatment-heading h2 {
    font-size: 27px;
}

.treatment-text {
    padding: 22px 18px;
}

.treatment-highlight {
    padding: 22px 18px;
}
}





.why-choose-section {
width: 100%;
padding: 100px 20px;
background: #ffffff;
position: relative;
overflow: hidden;
}

.why-choose-container {
width: 100%;
max-width: 1350px;
margin: 0 auto;
}

.why-choose-intro {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 80px;
align-items: center;
margin-bottom: 70px;
}

.why-choose-heading {
position: relative;
padding-left: 25px;
}

.why-choose-heading::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 125px;
background: #b08d57;
}

.why-choose-label {
display: inline-block;
margin-bottom: 18px;
font-family: "Poppins", sans-serif;
font-size: 12px;
font-weight: 600;
letter-spacing: 2.5px;
text-transform: uppercase;
color: #9b7a3c;
}

.why-choose-heading h2 {
margin: 0;
font-family: "Poppins", sans-serif;
font-size: 40px;
font-weight: 600;
line-height: 1.3;
letter-spacing: -0.5px;
color: #172b4d;
}

.why-choose-description {
padding: 35px 40px;
background: #f8f9fb;
border: 1px solid #e6eaf0;
border-left: 3px solid #b08d57;
position: relative;
}

.why-choose-description::after {
content: "";
position: absolute;
right: 20px;
bottom: 20px;
width: 45px;
height: 45px;
border-right: 1px solid #d8c19a;
border-bottom: 1px solid #d8c19a;
}

.why-choose-description p {
margin: 0;
padding-right: 25px;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.9;
color: #65748b;
}



@media (max-width: 1100px) {
.why-choose-section {
padding: 80px 25px;
}

.why-choose-intro {
    grid-template-columns: 1fr;
    gap: 40px;
}

.why-choose-heading {
    max-width: 800px;
}

}

@media (max-width: 767px) {
.why-choose-section {
padding: 65px 18px;
}
.why-choose-intro {
    gap: 30px;
    margin-bottom: 45px;
}

.why-choose-heading {
    padding-left: 20px;
}

.why-choose-heading::before {
    width: 3px;
    height: 105px;
}

.why-choose-label {
    font-size: 10px;
    letter-spacing: 2px;
}

.why-choose-heading h2 {
    font-size: 30px;
    line-height: 1.35;
}

.why-choose-description {
    padding: 28px 22px;
}

.why-choose-description p {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.8;
}
}

@media (max-width: 480px) {
.why-choose-section {
padding: 55px 15px;
}

.why-choose-heading h2 {
    font-size: 27px;
}

.why-choose-description {
    padding: 24px 18px;
}

}







