.rooms1-img {
  width: 100%;
  max-width: 700px; /* Adjust as needed */
  height: 400px;     /* Set desired height */
  overflow: hidden;
}

.rooms1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or use 'contain' if you want the whole image to fit */
  display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 22px;
    margin: 0 3px;
    border-radius: 20%;
}
/* Increase spacing between the two columns */
.footer .top .row .col-6 {
  padding-right: 90px; /* optional on left column */
}

.footer .top .row .col-6:last-child {
  padding-left: 30px; /* adds gap between columns */
}

.footer-explore-list {
  padding: 0;
  margin: 0;
}

.footer-explore-list li {
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 4px;
}

.footer-explore-list .day {
  flex: 1 1 auto;
  min-width: 100px;
}

.footer-explore-list .hours {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

.footer-explore-list .hours.closed {
  color: #bf9866;
}
.footer .top .item .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #bf9866;
    color: #fff;
    border-radius: 20%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}
.footer-hours li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.footer-hours .day {
  flex: 1;
  min-width: 90px;
}

.footer-hours .hours {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.footer-hours .hours.closed {
  color: #bf9866;
}

.social a {
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
  transition: color 0.3s;
}

.social a:hover {
  color: #bf9866;
}
.nav-scroll .logo-img {
    width: 180px;
}
.services4 {
  position: relative;
  overflow: hidden;
  height: 475px;
  width: 356px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.service-img {
  position: relative;
  height: 100%;
  width: 100%;
}

.service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.service-img .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  pointer-events: none;
}

.service-header,
.service-wrap {
  position: relative;
  z-index: 3;
  padding: 10px 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.service-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid #bf9866;
    padding: 8px 0px 15px 15px;
    margin-bottom: 35px;
}
.header .caption h4 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #bf9866;
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}
.footer-powered-by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.powered-link {
  display: inline-block;
  opacity: 0.5;
  background-color: #101010;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
  max-width: 160px;
  width: auto;
}

.powered-link span {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #598a87;
  font-size: 10px;
  display: block;
  line-height: 1;
}

.powered-link img {
  max-height: 30px;
  width: auto;
  height: auto;
  margin-top: 5px;
  display: block;
}
.membership-logos {
  background-color: #f3ece4;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}


.membership-logo {
  width: 100%;
  max-width: 161px;
  height: auto;
  border: 1px solid #bf9866;
  border-radius: 10%;
  padding: 10px;
  transition: transform 0.3s ease;
}


@media screen and (max-width: 767px) {
  .footer-powered-by {
    justify-content: center;
    text-align: center;
    margin-top: 15px;
  }

  .powered-link {
    margin: 0 auto;
  }
  .membership-logo {
    max-width: 75%; /* Allow full column width */
  }  
}
/* Responsive tweaks */
@media (max-width: 576px) {
  .footer-hours li {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-hours .hours {
    text-align: left;
    margin-top: 2px;
  }

  .footer-explore-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-explore-list .day,
  .footer-explore-list .hours {
    text-align: left;
    width: 100%;
  }

  .footer-explore-list .hours {
    margin-top: 2px;
    font-size: 15px;
  }
}


@media screen and (max-width: 991px) {
  .nav-scroll {
    background: #000000d6 !important;
    height: 140px !important;
    padding: 0 !important;
    top: 0 !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 999;
  }

  .nav-scroll .logo-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }

  .nav-scroll .logo-img {
    width: 138px;
  }

  .navbar-toggler {
    margin-top: 0 !important;
    margin-right: 15px !important;
    background: transparent;
    border: none;
    outline: none !important;
  }

  .logo-wrapper {
    float: left;
    padding: 0 !important;
  }

  /* Ensure consistent toggler alignment */
  .navbar .mobile-nav-toggle {
    margin-left: auto;
    margin-right: 15px;
  }
.navbar-nav .nav-phone .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

  /* Custom Hamburger Toggler */
  .mobile-nav-toggle {
    position: relative;
    width: 40px;
    height: 24px;
    border: none;
    background: transparent;
    padding: 0;
    z-index: 1101;
  }

  .mobile-nav-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  /* Top bar */
  .mobile-nav-toggle span:nth-child(1) {
    top: 0;
  }

  /* Middle bar */
  .mobile-nav-toggle span:nth-child(2) {
    top: 11px;
  }

  /* Bottom bar */
  .mobile-nav-toggle span:nth-child(3) {
    top: 22px;
  }

  /* X open state */
  .mobile-nav-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
  }

  .mobile-nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px;
  }

  #mobileNav.mobile-nav-panel {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1100 !important;
    transform: translateX(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #mobileNav.open {
    transform: translateX(0%);
    opacity: 1;
    pointer-events: auto;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1100 !important;
    background: #000000e6;
  }

  #mobileNav .nav-link {
    display: block;
    text-align: left !important;
    width: 100%;
    font-size: 18px;
    color: #fff;
    padding-left: 0 !important;
    padding: 12px 0;
    text-decoration: none;
  }
  #mobileNav .navbar-nav {
    align-items: flex-start !important; 
    padding-left: 20px !important;
  } 
  #mobileNav .nav-phone {
    margin-top: 20px;
    text-align: left;
  }   
.nav-scroll {
  background: #000000d6 !important;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 15px rgba(35, 36, 54, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

  #mobileNav .nav-link:hover {
    color: #bf9866;
  }

  /* Overlay for slide-out */
  #navOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }

  #navOverlay.active {
    opacity: 9;
    pointer-events: auto;
  }
  body.nav-open #mobileNav.mobile-nav-panel.open {
    transform: translateX(0%) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1100 !important;
    background: rgba(0, 0, 0, 0.85) !important;
    display: flex !important;
    flex-direction: column;
    padding: 60px 20px;
    height: 100vh !important; /* ?? Fix for missing vertical height */
    overflow-y: auto; /* Optional: scroll if content overflows */
  }