/* RESET & BASE */
*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}
body {line-height:1.6;}

html{
  scroll-behavior:smooth;
}

/* HEADER BASE */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* CONTAINER */
.header-container {
  max-width: 1300px;
  margin: auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo img {
  height: 55px;
  width: auto;
}

/* NAVIGATION */
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 36px;
}

.main-nav a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #2b2b2b;
  font-weight: 500;
  position: relative;
}

/* Subtle underline on hover (premium touch) */
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: #1a1a1a;
  transition: width 0.3s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

/* CTA */
.header-cta .cta-btn {
  text-decoration: none;
  padding: 10px 22px;
  border: 1px solid #1a1a1a;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: all 0.3s ease;
}


.header-cta .cta-btn:hover {
  background: #1a1a1a;
  color: #ffffff;
}


/* HERO */
.hero-section {
  position: relative;
  height: 80vh;
  min-height: 520px;
  background: url('/images/Eldeco_7_Peaks_Residences.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
}

/* Soft overlay (NOT dark) */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 25%,
    rgba(0, 0, 0, 0.22) 45%,
    rgba(0, 0, 0, 0.08) 60%,
    rgba(0, 0, 0, 0.0) 100%
  );
}


/* CONTENT */
.hero-content {
  position: relative;
  max-width: 600px;
  padding-left: 80px;
  color: #f5f5f5;
}
.seo-hidden{
position:absolute;
left:-9999px;
}


/* Tagline */
.hero-tagline {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #d8d8d8;
}

/* Heading */
.hero-content h1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 18px;
}

/* Description */
.hero-content p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 30px;
  color: #e2e2e2;
}

/* CTA */
.hero-cta {
  text-decoration: none;
  padding: 12px 26px;
  border: 1px solid #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease;
}

.hero-cta:hover {
  background: #ffffff;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .hero-section {
    background: url('/images/eldeco_7_peaks_residences_mobile.jpg') center/cover no-repeat;

    height: 90vh;        /* Main driver */
    min-height: 520px;   /* Prevents ultra-small phones breaking layout */
    max-height: 780px;   /* Prevents giant phones looking empty */
  }
}


/* OVERVIEW SECTION */
.overview-section {
  padding: 110px 0;
  background: #ffffff;
}

.overview-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  gap: 90px;
}

/* LEFT CONTENT */
.overview-content {
  max-width: 640px;
}

.section-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 16px;
}

.overview-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 28px;
  color: #1a1a1a;
}

.overview-content p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
  color: #2b2b2b;
}

/* RIGHT ICON LIST */
.overview-highlight {
  width: 380px;
  border-left: 1px solid rgba(0,0,0,0.08);
  padding-left: 42px;
}

.overview-highlight ul {
  list-style: none;
}

.overview-highlight li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 36px;
}

/* ICON */
.icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #1a1a1a;
  stroke-width: 1.4;
}

/* TEXT */
.overview-highlight strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.overview-highlight span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.hl-section {
  position: relative;
  padding: 120px 0 100px;

  background:
    linear-gradient(
      rgba(255,255,255,0.25),
      rgba(255,255,255,0.50)
    ),
    url("../images/Highlights-bg-Eldeco-Omicron1A.jpg") center/cover no-repeat;

  overflow: hidden;
}

.hl-side-text {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  font-size: 60px;
  letter-spacing: 6px;
  color: #e5e5e5;
  font-family: 'Inter', sans-serif;
}

.hl-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 0 40px;
}

.hl-eyebrow {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.hl-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  margin: 20px 0;
  letter-spacing: 1px;
}

.hl-divider {
  display: block;
  width: 40px;
  height: 1px;
  background: #1a1a1a;
  margin: 20px auto;
}

