/* Global Styles */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* @font-face {
  font-family: "Roboto";
  src: url("../fonts/") format("truetype");
} */

:root {
  --colorPrimary: #00a5d2;
  --colorSecondary: #03045e;
  --colorBlack: #000000;
  --colorWhite: #ffffff;

  --gold: #c9a84c;
  --gold-light: #e8d08a;
  --gold-dark: #8b6914;
  --navy: #0a0f1e;
  --navy-mid: #111827;
  --navy-soft: #1c2640;
  --text-light: #e8e2d6;
  --text-muted: #9a9082;
  --fd: "Cormorant Garamond", serif;
  --fu: "Tenor Sans", sans-serif;
  --fb: "Montserrat", sans-serif;
  --tr: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

:root,
html {
  scroll-padding-top: 70px;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: var(--navy);
  color: var(--text-light);
  font-family: var(--fb);
  /* overflow-x: hidden; */
}

@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}

/*  */
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 13px 32px;
  font-family: var(--fu);
  font-size: 0.77rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    background var(--tr),
    transform var(--tr);
}

.btn-gold:hover {
  background: var(--gold-light);
  color: var(--navy);
  transform: translateY(-2px);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold-light);
  border: 1px solid rgba(201, 168, 76, 0.6);
  padding: 13px 32px;
  font-family: var(--fu);
  font-size: 0.77rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--tr);
}

.btn-outline-gold:hover {
  background: rgba(201, 168, 76, 0.12);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

/* Navbar Starts */
header {
  height: 80px;
}

/* Navbar */
/* .navbar-nav {
  justify-content: flex-end;
  width: 100%;
}

.navbar-nav .nav-link {
  color: var(--colorBlack);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  background-color: var(--colorPrimary);
  height: 100%;
  color: var(--colorWhite);
}

.nav-link:hover {
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
}

.nav-icon {
  margin-right: 5px;
}
@media only screen and (min-width: 1000px) {
  .navbar-nav .nav-link {
    font-size: 1.01vw !important;
    letter-spacing: 0.02vw;
  }
}
@media screen and (max-width: 600px) {
  .navbar-brand img {
    height: 45px;
  }
} */

/* Default transparent (desktop only) */
@media (min-width: 992px) {
  #main-navbar {
    background: transparent;
    transition: all 0.3s ease;
  }

  #main-navbar.scrolled {
    background: #000;
    /* change to your theme color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: rgba(10, 15, 30, 0.95) !important;
    backdrop-filter: blur(20px);
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.5);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
  }

  #main-navbar.scrolled .navbar-brand img {
    color: var(--colorWhite);
    stroke: var(--colorWhite);
  }
}

/* Mobile always colored */
@media (max-width: 991px) {
  #main-navbar {
    background: #000;
    /* same as scrolled color */
  }
}

.navbar-nav .nav-link {
  font-family: var(--fu);
  font-size: 0.78rem;
  /* letter-spacing: 0.2em; */
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 0;
  margin: 0 10px;
  position: relative;
  transition: color 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  height: 100%;
  color: var(--colorWhite);
}

.nav-link:hover {
  color: var(--colorWhite);
}

