:root {
  --blue: #0b4db8;
  --blue-dark: #083a8c;
  --blue-deep: #062a66;
  --gold: #f5c518;
  --gold-soft: #ffe082;
  --red: #d32f2f;
  --red-dark: #b71c1c;
  --green: #1b7a3d;
  --green-dark: #145c2e;
  --ink: #10233d;
  --muted: #5b6b80;
  --line: #e6edf6;
  --paper: #f7f4ee;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(11, 77, 184, 0.14);
  --radius: 22px;
  --header: 86px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Outfit", "Noto Sans Devanagari", sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
/* Topbar */

.container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}


@media (max-width: 991px) {
.container-fluid { 
  padding-left: 10px;
  padding-right: 10px;
}
}
.topbar {
  background: linear-gradient(90deg, var(--blue-deep), var(--blue) 45%, var(--green-dark));
  color: #fff;
  font-size: 13.5px;
  padding: 8px 0;
}
.topbar-inner, .nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.top-item { display: flex; align-items: center; gap: 8px; }
.top-item i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .14);
  color: var(--gold);
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
}
.topbar-right .top-item i {
  background: var(--gold);
  color: var(--blue-deep);
}
.topbar-right .top-item:hover { color: #fff; }
.topbar-right .top-item:hover i {
  background: #fff;
  color: var(--blue);
}
.topbar a:hover { color: var(--gold); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: #fff;
  overflow: visible;
  border-bottom: 1px solid rgba(11,77,184,.08);
}
.site-header::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 32' fill='none'%3E%3Cpath d='M0 16h42l7-12 9 24 11-12h26l5-8 7 16 9-8h104' stroke='%230b4db8' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 220px 26px;
  opacity: .28;
  pointer-events: none;
  z-index: 0;
}
.site-header .container-fluid { position: relative; z-index: 1; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(16,35,61,.08); }
.nav-inner { min-height: 78px; flex-wrap: nowrap; min-width: 0; align-items: center; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img {
  width: 64px; height: 64px; object-fit: contain; border-radius: 50%;
  background: #fff;
}
.brand-text { display: block; }
.brand-text strong { display: block; font-size: 20px; color: var(--blue); line-height: 1.15; white-space: nowrap; }
.brand-text span {display: block;
    font-size: 11px;
    color: #100f0f;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 1px;}

.nav-panel { display: flex; align-items: center; justify-content: flex-end; gap: 10px; min-width: 0; flex: 1; }
.nav-overlay { display: none; }
.nav-links { display: flex; align-items: center; flex-wrap: nowrap; gap: 0; list-style: none; margin: 0; padding: 0; }
.nav-links li { margin: 0; display: flex; align-items: center; }
.nav-links a {
  display: block; padding: 10px 12px; font-size: 16px; font-weight: 600; color: var(--ink); border-radius: 0; white-space: nowrap; line-height: 1; background: transparent;
}
.nav-links a:hover, .nav-links a.active { color: var(--blue); background: transparent; }
.has-drop { position: relative; }
.nav-links .has-drop > a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.nav-links .has-drop > a i {
  margin-left: 4px;
  flex-shrink: 0;
}
.drop-menu {
  position: absolute; 
  top: calc(100% - 2px); 
  left: 0; 
  min-width: 260px;
  background: #fff; 
  border-radius:6px; 
  box-shadow: 0 18px 40px rgba(16, 35, 61, .14);
  padding: 20px 20px; 
  display: none; 
  border-top: 2px solid var(--gold); 
  z-index: 30;
  list-style: none;
}
/* .drop-menu {
  border-radius: 2px;
  border: 0;
  border-top: 2px solid var(--gold);
  box-shadow: 0 18px 40px rgba(16, 35, 61, .14);
  padding: 8px 0;
  overflow: hidden;
  background-color: #fff;
  background-image:
    linear-gradient(rgba(11, 77, 184, .1), rgba(11, 77, 184, .1)),
    linear-gradient(rgba(11, 77, 184, .1), rgba(11, 77, 184, .1)),
    radial-gradient(circle at 100% 0, rgba(211, 47, 47, .08) 0 42px, transparent 78px),
    radial-gradient(circle at 100% 100%, rgba(11, 77, 184, .07) 0 50px, transparent 90px);
  background-size: 8px 42px, 42px 8px, auto, auto;
  background-position: 94% 86%, 94% 86%, 0 0, 0 0;
  background-repeat: no-repeat;
}*/
/*body[data-page="home"] .drop-menu::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  right: -28px;
  top: 28px;
  border-radius: 50%;
  border: 10px solid rgba(11, 77, 184, .06);
  pointer-events: none;
}*/
.has-drop:hover .drop-menu { display: block; }
.drop-menu li { display: block; width: 100%; margin: 0; }
.drop-menu a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  transition: padding .25s ease, color .25s ease, background .25s ease;
}
.drop-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0;
  background: var(--blue);
  transition: height .25s ease;
}
/*.drop-menu a::after {
  content: "";
  margin-left: auto;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--blue);
  border-top: 1.5px solid var(--blue);
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity .25s ease;
}*/
.drop-menu a:hover,
.drop-menu a:focus {
  color: var(--blue);
  background: rgba(247, 249, 252, .86);
  padding-left: 22px;
}
.drop-menu a:hover::before,
.drop-menu a:focus::before { height: 18px; }
.drop-menu a:hover::after,
.drop-menu a:focus::after { opacity: 1; }
@media (min-width: 981px) {
  body[data-page="home"] .drop-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
  }
  body[data-page="home"] .has-drop:hover .drop-menu,
  body[data-page="home"] .has-drop:focus-within .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.drawer-head { display: none; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 52px;
  min-height: 52px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 28px;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  transition: all .4s ease-in-out;
  --bs-btn-color: currentColor;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
}
.btn i {
  position: relative;
  top: 0;
  z-index: 1;
  font-size: 16px;
  margin-right: 6px;
  line-height: 1;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 50%; height: 0;
  visibility: hidden; opacity: 0;
  z-index: -1;
  border-radius: 0 50% 50% 0;
  transition: all .4s ease-in-out;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0; right: 0;
  width: 50%; height: 0;
  visibility: hidden; opacity: 0;
  z-index: -1;
  border-radius: 50% 0 0 50%;
  transition: all .4s ease-in-out;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  transform: none;
}
.btn:hover:before, .btn:hover:after,
.btn:focus:before, .btn:focus:after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btn-red {
  background: var(--red);
  color: #fff;
}
.btn-red:before, .btn-red:after { background: #8e1515; }
.btn-red:hover, .btn-red:focus { color: #fff; }
.btn-gold {
  background: var(--gold);
  color: #1a1400;
}
.btn-gold:before, .btn-gold:after { background: var(--blue-deep); }
.btn-gold:hover, .btn-gold:focus { color: #fff; }
.btn-white {
  background: #fff;
  color: var(--blue-deep);
  box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
}
.btn-white:before, .btn-white:after { background: var(--blue); }
.btn-white:hover, .btn-white:focus { color: #fff; }
.btn-outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-outline:before, .btn-outline:after { background: var(--blue-deep); }
.btn-outline:hover, .btn-outline:focus {
  color: #fff;
  border-color: transparent;
}
.btn-outline-blue {
  background: #fff;
  color: var(--blue);
  border-color: #8eb0e8;
}
.btn-outline-blue:before, .btn-outline-blue:after { background: var(--blue); }
.btn-outline-blue:hover, .btn-outline-blue:focus {
  color: #fff;
  border-color: transparent;
}
body[data-page="home"] .about-section .btn i,
body[data-page="home"] .team .btn i {
  margin-right: 0;
  margin-left: 6px;
}
.btn.header-cta {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0 22px;
  font-size: 16px;
  margin: 0;
  height: 52px;
  min-height: 52px;
  line-height: 1;
}
.menu-toggle, .nav-close { display: none; background: none; border: 0; font-size: 28px; color: var(--blue); cursor: pointer; }

/* Hero slider */
.hero {
  position: relative;
  height: 78vh;
  min-height: 520px;
  max-height: 740px;
  overflow: hidden;
  background: #04152f;
}
.slides { height: 100%; }
.slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transform: scale(1.04); transition: opacity .7s ease, transform 1.1s ease, visibility .7s;
}
.slide.active { opacity: 1; visibility: visible; transform: scale(1); z-index: 2; }
.slide img.bg {
  width: 100%; height: 100%; object-fit: cover; object-position: 72% center; filter: none;
}
.slide.active img.bg {
  animation: gastroKenBurns 9s ease-out forwards;
}
.hero-deco {
  position: absolute; z-index: 4; pointer-events: none; border-radius: 50%;
}
.hero-deco.deco-a {
  width: 88px; height: 88px; left: auto; right: 9%; bottom: 16%;
  background: radial-gradient(circle at 30% 30%, rgba(245,197,24,.5), rgba(11,77,184,.18));
  box-shadow: 0 0 0 10px rgba(245,197,24,.1);
  animation: gastroFloat 2.6s ease-in-out infinite;
}
.hero-deco.deco-b {
  width: 160px; height: 160px; right: 5%; top: 14%;
  border: 2px dashed rgba(255,255,255,.32);
  animation: gastroOrbit 22s linear infinite;
}
.hero-deco.deco-c {
  width: 18px; height: 18px; right: 22%; bottom: 28%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(245,197,24,.16);
  animation: gastroPulse 2s ease-in-out infinite;
}
.hero-deco.deco-plus {
  width: 40px; height: 40px; left: auto; right: 16%; top: 42%;
  border-radius: 0;
  background: transparent;
  animation: gastroFloat 3s ease-in-out infinite;
}
.hero-deco.deco-plus::before,
.hero-deco.deco-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(110, 181, 255, .85);
  border-radius: 2px;
}
.hero-deco.deco-plus::before {
  width: 4px; height: 100%;
  transform: translate(-50%, -50%);
}
.hero-deco.deco-plus::after {
  width: 100%; height: 4px;
  transform: translate(-50%, -50%);
}
.slide::before { display: none; }
.slide::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(4,16,42,.82) 0%, rgba(4,16,42,.52) 34%, rgba(4,16,42,.12) 62%, rgba(4,16,42,.02) 100%);
}
.slide-content {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: center;
}
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245, 197, 24, .95); color: #1a1400; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; font-size: 11px;
  padding: 8px 16px; border-radius: 999px; margin-bottom: 18px;
  box-shadow: 0 8px 22px rgba(245,197,24,.28);
}
.kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #1a1400;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.slide-content h1 {
  color: #fff; font-size: clamp(32px, 4.6vw, 58px); line-height: 1.12;
  max-width: 580px; margin-bottom: 8px; font-weight: 800; letter-spacing: -.03em;
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.slide-content h1 span { 
  color: #6eb5ff;
  font-weight: 700;
}
.slide-content h1::after {
  content: "";
  display: block;
  width: 88px;
  height: 4px;
  margin-top: 16px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), var(--blue), transparent);
}
.hindi { font-family: "Noto Sans Devanagari", sans-serif; }
.slide-content .hindi {
  color: var(--gold); font-size: clamp(18px, 2.2vw, 28px); font-weight: 700; margin-bottom: 14px;
}
.slide-content p { color: #e7eefc; max-width: 560px; font-size: 17px; line-height: 1.75; margin: 18px 0 26px; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn { height: 52px; min-height: 52px; }
.slide .btn-red {
  box-shadow: 0 12px 28px rgba(211, 47, 47, .38);
}
.slide .btn-outline {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 0 26px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}
.slide .btn-outline i { font-size: 18px; }
.slide .kicker,
.slide-content h1,
.slide-content p,
.slide .hero-actions {
  opacity: 0;
}
.slide.active .kicker {
  animation: gastroFadeUp 1s ease both;
  animation-delay: .35s;
}
.slide.active h1 {
  animation: gastroFadeUp 1s ease both;
  animation-delay: .55s;
}
.slide.active .slide-content p {
  animation: gastroFadeUp 1s ease both;
  animation-delay: .75s;
}
.slide.active .hero-actions {
  animation: gastroFadeUp 1s ease both;
  animation-delay: .95s;
}
@keyframes gastroFadeUp {
  from { opacity: 0; transform: translate3d(0, 46px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes gastroKenBurns {
  from { transform: scale(1.12); }
  to { transform: scale(1); }
}
@keyframes gastroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes gastroOrbit {
  0% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(40px, -8px) rotate(36deg); }
  40% { transform: translate(70px, 36px) rotate(72deg); }
  60% { transform: translate(20px, 70px) rotate(108deg); }
  80% { transform: translate(-30px, 28px) rotate(144deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}
@keyframes statRing {
  to { transform: rotate(360deg); }
}
@keyframes gastroPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: .7; }
}
.slider-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); cursor: pointer;
  background: rgba(255,255,255,.14); color: #fff; font-size: 22px;
  backdrop-filter: blur(8px); display: grid; place-items: center;
  transition: .3s;
}
.slider-nav:hover { background: var(--blue); color: #fff; }
.slider-nav.prev { left: 18px; }
.slider-nav.next { right: 18px; }
.dots {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 5;
}
.dots button {
  width: 10px; height: 10px; border-radius: 99px; border: 0; background: rgba(255,255,255,.4); cursor: pointer;
}
.dots button.active { width: 28px; background: var(--blue); }

/* Common sections */
.section { padding:60px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.eyebrow { color: var(--red); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }
.section-head h2, .block-title h2 { font-size: clamp(28px, 3.4vw, 42px); margin: 8px 0 10px; }
.section-head p, .muted { color: var(--muted); line-height: 1.7; }

body[data-page="home"] .section-head span,
body[data-page="home"] .content-title span {
  margin-bottom: 4px;
}
body[data-page="home"] .section-head h2,
body[data-page="home"] .content-title h2,
body[data-page="home"] .about-section .content-title h2,
body[data-page="home"] .booking .content-title h2,
body[data-page="home"] .why .why-content .content-title h2 {
  margin-top: 0;
  margin-bottom: 6px;
}
body[data-page="home"] .section-head p,
body[data-page="home"] .content-title p {
  margin-top: 0;
}
body[data-page="home"] .booking .content-title h2::after {
  margin-top: 8px;
}

.about-section {
  position: relative;
  background: #f0f4ff;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -90px;
  top: -70px;
  border-radius: 50%;
  border: 22px solid rgba(11, 77, 184, .08);
  box-shadow: 0 0 0 28px rgba(245, 197, 24, .1);
  pointer-events: none;
}
.about-section::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: 18px;
  bottom: 48px;
  background:
    linear-gradient(rgba(11, 77, 184, .16), rgba(11, 77, 184, .16)) center / 16px 100% no-repeat,
    linear-gradient(rgba(11, 77, 184, .16), rgba(11, 77, 184, .16)) center / 100% 16px no-repeat;
  pointer-events: none;
}
/*.about-section .container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}*/
.about-section .about-img-wrap {
  position: relative;
  padding-bottom: 140px;
  z-index: 1;
}
.about-section .about-img-one {
  display: block;
  margin-left: auto;
  max-width: 420px;
  width: 100%;
  border-radius: 10px;
  box-shadow: var(--shadow);
  object-fit: cover;
  height: 420px;
}
.about-section .about-img-two {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 280px;
  width: 48%;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
  object-fit: contain;
}
.about-section .about-promo-box {
  position: absolute;
  bottom: 70px;
  right: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--blue);
  border: 4px solid rgba(255,255,255,.9);
  border-radius: 10px;
  padding: 22px 24px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.about-section .promo-icon {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}
.about-section .about-promo-box h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
.about-section .about-promo-box h2 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 4px;
}
.about-section .content-title { margin-bottom: 28px; }
.about-section .content-title span {
  display: inline-block;
  color: var(--red);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.about-section .content-title h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.25;
  color: #0a2244;
  margin: 0 0 16px;
  letter-spacing: -.02em;
}
.about-section .content-title p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #24384f;
}
.about-section .feature-item-wrap { margin-bottom: 28px; }
.about-section .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}
.about-section .feature-item:last-child { margin-bottom: 0; }
.about-section .feature-icon {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,.1);
  color: var(--blue);
  font-size: 26px;
  transition: .4s;
}
.about-section .feature-icon:after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 0;
  background: var(--blue);
  transition: .4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.about-section .feature-icon i { position: relative; z-index: 1; transition: .4s; }
