:root {
      --bg:        #040712;
      --surface:   #0d1b2a;
      --glass:     rgba(13, 27, 42, 0.75);
      --cyan:      #00d1ff;
      --cyan-glow: #00eaff;
      --purple:    #a855f7;
      --text:      #e0f2fe;
      --text-dim:  #a0b3c6;
      --primary:#00eaff;
      --accent:#00d1ff;
    }

    body {
      background: var(--bg)!important;
      color: var(--text);
      font-family: 'Inter', sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
      position: relative;
      min-height: 100vh;
    }

    /* Multi-layer animated background */
    .bg-layers {
      position: fixed;
      inset: 0;
      z-index: -2;
      pointer-events: none;
    }

    .bg-layer {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 20% 30%, rgba(0,209,255,0.12), transparent 70%),
                  radial-gradient(circle at 80% 70%, rgba(168,85,247,0.08), transparent 70%);
      animation: bgPulse 22s infinite alternate ease-in-out;
    }

    .bg-layer:nth-child(2) { animation-duration: 28s; opacity: 0.6; }
    .bg-layer:nth-child(3) { animation-duration: 34s; opacity: 0.4; }

    @keyframes bgPulse {
      0%   { opacity: 0.35; transform: scale(1) translate(0, 0); }
      100% { opacity: 0.75; transform: scale(1.18) translate(4%, -3%); }
    }

    /* Floating medical icons with depth */
    .medical-float {
      position: fixed;
      font-size: clamp(2.8rem, 6vw, 5.5rem);
      opacity: 0.08;
      color: var(--cyan);
      pointer-events: none;
      animation: floatIcon 32s infinite ease-in-out;
      filter: drop-shadow(0 0 20px rgba(0,209,255,0.5));
      transform-style: preserve-3d;
    }

    @keyframes floatIcon {
      0%, 100% { transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg); }
      50%      { transform: translate3d(60px, -100px, -80px) rotateX(25deg) rotateY(15deg); }
    }

    .float-1 { top: 15%; left: 8%; animation-delay: 0s; }
    .float-2 { top: 40%; right: 12%; animation-delay: 6s; }
    .float-3 { bottom: 20%; left: 18%; animation-delay: 12s; }
    .float-4 { top: 55%; right: 20%; animation-delay: 18s; }

    /* Navbar */
    .navbar {
      background: var(--glass);
      backdrop-filter: blur(24px);
      border-bottom: 1px solid rgba(0,209,255,0.2);
      padding: 1.2rem 0;
      box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    }

    .navbar-brand {
      font-family: 'Orbitron', sans-serif;
      font-size: 2.1rem;
      font-weight: 900;
      background: linear-gradient(90deg, var(--cyan), var(--purple), var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 0 25px rgba(0,209,255,0.5);
    }

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

    .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -5px;
      left: 0;
      background: var(--cyan-glow);
      transition: width 0.4s;
      box-shadow: 0 0 10px var(--cyan);
    }

    .nav-link:hover::after { width: 100%; }
    .nav-link:hover { color: var(--cyan) !important; }

    /* Hero */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      text-align: center;
      padding: 4rem 0 6rem;
      position: relative;
    }

    .hero h1 {
      font-family: 'Orbitron', sans-serif;
      font-size: 80px;
      font-weight: 900;
      background: linear-gradient(90deg, var(--cyan), var(--purple), var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 0 60px rgba(0,209,255,0.7);
      margin-bottom: 1.5rem;
      animation: glowText 4s infinite alternate;
    }

    @keyframes glowText {
      0%   { text-shadow: 0 0 40px rgba(0,209,255,0.5); }
      100% { text-shadow: 0 0 100px rgba(168,85,247,0.8); }
    }

    .hero-lead {
      font-size: clamp(1.4rem, 4vw, 2rem);
      color: var(--text-dim);
      max-width: 900px;
      margin: 0 auto 3rem;
    }

    .hero-btn {
      background: linear-gradient(90deg, var(--cyan), var(--purple));
      color: white;
      font-weight: 700;
      padding: 1.2rem 3rem;
      border-radius: 999px;
      border: none; width: 250px;
      box-shadow: 0 15px 50px rgba(0,209,255,0.6);
      transition: all 0.5s cubic-bezier(0.34,1.56,0.64,1);text-decoration: none;
    }

    .hero-btn:hover {
      transform: translateY(-10px) scale(1.08);
      box-shadow: 0 30px 90px rgba(168,85,247,0.7);
    }

    /* Section */
    section {
      padding: 7rem 0;
      position: relative;
    }
    .hero {
    height: 100vh;
    justify-content: center;
    text-align: center;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    min-height: 350px;
    padding: 0px 6%;
    background: url(../../assets/img/slider/slide1a.jpg) center bottom / cover fixed rgb(139, 139, 139);
    background-position: center bottom;}
    #about .lead{font-size: 17px!important;}
.display-1{        font-size: 3rem!important;}
    .section-title {
      font-family: 'Orbitron', sans-serif;
       font-size: 50px;
      font-weight: 900;
      background: linear-gradient(90deg, var(--cyan), var(--purple));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-align: left;
      margin-bottom: 1rem;
      text-shadow: 0 0 40px rgba(0,209,255,0.5);
    }
.card-title{margin-top: 20px!important;    color: #00d1ff!important;
    font-size: 22px;}
    .card {
      background: var(--glass)!important;
      backdrop-filter: blur(24px)!important;
      border: 1px solid rgba(0,209,255,0.3)!important;
      border-radius: 1.75rem!important;
      box-shadow: 0 20px 60px rgba(0,0,0,0.5)!important;
      transition: all 0.6s cubic-bezier(0.34,1.56,0.64,1)!important;
      overflow: hidden!important;color: #fff ! Important;
    }

    .card:hover {
      transform: translateY(-20px) scale(1.04)!important;
      box-shadow: 0 40px 100px rgba(0,209,255,0.5)!important;
      border-color: var(--cyan-glow)!important;
    }

    .card-icon {
      font-size: 3.5rem;
      color: var(--cyan);
      margin-bottom: 1.2rem;
      text-shadow: 0 0 15px var(--cyan-glow);
    }
.stat-label{color: #fff;}
    .stat-number {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 10px;
      font-weight: 900;
      background: linear-gradient(90deg, var(--cyan), var(--purple));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 0 30px rgba(0,209,255,0.6);
    }

    .service-img {
      height: 280px;
      object-fit: cover;
      border-radius: 1.75rem 1.75rem 0 0;
      filter: brightness(1.15);
      transition: all 0.6s;
    }

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

    /* Contact */
    .contact-section {
      background: linear-gradient(135deg, var(--surface) 0%, var(--bg) 100%);
      padding: 7rem 0;
      position: relative;
    }

    .form-control {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(0,209,255,0.35);
      color: white;
      border-radius: 1rem;
      padding: 1.2rem 1.5rem;
      transition: all 0.3s;
    }

    .form-control:focus {
      border-color: var(--cyan-glow);
      box-shadow: 0 0 0 0.3rem rgba(0,209,255,0.25);
      background: rgba(255,255,255,0.1);
    }

    .btn-submit {
      background: linear-gradient(90deg, var(--cyan), var(--purple));
      color: white;
      font-weight: 700;
      border-radius: 999px;
      padding: 1.2rem 3rem;
      border: none;
      box-shadow: 0 15px 50px rgba(0,209,255,0.5);
      transition: all 0.5s;
    }

    .btn-submit:hover {
      transform: translateY(-8px);
      box-shadow: 0 30px 90px rgba(168,85,247,0.7);
    }

    /* Footer */
    .footer {
      background: var(--bg);
      padding: 3rem 0 2rem;
      border-top: 1px solid rgba(0,209,255,0.15);
      position: relative;
    }

    .footer-brand {
      font-family: 'Orbitron', sans-serif;
      font-size: 2.2rem;
      font-weight: 900;
      background: linear-gradient(90deg, var(--cyan), var(--purple));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .social-icon {
      color: var(--text-dim);
      font-size: 1.5rem;
      margin: 0 0.8rem;
      transition: all 0.4s;
    }

    .social-icon:hover {
      color: var(--cyan-glow);
      transform: translateY(-6px) rotate(15deg);
      text-shadow: 0 0 15px var(--cyan);
    }

    .scroll-top {
      position: fixed;
      bottom: 2rem;
      right: 2rem;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--cyan), var(--purple));
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      cursor: pointer;
      box-shadow: 0 10px 40px rgba(0,209,255,0.5);
      transition: all 0.4s;
      opacity: 0;
      visibility: hidden;
      z-index: 1000;
    }

    .scroll-top.show {
      opacity: 1;
      visibility: visible;
    }

    .scroll-top:hover {
      transform: translateY(-10px) scale(1.15);
      box-shadow: 0 20px 70px rgba(168,85,247,0.7);
    }
    /* Navbar */
    .navbar {
      background: linear-gradient(135deg, #01579b 0%, #0288d1 100%);
      backdrop-filter: blur(8px);
      box-shadow: 0 4px 20px rgba(1,87,155,0.35);
    }

    .navbar-brand {
      font-weight: 900;
      font-size: 2.1rem;
      color: #fff !important;
      letter-spacing: -0.8px;
      background: linear-gradient(90deg, #fff, #b3e5fc);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .nav-link {
      color: white !important;
      font-weight: 500;
      transition: 0.3s;
    }

    .nav-link:hover {
      color: #00bfa5 !important;
      transform: translateY(-1px);
    }

  
    

  footer {
      background: #0b1324;
      color: #cbd5e1;
      padding: 2.5rem 0 1.25rem;
      font-size: 0.92rem;
      border-top: 1px solid rgba(34,211,238,0.12);
    }

    .brand-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      background: rgba(34,211,238,0.12);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(34,211,238,0.35);
      border-radius: 9px;
      padding: 0.65rem 1.4rem;
      font-weight: 700;
      color: #22d3ee;
      font-size: 1.35rem;
      transition: all 0.4s ease;
      box-shadow: 0 6px 20px rgba(34,211,238,0.18);
    }

    .brand-pill:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 35px rgba(34,211,238,0.35);
      background: rgba(34,211,238,0.22);
    }

    .social-mini {
      display: flex;
      gap: 0.9rem;
      justify-content: center;
      margin: 1.2rem 0;
    }

    .social-mini a {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(34,211,238,0.08);
      border: 1px solid rgba(34,211,238,0.3);
      color: #94a3b8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      transition: all 0.35s ease;
    }

    .social-mini a:hover {
      background: #22d3ee;
      color: #0f172a;
      transform: translateY(-5px) rotate(12deg);
      box-shadow: 0 8px 25px rgba(34,211,238,0.4);
    }

    .quick-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem 2.2rem;
      margin: 1rem 0 1.5rem;
    }

    .quick-bar a {
      color: #cbd5e1;
      text-decoration: none;
      position: relative;
      transition: color 0.25s;
      white-space: nowrap;
    }

    .quick-bar a:hover {
      color: #22d3ee;
    }

    .quick-bar a::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -4px;
      left: 0;
      background: #22d3ee;
      transition: width 0.35s ease;
    }

    .quick-bar a:hover::after {
      width: 100%;
    }

    .copyright {
      text-align: center;
      font-size: 0.85rem;
      color: #64748b;
      margin-top: 1rem;
    }

    .heartbeat-line {
      height: 1px;
      background: linear-gradient(90deg, transparent, #22d3ee88, transparent);
      margin: 1.2rem auto 0;
      max-width: 400px;
      opacity: 0.6;
      animation: pulseLine 4s infinite ease-in-out;
    }

    @keyframes pulseLine {
      0%, 100% { opacity: 0.4; transform: scaleX(0.85); }
      50%      { opacity: 0.9; transform: scaleX(1); }
    }

    .scroll-top {
      position: fixed;
      bottom: 1.2rem;
      right: 1.2rem;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(34,211,238,0.18);
      border: 1px solid rgba(34,211,238,0.4);
      color: #22d3ee;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      cursor: pointer;
      transition: all 0.3s;
      opacity: 0;
      visibility: hidden;
      z-index: 1000;
    }

    .scroll-top.show {
      opacity: 1;
      visibility: visible;
    }

    .scroll-top:hover {
      background: #22d3ee;
      color: #0f172a;
      transform: translateY(-6px);
    }

    @media (max-width: 576px) {
      .brand-pill { font-size: 1.15rem; padding: 0.55rem 1.1rem; }
      .quick-bar { gap: 1rem 1.4rem; font-size: 0.9rem; }
    }

    /* 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: #130f24;
    }

    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;
      background: var(--primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

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


    .nav-links a {
      color:var(--primary);
      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: #fff!important;}
    .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;}
      }

  

     

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

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, var(--primary), var(--accent));
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s 
ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

