/* NAVBAR BACKGROUND */
.rd-navbar,
.rd-navbar-classic {
  background-color: #000000 !important;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.06) !important;
}

/* NAV LINKS */
.rd-navbar-nav > li > a {
  color: #f2f2f2 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition: color 0.3s ease !important;
}

.rd-navbar-nav > li > a:hover,
.rd-navbar-nav > li.active > a {
  color: #c0c0c0 !important;
}

/* UPDATED REALISTIC METALLIC BUTTON */
.button.button-primary {
  background: linear-gradient(
    145deg,
    #d4af37 0%,
    #f6e27f 25%,
    #c6a137 50%,
    #f5d76e 75%,
    #b08d2f 100%
  ) !important;
  color: #111111 !important;
  border-radius: 32px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 12px 36px !important;
  border: 1px solid #b98c1d !important;
  box-shadow:
    inset 0 0 2px rgba(255,255,255,0.4),
    0 3px 8px rgba(0, 0, 0, 0.3),
    inset 0 0 12px rgba(255, 240, 190, 0.2) !important;
  transition: all 0.3s ease-in-out !important;
  background-size: 400% 400% !important;
  background-blend-mode: overlay !important;
}

.button.button-primary:hover {
  background: linear-gradient(
    145deg,
    #f7e28e 0%,
    #f5d76e 50%,
    #d4af37 100%
  ) !important;
  color: #000 !important;
  border-color: #a67c00 !important;
  box-shadow:
    inset 0 0 3px rgba(255,255,255,0.7),
    0 4px 12px rgba(0, 0, 0, 0.4),
    inset 0 0 18px rgba(255, 230, 150, 0.25) !important;
}