.about-section .feature-text {
  width: calc(100% - 90px);
  margin-left: 20px;
}
.about-section .feature-text h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #0a2244;
  transition: .4s;
}
.about-section .feature-text p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
  color: #334155;
}
.about-section .feature-item:hover .feature-icon { color: #fff; }
.about-section .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.about-section .feature-item:hover .feature-text h3 { color: var(--blue); }

.about-grid, .team-grid, .contact-grid, .form-grid {
  display: grid; gap: 36px;
}
.about-grid { grid-template-columns: 1fr 1.05fr; align-items: center; gap: 48px; }
.about-visual { position: relative; max-width: 400px; margin-inline: auto 0; }
.about-visual::before {
  content: "";
  position: absolute;
  inset: 16px -16px -16px 16px;
  border: 2px solid rgba(11, 77, 184, .16);
  border-radius: 28px;
  z-index: 0;
}
.about-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  display: block;
  border-radius: 24px;
  box-shadow: var(--shadow);
  background: #fff;
}
.badge-float {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  background: #fff; border-radius: 16px;
  padding: 14px 16px; box-shadow: var(--shadow); max-width: 210px;
}
.badge-float b { display: block; color: var(--blue); font-size: 20px; }
.checklist { list-style: none; margin: 18px 0 24px; }
.checklist li { display: flex; gap: 10px; margin: 10px 0; color: #334155; }
.checklist i { color: var(--green); }

.stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px;
}
.stat {
  background: linear-gradient(180deg, #fff, #f3f7ff); border: 1px solid var(--line);
  border-radius: 18px; padding: 18px; text-align: center;
}
.stat b { display: block; font-size: 28px; color: var(--blue); }
.stat span { color: var(--muted); font-size: 13px; }

.services { background: #fff; }
/*.services .container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}*/
.services .section-head {
  max-width: 100%;
}
.services .section-head span {
  display: inline-block;
  color: var(--red);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.services .section-head h2 { 
  font-size: clamp(20px, 3.2vw, 40px);
}
.svc-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(16,35,61,.1);
  overflow: hidden;
  height: 100%;
  transition: box-shadow .3s ease;
}
.svc-card:hover {
  box-shadow: var(--shadow);
}
.svc-img { position: relative; }
.svc-img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0 0;
  transition: transform .45s ease;
}
.svc-card:hover .svc-img img {
  transform: scale(1.08);
}
.svc-icon {
  position: absolute;
  left: 22px;
  bottom: -30px;
  z-index: 3;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  box-shadow: 0 4px 15px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: .4s;
}
.svc-card:hover .svc-icon {
  background: var(--blue);
  color: #fff;
}
.svc-info { padding: 46px 22px 22px; }
.svc-info h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.svc-info h3 a { color: #0a2244; }
.svc-info h3 a:hover { color: var(--blue); }
.svc-info p {
    margin: 0 0 14px;
    font-size: 15.5px;
    line-height: 1.5;
    color: #334155;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;

    overflow: hidden;
}
.svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 6px 0 12px;
  border: 1px solid var(--blue);
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  color: var(--blue);
  background: transparent;
  transition: .3s ease;
}
.svc-link i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: transform .25s ease, background .3s ease, color .3s ease;
}
.svc-link:hover {
  background: var(--blue);
  color: #fff;
}
.svc-link:hover i {
  background: #fff;
  color: var(--blue);
  transform: translateX(3px);
}

