/* Hospital branding logo + name */
.khhims-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}

/* Page loader with hospital logo */
#loader-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f0f9fc 100%) !important;
}

#loader {
  width: 280px;
  height: auto;
  margin-left: -140px;
  margin-top: -150px;
}

.loader-inner {
  width: 280px;
  height: auto;
  background: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.khhims-loader-spin-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
}

.khhims-loader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #00a3c8;
  border-right-color: #1a3a5c;
  animation: khhims-loader-ring-ltr 1.6s linear infinite;
}

.khhims-loader-ring-2 {
  inset: 12px;
  border: 4px solid transparent;
  border-bottom-color: #00c4e8;
  border-left-color: #2d6a8f;
  animation: khhims-loader-ring-rtl 2.2s linear infinite;
}

.khhims-loader-logo {
  width: 110px;
  height: 110px;
  object-fit: contain;
  transform-style: preserve-3d;
  backface-visibility: visible;
  filter: drop-shadow(0 8px 18px rgba(0, 163, 200, 0.4));
  animation: khhims-loader-spin-ltr 2.4s ease-in-out infinite;
}

@keyframes khhims-loader-spin-ltr {
  0% {
    transform: rotateY(-180deg) scale(0.92);
    opacity: 0.7;
  }
  25% {
    transform: rotateY(-90deg) scale(0.98);
    opacity: 0.9;
  }
  50% {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
  75% {
    transform: rotateY(90deg) scale(0.98);
    opacity: 0.9;
  }
  100% {
    transform: rotateY(180deg) scale(0.92);
    opacity: 0.7;
  }
}

@keyframes khhims-loader-ring-ltr {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes khhims-loader-ring-rtl {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.khhims-loader-text {
  margin: 20px 0 0;
  color: #c41e3a;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  animation: khhims-loader-text-fade 2.4s ease-in-out infinite;
}

.khhims-loader-subtext {
  margin: 8px 0 0;
  color: #00a3c8;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  animation: khhims-loader-blink 1.4s ease-in-out infinite;
}

@keyframes khhims-loader-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@keyframes khhims-loader-text-fade {
  0%, 100% { opacity: 0.7; transform: translateX(-4px); }
  50% { opacity: 1; transform: translateX(4px); }
}

.khhims-brand-img {
  display: block;
  height: 56px;
  width: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.khhims-brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.25;
}

.khhims-brand-name {
  color: #1a3a5c;
  font-size: 1.05rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
}

.khhims-brand-tag {
  color: #6b7280;
  font-size: 0.62rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 3px;
  white-space: nowrap;
}

.khhims-brand-footer .khhims-brand-name {
  color: #fff;
}

.khhims-brand-footer .khhims-brand-tag {
  color: rgba(255, 255, 255, 0.8);
}

.khhims-brand-footer .khhims-brand-img {
  height: 60px;
  width: 60px;
}

.wsmainfull {
  height: auto !important;
  min-height: 72px;
}

.desktoplogo {
  max-width: none;
  padding: 8px 0 6px !important;
  overflow: visible !important;
}

.desktoplogo .khhims-brand {
  padding: 0;
}

.wsmobileheader .khhims-brand {
  max-width: calc(100% - 100px);
}

.wsmobileheader .khhims-brand-name {
  font-size: 0.72rem;
}

.wsmobileheader .khhims-brand-tag {
  font-size: 0.48rem;
  letter-spacing: 0.4px;
}

.wsmobileheader .khhims-brand-img {
  height: 40px;
  width: 40px;
}

@media (max-width: 991px) {
  .wsmobileheader .khhims-brand-text {
    display: flex;
  }

  .wsmobileheader .smllogo {
    margin-top: 8px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .khhims-brand-name {
    font-size: 0.95rem;
  }

  .khhims-brand-tag {
    font-size: 0.55rem;
  }

  .khhims-brand-img {
    height: 50px;
    width: 50px;
  }
}

/* Hospital hero background */
#hero-1 {
  position: relative;
  background-image: url(../images/hospital-bg.png) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 580px;
  padding-top: 80px;
  padding-bottom: 80px;
}

#hero-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  z-index: 1;
}

#hero-1 .container {
  position: relative;
  z-index: 2;
}

#hero-1 .hero-1-img {
  display: none;
}