@media screen and (max-width: 600px) {
  .navbar-toggler {
    background: none;
    border: 2px solid rgba(201, 168, 76, 0.35);
    border-radius: 0;
    padding: 10px;
  }

  .navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
    -webkit-filter: invert(1);
  }

  .offcanvas {
    width: min(320px, 85vw) !important;
    background: rgba(8, 12, 24, 0.98);
    border-left: 1px solid rgba(201, 168, 76, 0.18) !important;
  }

  .offcanvas-header .btn-close {
    filter: invert(1);
    -webkit-filter: invert(1);
    color: var(--colorWhite);
    border: 2px solid rgba(201, 168, 76, 0.35);
    border-radius: 0;
    padding: 10px;
  }

  .offcanvas-body {
    padding: 20px 36px 40px;
  }

  .offcanvas-body .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(201, 168, 76, 0.08);
    transform: translateX(24px);
    opacity: 0;
    transition: all 0.4s ease;
  }

  .offcanvas-body .navbar-nav .nav-item .nav-link {
    padding: 17px 0;
    font-family: var(--fu);
    font-size: 0.82rem;
    letter-spacing: 0.25em;
    color: var(--text-muted);
    text-decoration: none;
    text-transform: uppercase;
    transition:
      color 0.3s,
      padding-left 0.3s;
  }

  .offcanvas.show .nav-item {
    transform: translateX(0);
    opacity: 1;
  }

  .offcanvas.show .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .offcanvas.show .nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }

  .offcanvas.show .nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }

  .offcanvas.show .nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }

  .offcanvas.show .nav-item:nth-child(5) {
    transition-delay: 0.5s;
  }

  .offcanvas.show .nav-item:nth-child(6) {
    transition-delay: 0.6s;
  }

  .offcanvas.show .nav-item:nth-child(7) {
    transition-delay: 0.7s;
  }

  .offcanvas-body .navbar-nav .nav-item .nav-link .active,
  .offcanvas-body .navbar-nav .nav-item .nav-link .show {
    height: 100%;
    color: var(--colorWhite);
  }

  .offcanvas-body .navbar-nav .nav-item .nav-link :hover {
    color: var(--colorWhite);
  }
}

/* ------------ Navbar Ends ---------------*/

#slider_section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#slider_section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay full layer */
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  /* space from bottom */
}

/* Text Styling */
.project-name {
  color: #fff;
}

.p_title {
  font-family: var(--fd);
  font-size: 3rem;
  line-height: 3.5rem;
}

.project-name p {
  font-size: 1.25rem;
  margin: 0;
}

/*  */
/* ===== TICKER ===== */
.ticker-bar {
  background: var(--gold);
  padding: 13px 0;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-inner {
  display: inline-flex;
  gap: 56px;
  animation: ticker 20s linear infinite;
}

.ticker-item {
  font-family: var(--fu);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ticker-item::before {
  content: "◆";
  font-size: 0.45rem;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/*  */
/* ===== SECTION COMMON ===== */
.sec-label {
  font-family: var(--fu);
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sec-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.sec-title {
  font-family: var(--fd);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}

.sec-title em {
  font-style: italic;
  color: var(--gold-light);
}

.sec-desc {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.9;
  max-width: 520px;
}

.gold-div {
  width: 56px;
  height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin: 24px 0;
}

.gold-rule {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  border: none;
  margin: 0;
}

/* ===== HIGHLIGHTS ===== */
.hl-section {
  background: var(--navy-mid);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.hl-card {
  text-align: center;
  padding: 36px 20px;
  border: 1px solid rgba(201, 168, 76, 0.12);
  background: rgba(255, 255, 255, 0.02);
  position: relative;
  transition: var(--tr);
  height: 100%;
}

.hl-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.hl-card:hover {
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-5px);
}

.hl-card:hover::before {
  opacity: 1;
}

.hl-icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.3rem;
  color: var(--gold);
  transition: all 0.3s;
}

.hl-card:hover .hl-icon {
  background: var(--gold);
  color: var(--navy);
}

.hl-num {
  font-family: var(--fd);
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--gold-light);
  line-height: 1;
}

.hl-unit {
  font-family: var(--fu);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 4px;
}

.hl-lbl {
  font-size: 0.8rem;
  color: rgba(232, 226, 214, 0.55);
  margin-top: 7px;
}

/* USP strip */
.usp-strip {
  border: 1px solid rgba(201, 168, 76, 0.12);
  padding: 26px 30px;
  background: rgba(255, 255, 255, 0.02);
}

.usp-item {
  text-align: center;
}

.usp-item i {
  font-size: 1.8rem;
  color: var(--gold);
  display: block;
  margin-bottom: 9px;
}

.usp-item span {
  font-family: var(--fu);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.overview_img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

/*  */
/* ===== GALLERY ===== */
.gal-section {
  padding: 100px 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.gal-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,
      rgba(201, 168, 76, 0.04),
      transparent 70%);
  top: -80px;
  right: -150px;
  pointer-events: none;
}

.gal-port {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(201, 168, 76, 0.18);
  cursor: pointer;
  height: 100%;
  transition: border-color 0.4s;
}

.gal-port::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(201, 168, 76, 0.07);
  z-index: 2;
  pointer-events: none;
  transition: border-color 0.4s;
  border-radius: 3px;
}

.gal-port:hover {
  border-color: rgba(201, 168, 76, 0.55);
}

.gal-port:hover::before {
  border-color: rgba(201, 168, 76, 0.22);
}

.gal-port img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gal-port:hover img {
  transform: scale(1.08);
}

.gal-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 15, 30, 0.8), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}