.service-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.service-card {
  display: block; color: inherit;
  background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 8px 24px rgba(16,35,61,.06);
  transition: .25s ease; border: 1px solid transparent;
}
.service-card:hover { transform: translateY(-6px); border-color: #dbe7ff; box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 168px; object-fit: cover; }
.service-card .body { padding: 18px; }
.icon-chip {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: #fff; font-size: 20px; margin-bottom: 12px;
}
.bg-blue { background: var(--blue); }
.bg-red { background: var(--red); }
.bg-green { background: var(--green); }
.bg-gold { background: #d4a017; }
.service-card h3 { font-size: 18px; margin-bottom: 6px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

/*.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.gallery-grid a {
  position: relative; overflow: hidden; border-radius: 20px; min-height: 230px; display: block;
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; min-height: 230px; transition: .45s ease; }
.gallery-grid a:hover img { transform: scale(1.07); }
.gallery-grid span {
  position: absolute; left: 12px; bottom: 12px; background: rgba(11,77,184,.9); color: #fff;
  padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 700;
}*/
.wide { grid-column: span 2; }

.team { background: linear-gradient(180deg, #f4f8ff, #fff); }
.team-card {
  display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: center;
  background: #fff; border-radius: 28px; padding: 28px; box-shadow: var(--shadow);
}
.team-photo {
  position: relative; border-radius: 24px; overflow: hidden; 
  max-width: 320px;
  min-height: 340px;
  /*background: linear-gradient(180deg, var(--blue), var(--blue-deep));*/
}
.team .section-head span {
  display: inline-block;
  color: var(--red);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.team-card p { margin: 0;
    font-size: 20px;
    line-height: 1.75;
    font-weight: 400;
    color: var(--ink); }

.cred-list { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 8px 18px; 
  margin: 16px 0 22px;
  padding: 0px; 
}

.cred-list li { list-style: none; 
      font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: var(--ink);
     
  padding-left: 16px; position: relative; 




}
.cred-list li::before { content: ""; width: 7px; height: 7px; 
  border-radius: 50%; background: var(--ink); position: absolute; left: 0; top:12px; }
.gold-bar {
  display: inline-block; background: var(--gold); color: #1a1400; font-weight: 800;
  padding: 8px 14px; border-radius: 999px; font-size: 14px; margin-bottom: 10px;
}

 .team {
  background-color: #f6f8fb;
  background-image:
    linear-gradient(rgba(211, 47, 47, .14), rgba(211, 47, 47, .14)),
    linear-gradient(rgba(211, 47, 47, .14), rgba(211, 47, 47, .14)),
    linear-gradient(rgba(11, 77, 184, .1), rgba(11, 77, 184, .1)),
    linear-gradient(rgba(11, 77, 184, .1), rgba(11, 77, 184, .1)),
    radial-gradient(circle at 92% 10%, rgba(211, 47, 47, .08) 0 120px, transparent 180px),
    radial-gradient(circle at 6% 88%, rgba(11, 77, 184, .07) 0 140px, transparent 200px);
  background-size: 14px 86px, 86px 14px, 12px 70px, 70px 12px, auto, auto;
  background-position: 3% 82%, 3% 82%, 97% 16%, 97% 16%, 0 0, 0 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
 .team::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  top: -110px;
  border-radius: 50%;
  border: 26px solid rgba(211, 47, 47, .07);
  box-shadow: 0 0 0 34px rgba(16, 35, 61, .035);
  pointer-events: none;
  z-index: 0;
}
 .team::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 28px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 48' fill='none'%3E%3Cpath d='M0 24h52l8-16 11 32 13-16h32l6-10 8 20 10-10h130' stroke='%230b4db8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 280px 56px;
  opacity: .12;
  pointer-events: none;
  z-index: 0;
}
 
.team .section-head { margin-bottom: 40px; }
.team .section-head span {
  display: inline-block;
  color: var(--red);
  margin-bottom: 4px;
}
.team .section-head span::before,
.team .section-head span::after { display: none; }
.team-card {
  max-width: 1080px;
  margin: 0 auto;
  grid-template-columns: 340px 1fr;
  gap: 42px;
  align-items: start;
  padding: 32px;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(16, 35, 61, .08);
  position: relative;
  overflow: hidden;
}
.team-card::before { display: none; }
.team-visual {
  position: relative;
  z-index: 1;
}
/*.team-visual::before {
  content: "";
  position: absolute;
  inset: 18px -16px -16px 16px;
  border: 2px solid rgba(16, 35, 61, .1);
  border-radius: 22px;
  z-index: 0;
}*/
.team-photo {
  position: relative;
  z-index: 1;
  max-width: none;
  min-height: 380px;
  border-radius: 16px;
  overflow: hidden;
  border:1px solid rgba(16, 35, 61, .1);
  padding: 10px;
}
.team-photo img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: top center;
  transition: transform .5s ease;
}
.team-card:hover .team-photo img {
  transform: scale(1.05);
}
.team-badge {
  position: absolute;
  left: -10px;
  bottom: 22px;
  z-index: 2;
  background: #fff;
  color: var(--ink);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(16, 35, 61, .16);
  min-width: 92px;
  border: 1px solid var(--line);
}
.team-badge b {
  display: block;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  color: var(--red);
}
.team-badge span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--muted);
}
body[data-page="home"] .team-copy { position: relative; z-index: 1; text-align: left; }
body[data-page="home"] .team-role {
  display: inline-block;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body[data-page="home"] .team-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -.02em;
}
body[data-page="home"] .team-copy p,
body[data-page="home"] .team-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  color: var(--ink);
}
body[data-page="home"] .team .cred-list {
  display: block;
  margin: 20px 0 24px;
  padding: 0;
  text-align: left;
}
body[data-page="home"] .team .cred-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  color: var(--ink);
  text-align: left;
}
body[data-page="home"] .team .cred-list li::before { display: none; }
body[data-page="home"] .team .cred-list i {
  flex: 0 0 28px;
  width: 38px;
  height: 28px;
  margin-top: 3px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fdecea;
  color: var(--red);
  font-size: 16px;
  line-height: 1;
}
.team .cred-list span {
  flex: 1;
  min-width: 0;
  text-align: left;
  font-size:16px;
  line-height: 1.75;
}

