/* TerraLux World custom styles */
:root {
  color-scheme: dark;
  --bg: #041b12;
  --surface: rgba(8, 22, 13, 0.82);
  --surface-strong: rgba(9, 24, 16, 0.95);
  --gold: rgb(255, 197, 75);
  --soft: #f6f0e6;
  --muted: rgba(229, 173, 68, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top, rgba(118, 107, 79, 0.12), transparent 30%),
    linear-gradient(180deg, #051f11 0%, #081f14 100%);
  color: var(--soft);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}

a {
  color: var(--gold);
}

.goldtext {
  color: #ecd170;
}
.darkgold {
  color: #b8732e;
}

a:hover {
  color: #f2e9d1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 31, 17, 0.94);
  backdrop-filter: blur(10px);
}

.navbar-brand {
  letter-spacing: 0.03em;
  font-weight: 700;
}

.brand-icon {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 0.55rem;
}

.brand-text {
  display: inline-block;
  line-height: 1;
}

.brand-text small {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.hero-section {
  /* min-height: 80vh;
  min-height: calc(100vh - 88px);
  background:
    linear-gradient(
      180deg,
      rgba(4, 27, 15, 0.95) 0%,
      rgba(4, 27, 15, 0.9) 100%
    ),
    radial-gradient(circle at top, rgba(214, 180, 107, 0.15), transparent 25%),
    radial-gradient(
      circle at bottom right,
      rgba(214, 180, 107, 0.08),
      transparent 16%
    ); */
}

.hero-section .eyebrow {
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #c8b88a;
}

.hero-section .display-5 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
}

.hero-section .subtitle {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #d6c7a0;
}

.btn-gold,
.btn-outline-gold {
  border-radius: 999px;
  padding: 0.95rem 2rem;
  font-weight: 600;
}

.btn-gold {
  background: #ffd37e;
  background: linear-gradient(
    173deg,
    rgba(255, 211, 126, 1) 0%,
    rgba(255, 211, 126, 1) 25%,
    rgba(229, 173, 68, 1) 100%
  );
  color: #000;
  border: none;

  background-image: linear-gradient(180deg, #f6e27a 20%, #cb9b51 80%);
  font-weight: bold;
  padding: 12px 20px;

  margin: 5px;
  border-width: 0;
  display: inline-flex;
  align-items: center;

  transition: all 0.5s ease;

  justify-content: center;
  text-align: center;
  text-decoration: none;

  position: relative;
  overflow: hidden;
  max-width: 240px;
  flex: 1;
}

.btn-gold:hover {
  color: #7d5923;
}

.btn-outline-gold {
  border: 1px solid rgba(214, 180, 107, 0.85);
  color: var(--gold);
  background: transparent;
}

.section {
  position: relative;
}

.scroll-arrow-cue {
  left: 50%;
  z-index: 10;
  pointer-events: none;
}
.arrow-down {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-left: 4px solid #d6b46b;
  border-bottom: 4px solid #d6b46b;
  transform: rotate(-45deg);
  margin-top: 8px;
  animation: arrow-bounce 1.2s infinite;
}
@keyframes arrow-bounce {
  0%,
  100% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(12px) rotate(-45deg);
  }
}

.scroll-hint {
  opacity: 0.8;
}

.scroll-hint:hover {
  opacity: 1;
}

.section-cards,
.section-map {
  background: #fdf9d8;
  color: #0d1b15;
}

.section-white {
  /* background: #011f15;
  background: radial-gradient(
    circle,
    rgba(1, 31, 21, 1) 0%,
    rgba(8, 71, 50, 1) 78%,
    rgba(2, 43, 29, 1) 100%
  ); */
  background:
    radial-gradient(circle at top, rgba(214, 180, 107, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 25, 16, 0.98), rgba(5, 21, 14, 0.98));
  color: #ffc54b;
}

.section-white .text-muted {
  color: #ffc54b !important;
  opacity: 0.8;
}

.section-white .eyebrow,
.section-white h2,
.section-white h3,
.section-white .display-6 {
  color: var(--gold);
}

.section-white .card-highlight,
.section-white .partner-panel,
.section-white .feature-box,
.section-white .location-card,
.section-white .property-card {
  background: linear-gradient(
    308deg,
    #021a12 4%,
    rgb(2 46 31) 43%,
    rgb(1 30 21) 100%,
    rgba(229, 173, 68, 1) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.section-dark {
  background: rgba(4, 27, 15, 0.98);
}

.section-featured {
  background: linear-gradient(
    180deg,
    rgba(15, 35, 24, 0.98),
    rgba(9, 21, 14, 1)
  );
}

.section-cta {
  background:
    radial-gradient(circle at top, rgba(214, 180, 107, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 25, 16, 0.98), rgba(5, 21, 14, 0.98));
}
/* SECTION */
section {
  padding: 80px 0;
}

.card {
  background: #111;
  border: 1px solid #222;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(135, 118, 5, 0.5);
}

.card-highlight {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(214, 180, 107, 0.15);
  border-radius: 12px;
  backdrop-filter: blur(12px);
}

.card-highlight .card-link {
  color: #392e16;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
}

.card-highlight .badge {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  /* background-color: #d6b46b !important; */
  background: #ffd37e;
  background: linear-gradient(
    173deg,
    rgba(255, 211, 126, 1) 0%,
    rgba(255, 211, 126, 1) 25%,
    rgba(229, 173, 68, 1) 100%
  );
  color: #012519;
}

.property-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  min-height: 240px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.property-card .badge {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.partner-panel,
.location-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#insights .feature-box {
  background: #000000b5;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

#insights .feature-box:hover {
  transform: scale(1.06);
  background: #00000070;
  border-color: rgba(214, 175, 55, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.partner-panel h3,
.location-card h3 {
  color: var(--soft);
}

.feature-box {
  border-color: rgba(214, 180, 107, 0.2);
}
.project-card {
  position: relative;
}
.project-card .prompt {
  position: absolute;
  top: 22px;
  right: 24px;
  background: #d6b46b !important;
}
#featured .text-muted {
  color: #d6b46b !important;
}
.feature-box h3 {
  color: var(--gold);
}

.footer {
  background: #022b1d;
  color: var(--muted);
}
.footer p,
.footer h3,
.footer h5 {
  color: var(--muted);
}

.footer-links a {
  display: inline-block;
  color: var(--muted);
  text-decoration: none;
}
.footer-links li a {
  padding: 6px 0;
}

.footer .border-secondary {
  border-color: #01160f !important;
}

.footer-links a:hover {
  color: var(--gold);
}

.max-720 {
  max-width: 720px;
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 60vh;
  }
}

@media (max-width: 575px) {
  .navbar-brand {
    font-size: 1rem;
  }
  .hero-section .display-5 {
    font-size: 2.4rem;
  }
}
/* ---------- */
/* Hamburger icon color fix */
/* Navbar links */
.navbar .nav-link {
  color: #d4af37;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ffd37e;
}
.navbar .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #d6b46b;
  transition: width 0.3s ease;
  margin: 6px auto 0;
}
.navbar .nav-link:hover:after,
.navbar .nav-link.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #d6b46b;
  transition: width 0.3s ease;
}

/* Hamburger icon white */
.navbar {
  backdrop-filter: blur(10px);
  /* background: rgba(0, 0, 0, 0.4); */
  background: #022b1d91;
  border-top: 6px solid #fccb6f;
}
.navbar-toggler {
  filter: invert(1);
}

/* Offcanvas styling */
.offcanvas {
  background: #041b12;
  transition: transform 0.4s ease-in-out;
  color: #fff;
}
.offcanvas a {
  color: #fff;
}
/* Menu links (mobile) */
.offcanvas .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Width */
.offcanvas-end {
  width: 280px;
}

/* --------- */

.navbar-brand img {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  max-width: 192px;
  transition: max-width 0.3s ease;
}
.sticky .navbar-brand img {
  max-width: 100px;
}

#properties h3 {
  font-size: 2.3rem;
  margin-top: 20px;
}

