/*
Theme Name: Elan The Presidential
Theme URI: https://elanpresidential.com
Author: Elan Group
Description: Ultra-luxury real estate landing page theme for Elan The Presidential, Sector 106 Gurugram.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: elan-presidential
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --gold: #D4AF37;
  --gold-light: #E8C84A;
  --gold-dark: #B8962E;
  --navy: #0A1F44;
  --navy-light: #142D5C;
  --navy-dark: #061633;
  --white: #FAFAFA;
  --muted: #C0C0C0;
}

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

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--navy);
  color: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }

/* ===== GOLD UTILITIES ===== */
.text-gold { color: var(--gold); }
.bg-gold { background: var(--gold); color: var(--navy); }
.gold-glow { box-shadow: 0 0 20px rgba(212,175,55,0.3), 0 0 60px rgba(212,175,55,0.1); }
.gold-text-glow { text-shadow: 0 0 20px rgba(212,175,55,0.4); }

.glass-card {
  background: rgba(20,45,92,0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 1rem;
  transition: all 0.3s;
}
.glass-card:hover {
  border-color: rgba(212,175,55,0.5);
  box-shadow: 0 0 30px rgba(212,175,55,0.15);
}

.gold-border-glow {
  border: 1px solid rgba(212,175,55,0.4);
  box-shadow: inset 0 0 20px rgba(212,175,55,0.05), 0 0 20px rgba(212,175,55,0.1);
}

.section-title { text-align: center; margin-bottom: 3rem; }
.section-title span.label { font-size: 0.75rem; letter-spacing: 0.3em; color: var(--gold); display: block; }
.section-title h2 { font-size: 2rem; margin-top: 0.75rem; }
@media(min-width:768px) { .section-title h2 { font-size: 2.5rem; } }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.875rem 2.5rem; border-radius: 0.5rem; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s; border: none; text-decoration: none; }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 0 20px rgba(212,175,55,0.3); }
.btn-gold:hover { background: var(--gold-light); box-shadow: 0 0 30px rgba(212,175,55,0.5); }
.btn-gold-outline { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
.btn-gold-outline:hover { background: rgba(212,175,55,0.1); box-shadow: 0 0 30px rgba(212,175,55,0.2); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.75rem; }

/* ===== HEADER ===== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0.75rem 0; transition: background 0.5s; }
.site-header.scrolled { background: rgba(6,22,51,0.95); backdrop-filter: blur(12px); box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; flex-direction: column; }
.logo-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--gold); text-shadow: 0 0 20px rgba(212,175,55,0.4); }
.logo-sub { font-size: 0.625rem; letter-spacing: 0.3em; color: var(--muted); }
.nav-links { display: none; gap: 1.5rem; list-style: none; }
.nav-links a { font-size: 0.875rem; color: var(--muted); transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.header-phone { display: none; font-size: 0.875rem; color: var(--gold); }
.mobile-toggle { background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }
@media(min-width:1024px) {
  .nav-links { display: flex; }
  .header-phone { display: flex; align-items: center; gap: 0.5rem; }
  .mobile-toggle { display: none; }
}
.mobile-menu { display: none; background: rgba(6,22,51,0.98); backdrop-filter: blur(12px); padding: 1rem; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 0.5rem 0.75rem; font-size: 0.875rem; color: var(--muted); }
.mobile-menu a:hover { color: var(--gold); }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(6,22,51,0.9), rgba(6,22,51,0.6), transparent); }
@media(max-width:767px) { .hero-overlay { background: rgba(6,22,51,0.7); } }
.hero-content { position: relative; max-width: 42rem; padding: 8rem 0 4rem; }
.hero-badge { display: inline-block; border: 1px solid rgba(212,175,55,0.3); background: rgba(212,175,55,0.1); padding: 0.25rem 1rem; border-radius: 9999px; font-size: 0.75rem; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 1rem; }
.hero h1 { font-size: 2.5rem; line-height: 1.15; }
@media(min-width:768px) { .hero h1 { font-size: 3.5rem; } }
.hero .price { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--gold); margin-top: 0.25rem; }
@media(min-width:768px) { .hero .price { font-size: 1.875rem; } }
.hero .subtitle { font-size: 1.125rem; color: var(--muted); margin-top: 1rem; }
.hero-highlights { display: grid; grid-template-columns: 1fr; gap: 0.75rem; margin-top: 2rem; }
@media(min-width:640px) { .hero-highlights { grid-template-columns: 1fr 1fr; } }
.hero-highlights div { display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; color: var(--muted); }
.hero-highlights svg { color: var(--gold); flex-shrink: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }

/* ===== ABOUT ===== */
.about { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light), var(--navy-dark)); padding: 5rem 0; }
.about-details { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 3rem; }
@media(min-width:640px) { .about-details { grid-template-columns: 1fr 1fr; } }
@media(min-width:1024px) { .about-details { grid-template-columns: repeat(4, 1fr); } }
.about-details .detail { padding: 1.25rem; }
.about-details .detail-label { font-size: 0.75rem; letter-spacing: 0.15em; color: var(--gold); }
.about-details .detail-value { font-size: 0.875rem; font-weight: 500; margin-top: 0.25rem; }
.about-desc { max-width: 56rem; margin: 1.5rem auto 0; text-align: center; color: var(--muted); line-height: 1.7; }

