    
    /* ── HERO (VIDEO BANNER) ── */
    .hero {
        position: relative;
        min-height: 80vh;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: #35353500;
        z-index: 1;
    }

    .hero-inner {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hero-title {
        font-family: 'Playfair Display', serif;
        font-size: clamp(1.8rem, 3.2vw, 3rem);
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        animation: fadeUp 0.8s both;
        margin-bottom: 10px;
    }

    .hero-title em {
        font-style: italic;
        color: var(--teal);
    }

    .hero-search-bar {
        width: 100%;
        max-width: 900px;
        position: relative;
        animation: fadeUp 0.8s 0.2s both;
        margin-bottom: 10px;
        z-index: 9999;
    }

    .hero-search-bar input {
        width: 100%;
        padding: 20px 24px;
        padding-right: 70px;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        outline: none;
        font-size: 1.05rem;
        font-family: 'DM Sans', sans-serif;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        backdrop-filter: blur(10px);
    }

    .hero-search-bar input::placeholder {
        color: rgba(255, 255, 255, 0.8);
    }

    .hero-search-bar .search-icon-btn {
        position: absolute;
        right: 8px;
        top: 8px;
        bottom: 8px;
        width: 46px;
        background: var(--teal);
        color: #fff;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        cursor: pointer;
        transition: background 0.3s;
    }

    .hero-search-bar .search-icon-btn:hover {
        background: var(--teal-dark);
    }

    .hero-action-bar {
        display: flex;
        width: 100%;
        background: #f0f9f8;
        border-radius: 50px;
        overflow: hidden;
        animation: fadeUp 0.8s 0.4s both;
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    .action-item {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 24px;
        text-decoration: none;
        color: #1a3b37;
        border-right: 1px solid #1a3b37;
        transition: all 0.3s;
        font-weight: 600;
        font-size: 0.95rem;
    }

    .action-item:last-child {
        border-right: none;
    }

    .action-item:first-child {
        background: #fffcf0;
    }

    .action-item:hover {
        background: #e2f2f0;
    }

    .action-item:first-child:hover {
        background: #f5f2e6;
    }

    .action-item .arrow-icon {
        width: 28px;
        height: 28px;
        border: 1.5px solid #1a3b37;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .action-item:hover .arrow-icon {
        background: #1a3b37;
        color: #fff;
        transform: translateX(6px);
    }



    /* ── GLOBAL SECTION STYLES ── */
    .section-inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 32px;
    }

    .section-tag {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--teal);
        font-size: 0.72rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .section-tag::before {
        content: '';
        width: 28px;
        height: 2px;
        background: var(--teal);
        border-radius: 2px;
    }

    .section-title {
        font-family: 'Playfair Display', serif;
        font-size: clamp(2rem, 3.5vw, 2.8rem);
        font-weight: 700;
        color: var(--dark);
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .section-title span {
        color: var(--teal);
    }

    /* ── SERVICES (Premium Light Bento Grid) ── */
    .ph-bento-section {
        background-color: var(--white);
        color: var(--dark);
        padding: 100px 0;
        overflow: hidden;
    }

    .ph-bento-header {
        text-align: center;
        margin-bottom: 70px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .ph-bento-header h4 {
        color: var(--teal);
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 0.95rem;
        margin-bottom: 16px;
        font-weight: 600;
    }

    .ph-bento-header h2 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(2.5rem, 4vw, 4rem);
        line-height: 1.1;
        margin-bottom: 24px;
        color: var(--dark);
    }

    .ph-bento-header h2 span {
        color: var(--teal);
        font-style: italic;
    }

    .ph-bento-header p {
        color: var(--gray);
        font-size: 1.15rem;
        line-height: 1.7;
    }

    .ph-bento-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 280px;
        gap: 24px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .ph-bento-2x2 {
        grid-column: span 2;
        grid-row: span 2;
    }

    .ph-bento-2x1 {
        grid-column: span 2;
        grid-row: span 1;
    }

    .ph-bento-1x1 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .ph-bento-item {
        background: var(--white);
        border: 1px solid var(--light-gray);
        border-radius: 32px;
        position: relative;
        overflow: hidden;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        display: flex;
        cursor: pointer;
        text-decoration: none;
        color: var(--dark);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    }

    .ph-bento-item:hover {
        transform: translateY(-8px);
        border-color: color-mix(in srgb, var(--teal) 20%, transparent);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px color-mix(in srgb, var(--teal) 5%, transparent) inset;
    }

    .bento-bg-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

    .ph-bento-item:hover .bento-bg-img {
        transform: scale(1.08);
    }

    .bento-gradient-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
    }

    .has-dark-bg {
        color: #ffffff !important;
    }

    .has-dark-bg .bento-title-large,
    .has-dark-bg .bento-title-medium,
    .has-dark-bg .bento-title-small {
        color: #ffffff;
    }

    .has-dark-bg .bento-desc {
        color: rgba(255, 255, 255, 0.9);
    }

    .bento-half-img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 65%;
        object-fit: cover;
        opacity: 0.8;
        transition: transform 0.8s ease, opacity 0.8s ease;
        mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .ph-bento-item:hover .bento-half-img {
        transform: scale(1.05) translateX(-5px);
        opacity: 1;
    }

    .content-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 40px;
        z-index: 2;
    }

    .content-split {
        position: relative;
        z-index: 2;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 75%;
    }

    .content-center {
        position: relative;
        z-index: 2;
        padding: 30px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .bento-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        background: color-mix(in srgb, var(--teal) 10%, transparent);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border: 1px solid color-mix(in srgb, var(--teal) 15%, transparent);
        color: var(--teal);
        transition: all 0.4s ease;
    }

    .ph-bento-item:hover .bento-icon {
        background: var(--teal);
        color: #fff;
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 10px 20px color-mix(in srgb, var(--teal) 20%, transparent);
    }

    .has-dark-bg .bento-icon {
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #ffffff;
        backdrop-filter: blur(5px);
    }

    .has-dark-bg.ph-bento-item:hover .bento-icon {
        background: var(--gold);
        border-color: var(--gold);
        color: #1a1a1a;
    }

    .bento-icon svg {
        width: 24px;
        height: 24px;
    }

    .content-center .bento-icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: color-mix(in srgb, var(--gold) 10%, transparent);
        color: var(--gold);
        border-color: color-mix(in srgb, var(--gold) 20%, transparent);
        margin-bottom: 24px;
    }

    .ph-bento-item:hover .content-center .bento-icon {
        background: var(--gold);
        color: #ffffff;
        box-shadow: 0 10px 20px color-mix(in srgb, var(--gold) 30%, transparent);
    }

    .content-center .bento-icon svg {
        width: 30px;
        height: 30px;
    }

    .bento-title-large {
        font-family: 'Playfair Display', serif;
        font-size: 2.8rem;
        margin-bottom: 12px;
        line-height: 1.1;
    }

    .bento-title-medium {
        font-family: 'Playfair Display', serif;
        font-size: 2.2rem;
        margin-bottom: 10px;
        line-height: 1.2;
        color: var(--dark);
    }

    .bento-title-small {
        font-family: 'Outfit', sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        margin-bottom: 8px;
        letter-spacing: 0.5px;
        color: var(--dark);
    }

    .bento-desc {
        color: var(--gray);
        font-size: 1.05rem;
        line-height: 1.6;
    }

    .bento-tag {
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--teal-light);
        margin-bottom: 8px;
        display: block;
        font-weight: 700;
    }

    .content-center .bento-desc {
        font-size: 0.95rem;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.4s ease;
        max-height: 0;
    }

    .ph-bento-item:hover .content-center .bento-desc {
        opacity: 1;
        transform: translateY(0);
        max-height: 50px;
        margin-top: 10px;
    }

    .arrow-link {
        position: absolute;
        bottom: 40px;
        right: 40px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: translateX(-20px) rotate(-45deg);
        transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.4);
        color: #ffffff;
    }

    .ph-bento-item:hover .arrow-link {
        opacity: 1;
        transform: translateX(0) rotate(0);
        background: var(--gold);
        color: #fff;
        border-color: var(--gold);
        box-shadow: 0 10px 20px color-mix(in srgb, var(--gold) 30%, transparent);
    }

    @media(max-width: 1200px) {
        .ph-bento-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .ph-bento-2x2 {
            grid-column: span 2;
        }

        .ph-bento-2x1 {
            grid-column: span 2;
        }

        .item-gastro {
            grid-column: span 2;
        }
    }

    @media(max-width: 900px) {
        .ph-bento-grid {
            grid-template-columns: repeat(2, 1fr);
            grid-auto-rows: 250px;
        }

        .ph-bento-2x2 {
            grid-column: span 2;
        }

        .ph-bento-2x1 {
            grid-column: span 2;
        }

        .ph-bento-1x1 {
            grid-column: span 1;
        }

        .content-split {
            width: 100%;
        }
    }

    @media(max-width: 600px) {
        .ph-bento-grid {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }

        .ph-bento-2x2,
        .ph-bento-2x1,
        .ph-bento-1x1 {
            grid-column: span 1;
            grid-row: span 1;
            min-height: 250px;
        }

        .bento-title-large {
            font-size: 2.2rem;
        }

        .bento-title-medium {
            font-size: 1.8rem;
        }

        .content-bottom,
        .content-split,
        .content-center {
            padding: 30px 20px;
        }

        .content-center .bento-desc {
            opacity: 1;
            max-height: 100px;
            transform: none;
        }
    }

    /* ── STATS BAND ── */
    .stats-band {
        background: linear-gradient(135deg, var(--teal-dark), var(--teal));
        padding: 56px 0;
    }

    .stats-band-inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 32px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        text-align: center;
    }

    .sband-item {
        padding: 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .sband-item:last-child {
        border-right: none;
    }

    .sband-num {
        font-family: 'Playfair Display', serif;
        font-size: 2.8rem;
        font-weight: 900;
        color: #fff;
        line-height: 1;
    }

    .sband-plus {
        color: var(--gold-light);
    }

    .sband-label {
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.65);
        letter-spacing: 0.12em;
        text-transform: uppercase;
        margin-top: 6px;
    }

    /* ── PATIENT EXPERIENCE SECTION ── */
    .patient-exp {
        padding: 100px 0;
        background: var(--dark);
    }

    .patient-exp .section-title {
        color: #ffffff;
    }

    .patient-exp .section-title span {
        color: var(--gold);
    }

    .patient-exp .section-tag {
        color: var(--gold);
    }

    .exp-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        margin-top: 56px;
    }

    .exp-img-col {
        position: relative;
    }

    .exp-main-img {
        width: 100%;
        height: 500px;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
    }

    .exp-main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .exp-float-card {
        position: absolute;
        top: 32px;
        right: -28px;
        background: #fff;
        border-radius: 18px;
        padding: 22px 26px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
        max-width: 220px;
        border-left: 5px solid var(--teal);
    }

    .exp-float-card .efn {
        font-family: 'Playfair Display', serif;
        font-size: 2rem;
        font-weight: 900;
        color: var(--teal);
    }

    .exp-float-card p {
        font-size: 0.78rem;
        color: var(--gray);
        margin-top: 4px;
        line-height: 1.5;
    }

    .exp-float-card2 {
        position: absolute;
        bottom: 32px;
        left: -28px;
        background: linear-gradient(135deg, var(--gold), var(--gold-light));
        border-radius: 18px;
        padding: 22px 26px;
        box-shadow: 0 12px 40px color-mix(in srgb, var(--gold) 30%, transparent);
        max-width: 200px;
    }

    .exp-float-card2 .efn2 {
        font-family: 'Playfair Display', serif;
        font-size: 1.8rem;
        font-weight: 900;
        color: var(--dark);
    }

    .exp-float-card2 p {
        font-size: 0.78rem;
        color: var(--dark2);
        margin-top: 4px;
        line-height: 1.5;
        font-weight: 500;
    }

    .exp-features {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .exp-feature-item {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        padding: 24px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        transition: all 0.3s;
        border: 1px solid var(--light-gray);
    }

    .exp-feature-item:hover {
        border-color: var(--teal-light);
        transform: translateX(8px);
        box-shadow: 0 8px 32px color-mix(in srgb, var(--teal) 12%, transparent);
    }

    .exp-feat-num {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        background: linear-gradient(135deg, var(--teal), var(--teal-light));
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Playfair Display', serif;
        font-size: 1.2rem;
        font-weight: 700;
        color: #fff;
    }

    .exp-feat-text h4 {
        font-weight: 600;
        font-size: 1rem;
        color: var(--dark);
        margin-bottom: 5px;
    }

    .exp-feat-text p {
        font-size: 0.82rem;
        color: var(--gray);
        line-height: 1.6;
    }

    /* ── DOCTORS (NEW DESIGN) ── */
    .doctors-new {
        padding: 100px 0;
        background-color: #f6fbff;
        font-family: 'DM Sans', sans-serif;
        overflow: hidden;
    }

    .doctors-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 32px;
        position: relative;
    }

    .doctors-header-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .doctors-search-bar {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid #e1e8f0;
        border-radius: 30px;
        padding: 12px 24px;
        width: 350px;
        justify-content: space-between;
        transition: box-shadow 0.3s;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    }

    .doctors-search-bar:focus-within {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        border-color: #cdd4df;
    }

    .doctors-search-bar input {
        border: none;
        background: transparent;
        outline: none;
        font-size: 0.95rem;
        color: #666;
        width: 100%;
    }

    .doctors-search-bar input::placeholder {
        color: #c0cad5;
    }

    .doctors-search-bar svg {
        width: 18px;
        height: 18px;
        color: #a0b2c6;
        cursor: pointer;
        transition: color 0.3s;
    }

    .doctors-search-bar svg:hover {
        color: var(--teal);
    }

    .doctors-tabs-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e1e8f0;
        padding-bottom: 16px;
        margin-bottom: 40px;
    }

    .doctors-tabs {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
    }

    .tab-btn {
        background: none;
        border: none;
        color: #7a8d9e;
        font-size: 0.7rem;
        font-weight: 700;
        cursor: pointer;
        padding: 6px 14px;
        border-radius: 30px;
        transition: all 0.3s;
        letter-spacing: 0.05em;
    }

    .tab-btn:hover {
        color: var(--teal);
        background: var(--light-gray);
    }

    .tab-btn.active {
        background: var(--teal);
        color: #fff;
        box-shadow: 0 6px 16px color-mix(in srgb, var(--teal) 30%, transparent);
    }

    .doctors-view-options {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .view-btn {
        background: none;
        border: none;
        color: #cdd4df;
        cursor: pointer;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.3s;
    }

    .view-btn:hover,
    .view-btn.active {
        color: var(--teal);
    }

    .doctors-grid-new {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        padding-bottom: 20px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .doctors-grid-new::-webkit-scrollbar {
        display: none;
    }

    .doctors-grid-new.grid-view-active {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow-x: visible;
        scroll-snap-type: none;
    }

    .doctor-card-new {
        flex: 0 0 300px;
        scroll-snap-align: start;
        background: #fff;
        border-radius: 20px;
        border: 1px solid #f0f4f8;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        padding: 28px 20px 0;
        text-align: center;
        position: relative;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .doctors-grid-new.grid-view-active .doctor-card-new {
        flex: auto;
    }

    .doctor-card-new:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        border-color: #e1e8f0;
    }

    .doc-image-wrap {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        padding: 4px;
        background: linear-gradient(135deg, var(--light-gray), #bae6fd);
        margin-bottom: 18px;
        transition: transform 0.4s ease;
    }

    .doctor-card-new:hover .doc-image-wrap {
        transform: scale(1.05);
    }

    .doc-image-wrap img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #fff;
    }

    .doc-name {
        font-size: 1.15rem;
        color: #2c3e50;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .doc-address {
        font-size: 0.75rem;
        color: #a0b2c6;
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .doc-specialty-tag {
        background: var(--light-gray);
        color: var(--teal);
        font-size: 0.7rem;
        font-weight: 700;
        padding: 8px 16px;
        border-radius: 10px;
        display: inline-block;
        margin-bottom: 28px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .doc-card-footer {
        display: flex;
        width: calc(100% + 40px);
        border-top: 1px dashed #c8d3df;
        padding: 11px 20px;
        margin: auto -20px 0 -20px;
        background-color: var(--light-gray);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    }

    .footer-action {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: var(--teal);
        font-size: 0.75rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
        text-decoration: none;
    }

    .footer-action:hover {
        color: var(--dark);
        transform: translateY(-1px);
    }

    .footer-action svg {
        color: var(--teal);
        transition: color 0.2s;
    }

    .footer-action:hover svg {
        color: var(--dard);
    }

    .footer-divider {
        width: 1px;
        background: #ffffff;
        height: 24px;
    }

    @media(max-width:1024px) {
        .doctors-grid-new.grid-view-active {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media(max-width:768px) {
        .doctors-header-top {
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
        }

        .doctors-search-bar {
            width: 100%;
        }

        .doctors-tabs-wrapper {
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
        }

        .doctors-tabs {
            overflow-x: auto;
            padding-bottom: 8px;
            width: 100%;
            flex-wrap: nowrap;
            -webkit-overflow-scrolling: touch;
        }

        .doctors-grid-new.grid-view-active {
            grid-template-columns: 1fr;
        }
    }

    /* ── WHY CHOOSE US (New Split Design) ── */
    .why-us {
        padding: 100px 0;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .why-us::before {
        content: '';
        position: absolute;
        right: -200px;
        top: -200px;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, color-mix(in srgb, var(--teal) 6%, transparent) 0%, transparent 70%);
        border-radius: 50%;
    }

    .why-grid-new {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        margin-top: 60px;
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    }

    .why-left {
        background: linear-gradient(135deg, var(--teal-dark), var(--teal));
        padding: 56px 48px;
        position: relative;
        overflow: hidden;
    }

    .why-left::before {
        content: '';
        position: absolute;
        bottom: -80px;
        right: -80px;
        width: 300px;
        height: 300px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
    }

    .why-left h2 {
        font-family: 'Playfair Display', serif;
        font-size: 2rem;
        color: #fff;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .why-left p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.92rem;
        line-height: 1.8;
        margin-bottom: 32px;
    }

    .why-img {
        width: 100%;
        height: 200px;
        border-radius: 16px;
        overflow: hidden;
    }

    .why-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .why-right {
        background: var(--cream);
        padding: 48px;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .why-item-new {
        padding: 28px 0;
        border-bottom: 1px solid var(--light-gray);
        display: flex;
        gap: 20px;
        align-items: flex-start;
        transition: all 0.3s;
    }

    .why-item-new:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .why-item-new:first-child {
        padding-top: 0;
    }

    .why-item-new:hover {
        padding-left: 8px;
    }

    .why-num {
        font-family: 'Playfair Display', serif;
        font-size: 2.2rem;
        font-weight: 900;
        color: var(--teal-light);
        opacity: 0.4;
        line-height: 1;
        flex-shrink: 0;
        width: 44px;
    }

    .why-text h4 {
        font-family: 'Playfair Display', serif;
        font-size: 1.08rem;
        font-weight: 700;
        color: var(--dark);
        margin-bottom: 6px;
    }

    .why-text p {
        font-size: 0.82rem;
        color: var(--gray);
        line-height: 1.7;
    }

    /* ── TESTIMONIALS ── */
    .testimonials {
        padding: 100px 0;
        background: var(--light-gray);
        overflow: hidden;
        position: relative;
    }

    .testi-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .testi-track-wrap {
        position: relative;
        width: 100%;
        display: flex;
        overflow: hidden;
        padding: 20px 0;
    }

    .testi-track {
        display: flex;
        gap: 30px;
        animation: scroll-left 40s linear infinite;
        width: max-content;
    }

    .testi-track:hover {
        animation-play-state: paused;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-50% - 15px));
        }
    }

    .testi-card {
        width: 380px;
        background: #fff;
        border-radius: 24px;
        padding: 32px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
        border: 1px solid var(--light-gray);
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .testi-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 50px color-mix(in srgb, var(--teal) 10%, transparent);
        border-color: var(--teal-light);
    }

    .testi-rating {
        color: #ffb400;
        font-size: 1.2rem;
        letter-spacing: 2px;
    }

    .testi-text {
        font-size: 0.95rem;
        color: var(--gray);
        line-height: 1.7;
        flex-grow: 1;
        font-style: italic;
    }

    .testi-user {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 10px;
    }

    .testi-avatar {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        object-fit: cover;
        background: var(--light-gray);
    }

    .testi-user-info h4 {
        font-family: 'Playfair Display', serif;
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--dark);
        margin-bottom: 2px;
    }

    .testi-user-info p {
        font-size: 0.75rem;
        color: var(--teal);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: 600;
    }

    /* ── CTA ── */
    .cta-section {
        padding: 80px 0;
        background: linear-gradient(135deg, var(--teal-dark), var(--teal));
        position: relative;
        overflow: hidden;
    }

    .cta-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 10%, transparent) 0%, transparent 60%);
    }

    .cta-inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 32px;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 28px;
    }

    .cta-text h2 {
        font-family: 'Playfair Display', serif;
        font-size: 2.2rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 8px;
    }

    .cta-text p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1rem;
    }

    .cta-actions {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
    }

    .btn-white {
        background: #fff;
        color: var(--teal-dark);
        padding: 14px 30px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 0.92rem;
        text-decoration: none;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
        transition: all 0.3s;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .btn-white:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
    }

    .btn-ghost {
        background: transparent;
        border: 2px solid var(--gold);
        color: var(--gold-light);
        padding: 12px 28px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 0.95rem;
        text-decoration: none;
        box-shadow: 0 0 20px color-mix(in srgb, var(--gold) 15%, transparent);
        transition: all 0.3s;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .btn-ghost:hover {
        background: var(--gold);
        color: var(--dark);
        transform: translateY(-3px);
        box-shadow: 0 10px 30px color-mix(in srgb, var(--gold) 40%, transparent);
        border-color: var(--gold);
    }


    /* ── REVEAL ── */
    .reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-delay-1 {
        transition-delay: 0.15s;
    }

    .reveal-delay-2 {
        transition-delay: 0.3s;
    }

    .reveal-delay-3 {
        transition-delay: 0.45s;
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(28px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-18px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ── VIDEO TESTIMONIALS ── */
    .video-reels-section {
        padding: 80px 0;
        background: var(--white);
        overflow: hidden;
    }

    .video-reels-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .video-reels-container {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 0 32px 20px 32px;
        max-width: 1400px;
        margin: 0 auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--teal) var(--light-gray);
    }

    .video-reels-container::-webkit-scrollbar {
        height: 8px;
    }

    .video-reels-container::-webkit-scrollbar-track {
        background: var(--light-gray);
        border-radius: 4px;
    }

    .video-reels-container::-webkit-scrollbar-thumb {
        background: var(--teal);
        border-radius: 4px;
    }

    .reel-card {
        position: relative;
        width: 250px;
        height: 480px;
        flex-shrink: 0;
        border-radius: 20px;
        overflow: hidden;
        scroll-snap-align: start;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        background: #000;
    }

    .reel-card video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0.9;
        transition: opacity 0.3s;
    }

    .reel-card:hover video {
        opacity: 1;
    }



    .reel-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.6);
        border: none;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 10;
        backdrop-filter: blur(4px);
    }

    .reel-play-btn svg {
        width: 28px;
        height: 28px;
        fill: currentColor;
        margin-left: 4px;
    }

    .reel-play-btn.playing {
        opacity: 0;
    }

    .reel-card:hover .reel-play-btn.playing {
        opacity: 1;
    }

    .reel-play-btn.playing svg {
        margin-left: 0;
    }

    .reel-play-btn:hover {
        background: var(--teal);
        transform: translate(-50%, -50%) scale(1.1);
    }

    @media(max-width:768px) {
        .reel-card {
            width: 240px;
            height: 426px;
        }

        .video-reels-container {
            padding: 0 20px 20px 20px;
        }
    }

    /* ── RESPONSIVE ── */
    @media(max-width:1024px) {
        .why-grid-new {
            grid-template-columns: 1fr;
        }

        

        .services-split {
            flex-direction: column;
        }

        .services-visual {
            height: 400px;
            width: 100%;
        }
    }

    @media(max-width:768px) {
        .hero-action-bar {
            flex-direction: column;
            border-radius: 24px;
        }

        .action-item {
            border-right: none;
            border-bottom: 1px solid #1a3b37;
        }

        .action-item:last-child {
            border-bottom: none;
        }

        .hero-title {
            font-size: 2.2rem;
        }

        .about-grid,
        .exp-grid {
            grid-template-columns: 1fr;
        }

        .exp-float-card {
            top: 10px;
            right: -10px;
            padding: 14px;
            max-width: 160px;
        }

        .exp-float-card .efn {
            font-size: 1.5rem;
        }

        .exp-float-card2 {
            bottom: 10px;
            left: -10px;
            padding: 14px;
            max-width: 160px;
        }

        .exp-float-card2 .efn2 {
            font-size: 1.3rem;
        }

        .exp-main-img {
            height: 350px;
        }

        

        .services-split {
            flex-direction: column;
        }

        .services-visual {
            height: 300px;
            width: 100%;
        }

        .stats-band-inner {
            grid-template-columns: repeat(2, 1fr);
        }

        .cta-inner {
            text-align: center;
            justify-content: center;
        }

        
    }

    /* Share Icon Styles */
    .card-share-wrap {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 10;
    }

    .share-icon-btn {
        background: #f0f4f8;
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #2c3e50;
        transition: all 0.3s;
    }

    .share-icon-btn:hover,
    .card-share-wrap:hover .share-icon-btn {
        background: var(--teal);
        color: #fff;
    }

    .social-icons-dropdown {
        position: absolute;
        top: 40px;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .card-share-wrap:hover .social-icons-dropdown,
    .card-share-wrap:focus-within .social-icons-dropdown {
        opacity: 1;
        visibility: visible;
    }

    .social-icons-dropdown a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--teal);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-10px) scale(0.8);
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-delay: calc(0.05s * var(--i));
        text-decoration: none;
    }

    .card-share-wrap:hover .social-icons-dropdown a,
    .card-share-wrap:focus-within .social-icons-dropdown a {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    .social-icons-dropdown a:hover {
        background: var(--teal);
        color: #fff;
    }

    /* ── SEARCH SUGGESTIONS ── */
    .search-suggestions-container {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        z-index: 99999;
        max-height: 400px;
        overflow-y: auto;
        display: none;
        text-align: left;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        padding: 16px;
    }

    @media (max-width: 768px) {
        .search-suggestions-container {
            grid-template-columns: 1fr;
        }
    }

    .search-suggestion-item {
        padding: 15px 20px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        transition: all 0.2s ease;
        background: #fff;
    }

    .search-suggestion-item:hover {
        background: rgba(0, 150, 136, 0.08);
        border-color: rgba(0, 150, 136, 0.3);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 150, 136, 0.1);
    }

    .search-suggestion-title {
        color: #1a3b37;
        font-weight: 600;
        font-size: 1.05rem;
    }

    .search-suggestion-type {
        color: var(--teal);
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 4px;
        font-weight: 700;
    }

    

