:root {
  --bg-color: #f8f7f3;
  --text-dark: #1a1a1a;
  --text-gray: #666;
  --accent-black: #000;
  --navy-gradient: linear-gradient(135deg, #001f3f 0%, #000814 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-color);
  color: var(--text-dark);
  overflow-x: hidden;
}

/* --- Navigation --- */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 92px;
  padding: 0px 5%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

nav.scrolled {
  background: var(--navy-gradient);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: white;
  z-index: 1001;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  display: block;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 8px;
  background: rgb(3 12 24 / 56%);
  padding: 12px 18px;
  border-radius: 30px;
  margin: 0;
  transition: background 0.4s ease;
  align-items: center;
}

nav.scrolled ul {
  background: rgb(11 26 49 / 0%);
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  padding: 11px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

nav ul li a:hover,
nav ul li a:focus-visible {
  color: #0a192f;
  background: #f3d6a3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
  outline: none;
}

.btn-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  min-height: 44px;
  padding: 0 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

nav.scrolled .btn-top {
  background: white;
  color: black;
  border-color: white;
}

.btn-top:hover {
  background: white;
  color: black;
  transform: translateY(-2px);
  font-weight: 700;
}

.hero-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.sub-heading {
  display: block;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  opacity: 0.8;
}

.accent-font {
  font-family: 'Playfair Display', serif;
  text-transform: lowercase;
  font-style: italic;
  font-size: 24px;
  margin: 0 5px;
  letter-spacing: 0;
  color: #fff;
}

nav.scrolled+.hero .sub-heading {
  color: white;
}

.btn-primary {
  background: var(--accent-black);
  color: white;
  /* border: 2px solid var(--accent-black); */
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background: #333;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline {
  background: transparent;
  color: white;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: white;
  color: black;
  border-color: white;
  transform: translateY(-3px);
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* --- Hero Section --- */
.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 20px;
}

.hero-slider,
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider {
  z-index: -1;
  background: #050c18;
}

.hero-slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.1);
  animation: heroSlider 15s infinite;
}

.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48));
}

.hero-slide-1 {
  background-image: url('../image/banner/b3.png');
}

.hero-slide-2 {
  background-image: url('../image/banner/b5.png');
  animation-delay: 5s;
}

.hero-slide-3 {
  background-image: url('../image/banner/b2.png');
  animation-delay: 10s;
}

@keyframes heroSlider {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }

  8%,
  30% {
    opacity: 1;
  }

  38%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 8vw, 64px);
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero p {
  max-width: 550px;
  opacity: 0.9;
  margin-bottom: 35px;
  font-weight: 300;
  font-size: clamp(16px, 2vw, 18px);
}

:root {
  --gold: #c5a47e;
  --dark: #1a1a1a;
  --gray: #666;
  --light-bg: #fdfdfd;
}

.about-container {
  padding: 60px 0% 30px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.about-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.about-image-box {
  flex: 0 0 60%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}

.about-image-box img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
  transition: transform 2s ease;
  transform: scale(1.2);
}

.about-floating-card {
  flex: 0 0 50%;
  background: var(--light-bg);
  padding: 40px;
  margin-left: -10%;
  z-index: 2;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  border-left: 4px solid var(--gold);
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0.3s;
}

.reveal.active {
  opacity: 1;
  transform: translate(0, 0);
}

.about-image-box.active img {
  transform: scale(1);
}

.vertical-text {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #bbb;
  white-space: nowrap;
}

.about-tag {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.about-floating-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 12px;
}

.about-floating-card p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 20px;
}

.highlight-text {
  font-style: italic;
  border-left: 2px solid #eee;
  padding-left: 20px;
  margin: 30px 0;
  color: #888;
}

.btn-luxury {
  background: #0d1b3f !important;
  color: #fff !important;
  border-radius: 8px;
  letter-spacing: 2px;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-luxury:hover {
  background: #142a5c !important;
  box-shadow: 0 8px 15px rgba(13, 27, 63, 0.3);
}

@media (max-width: 1024px) {
  .about-image-box {
    flex: 0 0 100%;
    transform: translateY(30px);
  }

  .about-floating-card {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: -60px;
    width: 90%;
    padding: 40px;
  }

  .vertical-text {
    display: none;
  }
}

.about-image-box {
  width: 100%;
  height: 548px;
  overflow: hidden;
  position: relative;
}

.about-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

:root {
  --gold: #c5a47e;
  --section-bg: #050c18;
  --card-glass: rgba(255, 255, 255, 0.04);
  --overlay: rgba(5, 12, 24, 0.9);
}

.highlights-section {
  position: relative;
  padding: 80px 5%;
  background-image: url('../image/banner/b2.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.highlights-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(5 12 24 / 55%);
  z-index: 1;
}

.highlights-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.highlights-header {
  text-align: center;
  margin-bottom: 25px;
}

.highlights-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  letter-spacing: 4px;
  color: var(--gold);
  /* text-transform: uppercase; */
  margin-bottom: 2px;
}

.highlights-header p {
  font-size: 18px;
  color: #d7dce2;
  letter-spacing: 1px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(130px, auto);
  gap: 15px;
}

.highlight-card {
  background: var(--card-glass);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease;
}

.highlight-card:hover {
  border-color: var(--gold);
  background: rgba(197, 164, 126, 0.08);
  transform: translateY(-5px);
}

/* Grid Logic */
.c-large {
  grid-column: span 6;
  grid-row: span 2;
}

.c-medium {
  grid-column: span 4;
}

.c-wide {
  grid-column: span 6;
}

.highlight-card .icon {
  font-size: 32px;
  margin-bottom: 15px;
  display: block;
  color: var(--gold);
}

.highlight-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 3vw, 22px);
  margin-bottom: 8px;
}