/* SECTION BACKGROUND – PRIMARY DARK BRUSHED LOOK */
.bg-default {
  background-color: #171717 !important;
  background-image: linear-gradient(135deg, #171717, #2a2a2a) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #f0f0f0 !important;
}

/* SECTION BACKGROUND – SECONDARY PANEL */
.bg-gray-100 {
  background-color: #2a2a2a !important;
  background-image: linear-gradient(145deg, #2a2a2a, #171717) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #ffffff !important;
}

/* HEADING STYLES */
h1, h2, h3, h4, h5, h6,
[class^="heading-"] {
  color: #ffffff !important;
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

/* TEXT / PARAGRAPH OVERRIDE */
body, p, .text-gray-800 {
  color: #cccccc !important;
  font-weight: 400 !important;
}

/* FOOTER OVERRIDE */
.footer-minimal {
  background-color: #111111 !important;
  color: #bbbbbb !important;
}

.footer-minimal .rd-navbar-nav > li > a {
  color: #d0d0d0 !important;
}

.footer-minimal .rd-navbar-nav > li > a:hover {
  color: #ffffff !important;
}
/* ACTIVE NAV LINK — GOLD TEXT */
.rd-navbar-nav > li.active > a.rd-nav-link {
  color: #d4af37 !important;
  font-weight: 700 !important;
}

/* HOVERING OVER A NAV LINK — OPTIONAL GOLD HOVER */
.rd-navbar-nav > li > a.rd-nav-link:hover {
  color: #f5d76e !important;
}

/* ACTIVE NAV LINK UNDERLINE — GOLD LINE */
.footer-minimal .rd-navbar-nav > li.active > a.rd-nav-link:before,
.rd-navbar-nav > li.active > a.rd-nav-link:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, #f5d76e, #b08d2f);
  margin-top: 6px;
  border-radius: 2px;
}

/* PRELOADER BACKGROUND */
.preloader {
  background-color: #171717 !important;
}

/* DOTS (JUMPING GOLD CIRCLES) */
.cssload-jumping span {
  background: linear-gradient(
    145deg,
    #d4af37,
    #f5d76e,
    #b08d2f
  ) !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  margin: 0 4px !important;
  animation: cssload-jump 1.2s ease-in-out infinite !important;
  box-shadow: 0 0 8px rgba(255, 215, 100, 0.5);
}

/* Optional: Add smoother jump animation for gold effect */
@keyframes cssload-jump {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
/* NAV LINK HOVER UNDERLINE GOLD LINE */
.rd-navbar-nav > li > a.rd-nav-link::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease, background 0.3s ease;
  margin-top: 6px;
  border-radius: 2px;
}

/* ON HOVER — SHOW GOLD LINE */
.rd-navbar-nav > li > a.rd-nav-link:hover::before {
  transform: scaleX(1);
  background: linear-gradient(90deg, #d4af37, #f5d76e, #b08d2f);
}
/* BREADCRUMB SECTION BACKGROUND */
.breadcrumbs-custom {
  background: linear-gradient(
    145deg,
    #d4af37,
    #f5d76e,
    #b08d2f
  ) !important;
  padding: 20px 0 !important;
  color: #111111 !important;
}

/* BREADCRUMB TEXT LINKS */
.breadcrumbs-custom-path li a {
  color: #111111 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* BREADCRUMB ACTIVE ITEM */
.breadcrumbs-custom-path li.active {
  color: #111111 !important;
  font-weight: 700 !important;
}

/* BREADCRUMB SEPARATOR ICON (>) */
.breadcrumbs-custom-path li::after {
  color: #111111 !important;
}
/* GLOBAL BODY OVERRIDE ON CONTACT PAGE */
body {
  background-color: #171717 !important;
  color: #cccccc !important;
}

/* SECTION BACKGROUNDS THAT ARE STILL WHITE */
.section-md,
.section.section-md {
  background-color: #171717 !important;
  color: #cccccc !important;
}

/* FORM INPUT FIELDS */
.form-input {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #d4af37 !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
}

/* FORM LABELS */
.form-label {
  color: #f5d76e !important;
  font-weight: 500 !important;
}

/* ON FOCUS - INPUT BORDER AND SHADOW IN GOLD */
.form-input:focus {
  border-color: #f5d76e !important;
  box-shadow: 0 0 0 2px rgba(244, 215, 125, 0.3) !important;
  outline: none !important;
}

/* TEXTAREA STYLING */
textarea.form-input {
  min-height: 120px !important;
  resize: vertical !important;
}

/* PLACEHOLDER COLOR IF ANY */
.form-input::placeholder {
  color: #999999 !important;
}

/* BUTTON INSIDE FORM */
.rd-form .button {
  margin-top: 20px !important;
}
/* NEXT / PREV FLOATING ELEMENTS (OVER IMAGES) */
.next-element,
.prev-element {
  background: linear-gradient(
    145deg,
    #d4af37,
    #f5d76e,
    #b08d2f
  ) !important;
  opacity: 0.8 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.4) !important;
}

/* OPTIONAL: If they're used as background spans or shapes */
.block-parallax-element span {
  background: linear-gradient(
    135deg,
    #f5d76e,
    #d4af37,
    #b08d2f
  ) !important;
}

/* HEADING UNDERLINE DIVIDER (UNDER TITLES) */
.divider,
.divider-lg,
.heading-decorate .divider {
  display: block !important;
  width: 60px !important;
  height: 3px !important;
  margin: 12px auto 18px auto !important;
  background: linear-gradient(90deg, #d4af37, #f5d76e, #b08d2f) !important;
  border-radius: 3px !important;
  box-shadow: 0 0 8px rgba(255, 215, 100, 0.25);
}
/* TEAM MINIMAL CAPTION SECTION BACKGROUND */
.team-minimal-caption {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 20px 15px !important;
  text-align: center;
}

.team-minimal-caption h4,
.team-minimal-caption p {
  color: #ffffff !important;
}

/* OPTIONAL: Add gold underline under names */
.team-minimal-caption h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, #f5d76e, #b08d2f);
  margin: 8px auto 0;
  border-radius: 1px;
}

/* TESTIMONIAL / QUOTE CORPORATE BACKGROUND */
.quote-corporate {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 30px 25px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05) !important;
}

/* QUOTE TEXT AND HEADERS */
.quote-corporate h4,
.quote-corporate p {
  color: #ffffff !important;
}

/* QUOTE SVG MARK COLOR (Optional gold style) */
.quote-body-mark path {
  fill: #d4af37 !important;
}
/* STICKY NAVBAR SHADOW OR LINE UNDERNEATH */
.rd-navbar.rd-navbar-stuck {
  box-shadow: 0 4px 6px -2px rgba(212, 175, 55, 0.3) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
}

/* UI TO TOP BUTTON - DARK BACKGROUND + GOLD ARROW */
.ui-to-top {
  background-color: #000000 !important;
  color: #d4af37 !important;
  border: 1px solid #333 !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
  width: 45px !important;
  height: 45px !important;
  font-size: 22px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out !important;
}

/* HOVER EFFECT */
.ui-to-top:hover {
  background-color: #111111 !important;
  color: #f5d76e !important;
  box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3) !important;
}
/* PRIMARY GOLD DIVIDER LINE */
.divider,
.divider::after,
.divider-lg,
.divider-lg::after,
.heading-decorate .divider,
.heading-decorate .divider::after {
  background: linear-gradient(90deg, #d4af37, #f5d76e, #b08d2f) !important;
  height: 3px !important;
  width: 60px !important;
  display: block !important;
  margin: 12px auto 18px auto !important;
  border-radius: 2px !important;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.3);
  content: '' !important;
}
/* ICON COLOR – ALWAYS GOLD */
.contact-list .icon {
  color: #d4af37 !important;
}

/* LINK TEXT COLOR – WHITE BY DEFAULT */
.contact-list a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

/* ON HOVER – TURN GOLD */
.contact-list a:hover {
  color: #d4af37 !important;
}

/* HEADINGS (like 'Phones', 'Address', etc.) – PURE WHITE */
.contact-list-title {
  color: #ffffff !important;
  font-weight: 600 !important;
  margin-bottom: 8px;
}
/* SOCIAL ICONS DEFAULT COLOR */
.social-block .icon {
  color: #ffffff !important;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
  margin-right: 10px;
}

/* ON HOVER – GOLD */
.social-block .icon:hover {
  color: #d4af37 !important;
}
.social-block .icon::before {
  display: inline-block !important;
  font-family: 'FontAwesome' !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
/* NAVBAR BOOK BUTTON POSITIONING */
.navbar-book-button {
  display: inline-block !important;
}

.navbar-book-button .button {
  padding: 10px 28px !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

/* Responsive tweak for mobile menu if needed */
@media (max-width: 991.98px) {
  .navbar-book-button {
    display: none !important;
  }
}
}

/* TARGET THE NAVBAR LOGO */
.rd-navbar-brand img {
  height: 70px !important; /* Increase only the image height */
  max-height: 70px !important;
  object-fit: contain !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -6px !important;  /* Nudge upward to cut transparent top */
  margin-bottom: -4px !important; /* Optional: tighten bottom alignment */
}

/* BACKGROUND BOX BEHIND SLIDER TEXT */
.slider-caption-box {
  background-color: rgba(23, 23, 23, 0.75); /* primary with transparency */
  padding: 30px 35px;
  border-radius: 12px;
  backdrop-filter: blur(2px); /* Optional: subtle blur for glass effect */
  display: inline-block;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Make sure the text remains legible */
.slider-caption-box h1,
.slider-caption-box p {
  color: #ffffff !important;
  margin-bottom: 15px;
}

/* Optional spacing between caption box and slide content */
.swiper-slide-caption .slider-caption-box {
  margin-top: 20px;
}
/* FORCE FIXED IMAGE SIZE INSIDE BOX */
.box-image-item img {
  width: 270px !important;
  height: 458px !important;
  object-fit: cover !important;
  display: block;
  max-width: none !important;
}
/* FORCE EXACT SIZE ON IMAGE INSIDE PARALLAX CONTAINER */
.block-parallax-element img {
  width: 378px !important;
  height: 463px !important;
  object-fit: cover !important;
  max-width: none !important;
  display: block !important;
}
.section-page-title {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center -280px !important; /* Moves image upward */
}
/* WRAPPER AROUND THE MAP TO CONTROL OVERLAY */
.map-dark-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  margin-bottom: 40px;
}

/* MAKE THE IFRAME FULL-SIZE INSIDE WRAPPER */
.map-dark-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(100%) brightness(80%) contrast(110%) !important;
  border: none !important;
}

/* MOBILE SLIDEOUT PANEL BACKGROUND */
.rd-navbar-mobile,
.rd-navbar-collapse,
.rd-navbar-nav-wrap {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* MOBILE NAVIGATION TEXT COLOR */
.rd-navbar-nav > li > a.rd-nav-link {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

/* ACTIVE OR HOVER LINK - GOLD */
.rd-navbar-nav > li > a.rd-nav-link:hover,
.rd-navbar-nav > li.active > a.rd-nav-link {
  color: #d4af37 !important;
}

/* MOBILE NAV PANEL ICON BAR (TOP BAR WHERE LOGO/BACK ICON SITS) */
.rd-navbar-panel {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* HAMBURGER ICON (MOBILE TOGGLE) */
.rd-navbar-toggle span,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
  background-color: #ffffff !important;
}

/* COLLAPSE / CLOSE ICON (TOP LEFT OR BACK BUTTON) */
.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span::before,
.rd-navbar-collapse-toggle span::after {
  background-color: #ffffff !important;
}
@media (max-width: 991.98px) {
  .navbar-book-button {
    display: none !important;
  }
}
/* FULL-WIDTH STICKY BOOK NOW BUTTON ON MOBILE */
.fixed-book-now {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
  background: linear-gradient(145deg, #f5d76e, #d4af37, #b08d2f);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
  padding: 12px 16px;
  text-align: center;
}

/* BOOK NOW TEXT LINK STYLING */
.fixed-book-now a {
  display: block;
  width: 100%;
  color: #111 !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

/* HOVER EFFECT */
.fixed-book-now a:hover {
  color: #000 !important;
}

/* SHOW ONLY ON MOBILE */
@media (max-width: 991.98px) {
  .fixed-book-now {
    display: block;
  }
}
/* FIX: Make sure .section-page-title is visible on all screen sizes */
.section-page-title {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  min-height: 250px; /* Ensures it shows up even without much text */
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}

/* Optional: Tweak for smaller screens */
@media (max-width: 768px) {
  .section-page-title {
    min-height: 200px;
    background-position: center center;
  }

  .section-page-title .container {
    text-align: center;
  }
}




/* WHATSAPP FLOATING BUTTON */
.whatsapp-button {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 9999;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f5d76e, #d4af37, #b08d2f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

/* WHATSAPP ICON */
.whatsapp-button img {
  width: 35px;
  height: 35px;
  filter: brightness(0) contrast(1.2);
}

/* HOVER PULSE + SCALE */
.whatsapp-button:hover {
  transform: scale(1.1);
  animation: pulse 1.5s infinite;
}

/* TOOLTIP */
.whatsapp-tooltip {
  position: absolute;
  right: 80px;
  background-color: #d4af37;
  color: #111;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

/* SHOW TOOLTIP ON HOVER */
.whatsapp-button:hover .whatsapp-tooltip {
  opacity: 1;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
  .whatsapp-button {
    bottom: 65px; /* Just above full-width Book Now */
    width: 65px;
    height: 65px;
  }
  .whatsapp-tooltip {
    right: 70px;
    font-size: 12px;
  }
}

/* PULSE ANIMATION */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(212, 175, 55, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
  }
}


/* MODAL OVERLAY */
.booking-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* MODAL BOX */
.booking-modal-box {
  position: relative;
  width: 100%;
  max-width: 90vw;
  height: 90vh;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* IFRAME BOOKING SYSTEM */
.booking-modal-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* CLOSE BUTTON */
.close-booking-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

/* ENTRY: Slide Up + Expand from Button Area */
@keyframes modalSlideUpExpand {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* EXIT: Slide Down + Shrink into Button Area */
@keyframes modalSlideDownCollapse {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.9);
  }
}

.booking-modal-box {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  transform-origin: bottom center;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  transition: transform 0.3s ease;
}
.booking-modal-overlay {
  animation: fadeInOverlay 0.4s ease forwards;
}

@keyframes fadeInOverlay {
  from { background-color: rgba(0, 0, 0, 0); }
  to { background-color: rgba(0, 0, 0, 0.85); }
}
@media (min-width: 992px) {
  .booking-modal-box {
    max-width: 1100px !important; /* Increase as needed */
  }
}

@media (min-width: 1200px) {
  .booking-modal-box {
    max-width: 1250px !important;
  }
}