#hero-1 .hero-txt {
  margin-top: 0 !important;
  max-width: 650px;
}

/* Keep department tabs matching MedService demo with icons on all screens */
#tabs-1 #pills-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#tabs-1 .nav-item {
  width: auto !important;
  margin: 0 !important;
  text-align: center;
}

#tabs-1 .nav-pills .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

#tabs-1 .nav-pills .nav-link span {
  display: inline-block !important;
  float: none !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
}

#tabs-1 .nav-pills .icon-xs [class*="flaticon-"]:before,
#tabs-1 .nav-pills .icon-xs [class*="flaticon-"]:after {
  font-size: 2.5rem;
  line-height: 1 !important;
}

#tabs-1 .nav-pills .nav-link.active,
#tabs-1 .nav-pills .nav-link.active:hover {
  background-color: #00a3c8;
  border-color: #00a3c8;
  color: #fff;
}

#tabs-1 .nav-pills .nav-link.active [class*="flaticon-"]:before,
#tabs-1 .nav-pills .nav-link.active [class*="flaticon-"]:after {
  color: #fff;
}

@media (max-width: 767px) {
  #hero-1 {
    min-height: 480px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

  #hero-1::before {
    background: rgba(255, 255, 255, 0.78);
  }

  #tabs-1 #pills-tab {
    flex-direction: column;
    width: 100%;
  }

  #tabs-1 .nav-item {
    width: 100% !important;
  }

  #tabs-1 .nav-pills .nav-link {
    width: 100%;
    padding: 14px 20px;
  }
}

/* About boxes - hover light-up animation */
#about-1 .row.d-flex.align-items-center {
  align-items: flex-end !important;
  overflow: visible;
}

#about-1 #abox-1,
#about-1 #abox-2,
#about-1 #abox-3,
#about-1 #abox-4 {
  position: relative;
  transition: background-color 0.45s ease, transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.45s ease;
  cursor: pointer;
  z-index: 1;
}

#about-1 #abox-1 .abox-1,
#about-1 #abox-2 .abox-1,
#about-1 #abox-3 .abox-1,
#about-1 #abox-4 .abox-1 {
  transition: height 0.45s ease, padding 0.45s ease;
}

#about-1 #abox-1:hover,
#about-1 #abox-2:hover,
#about-1 #abox-3:hover,
#about-1 #abox-4:hover {
  background-color: #ff4081 !important;
  transform: translateY(-22px);
  box-shadow: 0 20px 45px rgba(255, 64, 129, 0.45);
  z-index: 5;
}

#about-1 #abox-1:hover .abox-1,
#about-1 #abox-2:hover .abox-1,
#about-1 #abox-3:hover .abox-1,
#about-1 #abox-4:hover .abox-1 {
  height: 340px;
}

@media (max-width: 991px) {
  #about-1 #abox-1:hover,
  #about-1 #abox-2:hover,
  #about-1 #abox-3:hover,
  #about-1 #abox-4:hover {
    transform: translateY(-10px);
  }

  #about-1 #abox-1:hover .abox-1,
  #about-1 #abox-2:hover .abox-1,
  #about-1 #abox-3:hover .abox-1,
  #about-1 #abox-4:hover .abox-1 {
    height: auto;
    min-height: 320px;
  }
}

/* Header address link */
.headtoppart .address a {
  color: inherit;
  text-decoration: none;
}

.headtoppart .address a:hover {
  text-decoration: underline;
}

/* ============================================================
   KHHIMS Footer – Holy Family Hospital style
   ============================================================ */
#footer-1.khhims-footer {
  background-color: #1a2d5a;
  color: #ffffff;
  padding: 50px 0 0;
  margin-top: 0;
}

#footer-1.khhims-footer .container {
  max-width: 1140px;
}

/* Top row */
.khhims-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.khhims-footer-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f5c842 0%, #e8a820 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  flex-shrink: 0;
}