.booking {
  background:#f5f9ff;
}
 
.booking .content-title { margin-bottom: 28px; }
.booking .content-title span {
  display: inline-block;
  color: var(--red);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.booking .content-title h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.25;
  color: #0a2244;
  margin: 0 0 16px;
  letter-spacing: -.02em;
}
.booking .content-title h2::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  margin-top: 14px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.booking .content-title p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #24384f;
}
.booking .feature-item-wrap { margin-bottom: 24px; }
.booking .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.booking .feature-item:last-child { margin-bottom: 0; }
.booking .feature-icon {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F4FF;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  color: var(--blue);
  font-size: 26px;
  transition: .4s;
}
.booking .feature-icon:after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 0;
  background: var(--blue);
  transition: .4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.booking .feature-icon i { position: relative; z-index: 1; transition: .4s; }
.booking .feature-text {
  width: calc(100% - 90px);
  margin-left: 20px;
}
.booking .feature-text h3 {
  font-size: 20px;
  margin: 0 0 6px;
  color: #0a2244;
  transition: .4s;
}
.booking .feature-text p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
  color: #334155;
}
.booking .feature-item:hover .feature-icon { color: #fff; }
.booking .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.booking .feature-item:hover .feature-text h3 { color: var(--blue); }
.booking-doctor {
  display: flex;
  align-items: center;
  gap: 16px;
  background:#dbe3f7;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 24px;
}
.booking-doctor-img {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--blue);
  box-shadow: 0 4px 12px rgba(11,77,184,.18);
}
.booking-doctor-img img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: top center;
}
.booking-doctor-info h3 {
  margin: 0 0 4px;
  font-size: 25px;
  color: #0a2244;
}
.booking-doctor-info span {
  display: block;
  font-size: 18px;
  color: var(--muted);
  line-height: 1.35;
}
.booking-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.booking-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
  height: 48px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  color: var(--blue);
  box-shadow: 0 6px 18px rgba(16, 35, 61, .06);
  transition: .25s ease;
  white-space: nowrap;
}
.booking-call i { color: var(--red); font-size: 18px; }
.booking-call.whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.booking-call.whatsapp i { color: #fff; }
.booking-call:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.booking-call:hover i { color: #fff; }
.booking-call.whatsapp:hover {
  background: #1da851;
  border-color: #1da851;
  color: #fff;
}
.form-grid { grid-template-columns: 1fr 1fr; align-items: stretch; }
.form-card {
  background: #fff; color: var(--ink); border-radius: 10px;
  padding: 28px; box-shadow: 0 18px 50px rgba(11, 77, 184, .12);
}
.booking .form-card { padding: 0; overflow: hidden; }
.form-card-head {
  background: var(--blue);
  padding:12px 28px;
}
.form-card-head h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 24px;
}
.form-card-head p {
  margin: 0;
  color: rgba(255, 255, 255, .85);
  line-height: 1.5;
}
.form-card-body { padding: 26px 28px 28px; }
.form-card h3 { margin-bottom: 6px; }
.form-card > p {
  color: var(--muted);
  line-height: 1.7;
}
.form-card > h3 + p { margin-bottom: 16px; }
.form-card-body > button {
  width: 100%;
}
.form-card-body > button + p,
.form-card > button + p {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 10px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; color: #0a2244; }
.field input, .field select, .field textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 15px;
  background: #f7f9fc;
  color: var(--ink);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.field textarea {
  height: auto;
  min-height: 78px;
  padding: 12px 14px;
  resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11, 77, 184, .12);
}
.toast {
  display: none; margin-top: 10px; background: #e8f8ee; color: var(--green-dark);
  border-radius: 10px; padding: 10px 12px; font-weight: 700;
}

/*.contact-grid { grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.info-cards { display: grid; gap: 14px; }
.info-card {
  display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px;
}
.info-card i {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--blue); font-size: 20px;
}
.info-card.green i { background: var(--green); }
.info-card.red i { background: var(--red); }
.map-wrap { border-radius: 24px; overflow: hidden; min-height: 360px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }*/



.contact-section {
  padding:60px 0;
}
.info-cards {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
}
.info-card i {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #008fc7;
  font-size: 20px;
}
.info-card.red i {
  background: #e74c3c;
}
.info-card.green i {
  background: #28a745;
}
.info-card strong {
  display: block;
  margin-bottom: 5px;
  color: #0a1a3a;
  font-size: 16px;
  font-weight: 700;
}
.info-card p {
  margin: 0;
  color:#334155;
  font-size:18px;
  line-height: 1.6;
}
.info-card a {
  color: #008fc7;
  text-decoration: none;
      font-size: 22px;
    font-weight: 600;
}
.info-card a:hover {
  color: #ff8a00;
}
/* Social Icons */
.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a1a3a;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.socials a:hover {
  background: #008fc7;
  transform: translateY(-3px);
}
/* Map */
.map-wrap {
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}
 @media (max-width: 991px) {
.contact-section {
  padding: 60px 0;
}
.map-wrap {
  min-height: 350px;
}
.map-wrap iframe {
  min-height: 350px;
}
}
 @media (max-width: 575px) {
.contact-section {
  padding: 50px 0;
}
.map-wrap {
  min-height: 300px;
  border-radius: 18px;
}
.map-wrap iframe {
  min-height: 300px;
}
}





.stats-section {
  background: linear-gradient(90deg, var(--blue-deep) 0%, var(--blue) 48%, #083a8c 100%);
  padding: 78px 0;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.12)) 5% 50% / 8px 72px no-repeat,
    linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.12)) 5% 50% / 72px 8px no-repeat,
    linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 96% 50% / 8px 56px no-repeat,
    linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 96% 50% / 56px 8px no-repeat,
    radial-gradient(circle at 8% 50%, rgba(110,181,255,.18) 0 80px, transparent 140px),
    radial-gradient(circle at 94% 50%, rgba(255,255,255,.1) 0 90px, transparent 150px);
}
.stats-section::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 64px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 48' fill='none'%3E%3Cpath d='M0 24h52l8-16 11 32 13-16h32l6-10 8 20 10-10h130' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 280px 64px;
  opacity: .14;
  pointer-events: none;
}
/*.stats-section .container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}*/
.stat-card {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  padding-right: 18px;
  transition: transform .3s ease;
}
.stat-card:hover {
  transform: translateY(-4px);
}
@media (min-width: 992px) {
  .stat-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 64px;
    background: rgba(255, 255, 255, .22);
  }
  .stats-section .col-lg-3:last-child .stat-card::after { display: none; }
}
.stat-icon {
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  position: relative;
  z-index: 1;
  box-shadow:
    0 12px 28px rgba(4, 21, 47, .22),
    0 0 0 6px rgba(255, 255, 255, .14);
  transition: color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.stat-icon i { position: relative; z-index: 1; }
.stat-icon::before {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, .5);
  animation: statRing 16s linear infinite;
  pointer-events: none;
}
.stat-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--blue) 0%, var(--blue-deep) 100%);
  transform: scale(0);
  transition: transform .35s ease;
  z-index: 0;
}
.stat-card:hover .stat-icon {
  color: #fff;
  transform: scale(1.04);
  box-shadow:
    0 14px 32px rgba(4, 21, 47, .28),
    0 0 0 8px rgba(255, 255, 255, .16);
}
.stat-card:hover .stat-icon::before {
  border-style: solid;
  border-color: rgba(255, 255, 255, .85);
  animation-duration: 7s;
}
.stat-card:hover .stat-icon::after {
  transform: scale(1);
}
.stat-text h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.03em;
}
.stat-text h2 span { color: #fff; }
.stat-text h2 span:not(.stat-num) { color: #6eb5ff; }
.stat-text p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.why {
  background: linear-gradient(115deg, #0e3a68 0%, #14467B 52%, #1a578f 100%);
  position: relative;
  overflow: hidden;
}
.why::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -110px;
  bottom: -90px;
  border-radius: 50%;
  border: 24px solid rgba(255, 255, 255, .06);
  box-shadow: 0 0 0 32px rgba(110, 181, 255, .07);
  pointer-events: none;
}
.why::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  left: 28px;
  top: 42px;
  background:
    linear-gradient(rgba(255,255,255,.14), rgba(255,255,255,.14)) center / 14px 100% no-repeat,
    linear-gradient(rgba(255,255,255,.14), rgba(255,255,255,.14)) center / 100% 14px no-repeat;
  pointer-events: none;
}
/*.why .container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}*/
.why .why-content .content-title { margin-bottom: 30px; }
.why .why-content .content-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.why .why-content .content-title span::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #fff;
}
.why .why-content .content-title h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.25;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -.02em;
}
.why .why-content .content-title p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .8);
}
.why .feature-item-wrap { margin-bottom: 30px; }
.why .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.why .feature-item:last-child { margin-bottom: 0; }
.why .feature-icon {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .55);
  color: #fff;
  font-size: 30px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .08);
  transition: color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.why .feature-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform .35s ease;
  z-index: 0;
}
.why .feature-icon i { position: relative; z-index: 1; transition: .35s; }
.why .feature-text {
  width: calc(100% - 90px);
  margin-left: 20px;
}
.why .feature-text h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #fff;
  transition: .35s;
}
.why .feature-text p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .8);
}
.why .feature-item:hover .feature-icon {
  color: #14467B;
  border-color: #fff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .14);
}
.why .feature-item:hover .feature-icon:after { transform: scale(1); }
.why .feature-item:hover .feature-text h3 { color: #6eb5ff; }
.why-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 10px 0 20px;
  border: 1.5px solid #fff;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: .3s ease;
}
.why-more i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 15px;
  margin: 0;
  transition: .3s ease;
}
.why-more:hover {
  background: #fff;
  color: #14467B;
  border-color: #fff;
}
.why-more:hover i {
  background: #14467B;
  color: #fff;
  border-color: #14467B;
  transform: translateX(3px);
}
.why .why-img-wrap {
  position: relative;
  margin-left: 100px;
}
.why .why-img-wrap::before {
  content: "";
  position: absolute;
  inset: -18px -18px 36px 36px;
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  z-index: 0;
  pointer-events: none;
}
.why .why-photo {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  background: #0d335c;
  box-shadow: 0 22px 48px rgba(4, 21, 47, .28);
}
.why .why-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(14, 58, 104, .42));
  pointer-events: none;
}
.why .why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why .why-doctor-box {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(4, 21, 47, .22);
  min-width: 340px;
  z-index: 2;
  border-left: 4px solid #14467B;
}
.why .why-doctor-box .doctor-img {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 3px #14467B;
}
.why .why-doctor-box .doctor-img img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}
.why .why-doctor-box .doctor-info { min-width: 0; }
.why .why-doctor-box .doctor-info h5 {
  font-size: 16px;
  margin: 0;
  color: var(--ink);
}
.why .why-doctor-box .doctor-info span {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #666;
}
.why .why-doctor-box .btn {
  height: 36px;
  min-height: 36px;
  padding: 0 16px;
  font-size: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card {
  background: #fff; border-radius: 22px; padding: 24px; border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(16,35,61,.05);
}
.why-card:hover { border-color: #dbe7ff; transform: translateY(-4px); transition: .25s ease; }
.why-card h3 { margin: 10px 0 8px; font-size: 18px; }
.why-card p { color: var(--muted); font-size: 14.5px; line-height: 1.65; }

.testimonials {
  position: relative;
  overflow: hidden;
  background: #f6f8fb;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 56%;
  background-color: #14467B;
  background-image:
    linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.12)),
    linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.12)),
    radial-gradient(circle at 10% 36%, rgba(255,255,255,.1) 0 90px, transparent 140px),
    radial-gradient(circle at 92% 20%, rgba(211,47,47,.12) 0 80px, transparent 130px);
  background-size: 12px 72px, 72px 12px, auto, auto;
  background-position: 4% 42%, 4% 42%, 0 0, 0 0;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.testimonials::after {
  content: "\201D";
  position: absolute;
  right: 5%;
  top: 18px;
   
  font-size: 220px;
  line-height: 1;
  color: rgba(255, 255, 255, .1);
  pointer-events: none;
  z-index: 0;
}
/*.testimonials .container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}*/
.testimonials .section-head { max-width: 100%; }
.testimonials .section-head span {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.testimonials .section-head h2 { color: #fff; }
.testi-viewport { overflow: hidden; }
.testi-track {
  display: flex;
  gap: 25px;
  transition: transform .5s ease;
  align-items: stretch;
}
.testi-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 25px 22px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .07);
  position: relative;
  display: flex;
  flex-direction: column;
}
.testi-stars {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.testi-stars li { display: inline-block; }
.testi-stars li i {
  color: var(--gold);
  line-height: .8;
}
.testi-card p {
  color: #334155;
  line-height: 1.7;
  margin: 0 0 20px;
  flex: 1;
}
.testi-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.testi-user-wrap {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  min-width: 0;
}
.testi-avatar {
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.testi-avatar img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}
.testi-meta {
  width: calc(100% - 85px);
  margin-left: 20px;
  min-width: 0;
}
.testi-meta h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #0a2244;
}
.testi-meta span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #666;
}
.testi-quote {
  flex: 0 0 auto;
  font-size: 40px;
  line-height: .8;
  color: var(--blue);
  opacity: .4;
  transition: .4s;
}
.testi-card:hover .testi-quote { opacity: 1; }
.testi-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
}
.testi-dots button {
  width: 20px;
  height: 7px;
  border: 0;
  border-radius: 10px;
  background: rgba(11, 77, 184, .15);
  cursor: pointer;
  padding: 0;
  transition: .3s;
}
.testi-dots button.active {
  width: 35px;
  background: var(--blue);
}
.avatar {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--blue); color: #fff; font-weight: 800;
}

