:root {
      --primary: #50c4bc;
      --primary-dark: #3daaa0;
      --light-bg: #f8fbff;
      --card-bg: #ffffff;
      --text-dark: #1a2b4c;
      --text-muted: #e8e8e8;
      --border-light: #d8f0f0;
      --glow-light: 0 0 18px rgba(80, 196, 188, 0.22);
    }

    * { margin:0; padding:0; box-sizing:border-box; }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--light-bg);
      color: var(--text-dark);
      line-height: 1.7;
    }

    h1, h2, h3, h4 {
      font-family: 'Orbitron', sans-serif;
      letter-spacing: 0.5px;
    }

    .section-padding {
    padding: 40px 0;
      position: relative;
    }


    /* Medical-themed background illustrations – now visible and relevant */
    .section-bg-illustration {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.09;
      pointer-events: none;
      z-index: 1;
      background-color: #f8fbff; /* fallback */
    }


    /* Section Title with Bottom Border */
    .section-title {
      font-size: 2.8rem;
      text-align: center;
      margin-bottom: 3rem;
      color: var(--primary);
      font-weight: 700;
      position: relative;
      padding-bottom: 1.2rem;
      z-index: 3;    
    }
#why p.titless, #services p.titless{
    margin-bottom: 50px;
    font-size: 17px;
    color: #424040; position: relative; top:-10px}
    .section-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 140px;
      height: 4px;
      background: linear-gradient(90deg, transparent, var(--primary), transparent);
      border-radius: 4px;
      box-shadow: var(--glow-light);
    }
.glass-card h5{margin-bottom: 20px;}
    /* Navbar */
    .navbar {
      background: white !important;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      border-bottom: 1px solid var(--border-light);
    }

    .navbar-brand {
      font-size: 1.7rem;
      color: var(--primary) !important;
      font-weight: 700;
    }

    .nav-link {
      color: var(--text-dark) !important;
      font-weight: 500;
      transition: all 0.3s;
    }

    .nav-link:hover {
      color: var(--primary) !important;
    }

    /* Cards */
    .glass-card {
      background: var(--card-bg);
      border: 1px solid var(--border-light);
      border-radius: 16px;
         padding: 20px;
      transition: all 0.4s ease;
      box-shadow: 0 8px 30px rgba(80,196,188,0.08);
      position: relative;
      z-index: 3;
    }

    .glass-card:hover {
      transform: translateY(-10px);
      box-shadow: var(--glow-light), 0 20px 50px rgba(80,196,188,0.15);
      border-color: var(--primary);
    }

    /* Hexagon Icons */
    .hex-icon {
      width: 90px;
      height: 104px;
      background: linear-gradient(135deg, rgba(80,196,188,0.12), rgba(80,196,188,0.06));
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      font-size: 2.6rem;
      color: var(--primary);
      transition: all 0.4s;
    }

    .glass-card:hover .hex-icon {
      background: linear-gradient(135deg, var(--primary), #3daaa0);
      color: white;
      transform: scale(1.12);
    }

    /* About Image */
    .about-image-frame {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 15px 40px rgba(80,196,188,0.15);
      border: 2px solid rgba(80,196,188,0.18);
      position: relative;
      z-index: 3;
    }

    /* Services */
    .service-img-wrapper {
      height: 240px;
      overflow: hidden;
      border-radius: 16px 16px 0 0;
      position: relative;
    }

    .service-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }

    .glass-card:hover .service-img {
      transform: scale(1.08);
    }

    .service-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent 60%, rgba(248,251,255,0.88));
    }

    /* Contact */
    .contact-left {
      background: white;
      border-radius: 20px;
      padding: 2.8rem;
      box-shadow: 0 10px 35px rgba(80,196,188,0.12);
      border: 1px solid var(--border-light);
      position: relative;
      z-index: 3;
    }

    .contact-form .form-control {
border: 1px solid #d0eaff;
    border-radius: 12px;
    padding: 14px 18px;
    transition: all 0.3s;
    box-shadow: none;
    font-size: 16px;
    }

    .contact-form .form-control:focus {
      border-color: var(--primary);
      box-shadow:none;
    }

    .btn-send {
      background: var(--primary)!important;
      border: none !important;
      padding: 14px 40px!important;
      font-weight: 600!important;
      border-radius: 50px; font-size: 17px!important;
      color: white!important;
      transition: all 0.4s!important;
      
    }
    #strengths .glass-card{padding: 40px;}
     #strengths .glass-card li{font-size: 18px;}