#properties .user {
  margin: 30px 0;
}
#properties .card-highlight .badge {
  float: right;
}

#properties .premiumcard {
  background: linear-gradient(219deg, #2e2307 0%, #d4af37 50%, #2e2307 100%);
  text-align: center;
}
#properties .premiumcard h3 {
  color: #053111;
  font-size: 3.2rem;
  margin-top: 45px;
  text-shadow: 1px 1px 5px #ffd37e;
}
.premiumexplore {
  background: #053111;
  color: #ffd37e;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 999px;
  transition: all 0.3s ease;
  color: #f3ce56 !important;
}
.secheading h2 {
  color: var(--gold);
}
.secheading p.sub1 {
  color: var(--gold);
  font-weight: normal;
  letter-spacing: 0.5em;
}
.secheading h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: 20px auto;
}
#insights .secheading h2:after {
  margin-left: 0;
}
#insights .text-muted {
  color: #d5d5d5 !important;
}

#builders .partner-panel h3 {
  font-size: 1.3rem;
  color: #ffc54b;
  margin: 35px 0;
}
#builders .projectlocation {
  color: #d6b46b;
  font-weight: 500;
}
#builders .project {
  color: #d6b46b;
  font-weight: 500;
}

#map .location-card {
  background: linear-gradient(
    308deg,
    #021a12 4%,
    rgb(2 46 31) 43%,
    rgb(1 30 21) 100%,
    rgba(229, 173, 68, 1) 100%
  );
  position: relative;
  transition: transform 0.3s ease;
}

