/* Light peaceful theme - white/cream backgrounds */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; background: #ffffff; }
body { font-family: 'Poppins', sans-serif; background: #ffffff; color: #333333; overflow-x: hidden; min-height: 100vh; }
.gold-text { color: #b8860b; }

.cursor-glow {
    position: fixed; width: 350px; height: 350px; border-radius: 50%;
    pointer-events: none; z-index: 0;
    background: radial-gradient(circle, rgba(218,165,32,0.06) 0%, rgba(255,140,50,0.03) 40%, transparent 70%);
    transform: translate(-50%, -50%); transition: left 0.3s ease, top 0.3s ease;
}
.stars-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: 0.15; }

/* Loader */
.loader {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #faf9f7 50%, #f8f6f3 100%);
    z-index: 10000; display: flex; flex-direction: column;
    align-items: center; justify-content: center; transition: opacity 1s, visibility 1s;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-om { font-size: 5rem; animation: loaderPulse 1.5s ease-in-out infinite; }
@keyframes loaderPulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.15); opacity: 1; } }
.loader-text { color: #b8860b; font-size: 1.1rem; margin-top: 20px; letter-spacing: 5px; text-transform: uppercase; font-weight: 300; }
.loader-bar { width: 200px; height: 2px; background: rgba(218,165,32,0.2); margin-top: 20px; border-radius: 2px; overflow: hidden; }
.loader-bar-fill { width: 0%; height: 100%; background: linear-gradient(90deg, #daa520, #ff8c32); animation: loaderFill 2.2s ease forwards; }
@keyframes loaderFill { to { width: 100%; } }

/* Nav */
nav {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(218,165,32,0.15); padding: 15px 0; transition: all 0.3s;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 30px; }
.logo { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: #b8860b; text-decoration: none; }
.logo span { color: #d4a030; }
.nav-links { display: flex; gap: 25px; list-style: none; }
.nav-links a { color: #3d3a36; text-decoration: none; font-size: 0.9rem; font-weight: 400; transition: color 0.3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #daa520, #ff8c32); transition: width 0.3s; }
.nav-links a:hover { color: #b8860b; }
.nav-links a:hover::after { width: 100%; }
.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; background: none; border: none; }
.hamburger span { display: block; width: 25px; height: 2px; background: #b8860b; transition: 0.3s; }

/* Hero with background image */
.hero {
    position: relative; z-index: 1; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; padding: 120px 30px 80px;
}
.hero-bg-img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    filter: blur(2px) brightness(0.85); z-index: -2;
}
.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.98) 100%);
    z-index: -1;
}
.hero-content { max-width: 850px; position: relative; z-index: 2; }
.om-symbol { font-size: 4rem; animation: glow 3s ease-in-out infinite alternate; margin-bottom: 15px; display: inline-block; }
@keyframes glow {
    from { text-shadow: 0 0 10px rgba(218,165,32,0.3); filter: brightness(0.95); }
    to { text-shadow: 0 0 25px rgba(218,165,32,0.5), 0 0 50px rgba(255,140,50,0.2); filter: brightness(1.05); }
}
.hero h1 { font-family: 'Playfair Display', serif; font-size: 3.2rem; color: #1a1816; margin-bottom: 10px; line-height: 1.2; }
.hero h1 .gold { color: #b8860b; }
.hero .subtitle { font-size: 1rem; color: #6b5d4f; margin-bottom: 8px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; }
.hero .tagline { font-size: 1.05rem; color: #4d453d; margin-bottom: 35px; line-height: 1.8; min-height: 2em; }
.typed-text { display: inline; border-right: 2px solid #b8860b; animation: blink 0.8s step-end infinite; }
@keyframes blink { 50% { border-color: transparent; } }
.hero-stats { display: flex; justify-content: center; gap: 50px; margin-bottom: 40px; }
.stat { text-align: center; }
.stat-number { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: #b8860b; font-weight: 700; }
.stat-label { font-size: 0.85rem; color: #6b5d4f; margin-top: 4px; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn {
    padding: 14px 36px; border-radius: 50px; font-size: 1rem; font-weight: 600;
    text-decoration: none; transition: all 0.3s; cursor: pointer; border: none;
    font-family: 'Poppins', sans-serif; display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary { background: linear-gradient(135deg, #daa520, #c4850a); color: #fff; box-shadow: 0 4px 25px rgba(218,165,32,0.35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 35px rgba(218,165,32,0.45); }
.btn-secondary { border: 2px solid #b8860b; color: #b8860b; background: transparent; }
.btn-secondary:hover { background: rgba(218,165,32,0.08); transform: translateY(-3px); }

/* Sections */
section { position: relative; z-index: 1; padding: 100px 30px; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: #1a1816; margin-bottom: 10px; }
.section-header .line { width: 60px; height: 3px; background: linear-gradient(90deg, #daa520, #ff8c32); margin: 15px auto; border-radius: 2px; }
.section-header p { color: #5d5348; font-size: 0.95rem; max-width: 600px; margin: 0 auto; }

/* About */
.about { background: #faf9f7; }
.about-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image { position: relative; border-radius: 20px; overflow: hidden; }
.about-photo {
    width: 100%; height: auto; display: block; border-radius: 20px;
    border: 2px solid rgba(218,165,32,0.2);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.about-text h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #b8860b; margin-bottom: 20px; }
.about-text p { color: #4d453d; line-height: 1.8; margin-bottom: 15px; font-size: 0.95rem; }
.about-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 25px; }
.highlight-item { display: flex; align-items: center; gap: 10px; color: #6b5d4f; font-size: 0.9rem; }
.highlight-item .icon { font-size: 1.3rem; }

/* Gallery */
.gallery { background: #f8f7f5; }
.gallery-grid {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.gallery-item {
    position: relative; border-radius: 16px; overflow: hidden;
    border: 1px solid rgba(218,165,32,0.15); transition: all 0.4s; cursor: pointer;
    background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.gallery-item img { width: 100%; height: 250px; object-fit: cover; display: block; transition: transform 0.5s, filter 0.5s; }
.gallery-item:hover img { transform: scale(1.08); filter: brightness(1.05); }
.gallery-caption {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    padding: 20px 15px 12px; color: #fff; font-size: 0.85rem; font-weight: 500;
}
.gallery-trust { text-align: center; margin-top: 25px; color: #6b5d4f; font-size: 0.85rem; }
.gallery-trust strong { color: #b8860b; }

/* Horoscope */
.ai-horoscope { background: #fff; }
.zodiac-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 40px; }
.zodiac-btn {
    background: #fff; border: 1px solid rgba(218,165,32,0.2);
    border-radius: 15px; padding: 20px 10px; text-align: center;
    cursor: pointer; transition: all 0.3s; color: #2d2a26;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.zodiac-btn:hover, .zodiac-btn.active {
    border-color: #daa520; background: rgba(218,165,32,0.06);
    transform: translateY(-3px); box-shadow: 0 8px 25px rgba(218,165,32,0.15);
}
.zodiac-btn .z-icon { font-size: 2rem; margin-bottom: 8px; }
.zodiac-btn .z-name { font-size: 0.8rem; font-weight: 500; color: #b8860b; }
.zodiac-btn .z-date { font-size: 0.65rem; color: #6b5d4f; margin-top: 2px; }
.horoscope-result {
    max-width: 700px; margin: 0 auto;
    background: #fff; border: 1px solid rgba(218,165,32,0.2); border-radius: 20px; padding: 40px;
    text-align: center; min-height: 200px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.horoscope-result .ai-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(218,165,32,0.1); padding: 6px 16px; border-radius: 20px; font-size: 0.75rem;
    color: #b8860b; margin-bottom: 15px; border: 1px solid rgba(218,165,32,0.2);
}
.ai-dot { width: 6px; height: 6px; border-radius: 50%; background: #daa520; animation: aiPulse 1.5s infinite; }
@keyframes aiPulse { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
.horoscope-result h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #b8860b; margin-bottom: 15px; }
.horoscope-result p { color: #4d453d; line-height: 1.8; font-size: 0.95rem; }
.horoscope-placeholder { color: #8a7f75; font-size: 0.95rem; }
.horoscope-meters { display: flex; gap: 30px; margin-top: 25px; flex-wrap: wrap; justify-content: center; }
.meter { text-align: center; }
.meter-label { font-size: 0.75rem; color: #6b5d4f; margin-bottom: 6px; }
.meter-bar { width: 80px; height: 6px; background: rgba(218,165,32,0.15); border-radius: 3px; overflow: hidden; }
.meter-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg, #daa520, #ff8c32); transition: width 1s ease; }
.meter-value { font-size: 0.7rem; color: #b8860b; margin-top: 3px; }
.lucky-section { display: flex; gap: 20px; margin-top: 20px; justify-content: center; flex-wrap: wrap; }
.lucky-item { background: rgba(218,165,32,0.08); padding: 8px 18px; border-radius: 10px; font-size: 0.8rem; color: #6b5d4f; }

/* Numerology */
.numerology-section { background: #f8f6f2; }
.numerology-wrapper { max-width: 700px; margin: 0 auto; }
.numerology-form {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
    background: #fff; border: 1px solid rgba(218,165,32,0.2); border-radius: 20px; padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.numerology-form .form-group { position: relative; }
.numerology-form label { display: block; color: #6b5d4f; font-size: 0.8rem; margin-bottom: 6px; font-weight: 500; }
.numerology-form input {
    width: 100%; padding: 14px 18px; background: #faf8f5;
    border: 1px solid rgba(218,165,32,0.2); border-radius: 12px;
    color: #2d2a26; font-family: 'Poppins', sans-serif; font-size: 0.9rem;
    outline: none; transition: border-color 0.3s;
}
.numerology-form input:focus { border-color: #daa520; }
.numerology-form .btn-primary { grid-column: 1 / -1; justify-content: center; }
.numerology-result {
    margin-top: 25px; background: #fff; border: 1px solid rgba(218,165,32,0.2);
    border-radius: 20px; padding: 35px; display: none; text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.numerology-result.show { display: block; animation: msgIn 0.5s ease; }
.num-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 20px 0; }
.num-card {
    background: rgba(218,165,32,0.06); border: 1px solid rgba(218,165,32,0.15);
    border-radius: 14px; padding: 18px 12px; text-align: center;
}
.num-card .num-value { font-family: 'Playfair Display', serif; font-size: 2rem; color: #b8860b; font-weight: 700; }
.num-card .num-label { font-size: 0.72rem; color: #6b5d4f; margin-top: 4px; }
.num-meaning { color: #4d453d; line-height: 1.8; font-size: 0.9rem; margin-top: 15px; }
.num-meaning strong { color: #b8860b; }

/* Kundali */
.kundali-section { background: #fff; }
.kundali-wrapper { max-width: 800px; margin: 0 auto; }
.kundali-form {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
    background: #fff; border: 1px solid rgba(218,165,32,0.2); border-radius: 20px; padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.kundali-form .form-group { position: relative; }
.kundali-form label { display: block; color: #6b5d4f; font-size: 0.8rem; margin-bottom: 6px; font-weight: 500; }
.kundali-form input, .kundali-form select {
    width: 100%; padding: 14px 18px; background: #faf8f5;
    border: 1px solid rgba(218,165,32,0.2); border-radius: 12px;
    color: #2d2a26; font-family: 'Poppins', sans-serif; font-size: 0.9rem;
    outline: none; transition: border-color 0.3s;
}
.kundali-form input:focus, .kundali-form select:focus { border-color: #daa520; }
.kundali-form select option { background: #fff; }
.kundali-form .full-width { grid-column: 1 / -1; }
.kundali-form .btn-primary { grid-column: 1 / -1; justify-content: center; }
.kundali-result {
    margin-top: 30px; background: #fff; border: 1px solid rgba(218,165,32,0.2);
    border-radius: 20px; padding: 40px; display: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.kundali-result.show { display: block; animation: msgIn 0.5s ease; }
.kundali-result h3 { font-family: 'Playfair Display', serif; color: #b8860b; font-size: 1.4rem; margin-bottom: 5px; text-align: center; }
.kundali-result .ai-badge { display: flex; align-items: center; gap: 6px; justify-content: center; color: #6b5d4f; font-size: 0.75rem; margin-bottom: 25px; }
.planet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
.planet-card { background: rgba(218,165,32,0.05); border: 1px solid rgba(218,165,32,0.15); border-radius: 12px; padding: 15px; text-align: center; }
.planet-card .p-icon { font-size: 1.5rem; margin-bottom: 5px; }
.planet-card .p-name { color: #b8860b; font-size: 0.8rem; font-weight: 600; }
.planet-card .p-sign { color: #6b5d4f; font-size: 0.75rem; }
.kundali-summary { color: #4d453d; line-height: 1.8; font-size: 0.92rem; border-top: 1px solid rgba(218,165,32,0.15); padding-top: 20px; }
.kundali-summary strong { color: #b8860b; }
.kundali-summary a { color: #b8860b; font-weight: 600; }

/* Compatibility */
.compatibility-section { background: #f8f6f2; }
.compat-wrapper { max-width: 600px; margin: 0 auto; }
.compat-form {
    background: #fff; border: 1px solid rgba(218,165,32,0.2); border-radius: 20px; padding: 35px;
    text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.compat-pair { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 25px; }
.compat-side { flex: 1; }
.compat-side label { display: block; color: #6b5d4f; font-size: 0.8rem; margin-bottom: 6px; font-weight: 500; }
.compat-side select {
    width: 100%; padding: 14px; background: #faf8f5;
    border: 1px solid rgba(218,165,32,0.2); border-radius: 12px;
    color: #2d2a26; font-family: 'Poppins', sans-serif; font-size: 0.9rem;
    outline: none; transition: border-color 0.3s;
}
.compat-side select:focus { border-color: #daa520; }
.compat-side select option { background: #fff; }
.compat-heart { font-size: 2rem; padding-top: 20px; animation: heartbeat 1.5s infinite; }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } }
.compat-result {
    margin-top: 25px; background: #fff; border: 1px solid rgba(218,165,32,0.2);
    border-radius: 20px; padding: 35px; display: none; text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.compat-result.show { display: block; animation: msgIn 0.5s ease; }
.compat-score { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 700; margin: 15px 0; color: #b8860b; }
.compat-bar { width: 100%; height: 10px; background: rgba(218,165,32,0.15); border-radius: 5px; overflow: hidden; margin: 15px 0; }
.compat-bar-fill { height: 100%; border-radius: 5px; transition: width 1.5s ease; }
.compat-text { color: #4d453d; line-height: 1.8; font-size: 0.9rem; }
.compat-text strong { color: #b8860b; }

/* Services */
.services-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card {
    background: #fff; border: 1px solid rgba(218,165,32,0.2);
    border-radius: 20px; padding: 40px 30px; text-align: center;
    transition: all 0.4s; position: relative; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.service-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, #daa520, #ff8c32, transparent); opacity: 0; transition: opacity 0.4s;
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(218,165,32,0.4); box-shadow: 0 15px 40px rgba(218,165,32,0.15); }
.service-card:hover::before { opacity: 1; }
.service-icon { font-size: 3rem; margin-bottom: 20px; }
.service-card { text-decoration: none; color: inherit; display: block; cursor: pointer; }
.service-card h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #1a1816; margin-bottom: 12px; }
.service-card p { color: #5d5348; font-size: 0.9rem; line-height: 1.7; }
.service-wa { display: inline-block; margin-top: 15px; font-size: 0.85rem; color: #25d366; font-weight: 500; }
.service-card:hover .service-wa { color: #2ee66d; }

/* Why Choose */
.why-choose { background: #fff; }
.why-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.why-card { display: flex; gap: 20px; padding: 30px; background: #faf8f5; border-radius: 15px; border: 1px solid rgba(218,165,32,0.15); transition: all 0.3s; }
.why-card:hover { border-color: rgba(218,165,32,0.35); background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.why-icon { font-size: 2.5rem; flex-shrink: 0; }
.why-card h4 { color: #b8860b; font-size: 1.1rem; margin-bottom: 8px; }
.why-card p { color: #5d5348; font-size: 0.88rem; line-height: 1.7; }

/* Testimonials */
.testimonials-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.testimonial-card {
    background: #fff; border: 1px solid rgba(218,165,32,0.15);
    border-radius: 20px; padding: 35px 25px; transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.testimonial-card:hover { border-color: rgba(218,165,32,0.35); transform: translateY(-4px); box-shadow: 0 12px 35px rgba(0,0,0,0.08); }
.stars-rating { color: #daa520; font-size: 1rem; margin-bottom: 15px; letter-spacing: 3px; }
.testimonial-card p { color: #4d453d; font-size: 0.9rem; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
    width: 45px; height: 45px; border-radius: 50%;
    background: linear-gradient(135deg, #daa520, #c4850a);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: #fff; font-weight: 700;
}
.author-name { color: #b8860b; font-weight: 600; font-size: 0.95rem; }
.author-location { color: #8a7f75; font-size: 0.8rem; }

/* Contact */
.contact { background: #f8f6f2; }
.contact-wrapper { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: #b8860b; margin-bottom: 20px; }
.contact-info > p { color: #5d5348; line-height: 1.7; margin-bottom: 30px; font-size: 0.95rem; }
.contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; }
.contact-item .c-icon {
    width: 50px; height: 50px; border-radius: 12px;
    background: rgba(218,165,32,0.08); border: 1px solid rgba(218,165,32,0.2);
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0;
}
.contact-item h4 { color: #2d2a26; font-size: 0.95rem; margin-bottom: 3px; }
.contact-item p { color: #5d5348; font-size: 0.88rem; }
.contact-item a { color: #b8860b; text-decoration: none; transition: color 0.3s; }
.contact-item a:hover { color: #d4a030; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { position: relative; }
.form-group input, .form-group textarea, .form-group select {
    width: 100%; padding: 16px 20px; background: #fff;
    border: 1px solid rgba(218,165,32,0.2); border-radius: 12px;
    color: #2d2a26; font-family: 'Poppins', sans-serif; font-size: 0.95rem;
    transition: border-color 0.3s; outline: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: #daa520; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form .btn-primary { width: 100%; padding: 16px; font-size: 1rem; justify-content: center; }

/* Footer */
footer {
    position: relative; z-index: 1; background: #fff;
    border-top: 1px solid rgba(218,165,32,0.15); padding: 50px 30px 25px;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.04);
}
.footer-content { max-width: 1100px; margin: 0 auto; text-align: center; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #b8860b; margin-bottom: 10px; }
.footer-tagline { color: #6b5d4f; font-size: 0.82rem; margin-bottom: 25px; line-height: 1.6; }
.footer-links { display: flex; justify-content: center; gap: 25px; margin-bottom: 25px; flex-wrap: wrap; }
.footer-links a { color: #6b5d4f; text-decoration: none; font-size: 0.88rem; transition: color 0.3s; }
.footer-links a:hover { color: #b8860b; }
.footer-divider { width: 100%; height: 1px; background: rgba(218,165,32,0.15); margin-bottom: 20px; }
.footer-bottom { color: #8a7f75; font-size: 0.78rem; }

/* WhatsApp */
.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px; z-index: 999;
    width: 60px; height: 60px; border-radius: 50%; background: #25D366;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; color: #fff; text-decoration: none;
    box-shadow: 0 4px 20px rgba(37,211,102,0.35); transition: transform 0.3s;
}
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-pulse { position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 2px solid #25D366; animation: waPulse 2s infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(1.5); opacity: 0; } }

/* Chatbot */
.chatbot-toggle {
    position: fixed; bottom: 100px; right: 30px; z-index: 999;
    width: 55px; height: 55px; border-radius: 50%;
    background: linear-gradient(135deg, #daa520, #c4850a);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: #fff; cursor: pointer;
    box-shadow: 0 4px 20px rgba(218,165,32,0.35); border: none; transition: transform 0.3s;
}
.chatbot-toggle:hover { transform: scale(1.1); }
.chatbot-window {
    position: fixed; bottom: 170px; right: 30px; z-index: 999;
    width: 370px; max-height: 500px; background: #fff;
    border: 1px solid rgba(218,165,32,0.25); border-radius: 20px;
    display: none; flex-direction: column;
    overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.chatbot-window.open { display: flex; }
.chat-header {
    background: rgba(218,165,32,0.08); padding: 18px 20px;
    border-bottom: 1px solid rgba(218,165,32,0.15);
    display: flex; align-items: center; gap: 12px;
}
.chat-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, #daa520, #c4850a);
    display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.chat-header-text h4 { color: #b8860b; font-size: 0.95rem; }
.chat-header-text p { color: #6b5d4f; font-size: 0.72rem; }
.chat-online { display: flex; align-items: center; gap: 5px; }
.online-dot { width: 7px; height: 7px; border-radius: 50%; background: #25d366; }
.chat-messages { flex: 1; padding: 20px; overflow-y: auto; max-height: 300px; display: flex; flex-direction: column; gap: 12px; }
.chat-messages::-webkit-scrollbar { width: 4px; }
.chat-messages::-webkit-scrollbar-thumb { background: rgba(218,165,32,0.2); border-radius: 2px; }
.chat-msg { max-width: 85%; padding: 12px 16px; border-radius: 16px; font-size: 0.85rem; line-height: 1.6; animation: msgIn 0.3s ease; }
@keyframes msgIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.chat-msg.bot { background: rgba(218,165,32,0.06); color: #3d3a36; align-self: flex-start; border-bottom-left-radius: 4px; }
.chat-msg.user { background: linear-gradient(135deg, #daa520, #c4850a); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; font-weight: 500; }
.chat-msg.typing .dots { display: inline-flex; gap: 4px; }
.chat-msg.typing .dots span { width: 6px; height: 6px; border-radius: 50%; background: #daa520; animation: typingDot 1.4s infinite; }
.chat-msg.typing .dots span:nth-child(2) { animation-delay: 0.2s; }
.chat-msg.typing .dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDot { 0%, 100% { opacity: 0.3; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.2); } }
.chat-input-area { display: flex; gap: 10px; padding: 15px; border-top: 1px solid rgba(218,165,32,0.15); }
.chat-input-area input {
    flex: 1; padding: 12px 16px; background: #f8f7f5;
    border: 1px solid rgba(218,165,32,0.2); border-radius: 25px;
    color: #2d2a26; font-family: 'Poppins', sans-serif; font-size: 0.85rem;
    outline: none; transition: border-color 0.3s;
}
.chat-input-area input:focus { border-color: #daa520; }
.chat-input-area button {
    width: 42px; height: 42px; border-radius: 50%;
    background: linear-gradient(135deg, #daa520, #c4850a);
    border: none; color: #fff; font-size: 1.1rem;
    cursor: pointer; transition: transform 0.2s; flex-shrink: 0;
}
.chat-input-area button:hover { transform: scale(1.05); }
.quick-questions { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 15px 12px; }
.quick-q {
    background: rgba(218,165,32,0.06); border: 1px solid rgba(218,165,32,0.2);
    padding: 6px 12px; border-radius: 15px; font-size: 0.7rem;
    color: #6b5d4f; cursor: pointer; transition: all 0.3s; font-family: 'Poppins', sans-serif;
}
.quick-q:hover { background: rgba(218,165,32,0.12); border-color: #daa520; color: #b8860b; }

/* Back to top */
.back-to-top {
    position: fixed; bottom: 30px; left: 30px; z-index: 999;
    width: 45px; height: 45px; border-radius: 50%;
    background: rgba(255,255,255,0.9); border: 1px solid rgba(218,165,32,0.3);
    color: #b8860b; font-size: 1.2rem; display: none; align-items: center;
    justify-content: center; cursor: pointer; transition: all 0.3s; text-decoration: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
.back-to-top.show { display: flex; }
.back-to-top:hover { background: rgba(218,165,32,0.1); }

/* Animations */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s, transform 0.8s; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.8s, transform 0.8s; }
.fade-in-left.visible { opacity: 1; transform: translateX(0); }
.fade-in-right { opacity: 0; transform: translateX(40px); transition: opacity 0.8s, transform 0.8s; }
.fade-in-right.visible { opacity: 1; transform: translateX(0); }

/* Responsive */
@media (max-width: 968px) {
    .nav-links { display: none; }
    .nav-links.active {
        display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
        background: rgba(255,255,255,0.98); padding: 30px;
        border-bottom: 1px solid rgba(218,165,32,0.2); gap: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }
    .hamburger { display: flex; }
    .hero h1 { font-size: 2.4rem; }
    .hero-stats { gap: 30px; }
    .stat-number { font-size: 2rem; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .zodiac-grid { grid-template-columns: repeat(3, 1fr); }
    .chatbot-window { width: calc(100% - 40px); right: 20px; bottom: 160px; }
    .planet-grid { grid-template-columns: repeat(2, 1fr); }
    .compat-pair { flex-direction: column; }
    .compat-heart { padding-top: 0; }
}
@media (max-width: 600px) {
    .hero h1 { font-size: 1.8rem; }
    .hero .subtitle { font-size: 0.85rem; letter-spacing: 1px; }
    .hero-stats { flex-direction: column; gap: 15px; }
    .services-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .about-highlights { grid-template-columns: 1fr; }
    section { padding: 70px 20px; }
    .zodiac-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .kundali-form { grid-template-columns: 1fr; padding: 25px; }
    .kundali-form .full-width { grid-column: 1; }
    .kundali-form .btn-primary { grid-column: 1; }
    .numerology-form { grid-template-columns: 1fr; }
    .numerology-form .btn-primary { grid-column: 1; }
    .planet-grid { grid-template-columns: 1fr 1fr; }
    .num-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item img { height: 200px; }
    .faq-container { padding: 0 10px; }
}

/* ===== FAQ SECTION ===== */
.faq-section {
    background: linear-gradient(180deg, rgba(15,15,35,0.6) 0%, rgba(10,10,26,0.9) 100%);
    padding: 100px 30px;
}
.faq-container { max-width: 850px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq-card {
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(25,25,55,0.95), rgba(15,15,40,0.95));
    border: 1.5px solid rgba(218,165,32,0.2);
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s;
}
.faq-card:hover {
    border-color: rgba(218,165,32,0.5);
    box-shadow: 0 6px 30px rgba(218,165,32,0.1);
    transform: translateY(-2px);
}
.faq-card.open {
    border-color: #daa520;
    box-shadow: 0 8px 40px rgba(218,165,32,0.15);
}
.faq-q {
    width: 100%;
    padding: 22px 28px;
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: background 0.3s;
    line-height: 1.5;
}
.faq-q:hover { background: rgba(218,165,32,0.06); }
.faq-q:focus-visible { outline: 2px solid #daa520; outline-offset: -2px; }
.faq-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #daa520;
    min-width: 38px;
    text-align: center;
    flex-shrink: 0;
    opacity: 0.8;
}
.faq-card.open .faq-num { opacity: 1; }
.faq-text { flex: 1; }
.faq-arrow {
    color: #daa520;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(218,165,32,0.1);
    transition: transform 0.35s ease, background 0.3s;
}
.faq-card.open .faq-arrow {
    transform: rotate(180deg);
    background: rgba(218,165,32,0.25);
}
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-card.open .faq-a { max-height: 600px; }
.faq-a-inner {
    padding: 0 28px 24px 84px;
}
.faq-a-inner p {
    color: #ddd;
    font-size: 1.05rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
}
.faq-a-inner strong { color: #f0c540; font-weight: 600; }

@media (max-width: 768px) {
    .faq-q { font-size: 1rem; padding: 18px 20px; gap: 14px; }
    .faq-num { font-size: 1.2rem; min-width: 32px; }
    .faq-a-inner { padding: 0 20px 20px 66px; }
    .faq-a-inner p { font-size: 0.98rem; }
}
@media (max-width: 480px) {
    .faq-a-inner { padding: 0 16px 18px 16px; }
    .faq-q { gap: 10px; padding: 16px; }
    .faq-num { display: none; }
}

/* ===== SERVICE DETAIL PAGES ===== */
.svc-hero { padding: 130px 30px 50px; text-align: center; background: radial-gradient(ellipse at top, rgba(218,165,32,0.06) 0%, transparent 60%); position: relative; z-index: 1; }
.svc-hero .breadcrumb { font-size: 0.82rem; color: #807060; margin-bottom: 20px; }
.svc-hero .breadcrumb a { color: #c4a265; text-decoration: none; transition: color 0.3s; }
.svc-hero .breadcrumb a:hover { color: #daa520; }
.svc-hero .breadcrumb strong { color: #e0d6c8; }
.svc-icon-large { font-size: 4rem; margin-bottom: 15px; }
.svc-hero h1 { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: #fff; margin-bottom: 12px; line-height: 1.3; }
.svc-hero .svc-subtitle { color: #b0a090; font-size: 1.05rem; max-width: 650px; margin: 0 auto; }
.svc-content { position: relative; z-index: 1; padding: 60px 30px 80px; }
.svc-wrapper { max-width: 850px; margin: 0 auto; }
.svc-wrapper article h2 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #daa520; margin: 35px 0 15px; }
.svc-wrapper article h2:first-child { margin-top: 0; }
.svc-wrapper article p { color: #b0a090; line-height: 1.85; font-size: 0.95rem; margin-bottom: 15px; }
.svc-wrapper article strong { color: #d4c4a0; }
.svc-wrapper article em { color: #c4a265; }
.svc-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 20px 0 25px; }
.svc-feature { display: flex; gap: 14px; padding: 18px; background: rgba(20,20,45,0.6); border: 1px solid rgba(218,165,32,0.12); border-radius: 14px; transition: border-color 0.3s; }
.svc-feature:hover { border-color: rgba(218,165,32,0.35); }
.svc-feature > span { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.svc-feature strong { color: #daa520; font-size: 0.9rem; }
.svc-feature br + * { color: #a09080; font-size: 0.83rem; line-height: 1.6; }
.svc-feature div { color: #a09080; font-size: 0.83rem; line-height: 1.6; }
.svc-list { list-style: none; padding: 0; margin: 10px 0 20px; }
.svc-list li { padding: 8px 0 8px 28px; position: relative; color: #b0a090; font-size: 0.92rem; line-height: 1.7; }
.svc-list li::before { content: '✦'; position: absolute; left: 0; color: #daa520; font-size: 0.75rem; top: 10px; }
.svc-list li strong { color: #d4c4a0; }
.svc-cta-box { margin: 45px 0 40px; padding: 40px; background: linear-gradient(145deg, rgba(218,165,32,0.08), rgba(20,20,45,0.7)); border: 1px solid rgba(218,165,32,0.25); border-radius: 20px; text-align: center; }
.svc-cta-box h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #daa520; margin-bottom: 10px; }
.svc-cta-box p { color: #a09080; font-size: 0.92rem; margin-bottom: 22px; }
.svc-cta-box .btn { margin: 0 8px 10px; }
.svc-other { margin-top: 20px; }
.svc-other h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: #c4a265; margin-bottom: 18px; text-align: center; }
.svc-other-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.svc-other-grid a { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; background: rgba(20,20,45,0.6); border: 1px solid rgba(218,165,32,0.15); border-radius: 12px; color: #c4a265; font-size: 0.85rem; text-decoration: none; transition: all 0.3s; }
.svc-other-grid a:hover { border-color: #daa520; background: rgba(218,165,32,0.1); transform: translateY(-2px); }

@media (max-width: 768px) {
    .svc-hero h1 { font-size: 1.8rem; }
    .svc-features { grid-template-columns: 1fr; }
    .svc-cta-box { padding: 25px; }
    .svc-cta-box .btn { display: block; margin: 8px auto; max-width: 280px; }
}