.page-banner {
  background:
    linear-gradient(100deg, rgba(6,42,102,.92), rgba(183,28,28,.72)),
    url("../img/gallery/clinic.jpg") center/cover;
  color: #fff; padding: 64px 0 52px;
}
.page-banner h1 { font-size: clamp(30px, 4vw, 46px); margin: 8px 0 8px; }
.page-banner .hindi { color: var(--gold); font-weight: 700; }
.crumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.crumbs li {
    position: relative;
    font-size: 15px;
    color:#1688ff;
}

.crumbs li + li::before {
    content: "/";
    margin-right: 10px;
    color: #9ca3af;
}

.crumbs li a {
    color:#c3c3c3;
    text-decoration: none;
    transition: color 0.2s ease;
}

.crumbs li a:hover {
    color:#1688ff;
}


/*===========================service-page===========================*/

.service-detail { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: start; }
.service-detail img { width: 100%; border-radius: 24px; min-height: 320px; object-fit: cover; }
.service-desc h3{
    font-size: 28px;
    margin-bottom: 15px;
}
.service-desc p {
    font-size: 18px;
    line-height: 1.8;
    color: #24384f;
}
 

.service-desc img {
    max-width: 100%;
    border-radius: 24px;
    margin-bottom: 20px;
}
.service-desc ul{list-style: none; margin: 0px 0px 20px 20px; padding: 0px;}