.khhims-footer-emblem {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

/* Footer nav */
.khhims-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.khhims-footer-nav a {
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.khhims-footer-nav a:hover {
  color: #f5c842;
}

/* Social icons */
.khhims-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.kfh-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.kfh-social:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  color: #ffffff;
}

.kfh-facebook { background-color: #3b5998; }
.kfh-twitter { background-color: #1da1f2; }
.kfh-instagram { background-color: #e4405f; }
.kfh-linkedin { background-color: #0077b5; }

/* Start a conversation */
.khhims-footer-conversation {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}

.kfh-heading {
  color: #f5c842;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.kfh-divider {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.55);
}

/* Contact row */
.khhims-footer-contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
  padding-bottom: 28px;
}

.kfh-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.kfh-contact-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 2px;
}

.kfh-contact-label {
  color: #f5c842;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.kfh-contact-text {
  display: block;
  color: #ffffff;
  font-size: 0.84rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}

.kfh-contact-text.kfh-contact-sub {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 4px;
}

.kfh-time {
  font-weight: 500;
}

.khhims-footer-intro {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.65;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 36px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kfh-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 0.95rem;
  color: #ffffff;
}

a.kfh-contact-text:hover {
  color: #f5c842;
  text-decoration: underline;
}

/* Copyright bar */
.khhims-footer-copyright {
  background-color: #152448;
  padding: 16px 20px;
  text-align: center;
}

.khhims-footer-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  letter-spacing: 0.3px;
}

.khhims-footer-copyright span {
  color: #5eb8f0;
  font-weight: 600;
}

/* Floating chat button */
.khhims-chat-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #25d366;
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.khhims-chat-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.55);
  color: #ffffff;
}

/* Footer responsive */
@media (max-width: 991px) {
  .khhims-footer-top {
    justify-content: center;
    text-align: center;
  }

  .khhims-footer-nav ul {
    gap: 6px 16px;
  }

  .khhims-footer-contact {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }

  .kfh-contact-item {
    min-width: 100%;
  }
}

@media (max-width: 575px) {
  #footer-1.khhims-footer {
    padding-top: 36px;
  }

  .khhims-footer-contact {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .khhims-footer-nav a {
    font-size: 0.65rem;
    letter-spacing: 0.8px;
  }

  .khhims-footer-nav ul {
    gap: 4px 12px;
  }

  .kfh-heading {
    font-size: 0.72rem;
  }

  .kfh-contact-text {
    font-size: 0.82rem;
  }
}

/* Hospital photo gallery – info-2 section */
.khhims-hospital-gallery {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.khhims-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  max-width: 540px;
  margin: 0 auto;
}

.khhims-gallery-cell {
  overflow: hidden;
  border-radius: 4px;
  background: #eef4f8;
  min-height: 0;
}

.khhims-gallery-top,
.khhims-gallery-bottom {
  min-height: 150px;
}

.khhims-gallery-main {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 312px;
}

.khhims-gallery-cell img {
  width: 100% !important;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
  position: relative !important;
}

.khhims-gallery-top img {
  object-position: 12% center;
}

.khhims-gallery-bottom img {
  object-position: 88% center;
}

.khhims-gallery-main img {
  object-position: center center;
}

.khhims-gallery-badge {
  position: absolute;
  left: 4%;
  bottom: -6px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #1977cc;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow:
    0 0 0 10px rgba(25, 119, 204, 0.14),
    0 0 0 20px rgba(25, 119, 204, 0.07);
  z-index: 2;
}

/* About section hospital photo slider */
.khhims-hospital-slider-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(16, 99, 175, 0.15);
}

.khhims-hospital-slider .khhims-hospital-slide {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #1a2d5a;
}

.khhims-hospital-slider .khhims-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.khhims-hospital-slider .khhims-slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 30px 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 1;
}

.khhims-hospital-slider .khhims-slide-tag {
  display: inline-block;
  align-self: flex-start;
  background: #00a3c8;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.khhims-hospital-slider .khhims-slide-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px;
  max-width: 98%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.khhims-hospital-slider .khhims-slide-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
  max-width: 95%;
}

.khhims-slide-left {
  object-position: 18% center;
}

.khhims-slide-right {
  object-position: 82% center;
}

.khhims-hospital-slider .owl-nav {
  display: none !important;
}

.khhims-hospital-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 3;
}

.khhims-hospital-slider .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 4px 5px;
  background: rgba(255, 255, 255, 0.55);
}

.khhims-hospital-slider .owl-dot.active span,
.khhims-hospital-slider .owl-dot:hover span {
  background: #00a3c8;
}

/* About section hospital photo (static fallback) */
.khhims-about-hospital {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(16, 99, 175, 0.15);
}