#contact .glass-card {
    background: var(--card-bg);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 50px;}
    .btn-send:hover {
      background: #3daaa0;
      transform: translateY(-3px);
      box-shadow: var(--glow-light);
    }


    @media (max-width: 992px) {
      .section-padding { padding: 40px 0; }
      .section-title { font-size: 2.4rem; }
    }

    @media (max-width: 768px) {
      .hex-icon { width: 80px; height: 92px; font-size: 2.2rem; }
      .section-title { font-size: 2.2rem; }
    }

        /* Hero Section with background illustration */
 .banner {
      background: linear-gradient(135deg, #35c1b5, #5ec6c0);
      border-radius: 12px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.2);
      position: relative;
      overflow: hidden;
      padding: 60px;    height: 700px;
    }

    .badge-logo {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #eaffff;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .badge-logo::before {
      content: "✚";
      font-size: 20px;
    }

    .title {
      font-size: 72px;
      font-weight: 700;
      color: #eaffff;
      margin: 20px 0;
      line-height: 1.1;
    }

    .subtitle {
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 600;
      color: #eaffff;
      margin-bottom: 12px;
    }
.pad100{padding: 100px;}
    .desc {
       color: #eaffff !important;
    opacity: 0.9;
    font-size: 23px;
    /* max-width: 420px; */
    margin-top: 30px;
    margin-bottom: 30px;
    }

    .bottom-links {
      margin-top: 25px;
      font-size: 13px;
      color: #eaffff;
      display: flex;
      gap: 25px;
    }

    /* Doctors image */
    .doctor-img {
      position: absolute;
      right: 40px;
      bottom: 0;
      height: 500px;
      filter: grayscale(100%) contrast(1.1) hue-rotate(200deg);
    }

    /* Yellow abstract shape */
    .shape {
      position: absolute;
      right: 240px;
      top: 120px;
      width: 200px;
      height: 200px;
        background: #ffffffcf;
      border-radius: 40px;
      transform: rotate(20deg);
      z-index: 0;
    }

    @media (max-width: 768px) {
      .banner { padding: 40px 25px; }
      .pad100 {
    padding: 30px;
}
      .title { font-size: 36px; }
      .doctor-img { position: relative; right: auto; height: auto; width: 100%; margin-top: 30px; top: -101px;}
      .shape { display: none; }
    }

        .btn-primary-custom {
            background-color: #fff!important;
            border: none!important;
            padding: 14px 38px!important;
            font-weight: 600!important;
            border-radius: 50px!important;
            transition: all 0.3s!important;
            position: relative!important;color: var(--primary)!important;
        }

        .btn-primary-custom:hover {
            background-color: var(--primary-dark);
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 102, 204, 0.25);
        }

       
#about .glass-card{padding: 30px;}
    /* Floating orbs */
    .orb {
      position: absolute;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, rgba(0,240,255,0.45), transparent 70%);
      pointer-events: none;
      z-index: 0;
      animation: floatOrb 22s ease-in-out infinite;
    }

    .orb1 { width: 220px; height: 220px; top: 10%; left: 5%; animation-delay: 0s; opacity: 0.22; }
    .orb2 { width: 160px; height: 160px; bottom: 15%; right: 10%; animation-delay: 6s; opacity: 0.16; }
    .orb3 { width: 280px; height: 280px; top: 45%; right: 15%; animation-delay: 12s; opacity: 0.11; }

    @keyframes floatOrb {
      0%, 100%   { transform: translate(0, 0) rotate(0deg); }
      50%        { transform: translate(80px, -70px) rotate(15deg); }
    }