.hl-desc {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

/* Slider */
.hl-slider-wrap {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.hl-slider {
  display: flex;
  gap: 60px;
  width: 980px;          /* SHOW 4 ITEMS */
  overflow-x: auto;
  scroll-behavior: smooth;
}

/* Icon base */
.hl-icon {
  width: 110px;
  height: 110px;
  margin: auto;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 40px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Subtle hover polish */
.hl-item:hover .hl-icon {
  transform: translateY(4px);
}

/* Color themes */
.hl-item.acre .hl-icon {
  background: #f4f8f5;
  color: #2f6f4e;
  border-color: #cfe3d8;
}

.hl-item.tower .hl-icon {
  background: #f3f6fb;
  color: #2f4f8f;
  border-color: #d2dcf3;
}

.hl-item.height .hl-icon {
  background: #fef6f1;
  color: #b85c2e;
  border-color: #f2d7c6;
}

.hl-item.architecture .hl-icon {
  background: #f7f5fa;
  color: #5a3e85;
  border-color: #e0d9ee;
}

.hl-item.green .hl-icon {
  background: #f1faf5;
  color: #1f7a4f;
  border-color: #cdeee0;
}

.hl-item.sunlight .hl-icon {
  background: #fff9ec;
  color: #b58900;
  border-color: #f3e2b8;
}


.hl-slider::-webkit-scrollbar {
  display: none;
}

.hl-item {
  min-width: 200px;
  text-align: center;
}


.hl-item p {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.6;
}

/* Arrows */
.hl-arrow {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #0e3b16;
  z-index: 5;           /* FIX */
}

/* PRICE SECTION */
.price-section {
  padding: 120px 0;
  background: #ffffff;
}

.price-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 0 40px;
}

.price-eyebrow {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
}

.price-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  margin: 20px 0;
}

.price-divider {
  width: 40px;
  height: 1px;
  background: #1a1a1a;
  margin: 20px auto 60px;
  display: block;
}

/* GRID */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.price-card {
  border: 1px solid #eee;
  transition: 0.3s;
  background: #fff;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

/* IMAGE */
.price-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* CONTENT */
.price-content {
  padding: 28px;
}

.price-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  margin-bottom: 14px;
}

.price-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

/* BUTTON */
.price-btn {
  margin-top: 18px;
  padding: 12px 22px;
  border: 1px solid #0e3b16;
  background: transparent;
  color: #0e3b16;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.price-btn:hover {
  background: #0e3b16;
  color: #fff;
}


.price-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* ===== Popup Header ===== */
.price-popup-header {
  margin-bottom: 24px;
}

/* Top Line = Logo + Project Name */
.popup-top-line {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Logo */
.popup-logo {
  width: 105px;
  height: auto;
}

.popup-divider {
  font-size: 26px;
  font-weight: 300;
  color: #c8c8c8;
  margin: 0 4px;
}


/* ===== Premium Project Name ===== */
.popup-project-name {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #b8963f;

  /* Premium Feel */
  font-family: "Playfair Display", serif;
}

.popup-project-name {
  transition: 0.3s ease;
}

.popup-project-name:hover {
  color: #1a1a1a;
}


.popup-location {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #6b6b6b;
  text-transform: uppercase;
}


.popup-project p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #666;
}

.price-popup-box {
  background: white;
  padding: 40px;
  width: 380px;
  position: relative;
}

.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 26px;
  cursor: pointer;
}

.price-popup input {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border: 1px solid #ddd;
}

.popup-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 11px;
  color: #555;
  line-height: 1.4;
  cursor: pointer;
  margin: 12px 0 18px;
  position: relative;
}


.checkmark {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  border: 1.5px solid #0e3b16;
  display: inline-block;
  position: relative;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.popup-consent input:checked + .checkmark {
  background: #0e3b16;
  border-color: #0e3b16;
}

.popup-consent input:checked + .checkmark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.consent-text {
  margin-top: -1px;
}

.popup-consent input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.price-popup button {
  width: 100%;
  padding: 14px;
  background: #0e3b16;
  color: white;
  border: none;
  cursor: pointer;
}

/* AMENITIES SECTION */
.amenities-section {
  padding: 120px 0;
  background: linear-gradient(180deg,#ffffff 0%, #f6fbf8 100%);
}

.am-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  text-align: center;
}

/* Heading */
.am-eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.am-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  margin: 20px 0;
}