.gal-port:hover .gal-ov {
  opacity: 1;
}

.gal-ov-ic {
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.85rem;
  margin-left: auto;
}

/* Gallery grid */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 270px 270px;
  gap: 12px;
}

/* .gal-grid .gw {
  grid-column: span 2;
} */
@media (max-width: 768px) {
  .gal-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  /* .gal-grid .gw {
    grid-column: span 2;
  } */
  .gal-grid .gal-port {
    height: 270px;
  }
}

@media (max-width: 480px) {
  .gal-grid {
    grid-template-columns: 1fr;
  }

  /* .gal-grid .gw {
    grid-column: span 1;
  } */
  .gal-grid .gal-port {
    height: 270px;
  }
}

/*  */
/* ===== PRICING SECTION ===== */
.pr-section {
  padding: 100px 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.pr-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle,
      rgba(201, 168, 76, 0.04),
      transparent 70%);
  bottom: -200px;
  right: -200px;
  pointer-events: none;
}

.pr-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30, 60, 120, 0.08), transparent 70%);
  top: -100px;
  left: -100px;
  pointer-events: none;
}

/* Card */
.pr-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(201, 168, 76, 0.14);
  position: relative;
  overflow: hidden;
  transition: all var(--tr);
  height: 100%;
}

.pr-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right,
      var(--gold-dark),
      var(--gold),
      var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.pr-card:hover {
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.5);
}

.pr-card:hover::before {
  transform: scaleX(1);
}

/* Featured badge */
.pr-card.featured {
  border-color: rgba(201, 168, 76, 0.35);
  background: rgba(201, 168, 76, 0.04);
}

.pr-card.featured::before {
  transform: scaleX(1);
}

.pr-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--fu);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 4px 10px;
}

/* Card header */
.pr-header {
  padding: 32px 28px 24px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.pr-type {
  font-family: var(--fd);
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.pr-type em {
  font-style: italic;
  color: var(--gold-light);
}

.pr-area-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.18);
  padding: 5px 13px;
  margin-top: 10px;
}

.pr-area-badge i {
  color: var(--gold);
  font-size: 0.8rem;
}

.pr-area-badge span {
  font-family: var(--fu);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.pr-area-val {
  font-family: var(--fd);
  font-size: 1rem;
  color: var(--gold-light);
  margin-left: 4px;
}

/* Card body */
.pr-body {
  padding: 24px 28px 28px;
}

/* EOI block */
.pr-eoi-wrap {
  background: rgba(201, 168, 76, 0.06);
  border: 1px solid rgba(201, 168, 76, 0.14);
  padding: 18px 20px;
  margin-bottom: 22px;
}

.pr-eoi-label {
  font-family: var(--fu);
  font-size: 0.63rem;
  letter-spacing: 0.28em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pr-eoi-amount {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pr-eoi-currency {
  font-family: var(--fd);
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 300;
}

.pr-eoi-num {
  font-family: var(--fd);
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--gold-light);
  line-height: 1;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}

.pr-eoi-unit {
  font-family: var(--fu);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.pr-eoi-note {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 6px;
  line-height: 1.6;
}

/* Features list */
.pr-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.pr-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.8rem;
  color: rgba(232, 226, 214, 0.65);
}

.pr-features li:last-child {
  border-bottom: none;
}

.pr-features li i {
  color: var(--gold);
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* CTA inside card */
.pr-cta {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(201, 168, 76, 0.5);
  color: var(--gold);
  padding: 12px 20px;
  font-family: var(--fu);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--tr);
}

.pr-cta:hover,
.pr-card.featured .pr-cta {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.pr-card.featured .pr-cta:hover {
  background: var(--gold-light);
}

/* EOI note strip */
.pr-note-strip {
  background: rgba(201, 168, 76, 0.05);
  border: 1px solid rgba(201, 168, 76, 0.12);
  padding: 20px 28px;
  margin-top: 40px;
}

.pr-note-strip p {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.8;
}

.pr-note-strip strong {
  color: var(--gold-light);
  font-weight: 400;
}

/* ===== AMENITIES ===== */
.am-section {
  padding: 100px 0;
  background: var(--navy-mid);
  position: relative;
  overflow: hidden;
}

.am-section::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(30, 60, 120, 0.1), transparent 70%);
  bottom: -280px;
  left: -180px;
  pointer-events: none;
}

.am-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(201, 168, 76, 0.11);
  overflow: hidden;
  position: relative;
  transition: all var(--tr);
  height: 100%;
}

