@charset "UTF-8";
body {
  font-family: Arial, sans-serif;
}

/* HEADER */
.top-header {
  background: #f5f5f5;
}

.btn-grey {
  background: #6c6c6c;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
}

.btn-grey:hover {
  background: #92BCE5;
  color: white;
}

/* NAVBAR */

/* Hamburger Menu x toggle */
.navbar-toggler span {
    display: block;
    width: 22px; height: 2px;
    background: #ffffff; /* Change color as needed */
    margin: 5px 0;
    transition: 0.35s;
}
/* Rotate top/bottom, hide middle */
.navbar-toggler:not(.collapsed) .top-bar { transform: translateY(7px) rotate(45deg); }
.navbar-toggler:not(.collapsed) .middle-bar { opacity: 0; }
.navbar-toggler:not(.collapsed) .bottom-bar { transform: translateY(-7px) rotate(-45deg); }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #ffffff;
}

.nav-link.active{
	background-color: #a8cae9;
}

.main-nav {
  background: #2f3f7f;
}

.main-nav .nav-link {
  color: #fff;
  padding: 15px 18px;
  font-size: 11pt;
}

.main-nav .nav-link:hover {
  background: #a8cae9;
}

/* MEGA MENU */
.mega-menu {
  background: white;
  border-top: 3px solid #2f3f7f;
}

.menu-left {
  background: #e8f0fa;
  padding: 20px;
}

.menu-title {
  font-size: 14px;
  color: #2f3f7f;
  font-weight: bold;
  margin-bottom: 10px;
}

.menu-link {
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
}

.menu-link.active {
  font-weight: bold;
}

.menu-right {
  padding: 20px;
}

.menu-right ul {
  list-style: none;
  padding: 0;
}

.menu-right li {
  padding: 6px 0;
  color: #666;
}
/* Nav: for submenu positioning */
/* Position submenu to the right */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
  font-size: 11pt;
}

.dropdown-menu {
  font-size: 11pt;
}

.dropdown-submenu .dropdown-menu a:hover{
  background-color: #2e3f7f;
  color: #ffffff;
}

.dropdown-menu a:hover{
  background-color: #2e3f7f;
  color: #ffffff;
}

/* Show submenu on hover (desktop) */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .mega-menu {
    position: static !important;
  }

  .menu-left, .menu-right {
    width: 100%;
  }
}

/* iframe */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Image Gallery in header section */

/* Background with image + color overlay */
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Background image layer (50% opacity) */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/home/gallery_slideshow/DSC4477-1.jpg') center center / cover no-repeat;
  opacity: 1;
  z-index: 0;
}

/* Color overlay layer (#C37839 at 50%) */
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #c6742f;
  opacity: 0.9;
  z-index: 1;
}

/* Content above overlays */
.hero-section .container {
  position: relative;
  z-index: 2;
}

/* Image sizing */
.carousel-item {
  overflow: hidden;
}

.carousel-item img {
  height: 450px;
  object-fit: cover;
  transform: scale(1);
}

/* Ken Burns Effect */
.kenburns {
  animation: kenburnsZoom 8s ease-in-out forwards;
}

.carousel-item.active .kenburns {
  animation: kenburnsZoom 8s ease-in-out forwards;
}

@keyframes kenburnsZoom {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.15) translate(-2%, -2%);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .carousel-item img {
    height: 300px;
  }
}

/* Hero Sections */
.hero-section_v2 {
  padding: 40px 0;
}

.hero-title {
  font-size: 2.7rem;
  font-weight: 400;
}

.hero-subtitle {
  font-weight: 600;
  margin-top: 20px;
}

/* .hero-text {
  color: #444;
  line-height: 1.6;
} */

.hero-btn {
  border-radius: 50px;
  padding: 12px 24px;
  border: 2px solid #0d6efd;
  color: #0d6efd;
  background: transparent;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #0d6efd;
  color: #fff;
}

.hero-img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Becker's Text */
    .title-top {
      font-size: 1.5rem;
	  font-family: Al Al Nile;
      letter-spacing: 1px;
      font-weight: 500;
      position: relative;
      display: inline-block;
      padding-right: 1rem;
    }

    .title-top::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 200px;
      height: 2px;
/*      background-color: #000; */
      transform: translateY(-50%);
    }

    .main-title {
      font-size: 1.9rem;
      font-weight: 800;
      color: color(srgb 0.5586 0.0993 0.1099); /* deep red */
      letter-spacing: 1px;
    }

/* Home Page Content Body */
    .overlay-card {
      position: relative;
      overflow: hidden;
    }

    .overlay-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .past-winners img {
      width: 100%;
      height: auto;
    }

    .address {
      font-size: 0.9rem;
      color: #666;
      margin-top: 10px;
    }

/* Our Facility Page: Light Box Gallery */    .gallery-item {
  display: block;
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.3s;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

.filter-btn.active {
  background-color: #0d6efd;
  color: #fff;
}

/* Pages */
.pageHeaders h3, .pageHeaders h2, .pageHeaders h1{
	color: #2e3f7f;
}

/* Specialty Clinic bio card modals */
/* Card styling */
.custom-card {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* Modal card */
.custom-modal-card {
  background: #fff;
  border-radius: 12px;
  position: relative;
  padding: 0;
  overflow: hidden;
}

/* Custom close button */
.custom-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  z-index: 10;
  padding: 5px 10px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

/* Hover effect */
.custom-close:hover {
  background: #8b0000; /* dark red */
  color: #fff;
}

/* Footer Section */
footer {
	background-color: #253671;
}
.footer_links a{
	text-decoration: none;
	color: #ffffff;
}
.footer_links a:hover{
	color: #8db4d8;
}

.listItems p, .listItems a{
	line-height: 1;
	font-size: 10pt;
}

/* Copy Right Section */
.copyRight{
	background-color: #92BCE5;
}
.copyRight p{
	font-size: 7pt;
}