.highlight-card p {
  font-size: 14px;
  color: #a0a8b3;
  line-height: 1.4;
  font-weight: 300;
}

@media (max-width: 992px) {

  .c-large,
  .c-medium,
  .c-wide {
    grid-column: span 6;
  }
}

@media (max-width: 650px) {
  .highlights-section {
    padding: 30px 20px;
  }

  .about-container {
    padding-top: 30px;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .c-large,
  .c-medium,
  .c-wide {
    grid-column: span 1;
    padding: 20px;
  }
}


.ep-global-wrapper {
  --accent-gold: #c5a47e;
  --accent-bright: #e0c29f;
  --bg-dark: #03070f;
  --glass-surface: rgba(255, 255, 255, 0.05);
  --border-thin: rgba(255, 255, 255, 0.12);

  background-color: var(--bg-dark);
  background-image: linear-gradient(rgba(3, 7, 15, 0.85), rgba(3, 7, 15, 0.85)),
    url('../image/banner/b3.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.ep-global-wrapper * {
  box-sizing: border-box;
}

.ep-ambient-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ep-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  background: radial-gradient(circle, rgba(197, 164, 126, 0.1), transparent);
  animation: ep-float 20s infinite alternate ease-in-out;
}

@keyframes ep-float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(100px, 50px) scale(1.2);
  }
}

.ep-main-wrapper {
  padding: 60px 5%;
  position: relative;
  z-index: 1;
}

.ep-content-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ep-hero-heading {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  text-align: center;
  margin-bottom: 9px;
  letter-spacing: 5px;
  /* text-transform: uppercase; */
  background: linear-gradient(to right, #fff, var(--accent-gold), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: ep-shine 5s linear infinite;
}

@keyframes ep-shine {
  to {
    background-position: 200% center;
  }
}

.ep-info-sync-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: stretch;
}

.ep-specs-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ep-spec-item {
  background: var(--glass-surface);
  padding: 30px 25px;
  border-radius: 24px;
  border: 1px solid var(--border-thin);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ep-spec-item:hover {
  transform: translateY(-8px);
  border-color: var(--accent-gold);
  background: rgba(197, 164, 126, 0.12);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.ep-spec-key {
  color: var(--accent-gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.ep-spec-data {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.ep-spec-span-full {
  grid-column: span 2;
}

.ep-payment-box {
  background: rgba(0, 0, 0, 0.4);
  padding: 40px;
  border-radius: 40px;
  border: 1px solid var(--border-thin);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ep-plan-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-thin);
  padding-bottom: 15px;
}

.ep-plan-top h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #fff;
}

.ep-plan-badge {
  color: var(--accent-gold);
  font-size: 22px;
  font-weight: 700;
}

.ep-timeline-stack {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 30px;
}

.ep-timeline-node {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}

.ep-timeline-node::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--accent-gold);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent-gold);
}

.ep-timeline-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 5px;
}

.ep-step-label {
  font-size: 14px;
  color: #dfdfdf;
}

.ep-step-val {
  font-weight: 700;
  color: var(--accent-gold);
}

.ep-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ep-cta-card {
  padding: 18px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: 0.4s;
  border: 1px solid var(--border-thin);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ep-cta-solid {
  background: linear-gradient(135deg, var(--accent-gold) 0%, #8e704d 100%);
  color: var(--bg-dark);
  border: none;
}

.ep-cta-outline {
  color: var(--accent-gold);
  border: 1px solid var(--accent-gold);
  background: rgba(197, 164, 126, 0.05);
}

.ep-cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  filter: brightness(1.1);
}

@media (max-width: 1024px) {
  .ep-info-sync-grid {
    grid-template-columns: 1fr;
  }

  .ep-payment-box {
    min-height: 550px;
  }
}

@media (max-width: 600px) {
  .ep-specs-layout {
    grid-template-columns: 1fr;
  }

  .ep-spec-span-full {
    grid-column: span 1;
  }

  .ep-cta-grid {
    grid-template-columns: 1fr;
  }

  .ep-hero-heading {
    font-size: 28px;
  }

  .ep-main-wrapper {
    padding: 40px 20px;
  }
}

.nj-amenities-wrapper {
  padding: 60px 0;
  background-color: #fcfcfc;
  font-family: 'Poppins', sans-serif;
}

.nj-luxury-card {
  position: relative;
  display: block;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
}

.nj-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.nj-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.nj-luxury-card:hover .nj-card-img {
  transform: scale(1.1);
}

.nj-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, transparent 100%);
  color: white;
  z-index: 2;
}

