 :root {
      --primary: #0d6efd;
      --secondary: #e53935;
      --dark: #0d1b2a;
      --soft: #f4f8ff;
      --light-text: #6c757d;
      --white: #ffffff;
    }

    body {
      font-family: Arial, Helvetica, sans-serif;
      color: #1f2937;
      background: #fff;
    }

    a { text-decoration: none; }

    .section-padding {
      padding: 80px 0;
    }

    .badge-soft {
      display: inline-block;
      background: rgba(13, 110, 253, 0.1);
      color: var(--primary);
      padding: 0.6rem 1rem;
      border-radius: 999px;
      font-size: 0.9rem;
      font-weight: 700;
    }

    .section-title {
      font-size: clamp(1.9rem, 3vw, 2.7rem);
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 1rem;
      color: var(--dark);
    }

    .section-subtitle {
      max-width: 760px;
      color: var(--light-text);
    }

    .clinic-header {
      background: #fff;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
      z-index: 1030;
    }

    .clinic-topbar {
      background: var(--dark);
      color: rgba(255,255,255,0.88);
      font-size: 0.92rem;
      padding: 0.75rem 0;
    }

    .clinic-topbar a,
    .clinic-topbar span {
      color: rgba(255,255,255,0.88);
    }

    .topbar-link:hover,
    .social-icons a:hover {
      color: #fff;
    }

    .clinic-navbar-wrap {
      background: #fff;
    }

    .site-logo {
      height: 62px;
      width: auto;
    }

    .navbar-nav .nav-link {
      font-weight: 700;
      color: #1f2937;
      padding-left: 0.9rem !important;
      padding-right: 0.9rem !important;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: var(--primary);
    }

    .mega-menu {
      width: 100%;
      left: 0;
      right: 0;
      border-radius: 1rem;
      background: #fff;
    }

    .mega-menu-card,
    .service-card,
    .doctor-card,
    .info-card,
    .portal-card,
    .testimonial-card,
    .hero-card {
      background: #fff;
      border-radius: 1.25rem;
      box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
      padding: 1.5rem;
      height: 100%;
    }

    .mega-highlight {
      background: linear-gradient(135deg, #eef5ff, #ffffff);
      border: 1px solid rgba(13, 110, 253, 0.12);
    }

    .mega-title {
      color: var(--dark);
      font-weight: 800;
      margin-bottom: 0.75rem;
    }

    .mega-text {
      color: var(--light-text);
      font-size: 0.95rem;
    }

    .hero {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #f7fbff 0%, #edf4ff 100%);
    }

    .hero-slide {
      min-height: 760px;
      display: flex;
      align-items: center;
      padding-top: 60px;
      padding-bottom: 80px;
    }

    .hero h1 {
      font-size: clamp(2.2rem, 5vw, 4.2rem);
      font-weight: 900;
      line-height: 1.1;
      color: var(--dark);
      max-width: 760px;
    }

    .hero .lead {
      color: #4b5563;
      max-width: 700px;
      font-size: 1.1rem;
    }

    .quick-stat {
      background: rgba(255,255,255,0.75);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(13, 110, 253, 0.08);
      border-radius: 1rem;
      padding: 1rem;
      box-shadow: 0 10px 25px rgba(13, 110, 253, 0.07);
      height: 100%;
    }

    .quick-stat h3 {
      font-size: 1.2rem;
      font-weight: 800;
      margin-bottom: 0.35rem;
      color: var(--primary);
    }

    .small-muted {
      color: var(--light-text);
    }

    .booking-mini {
      border: 1px solid rgba(13, 110, 253, 0.08);
    }

    .form-control,
    .form-select {
      min-height: 52px;
      border-radius: 0.9rem;
      border-color: #dbe4f0;
      padding-left: 1rem;
    }

    textarea.form-control {
      min-height: 120px;
      padding-top: 0.95rem;
    }

    .video-box {
      position: relative;
      border-radius: 1.5rem;
      overflow: hidden;
      min-height: 420px;
      box-shadow: 0 20px 50px rgba(15, 23, 42, 0.13);
    }

    .video-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 420px;
      display: block;
      background: #e9eef8;
    }

    .video-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: end;
      padding: 2rem;
      background: linear-gradient(to top, rgba(13, 27, 42, 0.85), rgba(13, 27, 42, 0.1));
      color: #fff;
    }

    .portal-strip {
      background: linear-gradient(135deg, #0d6efd, #0a58ca);
      color: #fff;
      border-radius: 1.5rem;
      padding: 2rem;
      box-shadow: 0 20px 50px rgba(13, 110, 253, 0.18);
    }

    .check-list {
      list-style: none;
      padding-left: 0;
    }

    .check-list li {
      position: relative;
      padding-left: 1.75rem;
      margin-bottom: 0.9rem;
    }

    .check-list li::before {
      content: "\f00c";
      font-family: FontAwesome;
      color: #21c87a;
      position: absolute;
      left: 0;
      top: 0.1rem;
      font-size: 0.95rem;
    }

    .icon-circle {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(13, 110, 253, 0.1);
      color: var(--primary);
      font-size: 1.8rem;
    }

    .service-card h4,
    .doctor-card h4,
    .portal-card h4,
    .info-card h4 {
      font-weight: 800;
      margin-bottom: 0.75rem;
      color: var(--dark);
    }

    .doctor-card img {
      width: 100%;
      height: 270px;
      object-fit: cover;
      background: #eef4fb;
    }

    .testimonial-card {
      border-left: 4px solid var(--primary);
    }

    .contact-map,
    .contact-map iframe {
      width: 100%;
      height: 100%;
      min-height: 520px;
      border: 0;
      border-radius: 1.5rem;
    }

    .emergency-banner {
      background: linear-gradient(90deg, #d62828, #f03e3e);
      color: #fff;
      padding: 1rem 0;
    }

    .emergency-icon {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: rgba(255,255,255,0.18);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
    }

    .footer-main {
      background: #0b1220;
      color: rgba(255,255,255,0.8);
    }

    .footer-main h5,
    .footer-main h6 {
      color: #fff;
      font-weight: 800;
    }

    .footer-main a {
      color: rgba(255,255,255,0.8);
    }

    .footer-main a:hover {
      color: #fff;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      color: rgba(255,255,255,0.7);
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 5%;
    }

    @media (min-width: 992px) {
      .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
      }
    }

    @media (max-width: 991.98px) {
      .hero-slide {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 60px;
      }

      .mega-menu {
        position: static !important;
        width: 100%;
        box-shadow: none !important;
        padding: 1rem !important;
      }

      .site-logo {
        height: 52px;
      }
    }