.section6-footer {
  background: #000 !important;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
  padding-bottom: 5.5rem;
  width: 100%;
  z-index: 1;
}

.section6-footer.background-overlay::before {
  pointer-events: none;
}

.section8-booking {
  background: #080808 !important;
}

.booking_text1 {
  position: relative;
  text-align: center;
  z-index: 10;
  color: #c0c0c0;
  padding-bottom: 5px;
  margin-bottom: 20px;
  top: 10px;
  font-size: 40px;
}

.section5-booking {
  background-image: url("../new_image/492753928.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 3.5rem 20px;
  width: 100%;
  overflow: hidden;
  opacity: 1 !important;
}

.section5-booking.background-overlay::before {
  opacity: 1 !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(17, 17, 17, 0.9) 55%,
    rgba(0, 0, 0, 0.88) 100%
  );
}

.section5-booking .booking_container_footer {
  position: relative;
  z-index: 2;
}

.section5-booking .booking_text {
  color: #c0c0c0 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85);
}

.section5-booking .icon_box {
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  width: 100% !important;
  padding: 1.25rem 1rem;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(192, 192, 192, 0.18);
  border-radius: 6px;
  backdrop-filter: blur(4px);
}

.section5-booking .icon_box i {
  color: #c0c0c0;
  font-size: 1.4rem;
  margin-bottom: 0.65rem;
  display: block;
}

.section5-booking .icon_box a {
  text-decoration: none !important;
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
  font-weight: 600;
  line-height: 1.6;
}

.section5-booking .icon_box a:hover {
  color: #c0c0c0 !important;
}

.section5-booking .location_booking {
  gap: 1.25rem;
}

.section8-booking .icon_box {
  z-index: 10;
  position: relative;
  color: white;
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
  width: 100% !important;
}

@media (min-width: 768px) {
  .phone {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.dev22 {
  overflow: hidden;
}

.follow-us p {
  font-size: 30px;
  margin: 0;
}

.section6-footer .follow-us {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.follow-us a {
  color: white;
  margin-left: 0.25rem;
}

.follow-us a i {
  font-size: 1.75rem;
  transition: color 0.25s ease;
}

.follow-us a:hover i {
  color: #c0c0c0;
}

/* Legal links — in section6 footer, above mobile nav bar */
.section6-footer .site-footer-legal {
  position: relative;
  z-index: 12;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(192, 192, 192, 0.12);
  text-align: center;
}

.section6-footer .site-footer-copy {
  margin: 0 0 0.75rem;
  font-family: "Lato", sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.section6-footer .site-footer-copy a {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.section6-footer .site-footer-copy a:hover {
  color: #c0c0c0;
}

.section6-footer .site-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
}

.site-footer-legal-links a,
.site-footer-cookie-btn {
  position: relative;
  z-index: 13;
  font-family: "Lato", sans-serif;
  font-size: 0.88rem;
  color: #c0c0c0;
  text-decoration: none;
  transition: color 0.25s ease;
  cursor: pointer;
  pointer-events: auto;
}

.site-footer-legal-links a:hover,
.site-footer-cookie-btn:hover {
  color: #fff;
}

.site-footer-sep {
  color: rgba(192, 192, 192, 0.35);
  font-size: 0.8rem;
}

.site-footer-cookie-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Mobile fixed nav — let clicks pass through to footer links underneath */
.sectio7-footer-menu {
  pointer-events: none;
}

.sectio7-footer-menu a {
  pointer-events: auto;
}

/* Cookie consent banner */
.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  padding: 1rem 1.25rem 1.25rem;
  background: rgba(10, 10, 10, 0.98);
  border-top: 1px solid rgba(192, 192, 192, 0.15);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
  transform: translateY(110%);
  transition: transform 0.35s ease;
}

.cookie-consent.is-visible {
  transform: translateY(0);
}

.cookie-consent-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.cookie-consent-title {
  margin: 0 0 0.35rem;
  font-family: "Jost-Bold", sans-serif;
  font-size: 1rem;
  color: #c0c0c0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cookie-consent-text {
  margin: 0;
  max-width: 720px;
  font-family: "Lato", sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.cookie-consent-text a {
  color: #c0c0c0;
  text-decoration: underline;
}

.cookie-consent-text a:hover {
  color: #fff;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  flex-shrink: 0;
}

.cookie-btn {
  min-width: 110px;
  padding: 0.7rem 1.25rem;
  font-family: "Jost-Bold", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cookie-btn-accept {
  background: #c0c0c0;
  color: #0a0a0a;
  border-color: #c0c0c0;
}

.cookie-btn-accept:hover {
  background: transparent;
  color: #c0c0c0;
}

.cookie-btn-reject {
  background: transparent;
  color: #c0c0c0;
  border-color: rgba(192, 192, 192, 0.35);
}

.cookie-btn-reject:hover {
  background: rgba(192, 192, 192, 0.1);
  color: #fff;
}

body.cookie-banner-open {
  padding-bottom: 8rem;
}

@media (max-width: 768px) {
  .section6-footer {
    padding-bottom: 6.5rem;
  }

  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1;
  }
}

