/* Live site alignment fix: keep header/footer consistent with service pages. */
html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.seo-intro {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

.service-name,
.doctor-name,
.why-title-item,
.blog-card-title,
.footer-heading,
.content-card-title {
  display: block;
  font-weight: 800;
  line-height: 1.25;
}

.service-name,
.doctor-name,
.why-title-item,
.blog-card-title {
  color: inherit;
}

.content-card-title {
  margin: 0 0 10px;
  color: #0f2947;
  font-size: 1.08rem;
}

.hero-image img,
.procedure-img img,
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image,
.procedure-img,
.blog-card-thumb,
.doctor-img-area {
  overflow: hidden;
}

.hero-image {
  aspect-ratio: 1586 / 992;
}

.procedure-img {
  aspect-ratio: 1570 / 1001;
}

.doctor-img-area {
  aspect-ratio: 1023 / 1537;
}

.top-bar {
  display: block !important;
  background: #155b7b !important;
  color: #ffffff !important;
  min-height: 40px !important;
  border: 0 !important;
}

.top-bar .container,
.top-bar-inner {
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.top-bar-left,
.top-bar-right {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
}

.top-bar-link,
.top-bar-hours,
.top-bar-emergency,
.top-bar-divider {
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.top-bar-emergency {
  color: #f6b334 !important;
}

.top-bar svg {
  color: currentColor !important;
  stroke: currentColor !important;
  width: 14px !important;
  height: 14px !important;
  margin-right: 6px !important;
  vertical-align: -2px !important;
}

.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(15, 38, 70, 0.08) !important;
  box-shadow: none !important;
}

.site-header .container,
.header-inner {
  min-height: 82px !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.site-logo {
  flex: 0 0 auto !important;
  min-width: 250px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #0f2947 !important;
  text-decoration: none !important;
}

.site-logo .logo-mark {
  position: relative !important;
  width: 150px !important;
  height: 58px !important;
  display: block !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  background: url("../images/brand/baweja-1.png") center / contain no-repeat !important;
}

.logo-text {
  display: none !important;
}

.primary-nav {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  min-width: 0 !important;
}

.nav-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

.nav-link,
.nav-dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.nav-link::before,
.nav-link::after,
.nav-dropdown-toggle::before,
.nav-dropdown-toggle::after {
  display: none !important;
  content: none !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.nav-link[aria-current="page"],
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus {
  color: #155b7b !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dropdown-chevron {
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
}

.header-actions {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  white-space: nowrap !important;
}

.header-phone {
  color: #155b7b !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.header-actions .btn,
.header-actions .btn-primary,
.header-actions .btn-sm {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  border-radius: 8px !important;
  border: 0 !important;
  background: #eda72d !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.wa-float,
a.wa-float,
.whatsapp-float,
a.whatsapp-float {
  position: fixed !important;
  right: 32px !important;
  bottom: 32px !important;
  z-index: 1000 !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: #25d366 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.28) !important;
  transform: none !important;
}

.wa-float svg,
.wa-float img,
.whatsapp-float svg,
.whatsapp-float img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

.footer {
  background: #0f2947 !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.footer a,
.footer p,
.footer li,
.footer span {
  color: rgba(255, 255, 255, 0.78) !important;
}

.footer h4,
.footer .name,
.footer-logo-name {
  color: #ffffff !important;
}

@media (max-width: 1120px) {
  .site-logo {
    min-width: 190px !important;
  }

  .site-logo .logo-mark {
    width: 132px !important;
  }

  .nav-list {
    gap: 18px !important;
  }

  .header-actions {
    gap: 10px !important;
  }
}

@media (max-width: 991px) {
  .top-bar {
    display: none !important;
  }

  .primary-nav,
  .header-actions {
    display: none !important;
  }

  .site-header .container,
  .header-inner {
    min-height: 72px !important;
  }

  .site-logo {
    min-width: auto !important;
  }

  .hamburger {
    display: inline-flex !important;
  }
}
