:root {
  --brand: #1a237e;
  --accent: #f97316;
}

* { box-sizing: border-box; }
body { background: #fff; color: #1f2937; }
.site-main { padding-top: 74px; }
.section-eyebrow { color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.section-subtitle { max-width: 760px; }
.text-brand { color: var(--brand) !important; }
.bg-brand { background: var(--brand) !important; }
.top-banner { background: var(--brand); font-size: .95rem; }
.navbar-brand span { font-size: clamp(.92rem, 2vw, 1.45rem); white-space: normal; }
.nav-link:hover, .dropdown-item:hover { color: var(--accent) !important; }
.hero {
  min-height: 72vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 68, .82), rgba(8, 18, 68, .35));
}
.hero > .container { position: relative; z-index: 1; }
.hero-carousel .carousel-item { min-height: 76vh; background-size: cover; background-position: center; }
.hero-carousel .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .52);
}
.hero-carousel .carousel-caption {
  inset: 0;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.quick-link-band { background: var(--brand); }
.quick-link-card {
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  padding: .85rem;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
}
.quick-link-card:hover { color: #fff; background: rgba(255,255,255,.13); }
.section-title { color: var(--brand); font-weight: 800; }
.service-card, .gallery-card, .blog-card, .info-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}
.service-card img, .gallery-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.gallery-card video {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  background: #111827;
}
.icon-card .icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #eef2ff;
  color: var(--brand);
  font-size: 1.35rem;
  margin-bottom: .85rem;
}
.blue-panel {
  background: linear-gradient(rgba(26,35,126,.78), rgba(26,35,126,.78)), url("../../src/assets/bg.jpg") center/cover;
}
.blue-panel .section-title, .blue-panel .section-eyebrow, .blue-panel .section-subtitle { color: #fff !important; }
.blue-panel .info-card { border-color: rgba(255,255,255,.18); }
.speciality-img { width: 100%; max-height: 320px; object-fit: cover; border-radius: 8px; }
.doctor-card { position: relative; overflow: hidden; border-radius: 8px; }
.doctor-card img { width: 100%; height: 470px; object-fit: cover; }
.doctor-card .doctor-overlay {
  position: absolute;
  inset: auto 0 0;
  color: #fff;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(0,0,0,.82), rgba(0,0,0,0));
}
.detail-hero-img {
  display: block;
  max-width: 720px;
  max-height: 390px;
  width: 100%;
  object-fit: contain;
  margin-inline: auto;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}
.lead-detail { font-size: 1.05rem; line-height: 1.8; color: #374151; }
.check-list { list-style: none; padding-left: 0; }
.check-list li { position: relative; padding-left: 1.7rem; margin-bottom: .75rem; }
.check-list li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #16a34a;
}
.video-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15,23,42,.14);
  background: #111827;
}
.testimonial-card { transition: transform .2s ease, box-shadow .2s ease; }
.testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(15,23,42,.12); }
.blog-card { transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(15,23,42,.12); }
.blog-card-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.blog-detail-img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15,23,42,.12);
}
.blog-content img { max-width: 100%; height: auto; border-radius: 8px; }
.admin-blog-thumb {
  width: 100%;
  height: 115px;
  object-fit: cover;
  border-radius: 8px;
}
.admin-blog-preview {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.btn-brand {
  background: var(--brand);
  color: #fff;
  border: 1px solid var(--brand);
}
.btn-brand:hover { background: #2430a2; color: #fff; }
.stats { background: #f8fafc; }
.stat-number { color: var(--brand); font-size: 1.8rem; font-weight: 800; }
.footer-logo { width: 64px; height: 64px; object-fit: contain; }
.footer-link { color: #374151; text-decoration: none; }
.footer-link:hover { color: var(--brand); }
.powered-by, .powered-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.powered-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.powered-link:hover { color: #fff; text-decoration: underline; }
.powered-icon { width: 22px; height: 22px; object-fit: contain; }
.float-whatsapp, .float-top {
  position: fixed;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: white;
  text-decoration: none;
  border: 0;
  z-index: 1000;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.float-whatsapp { bottom: 74px; background: #16a34a; font-size: 1.45rem; }
.float-top { bottom: 18px; background: #5f6bf7; font-size: 1.2rem; }
.page-hero { background: linear-gradient(135deg, #f8fafc, #eff6ff); }
.admin-body { background: #f3f4f6; }
.table-card { background: #fff; border-radius: 8px; box-shadow: 0 10px 30px rgba(15,23,42,.08); overflow: hidden; }
@media (max-width: 768px) {
  .site-main { padding-top: 66px; }
  .hero { min-height: 58vh; }
  .hero-carousel .carousel-item { min-height: 62vh; }
  .doctor-card img { height: 380px; }
}
