/*
Theme Name: Holiday Aap Ke Liye
Theme URI: https://holidayaapkeliye.com
Author: Holiday Aap Ke Liye
Author URI: https://holidayaapkeliye.com
Description: A luxury resort theme for Holiday Aap Ke Liye - Private Villas in Khopoli, Maharashtra. Features villa management, testimonials, booking form, and a stunning full-page design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: holiday-aapkeliye
Tags: resort, luxury, villas, travel, full-width-template, custom-colors
*/

/* ============================================================
   RESET & ROOT VARIABLES
   ============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --gold:         #B8975A;
    --gold-light:   #D4B483;
    --gold-dark:    #8A6E38;
    --forest:       #2D4A3E;
    --forest-light: #3D6454;
    --cream:        #FAF7F2;
    --warm-white:   #FFFDF9;
    --text-dark:    #1A1A1A;
    --text-mid:     #4A4A4A;
    --text-muted:   #7A7A7A;
    --border:       rgba(184,151,90,0.25);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--warm-white); color: var(--text-dark); overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; }

/* NAV */
.hakl-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 4rem;
    background: rgba(255,253,249,0.94);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow 0.3s;
}
.nav-logo a { text-decoration: none; display: flex; flex-direction: column; gap: 0; }
.nav-logo .hindi { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; letter-spacing: 0.04em; color: var(--forest); line-height: 1.1; display: block; }
.nav-logo .tagline { font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); font-weight: 500; display: block; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { text-decoration: none; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mid); font-weight: 400; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: white !important; border: none; padding: 0.55rem 1.4rem; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; font-family: 'Inter', sans-serif; font-weight: 500; transition: background 0.2s; text-decoration: none !important; display: inline-block; }
.nav-cta:hover { background: var(--gold-dark) !important; }
.nav-hamburger { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--forest); }

/* HERO */
.hero { min-height: 100vh; background: linear-gradient(to bottom, rgba(26,26,26,0.38) 0%, rgba(26,26,26,0.15) 50%, rgba(26,26,26,0.55) 100%), url('https://images.unsplash.com/photo-1571003123894-1f0594d2b5d9?w=1800&q=80') center/cover no-repeat; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 2rem; position: relative; }
.hero-content { max-width: 800px; }
.hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-light); font-weight: 500; margin-bottom: 1.5rem; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 300; line-height: 1.1; color: white; margin-bottom: 0.5rem; letter-spacing: 0.02em; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.1rem, 2.5vw, 1.4rem); color: rgba(255,255,255,0.82); margin-bottom: 2.6rem; font-style: italic; letter-spacing: 0.03em; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: white !important; padding: 0.9rem 2.2rem; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none !important; font-family: 'Inter', sans-serif; font-weight: 500; transition: background 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold-dark) !important; }
.btn-outline { border: 1px solid rgba(255,255,255,0.6); color: white !important; padding: 0.9rem 2.2rem; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none !important; font-family: 'Inter', sans-serif; font-weight: 400; transition: all 0.2s; display: inline-block; }
.btn-outline:hover { background: rgba(255,255,255,0.15) !important; }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.6); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.65), transparent); animation: scrollPulse 2s infinite; }
@keyframes scrollPulse { 0%,100%{opacity:0.4} 50%{opacity:1} }

/* FACTS STRIP */
.facts-strip { background: var(--forest); display: flex; justify-content: center; flex-wrap: wrap; }
.fact-item { padding: 1.4rem 3rem; display: flex; align-items: center; gap: 0.8rem; border-right: 1px solid rgba(255,255,255,0.1); }
.fact-item:last-child { border-right: none; }
.fact-icon { font-size: 1.2rem; }
.fact-text { color: white; font-size: 0.78rem; line-height: 1.5; }
.fact-text strong { display: block; font-weight: 500; font-size: 0.85rem; }
.fact-text span { color: rgba(255,255,255,0.6); font-size: 0.72rem; }