/* ===== APARTMENTS ===== */
.apartments { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light)); padding: 5rem 0; }
.apt-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media(min-width:768px) { .apt-grid { grid-template-columns: repeat(3, 1fr); } }
.apt-card { padding: 2rem; text-align: center; position: relative; overflow: hidden; }
.apt-card .tag { position: absolute; top: 1rem; right: 1rem; background: rgba(212,175,55,0.1); padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.625rem; letter-spacing: 0.15em; color: var(--gold); }
.apt-card .icon-wrap { width: 4rem; height: 4rem; border-radius: 50%; background: rgba(212,175,55,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto; color: var(--gold); }
.apt-card h3 { font-size: 1.25rem; margin-top: 1.5rem; }
.apt-card p { font-size: 0.875rem; color: var(--muted); margin-top: 0.5rem; }
.apt-card .actions { margin-top: 1rem; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.apt-card .actions a.link { font-size: 0.75rem; color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }

/* ===== AMENITIES ===== */
.amenities { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light), var(--navy-dark)); padding: 5rem 0; }
.amenity-carousel { position: relative; border-radius: 1rem; overflow: hidden; margin-top: 2.5rem; aspect-ratio: 21/9; }
.amenity-carousel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.7s; }
.amenity-carousel img.active { opacity: 1; }
.carousel-label { position: absolute; bottom: 1rem; left: 1rem; font-size: 1.125rem; font-weight: 600; color: var(--gold); z-index: 2; }
.carousel-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,22,51,0.7), transparent); z-index: 1; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(6,22,51,0.6); border: none; color: var(--gold); cursor: pointer; font-size: 1.25rem; display: flex; align-items: center; justify-content: center; }
.carousel-btn:hover { background: rgba(212,175,55,0.2); }
.carousel-btn.prev { left: 0.75rem; }
.carousel-btn.next { right: 0.75rem; }
.carousel-dots { position: absolute; bottom: 1rem; right: 1rem; display: flex; gap: 0.5rem; z-index: 3; }
.carousel-dots button { border: none; border-radius: 9999px; height: 0.5rem; cursor: pointer; transition: all 0.3s; background: rgba(255,255,255,0.4); width: 0.5rem; }
.carousel-dots button.active { width: 1.5rem; background: var(--gold); }

