        /* body {
  background-image: url("../images/Rectangle-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;

  font-family: var(--body-font-family);
}  */

.banner-containers {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  display: block;
}


/* Text + Button Container */
.banner-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 500px;
}

.banner-content h1 {
  font-size: 60px;
  font-weight: 800;
}

.banner-content h1 span {
  color: #f5b400;
}

.banner-content p {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.5;
}

/* BOOK NOW Button */
.book-btn {
      position: relative;
    bottom: -115px;
    left: -44px;
  display: inline-block;
  background: #f5b400;
  color: #fff;
  border: 1px solid #f5b400;
  padding: 10px 82px;
  font-size: 38px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}

.book-btn:hover {
  background: #ffffff;
  color: #f5b400;
  transform: translateY(-3px);
}

.book-btn:focus,
.book-btn:active {
  background: #ffffff;
  color: #f5b400;
}

/* Large monitors only: match banner BOOK NOW scale/placement */
@media (min-width: 1700px) {
  .banner-content {
    left: 6%;
    top: 52%;
    max-width: 720px;
  }

  .book-btn {
    left: 14px;
    bottom: -124px;
    font-size: 52px;
    padding: 16px 118px;
    border-radius: 60px;
  }
}

@media (max-width: 768px) {

  .banner-content h1 {
    font-size: 32px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .book-btn {
    position: relative;
    left: -12px;
    bottom: -75px;
    font-size: 18px;
    padding: 12px 25px;
  }

}
/*  */
.hero-ditto {
  min-height: 100vh;
  /* background-image: url("../images/contact-us-banner.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-ditto::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    filter: blur(80px);
}

.track-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 25px 20px;
    max-width: 380px;
    box-shadow: 0 0 40px rgba(0,0,0,0.7);
    margin-top: 100px;
}

.track-title {
    color: #f3d32b;
    margin-bottom: 12px;
    font-weight: 600;
}

.track-input {
    background: transparent;
    border: 1px solid #4D4E4A;
    border-radius: 8px;
    color: #ccc;
    text-align: center;
}

.track-input::placeholder {
    color: #777;
}

.hero-desc {
    color: #565656;
    font-size: 27px;
    line-height: 1.6;
    font-weight: bold;
}

.hero-desc .highlight {
    color: #565656;
    font-weight: 600;
}

.quote-text {
    font-size: 21px;
    color: #eee;
    font-weight: bold;
}

.hero-btn {
    background: #565656;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
    transition: 0.3s;
}

.hero-btn:hover {
    background: #4D4E4A;
}
 
@media (max-width: 576px) {
    .track-card {
        padding: 18px 16px;
    }

    .hero-desc {
        font-size: 29px;
    }

    .hero-btn {
        padding: 9px 28px;
        font-size: 14px;
    }
}

    


/* Contact hero override: full viewport without crop/zoom and no yellow bleed */
.banner-containers {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background-image: url("../../images/contact-us-banner.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
}

@media (max-width: 768px) {
  .banner-containers {
    height: 72vh;
    min-height: 72vh;
  }

  .banner-img {
    object-position: center top;
  }
}



/* Contact hero final fix: no repeated image, left-aligned crop */
.banner-containers {
  background-image: none;
  height: 100vh;
  min-height: 100vh;
}

.banner-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 20% 18%;
}

@media (max-width: 1200px) {
  .banner-img {
    object-position: 30% 18%;
  }
}

@media (max-width: 768px) {
  .banner-containers {
    height: 72vh;
    min-height: 72vh;
  }

  .banner-img {
    object-position: 34% 16%;
  }
}

/* Contact map preview + modal */
.map-preview-trigger {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  display: block;
  position: relative;
  cursor: pointer;
}

.map-preview-trigger .map-image {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.map-preview-trigger:hover .map-image,
.map-preview-trigger:focus-visible .map-image {
  transform: scale(1.03);
  filter: sepia(0.28) hue-rotate(-8deg) saturate(1.3) brightness(1.02);
}

.map-preview-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: -2px;
}

.map-preview-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(6, 6, 6, 0.08) 0%,
    rgba(6, 6, 6, 0.5) 100%
  );
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
  pointer-events: none;
}

.map-preview-trigger:hover .map-preview-overlay,
.map-preview-trigger:focus-visible .map-preview-overlay {
  opacity: 1;
}

.map-preview-trigger .location-pin {
  z-index: 2;
}

.contact-map-modal .modal-content {
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
}

.contact-map-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 18px;
}

.contact-map-modal .modal-title {
  color: #ffffff;
  font-weight: 700;
}

.map-open-gmaps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f5b400;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f5b400;
}

.map-open-gmaps-btn:hover {
  background: #ffffff;
  color: #f5b400;
}

.contact-map-iframe {
  width: 100%;
  height: min(70vh, 540px);
  border: 0;
  display: block;
}

/* Keep top dot pattern behind contact intro text/content */
.contact-info-section .contact-wrapper {
  isolation: isolate;
}

.contact-info-section .with-left,
.contact-info-section .with-rights,
.contact-info-section .with-bottom {
  z-index: 0;
  pointer-events: none;
}

.contact-info-section .contact-title,
.contact-info-section .contact-subtitle,
.contact-info-section .contact-grid {
  position: relative;
  z-index: 1;
}