.am-divider {
  display: block;
  width: 40px;
  height: 1px;
  background: #1a1a1a;
  margin: 20px auto;
}

.am-desc {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

/* Grid */
.am-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
}

/* Card */
.am-card {
  padding: 32px 24px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #edf3ef;
  transition: all 0.3s ease;
}

.am-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* Icon */
.am-card .material-symbols-outlined {
  font-size: 42px;
  color: #2f6f4e;
  margin-bottom: 16px;
}

/* Text */
.am-card h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.am-card p {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.6;
}

@media(max-width:1024px){
  .am-grid{
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:600px){
  .am-grid{
    grid-template-columns: 1fr;
  }

  .am-title{
    font-size: 32px;
  }
}

/* WALKTHROUGH SECTION */
.walkthrough-section{
  padding: 120px 0;
  background: #ffffff;
}

.wt-container{
  max-width: 1100px;
  margin: auto;
  padding: 0 40px;
  text-align: center;
}

/* Heading */
.wt-eyebrow{
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wt-title{
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 400;
  margin: 20px 0;
}

.wt-divider{
  display:block;
  width:40px;
  height:1px;
  background:#1a1a1a;
  margin:20px auto;
}

.wt-desc{
  max-width:650px;
  margin:auto;
  color:#666;
  line-height:1.8;
  font-size:15px;
}

/* MEDIA BLOCK */
.wt-media{
  margin-top:60px;
  position:relative;
  cursor:pointer;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

.wt-media img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
  transition: transform 0.6s ease;
}

/* Overlay */
.wt-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.35)
  );
}

/* Play Button */
.wt-play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:90px;
  height:90px;
  background:#ffffff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 15px 40px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.wt-play span{
  font-size:42px;
  color:#0e3b16;
}

/* Hover Effects */
.wt-media:hover img{
  transform:scale(1.05);
}

.wt-media:hover .wt-play{
  transform:translate(-50%,-50%) scale(1.08);
}

.loc-section{
  padding:120px 0;
  background:#f6fbf8;
}