#map .location-card:hover {
  transform: scale(1.05);
}

#map .location-card h3 {
  font-size: 2.5rem;
  color: var(--gold);
}
.partner-panel {
  position: relative;
}
#map .location-card .badge,
#builders .project {
  display: inline-flex;
  padding: 0.5rem 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #ffd37e;
  background: linear-gradient(
    173deg,
    rgba(255, 211, 126, 1) 0%,
    rgba(255, 211, 126, 1) 25%,
    rgba(229, 173, 68, 1) 100%
  );
  color: #053111;
  border-radius: 4px 10px 4px 4px;
  margin-bottom: 0.9rem;
  position: absolute;
  top: 0;
  right: 0;
}
#map .location-card .fw-semibold {
  color: var(--gold);
  font-weight: 100 !important;
  opacity: 0.7;
}
.flinks {
}
.fcontact {
  color: var(--soft);
}

.fcontact p {
  margin-bottom: 1rem;
}

.fcontact .contact-line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.fcontact .contact-icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
  min-width: 1.1rem;
  color: #ffd37e;
}

.fcontact .contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.fcontact a {
  color: #ffd37e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fcontact a:hover {
  color: #fff;
}

.fcontact .contact-line a {
  line-height: 1.35;
}

/* -------------------------- */

body {
  font-family: "Inter", sans-serif;
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}

/* NAVBAR */
.navbar {
  position: absolute;
  width: 100%;
  z-index: 10;
  transform: translateY(-100%);
  transition: transform 0.8s ease;
}

.navbar.loaded {
  transform: translateY(0);
}

.navbar-nav {
  /* opacity: 0; */
  transition: opacity 0.5s ease 0.5s;
}

.navbar.loaded .navbar-nav {
  opacity: 1;
}

.navbar.sticky {
  position: fixed !important;
  top: 0;
  background: rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(10px);
  transform: translateY(0) !important;
  transition: background 0.3s ease;
}

body {
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.loaded {
  opacity: 1;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.brand-center {
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
}

@media (max-width: 767px) {
}

/* HERO VIDEO */
.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #042d1f;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}
.hero .hero-content {
  margin-top: 10%;
}
.section-featured {
  background: linear-gradient(180deg, rgb(2 43 29) 0%, rgb(1, 34, 23) 100%);
}
#insights {
  overflow: hidden;
  position: relative;
  background-image: url(../img/whyterra.jpg);
  background-size: cover;
  background-position: center;
  background-color: #000;
  background-attachment: fixed;
}
#insights::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0000007d;
}