.nj-card-overlay h4 {
  font-weight: 700;
  margin: 0;
}

.nj-card-overlay p {
  font-size: 0.9rem;
  margin: 10px 0 0 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.nj-luxury-card:hover .nj-card-overlay p {
  opacity: 1;
  transform: translateY(0);
}

.nj-slider-dots .swiper-pagination-bullet-active {
  background: #c5a059 !important;
  width: 25px;
  border-radius: 5px;
}

.fancybox__content {
  max-width: 650px !important;
  max-height: 70vh !important;
  margin: auto !important;
  border-radius: 20px;
}

.nj-header-content {
  text-align: left;
  padding: 10px;
}

.nj-sub-badge {
  font-family: 'Poppins', sans-serif;
  color: #c5a059;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  display: block;
  /* margin-bottom: 5px; */
}

.nj-main-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 42px;
  color: #1a1a1a;
  line-height: 1.1;
  margin: 0;
}

/* Responsive scaling */
@media (max-width: 768px) {
  .nj-main-heading {
    font-size: 28px;
    text-align: center;
  }

  .nj-sub-badge {
    text-align: center;
  }
}


.builder-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #000;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

@media (max-width: 767px) {
  .builder-content.py-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.builder-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  width: 100%;
}

.gold-accent {
  color: #b0906b !important;
}

.border-gold {
  border-left: 4px solid #9a7b57 !important;
}

/* Mobile view me center karne ke liye */
@media (max-width: 767px) {
  .border-gold {
    border-left: none !important;
    border-left: 4px solid #9a7b57 !important;
    text-align: center;
    margin: 0 auto;
  }

  .border-gold h2,
  .border-gold p {
    text-align: start;
  }

  .col-lg-4 {
    display: flex;
    justify-content: center;
  }
}

.font-italic {
  font-style: italic;
}

.text-light-gray {
  color: rgba(255, 255, 255, 0.75);
}

.qr-wrapper {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.split-contact-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.light-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  z-index: 2;
}


.split-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 15px;
}

.contact-image-col {
  background-image: url('../image/banner/b6.png');
  background-size: cover;
  background-position: center;
  border-radius: 20px 0 0 20px;
  min-height: 550px;
}

.contact-form-col {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0 20px 20px 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.aesthetic-input {
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  color: #333 !important;
  border-radius: 8px !important;
  height: 55px !important;
}

.aesthetic-input:focus {
  border-color: #c5a059 !important;
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.1) !important;
}

.form-floating>label {
  color: #777 !important;
}

.btn-luxury {
  background: #c5a059 !important;
  color: #fff !important;
  border-radius: 8px;
  letter-spacing: 2px;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-luxury:hover {
  background: #b38f4d;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(197, 160, 89, 0.3);
}

.gold-accent {
  color: #c5a059 !important;
}

.text-dark-gray {
  color: #444;
}

.tracking-widest {
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .contact-image-col {
    border-radius: 20px 20px 0 0;
    min-height: 300px;
  }

  .contact-form-col {
    border-radius: 0 0 20px 20px;
  }
}

.qr-wrapper:hover {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .text-md-start {
    text-align: center !important;
  }
}

:root {
  --gold: #c5a059;
  --dark-bg: #0b120f;
  /* Un verde muy oscuro/negro para lujo industrial */
}

.price-section {
  background-color: var(--dark-bg);
  font-family: 'Inter', sans-serif;
}

.gold-text {
  color: var(--gold);
}

.tracking-widest {
  letter-spacing: 0.2rem;
}

/* Efecto Glassmorphism */
.glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  transition: all 0.4s ease;
}