/* ===== LOCATION ===== */
.location { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light)); padding: 5rem 0; }
.location-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media(min-width:1024px) { .location-grid { grid-template-columns: 1fr 1fr; } }
.connectivity-list { display: flex; flex-direction: column; gap: 0.75rem; }
.connectivity-item { display: flex; align-items: center; gap: 1rem; padding: 1rem; }
.connectivity-item .icon-wrap { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(212,175,55,0.1); display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.connectivity-item p { font-size: 0.875rem; color: var(--muted); }
.map-wrap { border-radius: 1rem; overflow: hidden; min-height: 500px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }

/* ===== GALLERY ===== */
.gallery { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light), var(--navy-dark)); padding: 5rem 0; }
.gallery-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media(min-width:640px) { .gallery-grid { grid-template-columns: 1fr 1fr; } }
@media(min-width:1024px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-item { position: relative; border-radius: 1rem; overflow: hidden; cursor: pointer; }
.gallery-item img { aspect-ratio: 16/9; width: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,22,51,0.8), transparent); display: flex; align-items: flex-end; padding: 1rem; }
.gallery-item .overlay span { font-size: 0.875rem; font-weight: 500; color: var(--gold); }

/* ===== PRICING ===== */
.pricing { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light)); padding: 5rem 0; }
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media(min-width:768px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } }
.pricing-card { padding: 2rem; text-align: center; position: relative; overflow: hidden; }
.pricing-card.highlight { box-shadow: 0 0 20px rgba(212,175,55,0.3), 0 0 60px rgba(212,175,55,0.1); }
.pricing-card .badge { position: absolute; top: 0; left: 0; right: 0; background: var(--gold); color: var(--navy); padding: 0.25rem; font-size: 0.625rem; font-weight: 700; letter-spacing: 0.15em; }
.pricing-card h3 { font-size: 1.5rem; margin-top: 1rem; }
.pricing-card .price { font-size: 1.125rem; color: var(--gold); margin-top: 0.75rem; font-weight: 600; }

/* ===== LEAD FORM ===== */
.lead-form-section { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light), var(--navy-dark)); padding: 5rem 0; }
.lead-form { max-width: 48rem; margin: 2.5rem auto 0; padding: 2rem; border-radius: 1rem; background: rgba(20,45,92,0.3); }
.lead-form .form-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media(min-width:640px) { .lead-form .form-grid { grid-template-columns: 1fr 1fr; } }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; padding: 0.75rem 1rem; border-radius: 0.5rem; border: 1px solid rgba(212,175,55,0.3);
  background: rgba(20,45,92,0.5); color: var(--white); font-size: 0.875rem; font-family: 'Inter', sans-serif;
  transition: border-color 0.3s;
}
.lead-form input::placeholder, .lead-form textarea::placeholder { color: var(--muted); }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 2px rgba(212,175,55,0.2); }
.lead-form select option { background: var(--navy); color: var(--white); }
.lead-form textarea { grid-column: 1 / -1; }
.form-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.float-text { color: var(--gold); font-weight: 600; font-size: 0.875rem; animation: float 3s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

/* ===== CONTACT ===== */
.contact-section { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light)); padding: 5rem 0; }
.contact-card { display: flex; align-items: center; gap: 1rem; padding: 1.5rem; margin: 0 auto; width: fit-content; }
.contact-card .icon-wrap { width: 3rem; height: 3rem; border-radius: 50%; background: rgba(212,175,55,0.1); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.contact-card .meta { font-size: 0.75rem; color: var(--muted); }
.contact-card a { font-size: 1.125rem; font-weight: 600; color: var(--gold); }

/* ===== REVIEWS ===== */
.reviews { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light), var(--navy-dark)); padding: 5rem 0; }
.review-carousel { position: relative; max-width: 48rem; margin: 0 auto; }
.review-card { padding: 2rem 2.5rem; text-align: center; }
.review-stars { display: flex; justify-content: center; gap: 0.25rem; margin-bottom: 1rem; color: var(--gold); }
.review-text { font-size: 1rem; line-height: 1.7; color: var(--muted); font-style: italic; }
@media(min-width:768px) { .review-text { font-size: 1.125rem; } }
.review-author { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-top: 1.5rem; }
.review-avatar { width: 3rem; height: 3rem; border-radius: 50%; background: rgba(212,175,55,0.1); display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: 'Playfair Display', serif; font-weight: 700; }
.review-name { font-size: 0.875rem; font-weight: 600; }
.review-role { font-size: 0.75rem; color: var(--muted); }
.review-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(212,175,55,0.1); border: none; color: var(--gold); cursor: pointer; font-size: 1.25rem; }
.review-nav:hover { background: rgba(212,175,55,0.2); }
.review-nav.prev { left: -1rem; }
@media(min-width:768px) { .review-nav.prev { left: -3rem; } }
.review-nav.next { right: -1rem; }
@media(min-width:768px) { .review-nav.next { right: -3rem; } }
.review-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.5rem; }
.review-dots button { border: none; border-radius: 9999px; height: 0.5rem; cursor: pointer; transition: all 0.3s; }