#reach h5{color: #000!important;}
   footer {
      background: linear-gradient(135deg, #00897b 0%, #004d40 100%);
      color: var(--text-light);
      padding: 60px 0 30px;
      position: relative;
      overflow: hidden;
      border-top: 1px solid rgba(255,255,255,0.12);
    }

    /* Subtle animated background glow */
    footer::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.08) 0%, transparent 70%);
      animation: pulseGlow 12s ease-in-out infinite;
      pointer-events: none;
      z-index: 0;
    }

    @keyframes pulseGlow {
      0%, 100% { opacity: 0.6; }
      50%      { opacity: 1; }
    }

    .footer-brand {
      font-size: clamp(2.2rem, 5vw, 3.5rem);
      font-weight: 800;
      letter-spacing: 1.5px;
      background: linear-gradient(90deg, #e0f2f1, #b2dfdb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0.8rem;
      text-shadow: 0 0 20px rgba(255,255,255,0.4);
    }

    .tagline {
      font-size: clamp(0.95rem, 2.2vw, 1.15rem);
      max-width: 580px;
      color: var(--text-muted);
      font-weight: 300;
      line-height: 1.7;
    }

    .footer-menu a {
      color: var(--text-muted);
      text-decoration: none;
      font-size: 1.05rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: all 0.35s ease;
    }

    .footer-menu a:hover {
      color: white;
      transform: translateX(6px);
      text-shadow: 0 0 10px rgba(255,255,255,0.6);
    }

    .social-icons a {
      color: var(--text-muted);
      font-size: 1.8rem;
      transition: all 0.4s ease;
    }

    .social-icons a:hover {
      color: white;
      transform: translateY(-6px) scale(1.25);
      text-shadow: 0 0 15px var(--teal-glow);
    }

    .copyright {
      font-size: 0.92rem;
      color: var(--text-muted);
      opacity: 0.9;
      margin-top: 2rem;
    }

    /* Scroll to Top Button */
    #scrollTopBtn {
      position: fixed;
      bottom: 25px;
      right: 25px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--teal);
      color: white;
      border: none;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease;
      box-shadow: 0 6px 20px rgba(0,0,0,0.3);
      z-index: 1000;
    }

    #scrollTopBtn.show {
      opacity: 1;
      visibility: visible;
    }

    #scrollTopBtn:hover {
      background: var(--teal-dark);
      transform: translateY(-6px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    }

    @media (max-width: 992px) {
      .footer-brand { font-size: 2.8rem; }
      .tagline { font-size: 1.05rem; }
    }

    @media (max-width: 576px) {
      footer { padding: 70px 0 40px; }
      .footer-brand { font-size: 2.4rem; }
      .footer-menu a { font-size: 0.98rem; }
      .social-icons a { font-size: 1.6rem; }
    }

    /* Header */
    header {
      position: fixed;
      top: 0;    z-index: 9;
      left: 0;
      width: 100%;
      z-index: 1000;
      padding: 1.2rem 5%;
    background: rgb(105 105 105 / 0%);
      transition: all 0.4s ease;
    }

    header.scrolled {
      padding: 0.9rem 5%;
     background: #5cc6c0;
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1400px;
      margin: 0 auto;
    }

    .logo {
      font-size: 1.9rem;
      font-weight: bold;
  color: white;
    }

    .nav-links {
      display: flex;
      gap: 2.2rem;
    }


    .nav-links a {
color: white;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s ease;
      position: relative;
      font-size: 1.05rem;
    }
.nav-links a:hover::after, .nav-links a.active::after {
    width: 100%;
}
    .nav-links a::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -6px;
      left: 0;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      transition: width 0.3s ease;
    }
p{        color: #424040;}
    .nav-links a:hover,
    .nav-links a.active {
         color: #ffffff;
    }

    /* Hamburger */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }

    .hamburger span {
      width: 28px;
      height: 3px;
      background: white;
      border-radius: 2px;
      transition: all 0.4s ease;
    }

    /* Mobile Menu */
    .mobile-menu {
      position: fixed;
      inset: 0;
      background: rgba(10, 14, 23, 0.98);
      backdrop-filter: blur(10px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      transform: translateX(100%);
      transition: transform 0.5s ease;
      z-index: 99999;
    }

    .mobile-menu.active {
      transform: translateX(0);
    }

    .mobile-menu a {
      color: white;
      font-size: 1.2rem;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.3s;
    }

    .mobile-menu a:hover {
      color: var(--primary);
    }

    .close-btn {
      position: absolute;
      top: 1rem;
      right: 2rem;
      font-size: 3.5rem;
      color: white;
      cursor: pointer;
      transition: all 0.3s;
    }

    .close-btn:hover {
      color: var(--accent);
      transform: rotate(90deg);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }
      .hamburger {
        display: flex;
      }
      .hero h1 {
    font-family: 'Orbitron', sans-serif;
     font-size: 50px;}
      }