.service-desc ul li{list-style:disc; margin: 0px; padding: 0px;  
    font-size: 18px;
    line-height: 1.5;
    color: #24384f;
  }

.sidebar {
    position: sticky;
    top:100px;
    z-index: 10;
}

.sidebar .sidebar-widget {


    position: relative;
    z-index: 1;

    margin: 0 0 30px;
    padding: 25px;

    background: #f3fafd;

    border: 1px solid #0b275a;
    border-radius: 12px;

    box-shadow: 0 6px 20px rgba(10, 26, 58, 0.06);

    line-height: 1.5;
}

 
.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size:26px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}
.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #2490EB;
  transition: 0.4s;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}
 
.category-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-box li {
    position: relative;
    margin-bottom: 8px;
    padding: 13px 15px 13px 38px;
    background: #008fc7;
    
    border-radius: 8px;

    transition: all .25s ease;
}

.category-box li:last-child {
    margin-bottom: 0;
}

.category-box li::before {
    content: "\ea14";
    font-family: "remixicon";
    font-weight: 400;

    position: absolute;
    left: 12px;
    top: 50%;

    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #008fc7;
    background: #fff;
    border-radius: 50%;

    font-size: 12px;
    line-height: 1;

    transform: translateY(-50%);
}

.category-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.category-box li a span {
    margin-left: auto;
    color: #008fc7;
    font-size: 13px;
    font-weight: 600;
}

.category-box li:hover {
   background:#d32f2f;
    color: #0a1a3a; 
}

.category-box li:hover::before {
    color: #ff8a00;
}

.category-box li:hover a {
   color: #fff;
}

.category-box li:hover a span {
    color: #fff;
}
.active2 {
    background:#d32f2f !important;
    border-color:#d32f2f;
}
.active2::before {
    color: #ff8a00 !important;
}
/*-------------------------------
     Contact Widget CSS
-------------------------------*/
.contact-widget .form-group {
  margin-bottom: 20px;
}
.contact-widget .form-group input, .contact-widget .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
  border-radius: 5px;
}
.contact-widget .form-group input {
  height: 58px;
}
.contact-widget .form-group textarea {
  height: 120px;
  resize: none;
}

/*========================service page -end=====================*/






/*

.side-box { background: #f4f8ff; border-radius: 22px; padding: 22px; }
.side-box li { list-style: none; margin: 8px 0; }
.side-box a { color: var(--blue); font-weight: 700; }*/

.team-photo img { object-position: top center; }
.section-cta { text-align: center; margin-top: 28px; }

