      :root {
        --bg: #f7fcfa;
        --paper: #ffffff;
        --ink: #132235;
        --subtle: #567081;
        --primary: #17a68f;
        --primary-strong: #0f7c6a;
        --line: #d9e9e3;
        --glow: rgba(23, 166, 143, 0.2);
        --shadow: 0 20px 55px rgba(18, 40, 55, 0.12);
        --radius: 20px;
      }

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        font-family: "DM Sans", sans-serif;
        background: radial-gradient(circle at 10% 0%, #ebfffb 0, transparent 34%),
          radial-gradient(circle at 100% 20%, #fff3ea 0, transparent 38%),
          var(--bg);
        color: var(--ink);
        overflow-x: hidden;
      }

      h1,
      h2,
      h3,
      h4 {
        font-family: Sora, sans-serif;
        line-height: 1.15;
        font-size: calc(.8rem + .6vw);
      }

      .container {
        width: min(92%, 1180px);
        margin: auto;
      }

      .section {
        padding: 50px 0;
      }

      .eyebrow {
        display: inline-block;
        margin-bottom: 16px;
        padding: 8px 14px;
        border-radius: 999px;
        border: 1px solid var(--line);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: var(--primary-strong);
        background: #f0fbf8;
      }

      .lead {
        color: var(--subtle);
        line-height: 1.8;
        margin-top: 18px;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px 24px;
        border-radius: 12px;
        border: 1px solid transparent;
        text-decoration: none;
        font-weight: 700;
        transition: 0.3s ease;
      }

      .btn-primary {
        background: linear-gradient(120deg, var(--primary), #22c7aa);
        color: #fff;
        box-shadow: 0 18px 34px var(--glow);
      }

      .btn-primary:hover {
        transform: translateY(-3px);
      }

      .btn-ghost {
        color: var(--ink);
        border-color: var(--line);
        background: rgba(255, 255, 255, 0.7);
      }

      .btn-ghost:hover {
        background: #fff;
      }

      .accent {
        color: var(--primary);
      }

      header {
        position: sticky;
        top: 0;
        z-index: 100;
        background: rgba(247, 252, 250, 0.86);
        backdrop-filter: blur(9px);
        border-bottom: 1px solid rgba(15, 124, 106, 0.08);
      }

      nav {
        min-height: 82px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
      }

      .logo {
        font-family: Sora, sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: var(--primary);
        text-decoration: none;
      }

      .menu {
        display: flex;
        align-items: center;
        gap: 26px;
      }

      .menu a {
        text-decoration: none;
        color: #204158;
        font-weight: 500;
      }

      .menu a:hover {
        color: var(--primary-strong);
      }

      .menu-toggle {
        display: none;
        width: 44px;
        height: 44px;
        border-radius: 10px;
        border: 1px solid var(--line);
        background: #fff;
        color: var(--ink);
        font-size: 20px;
        cursor: pointer;
      }

      

      .hero-wrap,
      .growth-grid,
      .cta-wrap {
        display: grid;
        grid-template-columns: 1.02fr 0.98fr;
        align-items: center;
        gap: 58px;
      }

      .hero h1 {
        font-size: clamp(2.1rem, 5vw, 3.8rem);
      }

      .hero-actions {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
      }

      .hero-list {
        list-style: none;
        margin-top: 26px;
        display: grid;
        gap: 10px;
      }

      .hero-list li {
        color: #2f556a;
        font-weight: 500;
      }

      .hero-list li::before {
        content: "\\2713";
        display: inline-block;
        margin-right: 9px;
        color: var(--primary);
      }

      .visual {
        position: relative;
        min-height: 450px;
        border-radius: 28px;
        border: 1px solid #cde9df;
        background: linear-gradient(155deg, #0f7c6a, #1cb49a 62%, #7fead8);
        box-shadow: var(--shadow);
        overflow: hidden;
      }

      .visual::before,
      .visual::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.16);
      }

      .visual::before {
        width: 220px;
        height: 220px;
        top: -70px;
        right: -50px;
      }

      .visual::after {
        width: 170px;
        height: 170px;
        bottom: -45px;
        left: -35px;
      }

      .visual-inner {
        position: relative;
        z-index: 2;
        padding: 34px;
        color: #fff;
      }

      .chip-row {
        margin-top: 22px;
        display: flex;
        gap: 9px;
        flex-wrap: wrap;
      }

      .chip {
        padding: 8px 12px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background: rgba(255, 255, 255, 0.16);
        font-size: 12px;
        font-weight: 700;
      }

      .metric-panel {
        margin-top: 25px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }

      .metric {
        padding: 16px;
        border-radius: 14px;
        background: rgba(5, 40, 35, 0.32);
        border: 1px solid rgba(255, 255, 255, 0.17);
      }

      .metric strong {
        display: block;
        font-size: 1.35rem;
      }

      .services {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #eff8f5);
      }

      .section-head {
        max-width: 740px;
        margin: 0 auto;
        text-align: center;
      }

      .cards {
        margin-top: 44px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
      }

      .card {
        padding: 15px;
        border-radius: var(--radius);
        background: var(--paper);
        border: 1px solid #d7ebe4;
        box-shadow: 0 12px 32px rgba(13, 40, 48, 0.09);
        transition: transform 0.32s ease;
      }

      .card:hover {
        transform: translateY(-8px);
      }

      .icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        background: #ecfbf8;
        color: var(--primary-strong);
        font-size: 22px;
        display: grid;
        place-items: center;
        margin-bottom: 16px;
      }

      .card p {
        margin-top: 10px;
        color: var(--subtle);
        line-height: 1.7;
      }

      .growth-grid {
        margin-top: 24px;
      }

      .timeline {
        display: grid;
        gap: 16px;
      }

      .timeline-item {
        padding: 18px 18px 18px 64px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px;
        position: relative;
      }

      .timeline-item span {
        position: absolute;
        left: 16px;
        top: 14px;
        width: 34px;
        height: 34px;
        border-radius: 9px;
        background: #ecfbf8;
        color: var(--primary-strong);
        display: grid;
        place-items: center;
        font-family: Sora, sans-serif;
        font-weight: 700;
      }

      .stats {
        background: linear-gradient(130deg, #083c48, #106b73);
        color: #fff;
      }

      .stat-grid {
        margin-top: 28px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
      }

      .stat {
        padding: 26px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
      }

      .stat strong {
        font-family: Sora, sans-serif;
        font-size: clamp(1.4rem, 2.5vw, 2rem);
      }

      .stat p {
        margin-top: 8px;
        color: #d2f4f1;
      }

      .testimonials {
        background: #fff;
      }

      .quote-grid {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
      }

      .quote {
        padding: 24px;
        border-radius: 16px;
        border: 1px solid var(--line);
        background: #fcfffe;
      }

      .quote p {
        color: #284559;
        line-height: 1.75;
      }

      .quote h4 {
        margin-top: 16px;
        font-size: 1rem;
      }

      .plan-grid {
        margin-top: 36px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
      }

      .plan {
        border-radius: 18px;
        border: 1px solid var(--line);
        background: #fff;
        padding: 30px;
        display: flex;
        flex-direction: column;
      }

      .plan.featured {
        border-color: var(--primary);
        box-shadow: 0 18px 44px rgba(23, 166, 143, 0.17);
        transform: translateY(-4px);
      }

      .price {
        margin-top: 8px;
        margin-bottom: 20px;
        font-family: Sora, sans-serif;
        font-size: 1rem;
      }

      .price span {
        font-size: 0.95rem;
        font-family: "DM Sans", sans-serif;
        color: var(--subtle);
      }

      .plan ul {
        list-style: none;
        display: grid;
        gap: 10px;
        color: #2f556a;
        margin-bottom: 24px;
      }

      .plan ul li::before {
        content: "\\2713";
        margin-right: 8px;
        color: var(--primary);
      }

      .faq {
        background: linear-gradient(180deg, #eff8f5, rgba(239, 248, 245, 0));
      }

      .faq-list {
        margin-top: 36px;
        display: grid;
        gap: 14px;
      }

      .faq-item {
        border: 1px solid var(--line);
        border-radius: 14px;
        background: #fff;
        overflow: hidden;
      }

      .faq-btn {
        width: 100%;
        border: 0;
        background: transparent;
        padding: 18px 20px;
        text-align: left;
        font-weight: 700;
        color: #1e4256;
        cursor: pointer;
      }

      .faq-content {
        max-height: 0;
        overflow: hidden;
        color: var(--subtle);
        line-height: 1.7;
        transition: max-height 0.36s ease;
      }

      .faq-content p {
        padding: 0 20px 18px;
      }

      .faq-item.active .faq-content {
        max-height: 190px;
      }

      .cta-panel {
        background: linear-gradient(135deg, #0f7c6a, #179f88, #26c3a8);
        border-radius: 24px;
        padding: 38px;
        color: #fff;
        box-shadow: var(--shadow);
      }

      .cta-panel p {
        color: #dcfff8;
        margin: 14px 0 24px;
        line-height: 1.8;
      }

      .cta-image {
        min-height: 250px;
        border-radius: 20px;
        border: 1px solid var(--line);
        background: linear-gradient(145deg, #fff, #e4fbf6);
        display: grid;
        place-items: center;
        color: #148873;
        font-family: Sora, sans-serif;
        font-size: 1.15rem;
      }

      footer {
        padding: 38px 0 32px;
        border-top: 1px solid var(--line);
        color: #4d6b7a;
      }

      .footer-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
      }

      .socials {
        display: flex;
        gap: 12px;
      }

      .socials a {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        border: 1px solid var(--line);
        display: grid;
        place-items: center;
        text-decoration: none;
        color: #2d5664;
        font-weight: 700;
      }

      .socials a:hover {
        border-color: var(--primary);
        color: var(--primary-strong);
      }

      .reveal {
        opacity: 0;
        transform: translateY(44px);
        transition: 0.85s ease;
      }

      .reveal.show {
        opacity: 1;
        transform: none;
      }

      .hero-animate {
        animation: pop-in 0.7s ease-out both;
      }

      @keyframes pop-in {
        from {
          opacity: 0;
          transform: translateY(30px) scale(0.98);
        }
        to {
          opacity: 1;
          transform: translateY(0) scale(1);
        }
      }

      @media (max-width: 1024px) {
        .cards,
        .plan-grid,
        .quote-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .hero-wrap,
        .growth-grid,
        .cta-wrap {
          grid-template-columns: 1fr;
          gap: 34px;
        }
      }

      @media (max-width: 780px) {
        .menu-toggle {
          display: inline-grid;
          place-items: center;
        }

        .menu {
          position: absolute;
          left: 4%;
          right: 4%;
          top: 78px;
          background: #fff;
          border: 1px solid var(--line);
          border-radius: 14px;
          padding: 16px;
          display: none;
          flex-direction: column;
          align-items: flex-start;
          box-shadow: var(--shadow);
        }

        .menu.open {
          display: flex;
        }

        .desktop-cta {
          display: none;
        }

        .cards,
        .plan-grid,
        .quote-grid,
        .stat-grid {
          grid-template-columns: 1fr;
        }

        .section {
          padding: 78px 0;
        }

        .visual {
          min-height: 390px;
        }

        .cta-panel {
          padding: 28px;
        }
      }

  .inner-banner {
    width: 100%;
    display: grid;
    background: #2d5ba7;
    padding: 21px 0;
    margin-top: 23px;
}
.inner-banner .search-bar {
    width: 322px;
    float: left;
    margin-right: 25px;
}
.inner-banner .search-bar .search-text {
    width: 100%;
    float: left;
    
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-bottom: 9px;
}
.inner-banner .search-bar .search-box input[type="text"] {
    width: 226px;
    float: left;
    text-align: left;
    height: 44px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    padding-left: 10px;
}
.inner-banner .search-bar .search-box input[type="submit"] {
    width: 96px;
    float: left;
    display: block;
    text-align: center;
    height: 44px;
    border-radius: 4px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: linear-gradient(to right,#2d5ba7 50%,#01b2c6 50%);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .03em;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    font-family: "DM Sans", sans-serif;
}
.inner-banner .search-bar .search-box input[type="submit"]:hover {
    background-position: left bottom;
}
.inner-banner .or {
    position: relative;
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    height: 25px;
    width: 25px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    padding-top: 5px;
    letter-spacing: .03em;
    margin-top: 35px;
}
.inner-banner .or:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #ccc;
    top: 12px;
    left: -20px;
}
.inner-banner .or:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #ccc;
    top: 12px;
    right: -20px;
}
.inner-banner .search-filter .search-by {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 9px;
    letter-spacing: .07em;
}
.inner-banner .search-filter {
    width: 783px;
    float: right;
    margin-top: 0;
    text-align: left;
    z-index: -1111;
}
.inner-banner .search-filter select {
   font-family: "DM Sans", sans-serif;
    width: 167px;
    height: 44px;
    border: none;
    border-radius: 4px;
    color: #7f7f7f;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 36px;
    -moz-appearance: none;
    background: #fff url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 91% 52%;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.09);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.09);
    margin-right: 3px;
}
.inner-banner .search-filter select.city {
    width: 147px;
}
.inner-banner .search-filter input[type="submit"] {
    width: 96px;
    text-align: center;
    height: 44px;
    margin-top: 0;
    border-radius: 4px;
    border: none;
    background: linear-gradient(to right,#2d5ba7 50%,#01b2c6 50%);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .03em;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.inner-banner .search-filter input[type="submit"]:hover {
    background-position: left bottom;
}
.doctor-card{
    border:1px solid #d9d9d9;
    background:#fff;
    transition:.3s;
}

.doctor-card:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.doctor-img{
    width:140px;
    height:140px;
    object-fit:cover;
}

.doctor-name{
    color:#8b7d73;
    font-weight:700;
    font-size: 18px;
}

.action-btn{
    background: linear-gradient(120deg, var(--primary), #22c7aa);
    border:none;
    color:#fff;
    border-radius:50px;
    padding:10px 28px;
    transition:.3s;
    font-size:14px;
}

.action-btn:hover{
    background:#e88908;
    color:#fff;
}

.label{
    font-weight:700;
}

        .footer-section{
            background:#223d82;
            color:#fff;
            padding:70px 0 20px;
            position:relative;
        }

        .footer-logo{
            max-width:220px;
            margin-bottom:30px;
        }

        .social-icons a{
            width:38px;
            height:38px;
            background:#fff;
            color:#223d82;
            border-radius:4px;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            text-decoration:none;
            margin-right:8px;
            transition:.3s;
        }

        .social-icons a:hover{
            background:#dbe4ff;
        }

        .footer-title{
            font-size:24px;
            font-weight:700;
            margin-bottom:25px;
        }

        .footer-links{
            list-style:none;
            padding:0;
        }

        .footer-links li{
            margin-bottom:12px;
        }

        .footer-links a{
            color:#fff;
            text-decoration:none;
        }

        .footer-links a:hover{
            color:#dbe4ff;
        }

        .contact-heading{
            font-size:18px;
            font-weight:700;
            margin-bottom:10px;
            text-transform:uppercase;
        }

        .contact-info{
            font-size:18px;
            line-height:1.8;
        }

        .footer-bottom{
            border-top:1px solid rgba(255,255,255,.25);
            margin-top:50px;
            padding-top:18px;
        }

        .footer-bottom a{
            color:#fff;
            text-decoration:none;
            margin-right:35px;
        }

        .footer-bottom a:hover{
            color:#dbe4ff;
        }

        .copyright{
            text-align:right;
        }

        .back-top{
            position:absolute;
            right:35px;
            top:50%;
            transform:translateY(-50%);
            text-align:center;
        }
        .back-top span{
            writing-mode:vertical-rl;
            text-orientation:mixed;
            font-size:12px;
            margin-top:10px;
            display:block;
            color:#9ea9c8;
            letter-spacing:2px;
        }

        @media(max-width:991px){
            .copyright{
                text-align:left;
                margin-top:15px;
            }

            .back-top{
                display:none;
            }
        }
    
.website-section{
    padding:40px 0;
    background:#fff;
    overflow:hidden;
}

.section-title{
    font-size:1.6rem;
    font-weight:600;
    line-height:1.2;
    color:#1f2a44;
}

.section-title span{
    color:#49c5b6;
    display:block;
}

.section-text{
    color:#6c757d;
    font-size:1.1rem;
    line-height:1.8;
    max-width:520px;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.feature-list li{
    margin-bottom:12px;
    color:#495057;
    position:relative;
    padding-left:22px;
}

.feature-list li:before{
    content:"•";
    position:absolute;
    left:0;
    color:#000;
    font-weight:bold;
}

.btn-link-custom{
    color:#ff5f9d;
    font-weight:600;
    text-decoration:none;
    font-size:1.1rem;
}

.btn-link-custom:hover{
    color:#ff3d85;
}

.image-area{
    position:relative;
    text-align: center;
}
.image-area img{
    border-radius: 30px;
    width: 80%;
    margin: auto;
}
.appointment{
    position:absolute;
    left:40px;
    top:10px;
    text-align:center;
    z-index:3;
}

.appointment-icon{
    font-size:60px;
}

.appointment h3{
    color:#2167d1;
    font-weight:800;
    text-transform:uppercase;
    line-height:1;
    margin-top:10px;
}

@media(max-width:991px){

    .section-title{
        font-size:2.2rem;
    }

    .image-area{
        margin-top:50px;
        min-height:400px;
    }

    .doctor-img{
        max-width:320px;
    }

    .circle-one{
        width:180px;
        height:180px;
        right:60px;
    }

    .circle-two{
        width:140px;
        height:140px;
        right:170px;
    }
}

  .stats-section{
    background:#4fb7ad;
    padding:100px 0;
    position:relative;
    overflow:hidden;
}

.stat-card{
    background:#f5f5f5;
    border-radius:22px;
    min-height:205px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
    z-index:2;
}

.card-content h2{
    font-size:64px;
    font-weight:700;
    color:#4fb7ad;
    margin-bottom:10px;
    line-height:1;
}

.card-content h4{
    font-size:20px;
    font-weight:600;
    color:#111827;
    margin-bottom:5px;
}

.card-content p{
    font-size:16px;
    color:#222;
    margin-bottom:0;
}

.yellow-shape{
    position:absolute;
    width:150px;
    height:150px;
    background:#ffc800;
    border-radius:30px;
    left:-18px;
    top:-18px;
    z-index:-1;
}

.main-heading{
    color:#fff;
    font-size:3rem;
    font-weight:700;
    line-height:1.2;
    max-width:500px;
    margin-bottom:40px;
}

.btn-join{
    background:#ff5ca8;
    color:#fff;
    border:none;
    border-radius:6px;
    padding:15px 30px;
    font-weight:700;
    letter-spacing:.5px;
}

.btn-join:hover{
    background:#ff4399;
    color:#fff;
}

.circle-shape{
    position:absolute;
    width:42px;
    height:42px;
    border:5px solid #d3d429;
    border-radius:50%;
    top:10px;
    right:210px;
}

.dot-grid{
    position:absolute;
    width:180px;
    height:180px;
    left:190px;
    bottom:-20px;
    background-image:radial-gradient(rgba(255,255,255,.35) 2px, transparent 2px);
    background-size:20px 20px;
}

.curve-shape{
    position:absolute;
    right:-120px;
    top:-40px;
    width:380px;
    height:380px;
    border:3px dashed rgba(255,255,255,.25);
    border-radius:50%;
}

@media(max-width:991px){

    .main-heading{
        font-size:2.2rem;
        text-align:center;
    }

    .btn-join{
        display:block;
        width:max-content;
        margin:auto;
    }

    .stat-card{
        min-height:180px;
    }

    .card-content h2{
        font-size:52px;
    }
}

@media(max-width:575px){

    .card-content h2{
        font-size:42px;
    }

    .card-content h4{
        font-size:18px;
    }

    .card-content p{
        font-size:14px;
    }

    .main-heading{
        font-size:1.8rem;
    }
}