/* SHARED */
section { padding: 6rem 4rem; }
.section-eyebrow { font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 1rem; }
.section-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--forest); line-height: 1.2; margin-bottom: 1.5rem; }
.section-heading em { font-style: italic; }
.section-body { font-size: 0.9rem; line-height: 1.9; color: var(--text-mid); max-width: 540px; }

/* ABOUT */
.about { background: var(--cream); }
.about-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.about-image-stack { position: relative; height: 520px; }
.about-img-main { position: absolute; top: 0; left: 0; right: 60px; bottom: 60px; background: url('https://images.unsplash.com/photo-1540541338287-41700207dee6?w=800&q=80') center/cover; }
.about-img-accent { position: absolute; bottom: 0; right: 0; width: 55%; height: 55%; background: url('https://images.unsplash.com/photo-1582610116397-edb318620f90?w=600&q=80') center/cover; border: 6px solid var(--warm-white); }
.about-gold-bar { position: absolute; top: 2rem; left: -1rem; width: 3px; height: 80px; background: var(--gold); }
.about-stat { display: flex; gap: 3rem; margin-top: 2.5rem; }
.stat-number { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-top: 0.3rem; }

/* VILLAS */
.villas { background: var(--warm-white); }
.villas-inner { max-width: 1200px; margin: 0 auto; }
.villas-header { text-align: center; margin-bottom: 4rem; }
.villas-header .section-body { margin: 0 auto; text-align: center; }
.villas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.villa-card { background: white; border: 1px solid var(--border); overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; }
.villa-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.villa-img { height: 220px; object-fit: cover; width: 100%; display: block; }
.villa-body { padding: 1.5rem; }
.villa-tag { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 0.6rem; }
.villa-name { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--forest); margin-bottom: 0.7rem; }
.villa-desc { font-size: 0.82rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 1.2rem; }
.villa-amenities { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.4rem; }
.amenity-pill { font-size: 0.68rem; letter-spacing: 0.08em; background: var(--cream); color: var(--text-mid); padding: 0.3rem 0.7rem; border: 1px solid var(--border); }
.villa-price { display: flex; align-items: baseline; gap: 0.5rem; }
.price-num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; color: var(--gold); }
.price-label { font-size: 0.72rem; color: var(--text-muted); }

/* EXPERIENCES */
.experiences { background: var(--forest); }
.exp-inner { max-width: 1200px; margin: 0 auto; }
.exp-header { margin-bottom: 4rem; }
.exp-header .section-heading { color: var(--cream); }
.exp-header .section-body { color: rgba(255,255,255,0.65); }
.exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.1); }
.exp-card { background: var(--forest); padding: 2.5rem 1.8rem; transition: background 0.3s; }
.exp-card:hover { background: var(--forest-light); }
.exp-icon { font-size: 1.8rem; margin-bottom: 1.2rem; }
.exp-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--gold-light); margin-bottom: 0.7rem; font-weight: 400; }
.exp-text { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.8; }

/* NEARBY */
.nearby { background: var(--cream); }
.nearby-inner { max-width: 1200px; margin: 0 auto; }
.nearby-header { text-align: center; margin-bottom: 3rem; }
.nearby-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.nearby-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; background: white; border: 1px solid var(--border); }
.nearby-km { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--gold); line-height: 1; min-width: 60px; font-weight: 300; }
.nearby-name { font-size: 0.9rem; font-weight: 500; color: var(--forest); margin-bottom: 0.2rem; }
.nearby-type { font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; }

/* REVIEWS */
.reviews { background: var(--warm-white); }
.reviews-inner { max-width: 1100px; margin: 0 auto; }
.reviews-header { text-align: center; margin-bottom: 4rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.review-card { padding: 2rem; border: 1px solid var(--border); }
.review-quote { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--gold); line-height: 0.8; margin-bottom: 1rem; font-style: italic; }
.review-text { font-size: 0.85rem; line-height: 1.85; color: var(--text-mid); font-style: italic; margin-bottom: 1.5rem; }
.review-stars { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.1em; margin-bottom: 0.8rem; }
.review-author { font-size: 0.78rem; font-weight: 500; color: var(--forest); }
.review-platform { font-size: 0.68rem; color: var(--text-muted); margin-top: 0.2rem; }