.footer {
  position: relative;
  background: #14467B url("../img/gallery/clinic.jpg") center/cover no-repeat;
  color: #fff;
  padding: 0;
  isolation: isolate;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 70, 123, .88);
  z-index: 0;
  pointer-events: none;
}
.footer-cta,
.footer-main,
.copy {
  position: relative;
  z-index: 1;
}
.footer-cta {
  background: transparent;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
/*.footer-cta .container-fluid,
.footer-main .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}*/
.footer-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-cta h3 { color: #fff; font-size: 26px; margin: 0 0 6px; padding: 0; }
.footer-cta h3:before,
.footer-cta h3:after { display: none; }
.footer-cta p { color: rgba(255, 255, 255, .8); margin: 0; }
.footer-cta .btn-white { color: #14467B; }
.footer-cta .btn-white:hover,
.footer-cta .btn-white:focus { color: #fff; }
.footer-main { padding: 70px 0 16px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr 1fr 1.2fr;
  gap: 40px;
  align-items: flex-start;
}
.footer-widget { margin-bottom: 0; min-width: 0; }
.footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.footer-logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.footer-logo .brand-text {
  display: block;
  min-width: 0;
}
.footer-logo .brand-text strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  white-space: normal;
}
.footer-logo .brand-text span {
  display: block;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .4px;
  white-space: normal;
  margin-top: 4px;
}
.footer-widget .brand,
.footer-brand .brand {
  margin-bottom: 16px;
  align-items: center;
}
.footer-widget .brand img,
.footer-brand .brand img,
.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}
.footer-widget .brand-text strong,
.footer-brand .brand-text strong,
.footer-brand h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
  white-space: normal;
}
.footer-widget .brand-text span,
.footer-brand .brand-text span {
  color:#d3d3d3;
  font-size:12px;
  font-weight:500;
  white-space: normal;
}
.footer-widget h3,
.footer-grid > div > h4 {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px;
  padding: 0 0 16px;
}
.footer-widget h3:before,
.footer-grid > div > h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, .18);
}
.footer-widget h3:after,
.footer-grid > div > h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--gold);
}
.footer-brand h4 {
  margin-bottom: 14px;
  padding-bottom: 0;
}
.footer-brand h4:before,
.footer-brand h4:after { display: none; }
.footer-main p,
.footer-main li,
.footer-main a {
  color: rgba(255, 255, 255, .8);
  line-height: 1.85;
  font-size: 15px;
}
.footer-widget > p { margin: 0 0 8px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 5px; }
.footer-links li:last-child { margin-bottom: 0; }
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.4;
}
.footer-links a i {
  position: static;
  color: var(--gold);
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform .3s;
}
.footer-links a:hover,
.footer-main a:hover {
  color: var(--gold);
}
.footer-links a:hover i { transform: translateX(3px); }
.footer-hours { background: rgba(255,255,255,.08); border-radius: 16px; padding: 12px 14px; margin-top: 10px; }
.footer-hours strong { color: #fff; }
.footer-contact li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.footer-contact li:last-child { margin-bottom: 0; }
.footer-contact li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--gold);
}
.footer-contact h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}
.footer-contact p,
.footer-contact a {
  color: rgba(255, 255, 255, .8);
  margin: 0;
  line-height: 1.65;
  font-size: 14.5px;
  word-break: break-word;
}
.footer-contact a:hover { color: var(--gold); }
.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #14467B;
  font-size: 16px;
  transition: .3s;
}
.footer-socials a:hover {
  background: var(--gold);
  color: #111;
  transform: translateY(-2px);
}
.socials { display: flex; gap: 8px; margin-top: 14px; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.12); color: #fff;
}
.socials a:hover { background: var(--gold); color: #111; }
.socials.dark a { background: var(--blue); color: #fff; }
.copy {
  border-top: 1px solid rgba(255,255,255,.15);
  padding: 18px 10px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
  margin: 0;
}
.copy i { position: relative; top: -1px; margin-right: 2px; }
.copy span { color: #fff; }

.float-actions {
  position: fixed; right: 16px; bottom: 16px; z-index: 80; display: flex; flex-direction: column; gap: 10px;
}
.back-to-top {
  width: 45px;
  height: 45px;
  margin: 0 4.5px 4px;
  border-radius: 50%;
  display: none;
  place-items: center;
  background: #F0F4FF;
  color: var(--blue);
  font-size: 24px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .35s ease, visibility .35s ease, transform .35s ease, background .3s ease, color .3s ease;
  animation: backToTopFloat 1.5s ease-in-out infinite;
}
.back-to-top.open {
  display: grid;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top i { line-height: 1; }
.back-to-top:hover {
  background: var(--blue);
  color: #fff;
}
@keyframes backToTopFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.back-to-top.open:hover { animation: none; }
.float-btn {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 26px;
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}
.float-btn.wa {
  background: #25d366;
  position: relative;
  z-index: 2;
  animation: waBounce 1.8s ease-in-out infinite;
}
.float-btn.wa::before,
.float-btn.wa::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  z-index: -1;
  animation: waRipple 1.8s ease-out infinite;
}
.float-btn.wa::after { animation-delay: .55s; }
.float-btn.wa:hover {
  animation: none;
  transform: scale(1.08);
}
.float-btn.wa:hover::before,
.float-btn.wa:hover::after { animation-play-state: paused; }
@keyframes waRipple {
  0% { transform: scale(1); opacity: .5; }
  100% { transform: scale(1.9); opacity: 0; }
}
@keyframes waBounce {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.08); }
  60% { transform: scale(1); }
}
.float-btn.call { background: var(--red); }

@media (max-width: 1500px) {
  .nav-links a { padding: 9px 9px; font-size: 15px; }
}

@media (max-width: 1199px) {
  .why .why-img-wrap { margin-left: 80px; }
  .why .why-photo { height: 500px; }
  .why .why-doctor-box { left: -80px; min-width: 300px; padding: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 980px) {
  .about-grid, .service-grid, .gallery-grid, .team-card, .form-grid, .contact-grid, .form-row, .stats, .cred-list, .why-grid, .testi-grid, .service-detail {
    grid-template-columns: 1fr;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-grid, .why-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .wide { grid-column: auto; }
  .nav-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 52px);
  }
  .brand-text { display: block; }
  .menu-toggle, .nav-close { display: grid; place-items: center; }
  .menu-toggle {
    position: relative;
    z-index: 20;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    align-self: center;
  }
  .nav-overlay.open {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(6, 20, 46, .5);
    z-index: 10040;
  }
  .nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(98vw, 400px);
    height: 100%;
    max-height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: .28s ease;
    box-shadow: var(--shadow);
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    z-index: 10050;
    overflow: auto;
    flex: none;
  }
  .nav-panel.open { transform: translateX(0); }
  .drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding-bottom: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--line);
  }
  .drawer-head .brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    gap: 8px;
  }
  .drawer-head .brand-text { min-width: 0; }
  .drawer-head .brand-text strong {
    white-space: nowrap;
    font-size:15px;
    letter-spacing: -0.02em;
  }
  .drawer-head .brand-text span {
    white-space: nowrap;
    font-size:9px;
  }
  .drawer-head .brand img { width: 44px; height: 44px; }
  .nav-close { flex: 0 0 36px; width: 36px; height: 36px; }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 8px;
  }
  .nav-links li { display: block; width: 100%; }
  .nav-links a {
    display: block;
    width: 100%;
    white-space: normal;
    padding: 12px 14px;
    line-height: 1.4;
  }
  .has-drop { display: block; width: 100%; }
  .nav-links .has-drop > a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .nav-links .has-drop > a i {
    margin-left: auto;
    transition: transform .2s ease;
  }
  .has-drop.open > a i { transform: rotate(180deg); }
  .has-drop:hover .drop-menu { display: none; }
  .drop-menu {
    position: static;
    display: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    min-width: 0;
    width: 100%;
  }
  .has-drop.open .drop-menu { display: block; }
  .drop-menu a { padding: 10px 14px 10px 18px; }
  .drop-menu a::after { display: none; }
  .header-cta { margin-top: 16px; width: 100%; height: 52px; justify-content: center; }
  .hero { height: 68vh; min-height: 460px; max-height: 580px; }
  .slider-nav { width: 42px; height: 42px; }
  .hero-deco { display: none; }
  /*.about-section .container-fluid { padding-left: 16px; padding-right: 16px; }*/
  .about-section .about-img-wrap { padding-bottom: 90px; margin-bottom: 24px; }
  .about-section .about-img-one { max-width: 100%; height: 320px; margin-left: 0; }
  .about-section .about-img-two { max-width: 200px; }
  .about-section .about-promo-box { right: 16px; bottom: 40px; padding: 16px 18px; }
  .about-section .about-promo-box h2 { font-size: 28px; }
  /*.services .container-fluid { padding-left: 16px; padding-right: 16px; }*/
  /*.stats-section .container-fluid { padding-left: 16px; padding-right: 16px; }*/
  .stats-section::before {
    background:
      radial-gradient(circle at 8% 20%, rgba(110,181,255,.18) 0 70px, transparent 120px),
      radial-gradient(circle at 94% 80%, rgba(255,255,255,.1) 0 80px, transparent 130px);
  }
  .stats-section::after { opacity: .08; }
  .about-section::after { width: 72px; height: 72px; left: 8px; bottom: 24px; }
  /*.why .container-fluid { padding-left: 16px; padding-right: 16px; }*/
  .why::after { width: 64px; height: 64px; left: 12px; top: 24px; }
  /*.testimonials .container-fluid { padding-left: 16px; padding-right: 16px; }*/
  /*.booking .container-fluid { padding-left: 16px; padding-right: 16px; }*/
  /*.footer-cta .container-fluid,
  .footer-main .container-fluid { padding-left: 16px; padding-right: 16px; }*/
  .booking-content { margin-bottom: 28px; }
  .why .why-img-wrap { margin-left: 60px; margin-bottom: 30px; }
  .why .why-photo { height: 400px; }
  .why .why-doctor-box { left: -60px; min-width: 280px; padding: 18px; }
  .why .why-content { padding-top: 10px; }
  .team-photo { max-width: 280px; margin-inline: auto; }
  .team-photo, .team-photo img { min-height: 300px; }
/*.team .container-fluid { padding-left: 16px; padding-right: 16px; }*/
.team-card { padding: 22px 18px; }
.team-visual { max-width: 300px; margin: 0 auto 8px; }
.team-photo,
.team-photo img { min-height: 320px; }
.team-badge { left: 10px; }
.topbar-inner { justify-content: center; text-align: center; }
}

@media (max-width: 640px) {
  .why .why-img-wrap { margin-left: 0; }
  .why .why-photo { height: 320px; }
  .why .why-doctor-box {
    left: 12px;
    right: 12px;
    min-width: 0;
    width: auto;
    top: auto;
    bottom: 16px;
    transform: none;
    padding: 14px;
  }
  .why .why-doctor-box .btn { padding: 0 12px; }
  .service-grid, .gallery-grid, .why-grid, .testi-grid { grid-template-columns: 1fr; }
  .topbar { display: block; }
  .topbar-left { display: none; }
  .topbar-inner {
    justify-content: center;
    text-align: center;
  }
  .topbar-right {
    justify-content: center;
    width: 100%;
    gap: 18px;
    font-size: 17px;
    font-weight: 700;
  }
  .topbar-right .top-item i { font-size: 18px; }
  .brand-text strong {
    white-space: nowrap;
    font-size: 15px;
     
  }
  .brand-text span {
    white-space: nowrap;
    font-size: 8.5px;
  }
  .slide-content h1 { font-size: 24px; }
.slide-content p {  
    font-size: 14px;
    line-height: 22px;
    
}

.slide .btn-outline {font-size: 20px; letter-spacing: .02em; padding: 0 10px;}
.slide .btn{ font-size: 14px; border-radius: 5px;padding: 0 12px; }
.slider-nav.prev {right:50px !important;left: auto !important;}
.slider-nav{width: 30px;height: 30px;font-size: 14px;}
.slider-nav{position: absolute; top: auto; bottom: 0px !important; }
.hero-actions .btn {
    height: 40px;
    min-height: 40px;
}

  /*.team-photo { max-width: 240px; }*/
  /*.team-photo, .team-photo img { min-height: 260px; }*/
  .about-visual img { height: auto; min-height: 0; }
  .hero { height: 58vh; min-height: 400px; max-height: 480px; }
  .footer-cta-inner { text-align: center; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-logo { justify-content: center; text-align: left; }
}



/*===============================================================================*/

/* Mission Vision Section */
.mission-vision-section {
    padding: 80px 0;
    background: #f5fbfd;
}

.mission-vision-heading {
    padding-right: 40px;
}

.section-subtitle {
    display: inline-block;
    margin-bottom: 10px;
    color: #008fc7;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mission-vision-heading h2 {
    margin-bottom: 18px;
    color: #0a1a3a;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.mission-vision-heading p {
      margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #24384f;
}


/* Cards */
.mv-card {
    height: 100%;
    padding: 35px 28px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mission-card {
    background: #008fc7;
}

.vision-card {
    background: #0a1a3a;
}

.mv-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -45px;
    top: -45px;
    background: rgba(255, 255, 255, 0.08);
}

.mv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}


