/* ============================================================
   GLOBAL THEME OVERRIDE — Navy & Gold
   ============================================================ */

/* Hide banner slide counter */
.progress-box,
.slide-count-wrap {
  display: none !important;
}

/* main.css brand color overrides */
.enclave-btn,
button[class*="enclave"],
a[class*="enclave"] {
  background: linear-gradient(45deg, #D4BE74, #8a7438) !important;
  color: #231F20 !important;
  border: none !important;
}

.enclave-btn:hover,
a[class*="enclave"]:hover {
  background: linear-gradient(45deg, #D4BE74, #B39850) !important;
  color: #231F20 !important;
}

/* Floating Enquire Now */
.enqu-btn {
  background: linear-gradient(45deg, #D4BE74, #8a7438) !important;
  color: #231F20 !important;
}

.enqu-btn:hover {
  background: #231F20 !important;
  color: #B39850 !important;
}

/* Call-us button */
.call-us {
  background: linear-gradient(45deg, #D4BE74, #8a7438) !important;
}

/* Sections background */
.bg-grey {
  background: #F9F6EC !important;
}

.welcome-sec.bg-grey {
  background: #F9F6EC !important;
}

/* Capstext global */
.capstext {
  color: #B39850 !important;
}

.capstext::before {
  background: #B39850 !important;
}

/* Section headings global */
h2.heading {
  color: #231F20 !important;
}

/* Theme btn (Read More) */
.theme_btn {
  color: #B39850 !important;
  border-color: #B39850 !important;
}

/* Marquee */
.marquee-banner-txt {
  background: linear-gradient(90deg, #231F20, #2c2729) !important;
}

/* Nav link active underline */
nav .bottom_line ul.navbar-nav li a:after {
  background: #B39850 !important;
}

/* Footer */
.footer .middle-ft {
  background: #231F20 !important;
}

.footer .add-part h5 {
  color: #D4BE74 !important;
}

.footer .add-part p.harera {
  color: rgba(179, 152, 80, 0.7) !important;
}

.disclaimer {
  background: #1a1617 !important;
}

.copy-right {
  background: #100d0e !important;
}

/* Modal header */
.modal-header {
  background: #231F20 !important;
}

.popup-box h6 {
  color: #231F20 !important;
}

/* Form focus */
.form-control:focus {
  border-color: #B39850 !important;
  box-shadow: 0 0 0 2px rgba(179, 152, 80, 0.2) !important;
}

/* Privacy policy link in forms */
a[href="privacy-policy.html"] {
  color: #B39850 !important;
}

/* ============================================================
   Banner — Mobile image fix
   (main.css references missing Mobile-Banner-*.webp files)
   ============================================================ */

.mb-banner1,
.mb-banner2,
.mb-banner3 {
  background-image: url('../images/hero-banner.webp') !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* ============================================================
   Banner — Navy & Gold
   ============================================================ */

/* Dark charcoal overlay on banner */
.banner .overlay {
  background: linear-gradient(
    to bottom,
    rgba(35, 31, 32, 0.55) 0%,
    rgba(35, 31, 32, 0.35) 60%,
    rgba(35, 31, 32, 0.65) 100%
  ) !important;
}

/* Marquee strip */
.marquee-banner-txt {
  background: transparent !important;
}

.marquee-banner-txt .txt {
  background: linear-gradient(45deg, #231F20, #2c2729) !important;
  color: #B39850 !important;
  border: 1px solid rgba(179, 152, 80, 0.4) !important;
  letter-spacing: 3px !important;
}

/* Banner caption text */
.banner .caption h4 {
  color: #ffffff !important;
  text-shadow: 0 2px 24px rgba(35, 31, 32, 0.5) !important;
}

.banner .caption p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.banner .caption h5 {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Price chip — gold accent on navy */
.banner .caption span {
  background: rgba(35, 31, 32, 0.65) !important;
  border-left: 3px solid #B39850 !important;
  color: #F9F6EC !important;
}

/* Progress / slide counter */
.banner .progress-box .active,
.banner .progress-box .total {
  color: #B39850 !important;
}

/* Arrow scroll button */
.banner .circle {
  border-color: rgba(179, 152, 80, 0.5) !important;
}

/* ============================================================
   Footer — Navy & Gold
   ============================================================ */

/* Outer footer wrapper — override main.css background:#000 */
body .footer,
footer.footer,
.footer {
  background: #231F20 !important;
  padding: 0 !important;
}

/* Middle section */
.middle-ft {
  background: #231F20 !important;
  border-top: 3px solid #B39850 !important;
  border-bottom: 1px solid rgba(179, 152, 80, 0.2) !important;
}

.middle-ft p {
  color: rgba(240, 244, 255, 0.75) !important;
}

.middle-ft p a {
  color: #D4BE74 !important;
}

.middle-ft h5 {
  color: #B39850 !important;
}

/* add-part specifics */
.footer .add-part h5 {
  color: #B39850 !important;
}

.footer .add-part p {
  color: rgba(240, 244, 255, 0.75) !important;
}

.footer .add-part p strong {
  color: #F9F6EC !important;
}

.footer .add-part p.harera {
  color: rgba(179, 152, 80, 0.65) !important;
  border-bottom-color: rgba(179, 152, 80, 0.2) !important;
}

.harera::after {
  background: #B39850 !important;
}

/* Footer nav links */
.ft-nav ul li a {
  color: rgba(240, 244, 255, 0.75) !important;
}

.ft-nav ul li a:after {
  background: #B39850 !important;
}

/* Disclaimer bar */
.disclaimer {
  background: #1a1617 !important;
  border-top: 1px solid rgba(179, 152, 80, 0.15) !important;
}

.disclaimer-dis p {
  color: rgba(240, 244, 255, 0.5) !important;
}

.disclaimer-dis span {
  color: rgba(240, 244, 255, 0.5) !important;
}

.disclaimer-dis b {
  color: rgba(179, 152, 80, 0.75) !important;
}

/* Copyright bar — override main.css rose gradient */
body .copy-right,
.copy-right {
  background: #100d0e !important;
  border-top: 1px solid rgba(179, 152, 80, 0.1) !important;
  color: rgba(179, 152, 80, 0.6) !important;
}

body .copy-right a,
.copy-right a {
  color: rgba(179, 152, 80, 0.6) !important;
}

body .copy-right a:hover,
.copy-right a:hover {
  color: #B39850 !important;
}

/* ============================================================
   Floating buttons layout
   Left: Call Us (bottom) → WhatsApp (above)
   Right: Chatbot (stays default)
   ============================================================ */

/* Chatbot — reduce bottom gap on mobile */
@media (max-width: 767px) {
  #chat-square {
    bottom: 12px !important;
    right: 12px !important;
  }
  .chat-pop-sm {
    bottom: 80px !important;
    right: 12px !important;
  }
}

/* WhatsApp — left side, above call-us */
.whatsapp-btn {
  left: 1rem !important;
  right: auto !important;
  bottom: 5.5rem !important;
}

/* Call Us — left side, bottom */
.call-us {
  left: 1rem !important;
  right: auto !important;
  bottom: 1rem !important;
}

/* ============================================================
   Floating Enquire Now button
   ============================================================ */

/* Button is rotated 270deg — so padding-right = visual bottom padding */
.enqu-btn {
  padding: 10px 28px 10px 20px !important;
}

/* ============================================================
   Navbar — white background, dark text always
   ============================================================ */

nav {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(179, 152, 80, 0.15) !important;
  box-shadow: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

nav.scrolled {
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

nav.fixed {
  background: rgba(255, 255, 255, 0.97) !important;
}

/* Nav links — dark */
nav .bottom_line ul.navbar-nav .nav-link,
nav .bottom_line ul.navbar-nav li a {
  color: #231F20 !important;
}

nav .bottom_line ul.navbar-nav li a:hover,
nav .bottom_line ul.navbar-nav .nav-link:hover {
  color: #B39850 !important;
}

/* Underline accent */
nav .bottom_line ul.navbar-nav li a:after {
  background: #B39850 !important;
}

/* Mobile nav dropdown — solid white background, contained */
@media (max-width: 991px) {
  .navbar-collapse.show {
    background: #fff;
    padding: 12px 16px 16px;
    border-top: 1px solid rgba(58, 42, 34, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .navbar-collapse.show .nav-link {
    color: #231F20 !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(58, 42, 34, 0.07);
    display: block;
  }

  .navbar-collapse.show .nav-link:last-child {
    border-bottom: none;
  }

  .navbar-collapse.show .nav-link:hover {
    color: #B39850 !important;
  }

  /* Make nav position relative so dropdown anchors to it */
  nav {
    position: fixed !important;
  }
}

/* Mobile toggler */
.navbar-toggler {
  border: 1px solid rgba(58, 42, 34, 0.3) !important;
  padding: 6px 8px !important;
  background: transparent !important;
  cursor: pointer;
  line-height: 1;
}

/* Navbar height */
nav .bottom_line {
  padding: 16px 0 !important;
}

/* Logo on the left */
.navbar-brand-left {
  flex-shrink: 0;
}

.navbar-brand-left img {
  height: 48px !important;
  width: auto;
}

.navbar-brand-right img {
  height: 36px !important;
  width: auto;
}

/* Logo on the right — pushed to far right */
.navbar-brand-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* On mobile: left logo + toggler on top row, menu drops below */
@media (max-width: 991px) {
  .bottom_line.navbar {
    flex-wrap: wrap;
    align-items: center;
  }

  /* toggler stays right of left logo, before the Amalfi logo */
  .navbar-toggler {
    margin-left: auto !important;
    order: 2;
  }

  /* Amalfi right logo — push to far right, show on mobile */
  a.navbar-brand-right {
    display: flex !important;
    margin-left: auto !important;
    margin-right: 8px !important;
    order: 2;
  }

  a.navbar-brand-right img {
    height: 28px !important;
    width: auto !important;
    max-width: none !important;
  }

  a.navbar-brand-right span {
    display: block !important;
    font-size: 6px !important;
    letter-spacing: 1px !important;
    text-align: right;
    white-space: normal !important;
    max-width: 100%;
  }

  /* Toggler comes after Amalfi logo on the right */
  .navbar-toggler {
    margin-left: 0 !important;
    order: 3;
  }

  /* Left logo — force visible on mobile */
  a.navbar-brand-left,
  nav .bottom_line a.navbar-brand-left,
  .navbar-expand-lg a.navbar-brand-left {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    order: 1;
    margin-right: 16px !important;
  }

  nav .bottom_line a.navbar-brand-left img,
  a.navbar-brand-left img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 36px !important;
    width: auto !important;
    max-width: none !important;
  }

  /* collapsed menu spans full width below */
  .navbar-collapse {
    order: 3;
    flex-basis: 100%;
  }
}

/* ============================================================
   Floor Plan / Layout Plans Section
   ============================================================ */

.fp-section {
  background: #F9F6EC;
}

.fp-section .capstext {
  color: #B39850;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.fp-section .heading {
  color: #B39850;
  font-family: 'Gotham-Light', Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  margin-bottom: 36px;
}

/* Three-column grid */
.fp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 900px) {
  .fp-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fp-master {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .fp-grid {
    grid-template-columns: 1fr;
  }
  .fp-master {
    grid-column: auto;
  }
}

/* Card */
.fp-card {
  background: #fff;
  border: 1px solid rgba(179, 152, 80, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Image area */
.fp-img {
  background: #F9F6EC;
  overflow: hidden;
  flex-shrink: 0;
}

.fp-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: blur(4px);
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

.fp-card:hover .fp-img img {
  transform: scale(1.03);
}

/* Details area */
.fp-details {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fp-details h3 {
  font-size: 1.15rem;
  font-family: 'Gotham-Light', Georgia, serif;
  color: #B39850;
  margin: 0 0 14px 0;
  font-weight: 700;
}

.fp-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.fp-details ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(179, 152, 80, 0.12);
  font-size: 0.85rem;
}

.fp-details ul li:last-child {
  border-bottom: none;
}

.fp-key {
  color: #888;
}

.fp-val {
  color: #231F20;
  font-weight: 600;
}

/* Request Plan button */
.fp-btn {
  display: block;
  text-align: center;
  padding: 10px 18px;
  background: transparent;
  color: #B39850 !important;
  border: 1px solid #B39850;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
  margin-top: auto;
}

.fp-btn:hover {
  background: linear-gradient(45deg, #D4BE74, #8a7438);
  color: #fff !important;
  border-color: transparent;
  text-decoration: none !important;
}

/* Master plan card — image fills, overlay button */
.fp-img-cover {
  position: relative;
  height: 100%;
  min-height: 240px;
}

.fp-img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(4px);
  transform: scale(1.05); /* prevents blur edge bleed */
}

.fp-master-overlay {
  position: absolute;
  inset: 0;
  background: rgba(58, 42, 34, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.fp-master:hover .fp-master-overlay {
  background: rgba(58, 42, 34, 0.65);
}

.fp-btn-overlay {
  background: linear-gradient(45deg, #D4BE74, #8a7438);
  color: #fff !important;
  border: none;
  padding: 12px 24px;
  margin-top: 0;
}

.fp-btn-overlay:hover {
  background: #fff;
  color: #8a7438 !important;
}

/* ============================================================
   Price List Section
   ============================================================ */

/* Desktop table / mobile cards toggle */
.price-mobile { display: none; }
.price-desktop { display: block; }

@media (max-width: 767px) {
  .price-desktop { display: none; }
  /* 2-column grid so both cards fit without scrolling */
  .price-mobile  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* ── Mobile price cards ─────────────────────────────────── */
.price-mob-card {
  background: #2c2729;
  border: 1px solid rgba(179,152,80,0.2);
  border-top: 3px solid #B39850;
  border-radius: 3px;
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-mob-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-mob-type {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #F9F6EC;
  line-height: 1;
}

.price-mob-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: #D4BE74;
}

.price-mob-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  color: rgba(249,246,236,0.5);
}

.price-mob-details strong {
  color: rgba(249,246,236,0.75);
  font-weight: 600;
}

.price-mob-btn {
  display: block;
  text-align: center;
  padding: 10px 8px;
  background: linear-gradient(135deg, #B39850, #D4BE74);
  color: #231F20 !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  transition: opacity 0.2s;
  box-shadow: 0 3px 12px rgba(179,152,80,0.25);
  margin-top: auto;
}

.price-mob-btn:hover {
  opacity: 0.88;
  text-decoration: none !important;
}

.price-section {
  background: #231F20;
}

.price-section .capstext {
  color: #D4BE74;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.price-section .heading {
  color: #F9F6EC;
  font-family: 'Gotham-Light', Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  margin-bottom: 32px;
}

/* Table wrapper — horizontal scroll on mobile */
.price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 16px;
}

/* Table */
.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.price-table thead tr {
  background: linear-gradient(45deg, #D4BE74, #8a7438);
}

.price-table thead th {
  padding: 14px 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  white-space: nowrap;
  border: none;
}

.price-table tbody tr {
  background: #2c2729;
  border-bottom: 1px solid rgba(179, 152, 80, 0.15);
  transition: background 0.2s;
}

.price-table tbody tr:hover {
  background: #3a3233;
}

.price-table tbody tr:last-child {
  border-bottom: none;
}

.price-table tbody td {
  padding: 20px 20px;
  font-size: 0.9rem;
  color: rgba(244, 237, 230, 0.85);
  vertical-align: middle;
  border: none;
  line-height: 1;
}

.price-table tbody td strong {
  color: #F9F6EC;
  font-size: 1rem;
}

.price-cell {
  color: #D4BE74 !important;
  font-weight: 700;
  white-space: nowrap;
}

/* CTA cell */
.price-table tbody td.price-cta-cell {
  text-align: center;
  vertical-align: middle !important;
  white-space: nowrap;
  width: 170px;
  padding: 0 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Price CTA button — pill style */
.price-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 20px 9px 16px;
  background: transparent;
  color: #D4BE74 !important;
  border: 1.5px solid #D4BE74;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.15s ease;
}

.price-cta-btn:hover,
.price-cta-btn:focus {
  background: linear-gradient(45deg, #D4BE74, #8a7438);
  color: #fff !important;
  border-color: transparent;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(138, 116, 56, 0.35);
}

.price-note {
  font-size: 0.78rem;
  color: rgba(244, 237, 230, 0.45);
  margin-top: 12px;
}

/* ============================================================
   Location Section — standalone, no Bootstrap dependency
   ============================================================ */

/* Section wrapper */
.loc-section {
  background: #231F20;
  padding: 60px 0 0;
}

/* Two-column flex layout */
.loc-inner {
  display: flex;
  flex-direction: row-reverse;   /* map on right, content on left */
  min-height: 560px;
}

/* ---- Right: map ------------------------------------------ */
.loc-right {
  flex: 0 0 58%;
  background: #F9F6EC;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loc-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(4px);
  transform: scale(1.05);
}

/* ---- Left: content --------------------------------------- */
.loc-left {
  flex: 0 0 42%;
  padding: 24px 40px 48px;
  display: flex;
  flex-direction: column;
  background: #231F20;
  overflow-y: auto;
}

.loc-heading {
  font-size: 1.9rem;
  font-family: 'Gotham-Light', Georgia, "Times New Roman", serif;
  color: #F9F6EC;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 28px 0;
  line-height: 1.2;
}

/* ---- Accordion ------------------------------------------- */
.loc-accordion {
  flex: 1;
  margin-bottom: 24px;
}

.loc-acc-item {
  border-bottom: 1px solid rgba(179, 152, 80, 0.2);
}

.loc-acc-item:last-child {
  border-bottom: none;
}

/* Trigger button */
.loc-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  padding: 14px 0;
  cursor: pointer;
  text-align: left;
  color: rgba(249,246,236,0.75);
  font-size: 0.95rem;
  font-family: 'Gotham-Light', Georgia, serif;
  font-weight: 600;
  transition: color 0.2s;
}

.loc-acc-btn:hover,
.loc-acc-item.open .loc-acc-btn {
  color: #D4BE74;
}

.loc-acc-icon {
  display: flex;
  align-items: center;
  color: #D4BE74;
  flex-shrink: 0;
}

.loc-acc-icon svg {
  stroke: #D4BE74;
}

/* Chevron rotates when open */
.loc-chevron {
  margin-left: auto;
  font-size: 10px;
  color: #D4BE74;
  transition: transform 0.25s ease;
  transform: rotate(180deg);   /* pointing down = closed */
}

.loc-acc-item.open .loc-chevron {
  transform: rotate(0deg);    /* pointing up = open */
}

/* Body — hidden/shown via JS */
.loc-acc-body {
  display: none;
  padding: 0 0 10px 30px;
}

.loc-acc-item.open .loc-acc-body {
  display: block;
}

/* List rows */
.loc-acc-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.loc-acc-body ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.875rem;
}

.loc-acc-body ul li:last-child {
  border-bottom: none;
}

.loc-name {
  color: rgba(244, 237, 230, 0.85);
  flex: 1;
  padding-right: 10px;
}

.loc-time {
  color: #D4BE74;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.8rem;
}

/* CTA button */
.loc-cta-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 11px 28px;
  background: linear-gradient(45deg, #D4BE74, #8a7438);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  align-self: flex-start;
}

.loc-cta-btn:hover {
  background: linear-gradient(45deg, #D4BE74, #8a7438);
  color: #fff;
  text-decoration: none;
}

/* ---- Responsive ------------------------------------------ */
@media (max-width: 767px) {
  .loc-inner {
    flex-direction: column;
  }

  .loc-right {
    flex: none;
    height: 280px;
  }

  .loc-left {
    flex: none;
    padding: 32px 20px;
  }

  .loc-heading {
    font-size: 1.5rem;
  }
}

/* ============================================================
   Banner — reduce height on mobile
   ============================================================ */
@media (max-width: 767px) {
  .banner,
  .banner .progress-thumb,
  .mb-banner1,
  .mb-banner2,
  .mb-banner3 {
    height: 60vh !important;
    min-height: 320px !important;
  }
}

/* ============================================================
   Enquiry Card — map left, floating card right
   ============================================================ */

/* Outer section */
.bes-section {
  display: flex;
  align-items: stretch;
  min-height: 500px;
  background: #231F20;
  border-top: 3px solid #B39850;
}

/* ── Left: map ─────────────────────────────────────────── */
.bes-bg {
  flex: 0 0 55%;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.bes-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* gradient fade right → blends into card bg */
.bes-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 75%, #231F20 100%);
  pointer-events: none;
}

.bes-overlay { display: none; }

/* ── Right: card container ──────────────────────────────── */
.bes-card-wrap {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 44px;
}

/* The actual card */
.bes-card {
  width: 100%;
  max-width: 400px;
  background: #2a2526;
  border: 1px solid rgba(179,152,80,0.2);
  border-top: 3px solid #B39850;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(179,152,80,0.08);
  padding: 36px 36px 32px;
  text-align: center;
}

/* ── Card header ────────────────────────────────────────── */
.bes-card .capstext {
  color: #B39850 !important;
  font-size: 9px !important;
  letter-spacing: 4px !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
  display: block;
}

.bes-card .capstext::before {
  display: none !important;
}

.bes-heading {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #F9F6EC !important;
  margin: 0 0 6px !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

.bes-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: rgba(249,246,236,0.38);
  margin-bottom: 0;
  line-height: 1.5;
}

/* Gold accent line */
.bes-divider {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #B39850, #D4BE74);
  border: none;
  margin: 16px auto 20px;
  border-radius: 2px;
}

/* ── Inputs ─────────────────────────────────────────────── */
/* Name + Phone side by side */
.bes-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bes-card .form-group {
  margin-bottom: 12px;
  text-align: left;
}

.bes-card .form-control {
  width: 100%;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(179,152,80,0.18) !important;
  border-bottom: 1.5px solid rgba(179,152,80,0.4) !important;
  color: #F9F6EC !important;
  border-radius: 2px !important;
  padding: 9px 12px !important;
  font-size: 0.82rem !important;
  height: auto !important;
  transition: border-color 0.2s, background 0.2s;
}

.bes-card .form-control::placeholder {
  color: rgba(249,246,236,0.28) !important;
  font-size: 0.78rem !important;
}

.bes-card .form-control:focus {
  border-color: rgba(179,152,80,0.5) !important;
  border-bottom-color: #B39850 !important;
  background: rgba(179,152,80,0.06) !important;
  box-shadow: 0 0 0 2px rgba(179,152,80,0.1) !important;
  outline: none !important;
}

/* Validation errors */
.bes-card [id^="name-error"],
.bes-card [id^="email-error"],
.bes-card [id^="mobile-error"] {
  font-size: 0.68rem;
  color: #e07070;
  margin-top: 3px;
}

/* ── Consent ────────────────────────────────────────────── */
.bes-card .form-check {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 6px;
  padding-left: 0;
  text-align: left;
}

.bes-card .form-check-input {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #B39850;
}

.bes-card .form-check-label {
  font-size: 8px !important;
  line-height: 1.45 !important;
  color: rgba(249,246,236,0.32) !important;
}

.bes-privacy {
  font-size: 8px;
  color: rgba(249,246,236,0.25);
  margin-bottom: 16px;
  line-height: 1.5;
  text-align: left;
}

.bes-privacy a {
  color: rgba(179,152,80,0.65) !important;
  text-decoration: underline !important;
}

/* ── Submit button ──────────────────────────────────────── */
.bes-card .enclave-btn,
#contactUs_submit_wait_bes .enclave-btn {
  width: 100%;
  padding: 13px 24px !important;
  background: linear-gradient(135deg, #B39850, #D4BE74) !important;
  color: #1a1617 !important;
  border: none !important;
  border-radius: 2px !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  display: block;
  box-shadow: 0 4px 16px rgba(179,152,80,0.3);
}

.bes-card .enclave-btn:hover,
#contactUs_submit_wait_bes .enclave-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(179,152,80,0.4) !important;
}

/* ── Mobile — map only, no form ─────────────────────────── */
@media (max-width: 767px) {
  .bes-section {
    display: block;
    min-height: auto;
    background: none;
    border-top: none;
  }

  .bes-bg {
    flex: none;
    height: 220px;
    display: block;
    width: 100%;
  }

  .bes-bg::after {
    display: none;
  }

  .bes-bg img {
    height: 220px;
  }

  .bes-card-wrap {
    display: none;
  }
}