.glass-card:hover {
  transform: translateY(-10px);
  border-color: var(--gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.glass-card.featured {
  background: rgba(197, 160, 89, 0.05);
  /* Sutil tinte dorado */
  border: 1px solid rgba(197, 160, 89, 0.3);
}

/* Botones Personalizados */
.btn-gold {
  background-color: var(--gold);
  color: #fff;
  border: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-gold:hover {
  background-color: #b08d4a;
  color: #fff;
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 600;
}

.btn-outline-gold:hover {
  background-color: var(--gold);
  color: white;
}

:root {
  /* Luxury Navy Gradient Colors */
  --navy-gradient: linear-gradient(135deg, #061221 0%, #0d1d36 100%);
  --accent-gold: #c5a059;
  --text-dim: rgba(255, 255, 255, 0.6);
}

.nj-footer-wrap {
  background: var(--navy-gradient);
  color: #ffffff;
  padding: 40px 0 20px;
  /* Reduced padding for a tighter look */
  font-family: 'Poppins', sans-serif;
}

/* Top Contact Section - Compact */
.nj-footer-top {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 5px;
  margin-bottom: 9px;
}

.nj-contact-lbl {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-gold);
  /* margin-bottom: 5px; */
  display: block;
}

.nj-contact-val {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  /* Balanced size */
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.nj-contact-val:hover {
  color: var(--accent-gold);
}

/* Disclaimer Area - Clean & Justified */
.nj-disc-text {
  font-size: 16px;
  /* Smaller for professional look */
  line-height: 1.6;
  color: var(--text-dim);
  text-align: justify;
  /* max-width: 950px; */
  margin: 0px auto 19px;
}

/* Bottom Copyright Bar */
.nj-footer-btm {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  color: var(--text-dim);
}

.nj-f-links a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s;
}

.nj-f-links a:hover {
  color: var(--accent-gold);
}

.nj-gtf-credit {
  text-align: right;
}

.nj-gtf-credit b {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .nj-contact-val {
    font-size: 1.5rem;
  }

  .nj-gtf-credit {
    text-align: center;
    margin-top: 10px;
  }

  .nj-f-links {
    text-align: center;
    margin-bottom: 10px;
  }

  .nj-amenities-wrapper {
    padding: 30px 20px
  }
}


.location-advantages-section {
  font-family: 'Inter', sans-serif;
  background-color: #fafafa;
}

.top-location-image img {
  height: 350px;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.bg-blur {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gold-text {
  color: #c5a059 !important;
}

.tracking-widest {
  letter-spacing: 4px;
}

.accent-line {
  width: 60px;
  height: 3px;
  background-color: #c5a059;
}

.location-card {
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06) !important;
}

.location-list li {
  font-size: 0.95rem;
  color: #555;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.location-list li:last-child {
  padding-bottom: 0;
}

.location-list li::before {
  /* content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢"; */
  color: #c5a059;
  margin-right: 10px;
  font-weight: bold;
}

.km-text {
  font-weight: bold;
  color: #c5a059;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .top-location-image img {
    height: 250px;
  }

  .display-5 {
    font-size: 2.2rem;
  }
}


:root {
  --navy-deep: #0a192f;
  --navy-hover: #0d213f;
  --gold-gradient: linear-gradient(135deg, #fceabb 0%, #fccd4d 24%, #f8b500 50%, #fccd4d 79%, #fceabb 100%);
  --font-main: 'Inter', sans-serif;
}

.price-section {
  padding: 0 0 60px;
  background-color: #fff;
}

.subtitle-premium {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  color: #c5a059;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.luxury-heading {
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 40px;
}

.gold-gradient-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.price-card {
  background-color: var(--navy-deep);
  border-radius: 20px;
  padding: 30px 25px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 25px rgba(10, 25, 47, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(10, 25, 47, 0.25);
}

.unit-type {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.unit-type::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #b08e55;
}

.price-tag {
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #8e704d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 5px 0;
}

.size-info {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}

.label-meta {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.card-hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 5px 0;
}

.btn-premium {
  background: linear-gradient(135deg, var(--accent-gold) 0%, #8e704d 100%);
  color: #000 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 14px !important;
  border-radius: 10px;
  border: none;
  width: 100%;
  margin-top: 25px;
  transition: 0.3s;
}

.btn-premium:hover {
  filter: brightness(1.15);
  transform: scale(1.02);
}

/* --- Mobile Responsive Logic --- */

/* Hamburger Icon styling */
.menu-toggle {
  display: none;
  /* Desktop par chhupa rahega */
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1002;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .menu-toggle {
    display: flex;
  }

  nav ul {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 70%;
    background: #0a192f;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    gap: 28px;
    transition: 0.5s ease;
    backdrop-filter: none;
    margin: 0;
  }

  nav ul li a {
    font-size: 18px;
    min-height: 46px;
    padding: 13px 18px;
  }

  nav ul.active {
    right: 0;
  }

  .btn-top {
    display: none;
  }
}

@media (max-width: 768px) {
  .sub-heading {
    margin-bottom: 0 !important;
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 2px;
  }
}

.nj-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nj-contact-box {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .nj-footer-top {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .row>[class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
  }

  .location-card {
    display: block !important;
    width: 100% !important;
    min-height: 200px !important;
  }
}