/* ============================================
   BPTP Downtown 66 - Custom Theme Styles
   ============================================ */

/* ── Fancybox Fix ── */
.fancybox-is-open { z-index: 999999 !important; }
.fancybox-container { z-index: 999999 !important; }
.fancybox-bg { background: #000 !important; opacity: 0.92 !important; }
.fancybox-toolbar { opacity: 1 !important; visibility: visible !important; }
.fancybox-button { background: rgba(255,255,255,0.15) !important; }
.fancybox-button:hover { background: rgba(201,168,76,0.8) !important; }
.fancybox-caption { font-size: 14px; color: #c9a84c; }

/* ── Common / Reusable ── */
.section-tag { font-size: 11px; letter-spacing: 3px; color: #c9a84c; text-transform: uppercase; margin-bottom: 12px; font-weight: 500; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 400; line-height: 1.2; margin-bottom: 8px; }
.section-title em { color: #c9a84c; font-style: italic; }
.gold-line { width: 50px; height: 3px; background: #c9a84c; margin-bottom: 24px; }
.gold-line-center { width: 50px; height: 3px; background: #c9a84c; margin: 16px auto 20px; }
.section-body { font-size: 13px; color: #333; line-height: 1.8; }
.section-body-light { font-size: 14px; color: rgba(255,255,255,0.5); max-width: 550px; margin: 0 auto; line-height: 1.7; }
.corner-accent-tl { position: absolute; top: 0; left: 0; width: 120px; height: 120px; border-top: 3px solid rgba(201,168,76,0.7); border-left: 2px solid rgba(201,168,76,0.5); }
.corner-accent-br { position: absolute; bottom: 0; right: 0; width: 120px; height: 120px; border-bottom: 3px solid rgba(201,168,76,0.8); border-right: 2px solid rgba(201,168,76,0.5); }
.corner-accent-tl.subtle { border-color: rgba(201,168,76,0.15); }
.corner-accent-br.subtle { border-color: rgba(201,168,76,0.15); }
.corner-accent-tr { position: absolute; top: 0; right: 0; width: 80px; height: 80px; border-top: 2px solid rgba(201,168,76,0.15); border-right: 2px solid rgba(201,168,76,0.15); }
.corner-accent-bl { position: absolute; bottom: 0; left: 0; width: 80px; height: 80px; border-bottom: 2px solid rgba(201,168,76,0.15); border-left: 2px solid rgba(201,168,76,0.15); }
.gold-badge { display: inline-block; background: #c9a84c; color: #fff; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; padding: 5px 14px; border-radius: 3px; margin-bottom: 12px; text-transform: uppercase; }
.gold-btn { display: inline-block; padding: 12px 32px; background: linear-gradient(135deg, #c9a84c, #8b6914); color: #fff; border-radius: 30px; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease; border: none; cursor: pointer; }
.gold-btn:hover { opacity: 0.9; color: #fff; }
.gold-btn-outline { display: inline-block; padding: 12px 32px; border: 1px solid #c9a84c; color: #c9a84c; border-radius: 30px; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease; background: transparent; }
.gold-btn-outline:hover { background: rgba(201,168,76,0.1); color: #c9a84c; }

/* ── Dark Section Base ── */
.section-dark { background: #1a1a2e; padding: 70px 0; position: relative; overflow: hidden; }
.section-light { background: #f8f6f0; padding: 60px 0; }
.section-white { background: #fff; padding: 60px 0; }

/* ── Modal Form ── */
.modal-popup-dialog { max-width: 480px; }
.modal-popup-content { background: #ffffff; border: 1px solid rgba(201,168,76,0.25); border-radius: 16px; overflow: hidden; position: relative; }
.modal-close-btn { position: absolute; top: 14px; right: 14px; background: #f5f0e6; border: 1px solid rgba(201,168,76,0.2); color: #8b6914; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 14px; z-index: 10; transition: all 0.3s; }
.modal-close-btn:hover { background: rgba(201,168,76,0.15); }
.modal-inner { padding: 40px 32px 36px; }
.modal-header-text { text-align: center; margin-bottom: 28px; }
.modal-title-serif { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: #1a1a2e; margin-bottom: 4px; }
.modal-title-serif em { color: #a78c41; font-weight: 600; }
.modal-subtitle { font-size: 12px; color: #7a7878; }

/* ── Form Inputs - Light Theme (Modal) ── */
.form-input-light { width: 100%; padding: 12px 16px; background: #f8f6f0; border: 1px solid rgba(201,168,76,0.25); border-radius: 8px; color: #0f0f19; font-size: 13px; outline: none; transition: border-color 0.3s; }
.form-input-light:focus { border-color: #c9a84c; }
.form-select-light { padding: 12px 8px; background: #f8f6f0; border: 1px solid rgba(201,168,76,0.25); border-radius: 8px; color: #1a1a2e; font-size: 13px; outline: none; }
.form-submit-btn { width: 100%; padding: 14px; background: linear-gradient(135deg, #c9a84c, #8b6914); border: none; border-radius: 30px; color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: opacity 0.3s; }
.form-submit-btn:hover { opacity: 0.9; }

/* ── Form Inputs - Dark Theme (Banner, Developer, Mobile) ── */
.form-input-dark { width: 100%; padding: 12px 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.4); border-radius: 8px; color: #fff; font-size: 13px; outline: none; transition: border-color 0.3s; }
.form-input-dark:focus { border-color: #c9a84c; }
.form-select-dark { padding: 12px 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.2); border-radius: 8px; color: #fff; font-size: 13px; outline: none; }
.form-select-dark option { background: #1a1a2e; }

/* ── Banner Form (Desktop) ── */
.banner-form-card { background: rgba(26,26,46,0.92); backdrop-filter: blur(12px); border: 1px solid rgba(201,168,76,0.2); border-radius: 16px; padding: 32px 28px; position: relative; }
.banner-form-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; color: #fff; }
.banner-form-title em { color: #c9a84c; }
.banner-form-tag { font-size: 11px; letter-spacing: 2px; color: #c9a84c; text-transform: uppercase; margin-bottom: 6px; }

/* ── Mobile Form ── */
.mobile-form-card { background: #1a1a2e; border: 1px solid rgba(201,168,76,0.2); border-radius: 16px; padding: 28px 20px; margin-top: -20px; position: relative; z-index: 5; }

/* ── Banner Left Content ── */
.banner-tag { font-size: 10px; letter-spacing: 3px; color: #c9a84c; text-transform: uppercase; margin-bottom: 8px; font-weight: 500; }
.banner-title { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 400; color: #fff; line-height: 1.1; margin-bottom: 6px; }
.banner-title em { color: #c9a84c; font-style: italic; }
.banner-address { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 24px; letter-spacing: 0.5px; }
.banner-rera { font-size: 13px; color: rgba(255,255,255,0.8); margin-bottom: 24px; letter-spacing: 0.5px; }
.banner-config-pill { display: inline-block; background: rgba(255,255,255,0.08); border: 1px solid rgba(201,168,76,0.2); border-radius: 10px; padding: 5px 20px; margin-bottom: 20px; }
.banner-config-text { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.9); letter-spacing: 0.5px; }
.banner-config-size { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #c9a84c; font-weight: 600; }
.banner-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.banner-price-label { font-size: 13px; color: rgba(255,255,255,0.9); text-transform: uppercase; letter-spacing: 1px; min-width: 100px; }
.banner-price-val { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: #c9a84c; font-weight: 600; }
.banner-price-val-std { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: rgba(255,255,255,0.9); font-weight: 600; }
.banner-price-suffix { font-size: 12px; color: rgba(255,255,255,0.8); }
.banner-divider { width: 40px; height: 1px; background: rgba(201,168,76,0.25); margin-bottom: 12px; }
.banner-check { font-size: 13.5px; color: rgba(255,255,255,0.9); }
.banner-check .check { color: #c9a84c; }
.banner-cta-text { font-size: 13.5px; color: #c9a84c; font-weight: 500; margin-bottom: 20px; letter-spacing: 0.3px; }
.banner-prices { margin-bottom: 20px; }
.banner-checks { display: flex; gap: 20px; flex-wrap: wrap; }
.banner-form-wrap { float: right; width: 100%; max-width: 380px; }
.banner-form-corner { position: absolute; top: 0; right: 0; width: 60px; height: 60px; border-top: 2px solid rgba(201,168,76,0.15); border-right: 2px solid rgba(201,168,76,0.15); border-radius: 0 16px 0 0; }
.banner-form-header { text-align: center; margin-bottom: 22px; }

/* ── Stats Strip ── */
.stats-strip { display: flex; justify-content: center; flex-wrap: nowrap; }
.stats-strip .stat-item { flex: 1; min-width: 0; padding: 28px 16px; text-align: center; border-right: 1px solid rgba(201,168,76,0.1); }
.stats-strip .stat-item:last-child { border-right: none; }
.stats-strip .stat-val { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; color: #c9a84c; margin-bottom: 4px; }
.stats-strip .stat-label { font-size: 10px; color: rgba(255,255,255,0.65); letter-spacing: 1px; text-transform: uppercase; }

/* ── Price Section ── */
.price-card-dark { background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.2); border-radius: 16px; padding: 36px 28px; text-align: center; position: relative; transition: all 0.3s ease; height: 100%; }
.price-card-dark:hover { border-color: rgba(201,168,76,0.5); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.price-card-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: #c9a84c; color: #1a1a2e; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; padding: 5px 20px; border-radius: 0 0 8px 8px; text-transform: uppercase; }
.price-card-label { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: rgba(255,255,255,0.8); letter-spacing: 1px; text-transform: uppercase; }
.price-card-amount { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: #c9a84c; line-height: 1; }
.price-card-amount-white { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: #fff; line-height: 1; }
.price-card-suffix { font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 0.5px; }
.price-card-divider { width: 40px; height: 1px; background: rgba(201,168,76,0.3); margin: 0 auto; }
.price-card-feature { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 13px; color: rgba(255,255,255,0.9); }
.price-card-feature .check { color: #c9a84c; }
.payment-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid rgba(201,168,76,0.1); font-size: 12px; }
.payment-row:last-child { border-bottom: none; }
.payment-row-label { color: rgba(255,255,255,0.9); }
.payment-row-val { color: #c9a84c; font-weight: 600; }
.benefits-bar { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; padding: 24px 0; border-top: 1px solid rgba(201,168,76,0.15); border-bottom: 1px solid rgba(201,168,76,0.15); }
.benefit-item { text-align: center; }
.benefit-label { font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.benefit-val { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #c9a84c; }
.benefit-sub { padding-top: 4px; font-size: 12px; color: rgba(255,255,255,0.7); }
.benefit-divider { width: 1px; background: rgba(201,168,76,0.15); align-self: stretch; }
.price-disclaimer { font-size: 11px; color: rgba(255,255,255,0.4); text-align: center; margin-top: 24px; letter-spacing: 0.3px; }

/* ── Payment Plan Table ── */
.payment-plan-table { background: rgba(255,255,255,0.03); border: 1px solid rgba(201,168,76,0.2); border-radius: 14px; overflow: hidden; }
.payment-plan-header { display: flex; justify-content: space-between; padding: 14px 24px; background: rgba(201,168,76,0.1); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #c9a84c; font-weight: 600; }
.payment-plan-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px; border-bottom: 1px solid rgba(201,168,76,0.08); }
.payment-plan-milestone { font-size: 13px; color: rgba(255,255,255,0.9); }
.payment-plan-pct { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #c9a84c; font-weight: 600; text-align: right; }
.payment-plan-pct small { font-size: 11px; color: rgba(255,255,255,0.6); font-family: 'Montserrat', sans-serif; font-weight: 400; }

@media (max-width: 768px) {
  .payment-plan-row { padding: 12px 16px; }
  .payment-plan-header { padding: 12px 16px; }
  .payment-plan-milestone { font-size: 12px; }
  .payment-plan-pct { font-size: 17px; }
}

/* ── Highlight Section ── */
.highlight-section { background: #f8f6f0; padding: 60px 0; }
.feat-row { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(201,168,76,0.2); }
.feat-row:first-child { border-top: 1px solid rgba(201,168,76,0.2); }
.feat-icon { font-size: 20px; width: 36px; text-align: center; flex-shrink: 0; }
.feat-name { font-size: 13px; color: #1a1a2e; font-weight: 600; margin-bottom: 2px; }
.feat-detail { font-size: 12px; padding-top: 3px; color: #333; letter-spacing: 0.3px; }

/* ── Highlight Section Collage Grid ── */
.collage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.collage-item { border-radius: 12px; overflow: hidden; position: relative; }
.collage-item img { width: 100%; height: 320px; object-fit: cover; display: block; transition: transform 0.4s; }
.collage-item:hover img { transform: scale(1.05); }
.collage-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 12px; background: linear-gradient(transparent, rgba(0,0,0,0.6)); }
.collage-label span { font-size: 9px; letter-spacing: 1.5px; color: #fff; text-transform: uppercase; }

/* ── Site Visit CTA ── */
.site-visit-section {
  background: #1a1a2e;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(201,168,76,0.15);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.site-visit-title { color: #fff; }
.site-visit-body { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.8; margin-bottom: 24px; max-width: 500px; }
.site-visit-features { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; }
.site-visit-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}
.site-visit-chip i { color: #c9a84c; font-size: 12px; }
.site-visit-img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.2);
}
.site-visit-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.site-visit-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 24px 24px;
  background: linear-gradient(transparent, rgba(26,26,46,0.95));
  text-align: center;
}
.site-visit-btn { padding: 14px 36px; font-size: 13px; letter-spacing: 1.5px; }
.site-visit-phone { margin-top: 20px; }
.site-visit-phone span { font-size: 12px; color: rgba(255,255,255,0.35); display: block; margin-bottom: 4px; }
.site-visit-phone a { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #c9a84c; text-decoration: none; font-weight: 600; }
.site-visit-phone a:hover { color: #fff; }

@media (max-width: 768px) {
  .site-visit-section { padding: 40px 0; }
  .site-visit-btn { width: 100%; text-align: center; }
  .site-visit-phone { text-align: center; }
}

/* ── Amenity Cards (shared) ── */
.amenity-list { list-style: disc !important; padding-left: 18px; font-size: 13px; color: #555; line-height: 2; }
.amenity-list li { list-style: disc !important; display: list-item !important; }

/* ── OPTION 1: Image Header Cards ── */
.amenities-section-v1 { background: #f8f6f0; padding: 60px 0; }
.amenity-v1-card { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #e8e0d0; height: 100%; transition: all 0.3s ease; }
.amenity-v1-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(201,168,76,0.12); }
.amenity-v1-img { height: 180px; overflow: hidden; }
.amenity-v1-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.amenity-v1-card:hover .amenity-v1-img img { transform: scale(1.06); }
.amenity-v1-body { padding: 20px 22px 24px; }
.amenity-v1-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 12px; }

/* ── OPTION 2: Image Background Overlay ── */
.amenities-section-v2 { background: #f4f1e8; padding: 60px 0; }
/* .amenities-section-v2 { background: #1a1a2e; padding: 60px 0; } */
.amenities-section-v2 a { text-decoration: none; display: block; height: 100%; }
.amenity-v2-card { height: 360px; border-radius: 14px; overflow: hidden; background-size: cover; background-position: center; position: relative; transition: all 0.3s ease; cursor: pointer; }
.amenity-v2-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.amenity-v2-overlay { position: absolute; inset: 0; background: linear-gradient(to top right, rgba(10,10,20,0.7) 20%, rgba(10,10,20,0) 55%, transparent 100%); padding: 0 24px 24px; display: flex; flex-direction: column; justify-content: flex-end; transition: background 0.3s; }
/* .amenity-v2-card:hover .amenity-v2-overlay { background: linear-gradient(to top, rgba(10,10,20,0.95) 50%, rgba(10,10,20,0.4) 100%); } */
.amenity-v2-title { font-size: 16px; font-weight: 700; color: #c9a84c; margin-bottom: 10px; }
.amenity-v2-list { list-style: disc; padding-left: 18px; font-size: 13px; color: rgba(255,255,255,0.6); line-height: 2; }

/* ── OPTION 3: Left Image + Right List (Horizontal) ── */
.amenities-section-v3 { background: #f8f6f0; padding: 60px 0; }
.amenity-v3-card { display: flex; background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #e8e0d0; height: 100%; transition: all 0.3s ease; }
.amenity-v3-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(201,168,76,0.12); }
.amenity-v3-img { width: 45%; flex-shrink: 0; overflow: hidden; }
.amenity-v3-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.amenity-v3-card:hover .amenity-v3-img img { transform: scale(1.06); }
.amenity-v3-body { padding: 20px 22px; flex: 1; }
.amenity-v3-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 10px; }

@media (max-width: 768px) {
  .amenity-v3-card { flex-direction: column; }
  .amenity-v3-img { width: 100%; height: 180px; }
  .amenity-v2-card { height: 300px; }
}

/* ── Gallery Masonry ── */
.gallery-masonry { columns: 4; column-gap: 12px; }
.gallery-masonry a:hover img { transform: scale(1.05); }
.gallery-masonry img { max-height: 280px; object-fit: cover; }
.gallery-item { break-inside: avoid; margin-bottom: 16px; border-radius: 10px; overflow: hidden; }
.gallery-item img { width: 100%; display: block; transition: transform 0.4s ease; }

/* ── Location / Connectivity ── */
.connectivity-list { margin-top: 20px; display: flex; flex-direction: column; }
.conn-item { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(201,168,76,0.2); }
.conn-item:first-child { border-top: 1px solid rgba(201,168,76,0.2); }
.conn-place { font-size: 13px; color: #555; letter-spacing: 0.3px; }
.conn-time { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #c9a84c; }
.location-map-wrap { position: relative; border-radius: 14px; overflow: hidden; border: 2px solid rgba(201,168,76,0.35); box-shadow: 0 20px 50px rgba(201,168,76,0.15), 0 8px 20px rgba(0,0,0,0.1); }
.location-map-wrap img { width: 100%; display: block; transition: transform 0.5s ease; }
.location-map-wrap:hover img { transform: scale(1.3); }
.location-map-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 20px; background: linear-gradient(transparent, rgba(26,26,46,0.85)); }
.location-map-label span { font-size: 10px; letter-spacing: 2px; color: #c9a84c; text-transform: uppercase; font-weight: 600; }

/* ── FAQ Section ── */
.faq-item { border-bottom: 1px solid rgba(201,168,76,0.15); padding: 20px 0; }
.faq-trigger { cursor: pointer; }
.faq-question { font-size: 15px; font-weight: 300; color: #fff; letter-spacing: 0.3px; cursor: pointer; }
.faq-toggle { color: #c9a84c; font-size: 20px; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.faq-answer { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-top: 14px; }
.faq-answer strong { color: rgba(255,255,255,0.75); }
.faq-answer .gold { color: #c9a84c; }

/* ── Developer Section ── */
.dev-stats { display: flex; gap: 0; flex-wrap: wrap; border-top: 1px solid rgba(201,168,76,0.2); border-bottom: 1px solid rgba(201,168,76,0.2); }
.dev-stat { flex: 1; min-width: 120px; padding: 20px 16px; text-align: center; border-right: 1px solid rgba(201,168,76,0.15); }
.dev-stat:last-child { border-right: none; }
.dev-stat-val { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: #c9a84c; line-height: 1; }
.dev-stat-label { font-size: 10px; color: #767474; letter-spacing: 1px; text-transform: uppercase; margin-top: 9px; }
.dev-form-card { background: #1a1a2e; border-radius: 16px; padding: 40px 32px; position: relative; overflow: hidden; }
.dev-form-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: #fff; }
.dev-form-title em { color: #c9a84c; }
.dev-call-icon { width: 50px; height: 50px; background: linear-gradient(135deg, #c9a84c, #8b6914); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: transform 0.3s ease; }
.dev-call-icon:hover { transform: scale(1.1); }
.dev-call-icon i { color: #fff; font-size: 16px; }
.dev-highlight { color: #1a1a2e; }
.dev-call-row { margin-top: 32px; display: flex; align-items: center; gap: 16px; }
.dev-call-label { font-size: 11px; color: #767474; letter-spacing: 0.5px; text-transform: uppercase; }
.dev-call-number { font-size: 18px; color: #1a1a2e; font-weight: 600; text-decoration: none; }
.dev-call-number:hover { color: #c9a84c; }
.dev-form-header { text-align: center; margin-bottom: 28px; }
.form-field { margin-bottom: 16px; }
.form-field-row { display: flex; gap: 8px; margin-bottom: 16px; }

/* ── Footer ── */
.footer-main { background: #111118; position: relative; overflow: hidden; }
.footer-top-border { height: 2px; background: linear-gradient(90deg, transparent, #c9a84c, transparent); }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #c9a84c; font-style: italic; margin-bottom: 16px; }
.footer-address { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.7; }
.footer-heading { font-size: 11px; letter-spacing: 2px; color: #c9a84c; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.footer-link { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.3s; }
.footer-link:hover { color: #c9a84c; }
.footer-contact-icon { width: 36px; height: 36px; background: rgba(201,168,76,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.footer-contact-icon i { color: #c9a84c; }
.footer-rera-badge { display: inline-block; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.2); border-radius: 6px; padding: 8px 14px; font-size: 10px; color: rgba(255,255,255,0.8); letter-spacing: 0.3px; }
.footer-divider { height: 1px; background: rgba(201,168,76,0.1); margin: 0 auto; max-width: 1200px; }
.footer-disclaimer { font-size: 11px; color: rgba(255,255,255,0.5); line-height: 1.7; text-align: center; }
.footer-disclaimer a { color: #c9a84c; text-decoration: none; font-weight: 600; }
.footer-logo { width: 130px; margin-bottom: 16px; filter: brightness(1.2); }
/* .footer-content { padding: 50px 0 30px; } */
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-contact-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-contact-link { font-size: 14px; color: rgba(255,255,255,0.7); text-decoration: none; }
.footer-contact-link:hover { color: #c9a84c; }
.footer-rera-wrap { margin-top: 18px; }
.footer-bottom { padding: 20px 0; }
.footer-disclaimer-hidden { display: none; }
.footer-disclaimer-toggle { cursor: pointer; font-weight: 600; color: #c9a84c; text-decoration: none; }
.footer-bottom-bar { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 16px; flex-wrap: wrap; }
.footer-bottom-link { font-size: 11px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.3s; }
.footer-bottom-link:hover { color: #c9a84c; }
.footer-bottom-sep { color: rgba(201,168,76,0.2); }
.footer-copyright { font-size: 11px; color: rgba(255,255,255,0.6); }

/* ── EMI Calculator (light) ── */
#emi-calc .emi-panel { background: #fff; border: 1px solid #e8e0d0; border-radius: 16px; padding: 36px 32px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
#emi-calc .emi-field { margin-bottom: 30px; }
#emi-calc .emi-flbl { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; font-size: 14px; color: #444; }
#emi-calc .emi-fval { font-size: 22px; font-weight: 600; color: #8b6914; font-family: 'Cormorant Garamond', serif; }
#emi-calc .emi-frange { display: flex; justify-content: space-between; font-size: 11px; color: #999; margin-top: 8px; }
#emi-calc input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 999px; background: rgba(201,168,76,0.3); outline: none; cursor: pointer; }
#emi-calc input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(135deg, #c9a84c, #8b6914); border: 3px solid #fff; box-shadow: 0 1px 5px rgba(139,105,20,0.4); cursor: pointer; }
#emi-calc input[type=range]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(135deg, #c9a84c, #8b6914); border: 3px solid #fff; box-shadow: 0 1px 5px rgba(139,105,20,0.4); cursor: pointer; }
#emi-calc .emi-result { background: #1a1a2e; border: 1px solid rgba(201,168,76,0.25); border-radius: 16px; padding: 36px 28px; height: 100%; text-align: center; display: flex; flex-direction: column; justify-content: center; }
#emi-calc .emi-result-lbl { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); }
#emi-calc .emi-emival { font-family: 'Cormorant Garamond', serif; font-size: 48px; color: #c9a84c; line-height: 1.1; margin-top: 6px; }
#emi-calc .emi-divider { height: 1px; background: rgba(201,168,76,0.2); margin: 18px 0; }
#emi-calc .emi-row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 13px; color: rgba(255,255,255,0.85); }
#emi-calc .emi-row span:last-child { color: #c9a84c; font-weight: 600; }
#emi-calc .emi-row-tot { border-top: 1px solid rgba(201,168,76,0.2); margin-top: 4px; padding-top: 12px; }
#emi-calc .emi-disclaimer { font-size: 11px; color: rgba(0,0,0,0.7); text-align: center; margin-top: 24px; letter-spacing: 0.3px; }
/* ── Responsive ── */
@media (max-width: 992px) {
  .gallery-masonry { columns: 3 !important; }
  .section-title { font-size: 32px; }
  .benefits-bar { gap: 20px; }
}

@media (max-width: 768px) {
  .stats-strip { flex-wrap: wrap; }
  .stats-strip .stat-item { flex: 0 0 50%; border-bottom: 1px solid rgba(201,168,76,0.08); padding: 18px 12px; }
  .stats-strip .stat-item:nth-child(even) { border-right: none; }
  .stats-strip .stat-val { font-size: 20px; }
  .gallery-masonry { columns: 2 !important; column-gap: 10px !important; }
  .collage-item img { height: 160px; }
  .section-title { font-size: 28px; }
  .section-dark, .section-light { padding: 40px 0; }
  .price-card-amount, .price-card-amount-white { font-size: 36px; }
  .dev-stats { flex-wrap: wrap; }
  .dev-stat { flex: 0 0 50%; border-bottom: 1px solid rgba(201,168,76,0.1); }
  .conn-time { font-size: 20px; }
  .banner-title { font-size: 32px !important; }
  .header .logo img { width: 90px !important; }
  .footer-logo { width: 90px;}
}

@media (max-width: 480px) {
  .stats-strip .stat-item { flex: 0 0 50%; }
  .gallery-masonry { columns: 1 !important; }
  .gallery-masonry img { max-height: 220px; }
  .collage-grid { grid-template-columns: 1fr; }
  .collage-item img { height: 200px; }
  .benefits-bar { flex-direction: column; gap: 16px; }
  .benefit-divider { width: 100%; height: 1px; }
}