.khhims-about-hospital img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .khhims-hospital-slider .khhims-hospital-slide {
    height: 360px;
  }

  .khhims-hospital-slider .khhims-slide-title {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .khhims-hospital-slider .khhims-hospital-slide {
    height: 300px;
  }

  .khhims-hospital-slider .khhims-slide-overlay {
    padding: 20px 18px 32px;
  }

  .khhims-hospital-slider .khhims-slide-title {
    font-size: 1.15rem;
  }

  .khhims-hospital-slider .khhims-slide-text {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  .khhims-gallery-grid {
    max-width: 460px;
  }

  .khhims-gallery-top,
  .khhims-gallery-bottom {
    min-height: 120px;
  }

  .khhims-gallery-main {
    min-height: 252px;
  }
}

@media (max-width: 767px) {
  .khhims-gallery-grid {
    max-width: 100%;
    gap: 10px;
  }

  .khhims-gallery-badge {
    width: 58px;
    height: 58px;
    font-size: 1.3rem;
    left: 0;
    bottom: -4px;
  }
}

/* About Us breadcrumb – hospital background */
#breadcrumb.khhims-breadcrumb {
  position: relative;
  background-image: url(../images/hospital-bg.png) !important;
  background-size: cover !important;
  background-position: center center !important;
  padding: 0;
}

#breadcrumb.khhims-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  z-index: 0;
}

#breadcrumb.khhims-breadcrumb .container {
  position: relative;
  z-index: 1;
}

#breadcrumb.khhims-breadcrumb .breadcrumb-holder {
  padding-top: 48px;
  padding-bottom: 52px;
}

/* Hero "More About Hospital" button */
#hero-1 .khhims-hero-cta {
  display: inline-block;
  padding: 15px 32px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 163, 200, 0.35);
  margin-top: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#hero-1 .khhims-hero-cta:hover {
  box-shadow: 0 10px 28px rgba(14, 142, 171, 0.45);
  transform: translateY(-2px);
}

/* Opening hours section – hospital photo */
.info-8-img {
  background-image: url(../images/hospital-bg.png) !important;
}

/* Statistics section – fix invisible white text (missing statistic.jpg) */
#statistic-1 {
  position: relative;
  background-image: url(../images/hospital-bg.png) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: scroll !important;
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}

#statistic-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 110, 171, 0.92) 0%, rgba(0, 163, 200, 0.88) 100%);
  z-index: 0;
}

#statistic-1 .container {
  position: relative;
  z-index: 1;
}

#statistic-1 .statistic-block {
  margin-bottom: 30px;
}

#statistic-1 .statistic-block [class*="flaticon-"]::before,
#statistic-1 .statistic-block [class*="flaticon-"]::after {
  color: #ffffff !important;
}

#statistic-1 .statistic-number,
#statistic-1 .statistic-number .count-element,
#statistic-1 .txt-400 {
  color: #ffffff !important;
}

#statistic-1 .txt-400 {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  opacity: 1;
}

/* Banner sections – fix invisible white text (missing banner JPGs) */
#banner-7 {
  position: relative;
  background-image: url(../images/hospital-bg.png) !important;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#banner-7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 110, 171, 0.9) 0%, rgba(0, 163, 200, 0.85) 100%);
  z-index: 0;
}

#banner-7 .container {
  position: relative;
  z-index: 1;
}

#banner-7 .banner-txt h2,
#banner-7 .banner-txt p {
  color: #ffffff !important;
}

#banner-2 .bg-image.bg-inner {
  position: relative;
  background-image: url(../images/hospital-bg.png) !important;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 70px;
  padding-bottom: 70px;
}

#banner-2 .bg-image.bg-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 110, 171, 0.9) 0%, rgba(0, 163, 200, 0.85) 100%);
  z-index: 0;
}

#banner-2 .bg-image.bg-inner > .container {
  position: relative;
  z-index: 1;
}

#banner-2 .banner-txt h3,
#banner-2 .banner-txt p,
#banner-2 .section-id.id-color {
  color: #ffffff !important;
}

#banner-2 .banner-2-img img {
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

/* Video section – visible hospital preview image */
#video-1 .video-preview img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(16, 99, 175, 0.2);
  object-fit: cover;
  min-height: 280px;
}