#insights .container,
#insights .row {
  position: relative;
  z-index: 1;
}

.featured-grid {
  gap: 24px;
}

.featured-large,
.featured-small {
  min-height: 280px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  background: #111;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.featured-small {
  transform: translateY(0);
  transition: transform 0.5s ease;
  will-change: transform;
}

.featured-small:nth-of-type(2) {
  transform: translateY(18px);
}

.featured-small:nth-of-type(3) {
  transform: translateY(36px);
}

.featured-large img,
.featured-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  display: block;
}

.featured-large:hover img,
.featured-small:hover img {
  transform: scale(1.05);
}

.featured-small::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.featured-small::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -32px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(214, 175, 55, 0.35);
  transform: rotate(22deg);
  pointer-events: none;
}

.property-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.8rem 1.6rem 1.6rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 55%,
    rgba(0, 0, 0, 0.92) 100%
  );
  color: #f4f1e8;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.property-overlay h3 {
  font-size: 1.45rem;
  margin-bottom: 0.4rem;
}

.property-overlay p {
  margin-bottom: 0;
  color: #d0c7b7;
}

.property-overlay .badge {
  display: inline-flex;
  padding: 0.55rem 0.95rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}

.featured-meta {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.featured-meta span {
  color: #b8b2a2;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.loop {
  margin: 2rem auto;
}

.loop .item {
  border-radius: 32px;
  overflow: hidden;
  background: rgb(2 24 17);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.4rem 1.5rem 1.6rem;
}

.loop .item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.loop .item h3 {
  font-size: 2rem;
  margin-bottom: 0.55rem;
  color: #ffd37e;
}

.loop .item p {
  color: #d0c7b7;
  margin-bottom: 0.85rem;
  line-height: 1.6;
}

.loop .item .badge {
  display: inline-flex;
  padding: 0.5rem 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}

.loop .item-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: #d6b46b;

  font-size: 0.95rem;
}

.loop .item-meta span {
  display: inline-block;
}

#featured .owl-carousel .owl-item {
  opacity: 0.3;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  transform: scale(0.92);
}

#featured .owl-carousel .owl-item.center {
  opacity: 1;
  transform: scale(1);
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  pointer-events: all;
  top: 0;
  margin-top: 0;
}

.owl-carousel .owl-nav button:hover {
  background-color: transparent !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0rem;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0rem;
}
#featured-properties {
  .owl-carousel .owl-nav button.owl-prev {
    left: -4rem;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -4rem;
  }
}
.owl-carousel .owl-nav button span {
  font-size: 0;
}

.owl-carousel .owl-nav button::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  display: block;
}

.owl-carousel .owl-nav button.owl-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%220 0 16 16%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M10.5 13.5 5 8l5.5-5.5%22 stroke=%22white%22 stroke-width=%221.8%22 fill=%22none%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
}

.owl-carousel .owl-nav button.owl-next::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%220 0 16 16%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M5.5 2.5 11 8l-5.5 5.5%22 stroke=%22white%22 stroke-width=%221.8%22 fill=%22none%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1.6rem;
  padding-bottom: 1rem;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0.375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  border: none;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: rgba(214, 175, 55, 0.9);
  transform: scale(1.2);
}

#featured-properties .owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.9s ease,
    filter 0.9s ease;
  transform-origin: center center;
}

#featured-properties .owl-carousel .owl-item.active .item img {
  transform: scale(1.05);
}

#featured-properties .owl-carousel .item:hover img {
  transform: scale(1.12);
  filter: saturate(1.05);
}

#featured-properties .owl-carousel .item img {
  backface-visibility: hidden;
}

@keyframes panZoomVertical {
  0% {
    transform: scale(1.08) translateY(-6%);
  }
  100% {
    transform: scale(1.14) translateY(6%);
  }
}