/* REACH */
.reach { background: var(--forest); }
.reach-inner { max-width: 1100px; margin: 0 auto; }
.reach-header { margin-bottom: 3rem; }
.reach-header .section-heading { color: var(--cream); }
.reach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.reach-card { padding: 2rem; border: 1px solid rgba(255,255,255,0.12); }
.reach-mode { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.reach-icon { font-size: 1.5rem; margin-bottom: 0.8rem; }
.reach-main { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: white; margin-bottom: 0.5rem; }
.reach-detail { font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* BOOKING */
.booking { background: var(--cream); }
.booking-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.booking-card { background: white; border: 1px solid var(--border); padding: 3.5rem; margin-top: 3rem; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; text-align: left; }
.form-submit-wrap { grid-column: 1 / -1; display: flex; justify-content: center; margin-top: 0.5rem; }
.form-group label { display: block; font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.5rem; }
.form-group input, .form-group select { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--border); font-family: 'Inter', sans-serif; font-size: 0.85rem; color: var(--text-dark); background: var(--warm-white); outline: none; transition: border-color 0.2s; -webkit-appearance: none; appearance: none; }
.form-group input:focus, .form-group select:focus { border-color: var(--gold); }
.form-submit { background: var(--gold); color: white; border: none; padding: 0.85rem 2.5rem; font-family: 'Inter', sans-serif; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: background 0.2s; }
.form-submit:hover { background: var(--gold-dark); }
.booking-note { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.booking-success { background: #f0faf4; border: 1px solid #6dbf8c; color: #2d6a4f; padding: 1rem 1.5rem; margin-bottom: 1.5rem; font-size: 0.9rem; }
.booking-contact { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.contact-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; }
.contact-item a { color: var(--forest); text-decoration: none; }
.contact-item a:hover { color: var(--gold); }

/* FOOTER */
.hakl-footer { background: #111; color: rgba(255,255,255,0.55); padding: 4rem; text-align: center; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--gold); margin-bottom: 0.5rem; font-weight: 300; }
.footer-tagline { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1.2rem; }
.footer-address { font-size: 0.78rem; margin-bottom: 1.5rem; line-height: 1.8; }
.footer-social { display: flex; gap: 1rem; justify-content: center; margin-bottom: 2rem; }
.social-btn { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.8rem; transition: all 0.2s; font-weight: 600; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-links { display: flex; gap: 1.8rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.78rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.25); }

/* RESPONSIVE */
@media (max-width: 1024px) { .exp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
    .hakl-nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--warm-white); border-bottom: 1px solid var(--border); padding: 1.5rem 2rem; gap: 1.2rem; }
    .nav-links.open { display: flex; }
    .nav-hamburger { display: block; }
    section { padding: 4rem 1.5rem; }
    .about-grid { grid-template-columns: 1fr; gap: 3rem; }
    .about-image-stack { height: 320px; }
    .villas-grid { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .nearby-list { grid-template-columns: 1fr 1fr; }
    .reach-grid { grid-template-columns: 1fr; }
    .booking-form { grid-template-columns: 1fr 1fr; }
    .facts-strip { flex-direction: column; }
    .fact-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); justify-content: center; }
    .hakl-footer { padding: 3rem 1.5rem; }
}
@media (max-width: 480px) {
    .hero h1 { font-size: 2.5rem; }
    .exp-grid { grid-template-columns: 1fr; }
    .nearby-list { grid-template-columns: 1fr; }
    .booking-form { grid-template-columns: 1fr; }
    .booking-card { padding: 2rem 1.2rem; }
    .about-stat { gap: 1.5rem; }
    .hero-btns { flex-direction: column; align-items: center; }
}