.am-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--gold-dark), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s;
}

.am-card:hover {
  border-color: rgba(201, 168, 76, 0.32);
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.4);
}

.am-card:hover::after {
  transform: scaleX(1);
}

.am-img-wrap {
  overflow: hidden;
  height: 195px;
}

.am-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s;
  filter: saturate(0.7) brightness(0.85);
}

.am-card:hover .am-img {
  transform: scale(1.07);
  filter: saturate(0.95) brightness(1);
}

.am-body {
  padding: 22px 20px 24px;
}

.am-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.15rem;
  margin-bottom: 12px;
  transition: all 0.3s;
}

.am-card:hover .am-icon {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.am-title {
  font-family: var(--fd);
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 7px;
}

.am-desc {
  font-size: 0.79rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* Mini amenities */
.mini-am {
  text-align: center;
}

.mini-am i {
  font-size: 1.15rem;
  color: var(--gold);
  display: block;
  margin-bottom: 7px;
}

.mini-am span {
  font-family: var(--fu);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.am-desc {
  display: none;
}

/*  */
/* ===== LOCATION ===== */
.loc-section {
  padding: 100px 0;
  background: var(--navy);
}

.loc-map {
  border: 1px solid rgba(201, 168, 76, 0.18);
  overflow: hidden;
  height: 400px;
  position: relative;
}

.loc-map::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(201, 168, 76, 0.07);
  z-index: 2;
  pointer-events: none;
}

.loc-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.55) brightness(0.65) sepia(0.18);
}