/* Icon */
.mv-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: #ff8a00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.mv-card h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.mv-card p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
}


/* Link */
.mv-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.mv-link i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.mv-link:hover {
    color: #ff8a00;
}

.mv-link:hover i {
    transform: translateX(4px);
}


/* Responsive */
@media (max-width: 991px) {

    .mission-vision-section {
        padding: 60px 0;
    }

    .mission-vision-heading {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .mission-vision-heading h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {

    .mission-vision-section {
        padding: 50px 0;
    }

    .mission-vision-heading h2 {
        font-size: 30px;
    }

    .mv-card {
        padding: 28px 24px;
    }
}

/*================================gallery page=====================================*/
/* =================================
   Gallery Section
================================= */

.gallery-section {
    padding:60px 0;
    background: #f6fafc;
}

.gallery-heading {
    margin-bottom: 45px;
}

.gallery-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #008fc7;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-heading h2 {
    margin-bottom: 14px;
    color: #0a1a3a;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.gallery-heading p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}


/* =================================
   Gallery Card
================================= */

.gallery-card {
    position: relative;
    height: 210px;
    padding: 8px;
    overflow: hidden;

    background: #fff;
    border: 1px solid #dcecf2;
    border-radius: 10px;

    box-shadow: 0 8px 24px rgba(10, 26, 58, 0.07);

    transition: all 0.3s ease;
}

.gallery-open {
    position: relative;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    border-radius:6px;

    background: #f7fafc;
}

.gallery-open img {
    display: block;

    /* Dynamic image size */
    width: auto;
    height: auto;

    /* Box ke andar maximum size */
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;

    transition: transform 0.5s ease;
    border-radius: 6px;
}

.gallery-card:hover .gallery-open img {
    transform: scale(1.03);
}
.gallery-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background:#fff;
    border-radius:6px;
}

.gallery-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #ff8a00;
    border-radius: 5px 0 0 0;
}



.gallery-card:hover {
    border-color: #b9dce8;
    /*transform: translateY(-4px);*/

    box-shadow: 0 14px 32px rgba(10, 26, 58, 0.12);
}



/* =================================
   Lightbox
================================= */

.gallery-lightbox {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100vh;
    height: 100dvh;

    background: rgba(5, 15, 34, .97);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    z-index: 999999;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.gallery-lightbox.active {
    opacity: 1;
    visibility: visible;
}


/* =================================
   Top Bar
================================= */

.lightbox-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    height: 70px;

    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(0, 0, 0, .25);

    z-index: 10;
}

.lightbox-counter {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.lightbox-tools {
    display: flex;
    align-items: center;
    gap: 7px;
}

.lightbox-tools button,
.lightbox-tools a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 9px;

    background: rgba(255, 255, 255, .10);
    color: #fff;

    font-size: 18px;
    text-decoration: none;

    cursor: pointer;

    transition: all .2s ease;
}

.lightbox-tools button:hover,
.lightbox-tools a:hover {
    background: #008fc7;
    border-color: #008fc7;
    color: #fff;
}


/* Close */

#lightboxClose:hover {
    background: #ff8a00;
    border-color: #ff8a00;
}


/* =================================
   Image Area
================================= */

.lightbox-image-area {
    width: 100%;
    height: 100%;

    padding: 90px 100px 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.lightbox-image-area img {
    max-width: 90%;
    max-height: 82vh;

    width: auto;
    height: auto;

    object-fit: contain;

    user-select: none;
    -webkit-user-drag: none;

    transform: scale(1);

    transition: transform .25s ease;
}


/* =================================
   Previous / Next
================================= */

.lightbox-arrow {
    position: absolute;
    top: 50%;

    width: 52px;
    height: 52px;

    margin-top: -26px;

    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;

    background: rgba(255, 255, 255, .10);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;

    cursor: pointer;

    z-index: 10;

    transition: all .2s ease;
}

.lightbox-arrow:hover {
    background: #008fc7;
    border-color: #008fc7;
}

.lightbox-prev {
    left: 25px;
}

.lightbox-next {
    right: 25px;
}


/* =================================
   Responsive
================================= */

@media (max-width: 991px) {

    .gallery-section {
        padding: 70px 0;
    }

    .gallery-heading h2 {
        font-size: 34px;
    }

    .gallery-card {
        height: 250px;
    }

    .lightbox-image-area {
        padding: 90px 70px 35px;
    }
}


@media (max-width: 575px) {

    .gallery-section {
        padding: 55px 0;
    }

    .gallery-heading {
        margin-bottom: 30px;
    }

    .gallery-heading h2 {
        font-size: 29px;
    }

    .gallery-card {
        height: 230px;
        border-radius: 14px;
    }

    .lightbox-topbar {
        height: 62px;
        padding: 0 12px;
    }

    .lightbox-tools {
        gap: 4px;
    }

    .lightbox-tools button,
    .lightbox-tools a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .lightbox-image-area {
        padding: 75px 15px 30px;
    }

    .lightbox-image-area img {
        max-width: 100%;
        max-height: 78vh;
    }

    .lightbox-arrow {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        font-size: 22px;
    }

    .lightbox-prev {
        left: 8px;
    }

    .lightbox-next {
        right: 8px;
    }
}
/*==========================================================*/
.qr-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}
.qr-booking-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    width: 100%;
  
    margin: 10px auto 0;
    padding: 10px 10px;

    background: linear-gradient(135deg, #eaf6f7 0%, #ffffff 50%, #fff7eb 100%);
    border: 1px solid rgba(1, 52, 66, 0.12);
    border-radius: 10px;

    box-sizing: border-box;
    box-shadow: 0 6px 20px rgba(1, 52, 66, 0.08);
}
/* Scan to Book */
.qr-booking-box small {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color:#0a2244;
    letter-spacing: .7px;
    white-space: nowrap;
}

/* QR Card */
.qr-code {
    width: 135px;
    height: 135px;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(1, 52, 66, .12);
    border-radius: 12px;
    box-sizing: border-box;
    flex: 0 0 135px;

    box-shadow:
        0 4px 12px rgba(1, 52, 66, .08),
        0 1px 3px rgba(1, 52, 66, .05);

    position: relative;
}

/* Orange corner accent */
.qr-code::before,
.qr-code::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: #ed9303;
    border-style: solid;
}

.qr-code::before {
    top: -1px;
    left: -1px;
    border-width: 2px 0 0 2px;
    border-radius: 10px 0 0 0;
}

.qr-code::after {
    right: -1px;
    bottom: -1px;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 10px 0;
}

.qr-code img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 5px;
}

 
@media (max-width: 768px) {

    .qr-booking-box {
        flex-direction: column;
        gap: 7px;
        padding: 10px;
    }

    .qr-booking-box small {
        order: 1;
        font-size: 15px;
    }

   /* .qr-booking-box .qr-code {
        order: 2;
        width: 75px;
        height: 75px;
        flex-basis: 75px;
    }*/
}