.loc-container{
  width:90%;
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

/* LEFT */

.loc-eyebrow{
  font-size:14px;
  letter-spacing:2px;
  color:#6b8f7a;
  text-transform:uppercase;
}

.loc-title{
  font-size:42px;
  line-height:1.3;
  margin:20px 0;
  color:#0f2f2a;
}

.loc-divider{
  width:60px;
  height:2px;
  background:#86c5a3;
  display:block;
  margin:20px 0 40px;
}

/* POINT LIST */

.loc-points{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.loc-point{
  display:flex;
  align-items:center;
  gap:20px;
  padding-bottom:18px;
  border-bottom:1px solid #e4efe9;
  transition:.3s;
}

.loc-point:hover{
  transform:translateX(6px);
}

/* CIRCLE */

.loc-circle{
  width:60px;
  height:60px;
  border-radius:50%;
  background:#dff2e8;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  font-weight:600;
  color:#1c5c4c;
  font-size:14px;
}

.loc-circle span{
  font-size:10px;
  opacity:.7;
}

/* RIGHT */

.loc-desc{
  font-size:15px;
  line-height:1.8;
  color:#556d65;
  margin-bottom:30px;
}

.loc-map img{
  width:100%;
  border-radius:14px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

@media(max-width:900px){

  .loc-container{
    grid-template-columns:1fr;
    gap:50px;
  }

  .loc-title{
    font-size:32px;
  }

}

.loc-right{
  background:rgba(255,255,255,0.5);
  padding:30px;
  border-radius:18px;
  backdrop-filter:blur(10px);
}

.loc-point{
  opacity:0;
  transform:translateY(20px);
  animation:fadeUp .6s ease forwards;
}

.loc-point:nth-child(2){animation-delay:.1s}
.loc-point:nth-child(3){animation-delay:.2s}
.loc-point:nth-child(4){animation-delay:.3s}
.loc-point:nth-child(5){animation-delay:.4s}
.loc-point:nth-child(6){animation-delay:.5s}

@keyframes fadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.gallery-section{
  padding:120px 0;
  background:#ffffff;
}

.gallery-container{
  width:90%;
  max-width:1200px;
  margin:auto;
  text-align:center;
}

/* Heading */

.gallery-eyebrow{
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#7aa892;
}

.gallery-title{
  font-size:40px;
  margin:18px 0;
  color:#0f2f2a;
}

.gallery-divider{
  width:70px;
  height:2px;
  background:#9ed6b7;
  display:block;
  margin:20px auto 60px;
}

/* Gallery Layout */

.focus-gallery{
  display:grid;
  grid-template-columns: 1fr 180px;
  gap:22px;
  align-items:center;
}

/* Main Image */

.focus-main{
  position:relative;
  border-radius:20px;
  overflow:hidden;
}

.focus-main img{
  width:100%;
  height:520px;
  object-fit:cover;
  transition: transform 1s ease;
}

.focus-main:hover img{
  transform:scale(1.05);
}

.focus-caption{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:24px;
  background:linear-gradient(transparent, rgba(0,0,0,.65));
  color:white;
  text-align:left;
  font-size:18px;
  letter-spacing:1px;
}

/* Thumbnails */

.focus-thumbs{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.focus-thumb{
  width:100%;
  height:110px;
  object-fit:cover;
  border-radius:14px;
  cursor:pointer;
  opacity:.55;
  transform:scale(.95);
  transition:.4s;
}

.focus-thumb:hover{
  opacity:1;
}

.focus-thumb.active{
  opacity:1;
  transform:scale(1);
  box-shadow:0 10px 25px rgba(0,0,0,.2);
}

/* Mobile */

@media (max-width: 900px){

/* ===== SECTION FEEL ===== */

.gallery-section{
  padding:70px 0;
  background:#fff;
}

.gallery-container{
  width:100%;
  padding:0 20px;
}

/* ===== MAIN IMAGE (Hero Feel) ===== */

.focus-main{
  border-radius:22px;
  overflow:hidden;

  box-shadow:
    0 30px 60px rgba(0,0,0,0.18),
    0 8px 20px rgba(0,0,0,0.12);
}

.focus-main img{
  width:100%;
  height:65vw;
  max-height:440px;
  object-fit:cover;

  transition:
    transform 1.2s cubic-bezier(.19,1,.22,1),
    opacity .6s ease;
}

/* Subtle Apple depth on press */
.focus-main:active img{
  transform:scale(1.02);
}

/* ===== GLASS CAPTION ===== */

.focus-caption{
  padding:20px;
  font-size:15px;

  backdrop-filter:blur(10px);

  background:
    linear-gradient(
      transparent,
      rgba(0,0,0,.55)
    );
}

/* ===== APPLE SCROLL THUMB STRIP ===== */

.focus-thumbs{

  display:flex;
  gap:14px;

  margin-top:22px;
  padding-bottom:12px;

  overflow-x:auto;

  scroll-snap-type:x mandatory;
  scroll-padding-left:20px;

  -webkit-overflow-scrolling:touch;
}

/* Hide scrollbar cleanly */
.focus-thumbs::-webkit-scrollbar{
  display:none;
}

/* ===== THUMB FEEL ===== */

.focus-thumb{

  min-width:120px;
  height:78px;

  border-radius:14px;

  flex-shrink:0;

  scroll-snap-align:start;

  opacity:.6;

  transform:scale(.94);

  transition:
    transform .7s cubic-bezier(.19,1,.22,1),
    opacity .4s ease,
    box-shadow .6s cubic-bezier(.19,1,.22,1);
}

/* Hover (Tablet users) */
.focus-thumb:hover{
  transform:scale(.98);
  opacity:.9;
}

/* Active — Apple Depth */
.focus-thumb.active{
  transform:scale(1);
  opacity:1;

  box-shadow:
    0 25px 45px rgba(0,0,0,0.25),
    0 6px 12px rgba(0,0,0,0.18);
}

}

/* SECTION */

.faq-section{
  padding:100px 0;
  background:#f8faf9;
}

.faq-container{
  width:92%;
  max-width:900px;
  margin:auto;
}

/* Heading */

.faq-eyebrow{
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#7aa892;
}

.faq-title{
  font-size:38px;
  margin:18px 0 50px;
  color:#0f2f2a;
}

/* FAQ Items */

.faq-item{
  border-bottom:1px solid #e6ecea;
}

.faq-question{
  width:100%;
  background:none;
  border:none;
  text-align:left;
  padding:22px 0;
  font-size:18px;
  font-weight:500;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#0f2f2a;
  transition:.3s;
}

.faq-question:hover{
  opacity:.7;
}

.faq-icon{
  font-size:22px;
  transition:.35s;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  font-size:15px;
  line-height:1.7;
  color:#5b6b66;
  transition:max-height .5s ease, padding .4s ease;
}

/* Active */

.faq-item.active .faq-answer{
  max-height:200px;
  padding-bottom:22px;
}

.faq-item.active .faq-icon{
  transform:rotate(45deg);
}


/* ===== MOBILE STICKY CTA ===== */

.mobile-cta-bar{

  position:fixed;
  bottom:0;
  left:0;
  width:100%;

  display:none;
  grid-template-columns:1fr 1fr;

  backdrop-filter: blur(18px);
  background: rgba(255,255,255,0.92);

  box-shadow:
    0 -8px 30px rgba(0,0,0,0.12);

  z-index:9999;
}

/* Buttons */

.mobile-cta{

  text-align:center;
  padding:16px 10px;

  font-size:14px;
  letter-spacing:1.5px;
  text-transform:uppercase;

  text-decoration:none;
  font-weight:500;

  transition:
    transform .25s ease,
    background .3s ease,
    color .3s ease;
}

/* Enquire Button */

.mobile-cta.enquire{
  color:#0e3b16;
  border-right:1px solid rgba(0,0,0,0.08);
}

/* Call Button */

.mobile-cta.call{
  color:#ffffff;
  background:#0e3b16;
}

/* Tap Feedback */

.mobile-cta:active{
  transform:scale(.96);
}

/* ===== SHOW ONLY MOBILE ===== */

@media(max-width:768px){

  .mobile-cta-bar{
    display:grid;

    /* iPhone safe area support */
    padding-bottom: env(safe-area-inset-bottom);
  }

  /* Prevent content hiding behind bar */
  body{
    padding-bottom:75px;
  }

}
.mobile-cta.call:hover{
  background:#124a1d;
}

.mobile-cta.enquire:hover{
  background:rgba(14,59,22,0.05);
}




/* CONTACT SECTION */
.contact-section{
  position:relative;
  padding:120px 0 60px;
  background:url("../images/eldeco-7-peak-residences.jpg") center/cover no-repeat;
  color:#fff;
}

/* Overlay */
.contact-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(8,45,25,0.92),
    rgba(8,45,25,0.85)
  );
}

/* Container */
.contact-container{
  position:relative;
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:80px;
  align-items:center;
  padding:0 40px;
}

/* LEFT ABOUT */
.contact-about{
  flex:1;
}

.contact-about h2{
  font-family:'Playfair Display',serif;
  font-size:38px;
  margin-bottom:25px;
}

.contact-about p{
  font-family:'Inter',sans-serif;
  line-height:1.9;
  color:#dfeee6;
  margin-bottom:20px;
}

/* FORM BOX */
.contact-form-box{
  width:420px;
  background:#ffffff;
  color:#111;
  padding:45px;
  border-radius:6px;
  box-shadow:0 30px 60px rgba(0,0,0,0.25);
}

.contact-form-box h3{
  font-size:26px;
  margin-bottom:8px;
}

.contact-sub{
  font-size:14px;
  color:#666;
  margin-bottom:25px;
}

/* FORM */
.contact-form-box form{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.contact-form-box input,
.contact-form-box textarea{
  border:none;
  border-bottom:1px solid #ccc;
  padding:10px 0;
  font-size:15px;
  outline:none;
  background:transparent;
}

.contact-form-box textarea{
  resize:none;
  height:70px;
}

/* BUTTON */
.contact-form-box button{
  margin-top:15px;
  padding:16px;
  background:#000;
  color:#fff;
  border:none;
  border-radius:40px;
  font-size:14px;
  letter-spacing:2px;
  cursor:pointer;
  transition:0.3s;
}

.contact-form-box button:hover{
  background:#0e3b16;
}

/* CONSENT */
.contact-consent{
  display:flex;
  gap:10px;
  font-size:12px;
  color:#555;
  margin-top:15px;
}

/* FOOTER */
.contact-footer{
  position:relative;
  max-width:1200px;
  margin:80px auto 0;
  padding:30px 40px 0;
  border-top:1px solid rgba(255,255,255,0.2);
  text-align:center;
}

.disclaimer{
  font-size:13px;
  color:#d7e9df;
  margin-bottom:18px;
}

.rera{
  font-size:13px;
  color:#b9d6c8;
  margin-bottom:10px;
}

.credits{
  font-size:12px;
  color:#9fc4b1;
}

@media (max-width:1024px){

/* HEADER */
.header-container{
  padding:16px 20px;
}

.main-nav ul{
  gap:22px;
}

/* HERO */
.hero-section{
  height:70vh;
}

.hero-content{
  padding-left:40px;
  max-width:500px;
}

.hero-content h1{
  font-size:42px;
}

/* OVERVIEW */
.overview-container{
  flex-direction:column;
  gap:50px;
  padding:0 40px;
}

.overview-highlight{
  width:100%;
  border-left:none;
  padding-left:0;
}

/* HIGHLIGHTS */
.hl-slider{
  width:100%;
}

.hl-side-text{
  display:none;
}

/* PRICE GRID */
.price-grid{
  grid-template-columns: repeat(2,1fr);
}

/* AMENITIES */
.am-grid{
  grid-template-columns: repeat(2,1fr);
}

/* WALKTHROUGH */
.wt-media img{
  height:420px;
}

/* LOCATION */
.loc-container{
  grid-template-columns:1fr;
  gap:50px;
}

/* CONTACT */
.contact-container{
  flex-direction:column;
  gap:50px;
}

.contact-form-box{
  width:100%;
}

}

@media (max-width:768px){

/* HEADER */
.main-nav{
  display:none;
}

.header-container{
  padding:14px 18px;
}

.logo img{
  height:42px;
}

/* HERO */
.hero-section{
  height:75vh;
}

.hero-content{
  padding:0 20px;
}

.hero-content h1{
  font-size:34px;
}

.hero-content p{
  font-size:14px;
}

/* OVERVIEW */
.overview-section{
  padding:80px 0;
}

.overview-container{
  padding:0 20px;
}

/* HIGHLIGHTS */
.hl-section{
  padding:80px 0;
}

.hl-title{
  font-size:32px;
}

.hl-slider-wrap{
  gap:10px;
}

.hl-arrow{
  font-size:26px;
}

/* PRICE */
.price-section{
  padding:80px 0;
}

.price-grid{
  grid-template-columns:1fr;
}

/* AMENITIES */
.am-section{
  padding:80px 0;
}

.am-title{
  font-size:32px;
}

.am-grid{
  grid-template-columns:1fr;
}

/* WALKTHROUGH */
.wt-section{
  padding:80px 0;
}

.wt-title{
  font-size:32px;
}

.wt-media img{
  height:300px;
}

.wt-play{
  width:70px;
  height:70px;
}

/* LOCATION */
.loc-section{
  padding:80px 0;
}

.loc-title{
  font-size:30px;
}

/* GALLERY */
.gallery-section{
  padding:80px 0;
}

.gallery-title{
  font-size:30px;
}

.gallery-grid{
  grid-template-columns:1fr;
  grid-template-rows:auto;
}

.gallery-item.large{
  grid-row:auto;
}

/* CONTACT */
.contact-section{
  padding:80px 0 40px;
}

.contact-about h2{
  font-size:30px;
}

.contact-form-box{
  padding:30px;
}

/* POPUP */
.price-popup-box{
  width:75%;
  padding:28px;
}

.popup-logo{
  width:85px;
}

.popup-project-name{
  font-size:16px;
}

}