.loc-pin {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.loc-pin-inner {
  text-align: center;
}

.loc-pin-circle {
  width: 56px;
  height: 56px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background: rgba(10, 15, 30, 0.85);
  backdrop-filter: blur(10px);
}

.loc-pin-circle i {
  font-size: 1.3rem;
  color: var(--gold);
}

.loc-pin-name {
  font-family: var(--fd);
  font-size: 1.1rem;
  color: var(--gold-light);
}

.loc-pin-city {
  font-family: var(--fu);
  font-size: 0.67rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  margin-top: 4px;
}

.prox-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.prox-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 1px solid rgba(201, 168, 76, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.prox-name {
  font-family: var(--fu);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--text-light);
}

.prox-sub {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.prox-dist {
  font-family: var(--fd);
  font-size: 1.05rem;
  color: var(--gold);
  margin-left: auto;
  white-space: nowrap;
}

/*  */
/* ===== CONTACT ===== */
.ct-section {
  padding: 100px 0;
  background: var(--navy-mid);
  position: relative;
  overflow: hidden;
}

.ct-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.ct-wrap {
  border: 1px solid rgba(201, 168, 76, 0.18);
  padding: 44px 38px;
  background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 576px) {
  .ct-wrap {
    padding: 28px 18px;
  }
}

.ct-field-label {
  font-family: var(--fu);
  font-size: 0.67rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.ct-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.83rem;
  color: var(--text-muted);
}

.ct-info-item i {
  color: var(--gold);
  margin-top: 2px;
}

/* Floating enquiry */
.float-enq {
  position: absolute;
  right: 56px;
  bottom: 56px;
  width: 300px;
  background: rgba(10, 15, 30, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(201, 168, 76, 0.22);
  padding: 28px 24px;
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 1s 1.1s,
    transform 1s 1.1s;
}

@media (max-width: 1100px) {
  .float-enq {
    display: none;
  }
}

.carousel-item.active .float-enq {
  opacity: 1;
  transform: translateX(0);
}

.enq-title {
  font-family: var(--fd);
  font-size: 1.2rem;
  color: var(--gold-light);
  margin-bottom: 4px;
}

.enq-sub {
  font-family: var(--fu);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.enq-in {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 168, 76, 0.18);
  color: var(--text-light);
  padding: 9px 12px;
  font-family: var(--fb);
  font-size: 0.8rem;
  margin-bottom: 9px;
  outline: none;
  transition: border-color 0.3s;
}

.enq-in:focus {
  border-color: var(--gold);
}

.enq-in::placeholder {
  color: var(--text-muted);
}

.enq-btn {
  width: 100%;
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 11px;
  font-family: var(--fu);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}

.enq-btn:hover {
  background: var(--gold-light);
}

.footer {
  background: var(--navy-mid);
  padding: 72px 0 36px;
  border-top: 1px solid rgba(201, 168, 76, 0.14);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.ft-link {
  font-family: var(--fu);
  /* font-size: 0.76rem; */

  color: var(--text-muted);
  text-decoration: none;

  text-transform: uppercase;
  transition: color 0.3s;
}

.ft-link:hover {
  color: var(--gold);
}

/* ===== LEAD CAPTURE MODAL ===== */
.modal-lux .modal-dialog {
  max-width: 480px;
  margin: 1.75rem auto;
}

.modal-lux .modal-content {
  background: var(--navy-mid);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 0;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

/* Top gold accent bar */
.modal-lux .modal-content::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right,
      var(--gold-dark),
      var(--gold),
      var(--gold-light));
}

/* Header */
.modal-lux .modal-header {
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
  padding: 20px 28px;
  align-items: center;
}

.modal-lux .modal-header .modal-title {
  font-family: var(--fd);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-lux .modal-header .modal-title i {
  font-size: 1.1rem;
  color: var(--gold);
}

.modal-lux .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.4;
  box-shadow: none;
}

.modal-lux .modal-header .btn-close:hover {
  opacity: 0.9;
}

/* Brand block inside body */
.modal-brand-block {
  text-align: center;
  padding: 24px 0 18px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  margin-bottom: 24px;
}

.modal-brand-logo {
  font-family: var(--fd);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--gold-light);
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.modal-brand-logo .logo-ic {
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--gold);
}

.modal-tagline {
  font-family: var(--fu);
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 8px;
}

/* Body */
.modal-lux .modal-body {
  padding: 0 28px 28px;
}

/* Section label inside modal */
.modal-form-label-top {
  font-family: var(--fu);
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.modal-form-label-top::before,
.modal-form-label-top::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(201, 168, 76, 0.18);
}

/* Form field labels */
.modal-lux .form-label {
  font-family: var(--fu);
  font-size: 0.67rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Inputs */
.modal-lux .modal-inp {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.18);
  color: var(--text-light);
  padding: 10px 14px;
  font-family: var(--fb);
  font-size: 0.82rem;
  outline: none;
  border-radius: 0;
  transition:
    border-color 0.3s,
    background 0.3s;
}

.modal-lux .modal-inp:focus {
  border-color: var(--gold);
  background: rgba(201, 168, 76, 0.05);
}

.modal-lux .modal-inp::placeholder {
  color: var(--text-muted);
}

.modal-lux select.modal-inp {
  appearance: none;
  cursor: pointer;
}

/* Consent row */
.modal-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.modal-consent input[type="checkbox"] {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-top: 2px;
  accent-color: var(--gold);
  cursor: pointer;
}

.modal-consent label {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.6;
  cursor: pointer;
}

.modal-consent label a {
  color: var(--gold);
  text-decoration: none;
}

.modal-consent label a:hover {
  color: var(--gold-light);
}

/* Submit button */
.modal-submit-btn {
  width: 100%;
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 13px;
  font-family: var(--fu);
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background var(--tr),
    transform var(--tr);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.modal-submit-btn:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

/* Footer note */
.modal-form-note {
  text-align: center;
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-top: 14px;
  line-height: 1.7;
}

.modal-form-note i {
  color: var(--gold);
  margin-right: 4px;
}