/* ===== FAQ ===== */
.faq { background: linear-gradient(180deg, var(--navy-dark), var(--navy-light)); padding: 5rem 0; }
.faq-list { max-width: 48rem; margin: 0 auto; }
.faq-item { margin-bottom: 0.75rem; }
.faq-question { width: 100%; text-align: left; padding: 1rem 1.5rem; font-size: 0.875rem; font-weight: 600; color: var(--white); cursor: pointer; background: rgba(20,45,92,0.6); backdrop-filter: blur(16px); border: 1px solid rgba(212,175,55,0.2); border-radius: 0.75rem; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s; font-family: 'Inter', sans-serif; }
.faq-question:hover { color: var(--gold); border-color: rgba(212,175,55,0.5); }
.faq-question .arrow { transition: transform 0.3s; font-size: 1.25rem; }
.faq-question.open .arrow { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s; padding: 0 1.5rem; font-size: 0.875rem; color: var(--muted); line-height: 1.7; background: rgba(20,45,92,0.3); border-radius: 0 0 0.75rem 0.75rem; }
.faq-answer.open { max-height: 200px; padding: 1rem 1.5rem; }

/* ===== FOOTER ===== */
.site-footer { border-top: 1px solid rgba(212,175,55,0.2); background: var(--navy-dark); padding: 3rem 0; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media(min-width:768px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } }
.footer-desc { font-size: 0.75rem; color: var(--muted); margin-top: 0.75rem; line-height: 1.6; }
.footer-links h4, .footer-legal h4 { font-size: 0.875rem; color: var(--gold); font-family: 'Inter', sans-serif; font-weight: 600; }
.footer-links ul, .footer-legal ul { list-style: none; margin-top: 0.75rem; }
.footer-links li, .footer-legal li { margin-bottom: 0.5rem; }
.footer-links a, .footer-legal a { font-size: 0.75rem; color: var(--muted); transition: color 0.3s; }
.footer-links a:hover, .footer-legal a:hover { color: var(--gold); }
.social-links { display: flex; gap: 0.75rem; margin-top: 1.5rem; }
.social-links a { width: 2rem; height: 2rem; border-radius: 50%; border: 1px solid rgba(212,175,55,0.3); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 0.75rem; transition: all 0.3s; }
.social-links a:hover { border-color: var(--gold); color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(212,175,55,0.2); margin-top: 2.5rem; padding-top: 1.5rem; text-align: center; font-size: 0.75rem; color: var(--muted); }

/* ===== FLOATING BUTTONS ===== */
.floating-btns { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 90; display: flex; flex-direction: column; gap: 0.75rem; }
.floating-btns a { width: 3.5rem; height: 3.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.3s; }
.floating-btns a:hover { transform: scale(1.1); }
.floating-btns .wa { background: #25D366; color: #fff; }
.floating-btns .call { background: var(--gold); color: var(--navy); }