/* BUTTON */
.go-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #ffd37e;
  background: linear-gradient(
    173deg,
    rgba(255, 211, 126, 1) 0%,
    rgba(255, 211, 126, 1) 25%,
    rgba(229, 173, 68, 1) 100%
  );
  color: #042d1f;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.go-to-top-btn:hover {
  background: #ffd37e;
  background: linear-gradient(
    173deg,
    rgba(255, 211, 126, 1) 0%,
    rgba(255, 211, 126, 2) 25%,
    rgba(229, 173, 68, 3) 100%
  );
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.go-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

/* ========== CROWN JEWELS SECTION ========== */

/* Hero Section */
.crown-jewels-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #011f15;
  /* background: radial-gradient(
    circle,
    rgba(1, 31, 21, 1) 0%,
    rgba(8, 71, 50, 1) 78%,
    rgba(2, 43, 29, 1) 100%
  ); */

  padding: 40px 0;
}

.crown-jewels-hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.crown-jewels-hero .hero-overlay {
  /* position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1; */
}

.crown-jewels-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.crown-jewels-title {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffd37e;
  margin: 0px 0 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  animation: fadeInDown 0.8s ease-out;
}

.heropara {
  font-size: 1rem;
  color: #ffd37e;
  letter-spacing: 0.08em;

  max-width: 900px;
  margin: 0 auto 40px;
}

.crown-jewels-hero .hero-subtitle {
  font-size: 1.5rem;
  color: #d6c7a0;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.crown-jewels-hero .hero-cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Filter Section */
.crown-jewels-filters {
  background: rgba(4, 27, 15, 0.95);
  border-bottom: 1px solid rgba(214, 180, 107, 0.15);
  padding: 40px 0 !important;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.filter-title {
  color: #ffd37e;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}

.filters-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  flex: 1;
  min-width: 300px;
}

.filter-select {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(214, 180, 107, 0.3);
  color: #f6f0e6;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  min-width: 150px;
  cursor: pointer;
}

.filter-select:hover,
.filter-select:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(214, 180, 107, 0.6);
  outline: none;
}

.filter-select option {
  background: #041b12;
  color: #f6f0e6;
}

/* Featured Properties Carousel */
.crown-jewels-featured {
  background:
    radial-gradient(circle at top, rgba(214, 180, 107, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 25, 16, 0.98), rgba(5, 21, 14, 0.98));
  padding: 80px 0 !important;
}

.section-heading {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.section-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: rgba(214, 180, 107, 0.6);
  margin: 15px auto 0;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #d6c7a0;
  letter-spacing: 0.05em;
}

/* Featured Carousel */
.featured-carousel {
  margin-bottom: 0;
}

.featured-carousel .owl-stage-outer {
  overflow: hidden;
}

.featured-carousel .owl-item {
  width: 100% !important;
  display: block !important;
}

.featured-property-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 400px;
  margin: 0;
}

.featured-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.9s ease,
    filter 0.9s ease;
  transform-origin: center center;
}

/* Slow vertical pan + zoom for active featured slides */
#featured-properties .owl-item.active .featured-image-wrapper img {
  animation: panZoomVertical 18s ease-in-out infinite alternate both;
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 0%) 50%,
    rgb(0 0 0 / 0%) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 40px;
  transition: all 0.4s ease;
  opacity: 0.8;
}

.featured-property-card:hover .featured-overlay {
  opacity: 1;
}

#featured .owl-carousel .owl-item {
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

#featured .owl-carousel .owl-item .animated {
  display: block;
}

#featured .owl-carousel .fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.9s;
}

#featured .owl-carousel .fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.9s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.98);
  }
}

.featured-details {
  color: #fff;
  width: 100%;
}

.featured-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin: 0 0 10px;
  color: #ffd37e;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-location {
  color: #d6c7a0;
  font-size: 0.95rem;
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}

.featured-price {
  color: #d6b46b;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 10px 0 0;
}

/* Properties Grid */
.crown-jewels-grid {
  background: rgba(4, 27, 15, 0.95);
  padding: 80px 0 !important;
}

.properties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .properties-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .properties-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .properties-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Property Card */
.luxury-property-card {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(214, 180, 107, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.luxury-property-card:hover {
  border-color: rgba(214, 180, 107, 0.5);
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(214, 180, 107, 0.15);
}

.property-image-container {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.property-carousel {
  width: 100%;
  height: 100%;
}

.property-carousel .item {
  height: 280px;
  position: relative;
}

.property-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.luxury-property-card:hover .property-image-container img {
  transform: scale(1.1);
}

.property-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 211, 126, 0.95);
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}

.property-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.luxury-property-card .property-overlay {
  height: 40px;
}

.property-image-container:hover .property-overlay {
  opacity: 1;
}

.property-info {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.property-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: #ffd37e;
  margin: 0 0 6px;
  line-height: 1.3;
}

.property-location {
  color: #d6c7a0;
  font-size: 0.9rem;
  margin: 0;
  letter-spacing: 0.05em;
}

.property-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0;
  padding: 18px 0;
  border-top: 1px solid rgba(214, 180, 107, 0.2);
  border-bottom: 1px solid rgba(214, 180, 107, 0.2);
}

.detail-item {
  text-align: center;
}

.detail-label {
  display: block;
  font-size: 0.75rem;
  color: #a89d8f;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.detail-value {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: #d6b46b;
}

.property-price {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: #ffd37e;
  font-weight: 600;
  margin-top: auto;
}

/* Request Access Section */
.crown-jewels-access {
  background: linear-gradient(
    135deg,
    rgba(4, 27, 15, 0.98),
    rgba(8, 35, 20, 0.98)
  );
  border-top: 1px solid rgba(214, 180, 107, 0.15);
  padding: 80px 0 !important;
}

.access-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 991px) {
  .access-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.access-text h2 {
  color: var(--gold);
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.access-description {
  font-size: 1.1rem;
  color: #d6c7a0;
  line-height: 1.8;
  margin-bottom: 25px;
}

.access-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.access-benefits li {
  color: #f6f0e6;
  padding: 12px 0;
  padding-left: 28px;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
}

.access-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d6b46b;
  font-weight: 700;
  font-size: 1.2rem;
}

/* Luxury Form */
.luxury-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  position: relative;
}

.form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(214, 180, 107, 0.3);
  color: #f6f0e6;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}

.form-control::placeholder {
  color: #8a8178;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(214, 180, 107, 0.6);
  outline: none;
  box-shadow: 0 0 0 3px rgba(214, 180, 107, 0.1);
}

.form-control option {
  background: #041b12;
  color: #f6f0e6;
}

.form-control option:checked {
  background: rgba(214, 180, 107, 0.3);
}

.btn-block {
  width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .crown-jewels-title {
    font-size: 3.5rem;
  }

  .crown-jewels-hero .hero-subtitle {
    font-size: 1.2rem;
  }

  .section-heading {
    font-size: 2.3rem;
  }

  .featured-title {
    font-size: 1.5rem;
  }

  .featured-property-card {
    height: 400px;
  }

  .property-header h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .crown-jewels-title {
    font-size: 2.5rem;
  }

  .crown-jewels-hero .hero-subtitle {
    font-size: 1rem;
  }

  .crown-jewels-hero .hero-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-gold,
  .btn-outline-gold {
    width: 100%;
  }

  .filter-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-title {
    width: 100%;
  }

  .filters-group {
    flex-direction: column;
  }

  .filter-select {
    width: 100%;
    min-width: auto;
  }

  .section-heading {
    font-size: 1.8rem;
  }

  .featured-property-card {
    height: 300px;
  }

  .featured-overlay {
    padding: 24px;
  }

  .featured-title {
    font-size: 1.2rem;
  }

  .featured-price {
    font-size: 1.1rem;
  }

  .section-heading::after {
    margin: 10px auto 0;
  }

  .access-content {
    gap: 30px;
  }

  .access-text h2 {
    font-size: 1.8rem;
  }

  .access-description {
    font-size: 1rem;
  }

  .properties-grid {
    grid-template-columns: 1fr;
  }

  .property-details {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 12px 0;
    padding: 12px 0;
  }

  .detail-value {
    font-size: 1.1rem;
  }
}

/* --------------------- */
