/* ============================================
   KPANCHTATVAA – Premium Dark Theme CSS
   Root To Harmony By Neetu Verma
   ============================================ */

:root {
    --bg-primary: #050816;
    --bg-secondary: #07111F;
    --bg-dark-alt: #0A1425;
    --gold-primary: #D05E2D;
    --gold-luxury: #D05E2D;
    --gold-light: #F7E7B4;
    --white: #F8F8F8;
    --muted-text: #C9C9C9;
    --border-gold: rgba(208, 94, 45, 0.35);
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Poppins', sans-serif;
    --transition: all 0.3s ease;
}

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

body {
    font-family: var(--font-body);
    background-color: var(--bg-primary);
    color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* ========== TOP BAR ========== */
.top-bar {
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 140, 0, 0.2);
    font-size: 14px;
    position: relative;
    z-index: 1001;
}

.gold-text {
    color: #D05E2D;
}

.social-icon {
    color: #FF6B35;
    margin-left: 20px;
    transition: var(--transition);
    font-size: 16px;
}

.social-icon:hover {
    color: #FF3D5A;
    transform: translateY(-2px);
}

/* ========== STICKY NAVBAR ========== */
.sticky-navbar {
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    padding: 15px 0;
    transition: var(--transition);
    border-bottom: 1px solid rgba(255, 140, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}

.brand-logo {
    color: var(--gold-luxury);
    display: block;
}

.brand-tagline {
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: var(--muted-text);
    font-family: var(--font-body);
    font-weight: 400;
}

.navbar-nav .nav-link {
    color: #FF8C00;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: var(--transition);
    font-family: var(--font-body);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #FF5722;
}

.navbar-toggler {
    border-color: var(--border-gold);
    background: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23D05E2D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Buttons */
.btn-gold {
    background: #D05E2D;
    color: var(--bg-primary);
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 40px;
    transition: var(--transition);
    border: none;
    font-family: var(--font-body);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(208, 94, 45, 0.3);
    color: var(--bg-primary);
}

.btn-gold-outline {
    background: transparent;
    border: 1.5px solid #D05E2D;
    color: #D05E2D;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 40px;
    transition: var(--transition);
    font-family: var(--font-body);
}

.btn-gold-outline:hover {
    background: #D05E2D;
    color: var(--bg-primary);
    transform: translateY(-2px);
}

/* ========== HERO SECTION ========== */
.hero-section {
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-badge {
    display: inline-block;
    background: rgba(208,94,45,0.15);
    color: #D05E2D;
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    color: var(--white);
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--gold-luxury);
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.hero-tagline {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--font-heading);
}

.hero-text {
    color: var(--muted-text);
    font-size: 1rem;
    max-width: 500px;
    margin-bottom: 20px;
}

.trust-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.trust-indicators span {
    font-size: 0.85rem;
    color: var(--muted-text);
}

.trust-indicators i {
    color: #D05E2D;
    margin-right: 8px;
}

.hero-image-wrapper {
    position: relative;
    display: inline-block;
}

.hero-portrait {
    border-radius: 30px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.golden-halo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background: radial-gradient(circle, rgba(208,94,45,0.15) 0%, rgba(208,94,45,0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.lotus-glow {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(208,94,45,0.2) 0%, rgba(208,94,45,0) 70%);
    border-radius: 50%;
    z-index: 0;
}

/* ========== SECTION SPACING ========== */
.section-spacing {
    padding: 80px 0;
}

.bg-dark-alt {
    background-color: var(--bg-dark-alt);
}

.section-subtitle {
    color: #D05E2D;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white);
}

.text-muted-light {
    color: var(--muted-text);
}

/* ========== EXPERTISE CARDS ========== */
.expertise-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    transition: var(--transition);
    backdrop-filter: blur(5px);
}

.expertise-card:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
    background: rgba(208,94,45,0.05);
}

.expertise-card h5 {
    font-size: 1.2rem;
    margin-top: 15px;
    font-family: var(--font-heading);
}

/* ========== SERVICE CARDS ========== */
.service-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: #D05E2D;
    background: rgba(208,94,45,0.05);
}

.service-card i {
    margin-bottom: 20px;
}

.service-card h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.service-card p {
    color: var(--muted-text);
    font-size: 0.9rem;
}

.card-link {
    color: #D05E2D;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 15px;
    transition: var(--transition);
}

.card-link:hover {
    color: var(--gold-luxury);
    letter-spacing: 0.5px;
}

.pillar-number {
    width: 40px;
    height: 40px;
    background: #D05E2D;
    color: var(--bg-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 1.2rem;
}

/* ========== WHY CHOOSE ========== */
.why-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.why-item h5 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.why-icon-card {
    background: rgba(208,94,45,0.08);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    padding: 20px 15px;
    transition: var(--transition);
    height: 100%;
}

.why-icon-card:hover {
    background: rgba(208,94,45,0.15);
    transform: translateY(-3px);
}

.why-icon-card h5 {
    font-size: 0.9rem;
    margin-top: 12px;
    font-family: var(--font-body);
}

/* ========== PRICE CARDS ========== */
.price-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.price-card:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
}

.price-card.premium {
    border-color: #D05E2D;
    background: linear-gradient(135deg, rgba(208,94,45,0.1), rgba(208,94,45,0.02));
}

.price-header h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold-luxury);
    margin: 20px 0;
    font-family: var(--font-heading);
}

.price-features {
    list-style: none;
    padding: 0;
}

.price-features li {
    padding: 8px 0;
    color: var(--muted-text);
    font-size: 0.9rem;
}

/* ========== TESTIMONIALS ========== */
.testimonial-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    padding: 30px;
    transition: var(--transition);
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    border-color: #D05E2D;
}

.testimonial-card p {
    font-style: italic;
    margin: 15px 0;
    color: var(--white);
}

.testimonial-card h6 {
    color: #D05E2D;
    margin-top: 10px;
}

/* ========== STEP CIRCLE ========== */
.step-circle {
    width: 70px;
    height: 70px;
    background: #D05E2D;
    color: var(--bg-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto;
}

/* ========== ACCORDION ========== */
.accordion-faq .accordion-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
}

.accordion-faq .accordion-button {
    background: transparent;
    color: var(--white);
    font-weight: 500;
    padding: 20px;
}

.accordion-faq .accordion-button:not(.collapsed) {
    background: rgba(208,94,45,0.1);
    color: #D05E2D;
    box-shadow: none;
}

.accordion-faq .accordion-button:focus {
    box-shadow: none;
    border-color: var(--border-gold);
}

.accordion-faq .accordion-body {
    background: rgba(0,0,0,0.2);
    color: var(--muted-text);
    padding: 20px;
}

/* ========== CTA BANNER ========== */
.cta-banner {
    background: linear-gradient(135deg, rgba(208,94,45,0.1), rgba(7,17,31,0.95));
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 1.1rem;
    color: var(--muted-text);
}

/* ========== PAGE HERO (Inner Pages) ========== */
.page-hero {
    background: linear-gradient(135deg, var(--bg-primary), var(--bg-dark-alt));
    padding: 80px 0 60px;
    text-align: center;
    border-bottom: 1px solid var(--border-gold);
}

.page-hero > .container { position: relative; z-index: 1; }

.page-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.85);
}

/* ========== LEGAL CONTENT ========== */
.legal-content h3 {
    font-size: 1.6rem;
    margin: 30px 0 15px;
    color: var(--gold-luxury);
}

.legal-content p, .legal-content ul {
    color: var(--muted-text);
    margin-bottom: 15px;
    line-height: 1.8;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content li {
    margin-bottom: 8px;
}

/* ========== CONTACT FORM ========== */
.contact-form-card, .contact-info-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 35px;
    height: 100%;
}

.form-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.form-label {
    color: var(--white);
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border-gold);
    color: var(--white);
    padding: 12px 15px;
    border-radius: 12px;
}

.form-control:focus {
    background: rgba(255,255,255,0.08);
    border-color: #D05E2D;
    box-shadow: none;
    color: var(--white);
}

.contact-details-list {
    list-style: none;
    padding: 0;
}

.contact-details-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-gold);
}

.contact-details-list i {
    width: 35px;
}

.map-placeholder {
    background: rgba(255,255,255,0.03);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    border: 1px solid var(--border-gold);
}

.map-static-placeholder {
    height: 150px;
    background: linear-gradient(135deg, var(--bg-primary), var(--bg-dark-alt));
    border-radius: 12px;
    margin-top: 15px;
}

.hours-card {
    background: rgba(208,94,45,0.05);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}

/* ========== BLOG CARDS ========== */
.blog-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
}

.blog-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card-body {
    padding: 20px;
}

.blog-category {
    color: #D05E2D;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.blog-card-body h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.featured-post-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    overflow: hidden;
}

.featured-badge {
    display: inline-block;
    background: #D05E2D;
    color: var(--bg-primary);
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.featured-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.post-meta {
    font-size: 0.85rem;
    color: var(--muted-text);
}

.sidebar-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    padding: 25px;
}

.sidebar-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-gold);
}

.categories-list, .recent-posts-list {
    list-style: none;
    padding: 0;
}

.categories-list li, .recent-posts-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-gold);
}

.categories-list a, .recent-posts-list a {
    color: var(--muted-text);
    text-decoration: none;
    transition: var(--transition);
    display: flex;
    justify-content: space-between;
}

.categories-list a:hover, .recent-posts-list a:hover {
    color: #D05E2D;
}

.post-date {
    font-size: 0.7rem;
    color: var(--muted-text);
    display: block;
}

.pagination .page-link {
    background: rgba(255,255,255,0.05);
    border-color: var(--border-gold);
    color: var(--white);
}

.pagination .page-item.active .page-link {
    background: #D05E2D;
    border-color: #D05E2D;
    color: var(--bg-primary);
}

/* ========== JOURNEY CARDS ========== */
.journey-card, .mission-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    height: 100%;
    transition: var(--transition);
}

.journey-card:hover, .mission-card:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
}

.service-badge {
    display: inline-block;
    background: rgba(208,94,45,0.15);
    color: #D05E2D;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.benefits-list i {
    margin-right: 12px;
}

.expertise-badge {
    background: rgba(208,94,45,0.1);
    border: 1px solid var(--border-gold);
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 500;
    transition: var(--transition);
}

.expertise-badge:hover {
    background: #D05E2D;
    color: var(--bg-primary);
}

.note-card {
    background: rgba(208,94,45,0.05);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    padding: 30px;
}

.faq-category-header {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--gold-luxury);
    margin: 30px 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border-gold);
}

/* ========== FOOTER ========== */
.footer {
    background: linear-gradient(160deg, #FF8C00 0%, #FF6030 50%, #FF4D6A 100%);
    padding: 60px 0 30px;
    border-top: none;
}

.footer-brand {
    font-size: 1.8rem;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer-about {
    color: rgba(255,255,255,0.92);
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer h5 {
    color: #FFFFFF;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-family: var(--font-body);
    font-weight: 700;
}

.footer-links, .footer ul {
    list-style: none;
    padding: 0;
}

.footer-links li, .footer ul li {
    margin-bottom: 10px;
}

.footer-links a, .footer ul a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    transition: var(--transition);
    font-size: 0.9rem;
}

.footer-links a:hover, .footer ul a:hover {
    color: #FFFFFF;
    padding-left: 5px;
}

.footer-contact li {
    color: rgba(255,255,255,0.90);
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.footer-contact i {
    width: 30px;
    color: #FFFFFF;
}

.social-links a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    margin-right: 10px;
    transition: var(--transition);
}

.social-links a:hover {
    background: rgba(255,255,255,0.4);
    color: #FFFFFF;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 40px;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.85);
}

.footer-bottom a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    margin-left: 15px;
    transition: var(--transition);
}

.footer-bottom a:hover {
    color: #FFFFFF;
}

/* ========== FLOATING BUTTONS ========== */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #25D366;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    z-index: 100;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #D05E2D;
    color: var(--bg-primary);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 100;
    transition: var(--transition);
    display: none;
    opacity: 0.8;
}

.scroll-top:hover {
    opacity: 1;
    transform: translateY(-3px);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .hero-title { font-size: 3rem; }
    .section-title { font-size: 2.2rem; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2.5rem; }
    .section-spacing { padding: 50px 0; }
    .cta-title { font-size: 1.8rem; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
    .footer-bottom a { margin: 0 10px; }
}

@media (max-width: 767px) {
    .hero-title { font-size: 2.3rem; }
    .hero-subtitle { font-size: 1.2rem; }
    .hero-tagline { font-size: 1.3rem; }
    .section-title { font-size: 1.8rem; }
    .trust-indicators { justify-content: center; }
    .hero-buttons .btn { display: block; width: 100%; margin: 10px 0 !important; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2rem; }
    .featured-title { font-size: 1.3rem; }
    .step-circle { width: 50px; height: 50px; font-size: 1.3rem; }
    .price { font-size: 2rem; }
    .contact-form-card, .contact-info-card { padding: 20px; }
}

@media (max-width: 480px) {
    .hero-section { padding: 40px 0; }
    .hero-title { font-size: 1.8rem; }
    .cta-banner { padding: 50px 0; }
}
/* ========== ASTRO TALK HERO BANNER ========== */
.hero-astro-banner {
    position: relative;
    background-image: url('../images/autumn-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5, 8, 22, 0.85), rgba(7, 17, 31, 0.9));
    z-index: -1;
}

/* Astro Visual Elements */
.hero-astro-visual {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zodiac-ring {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.zodiac-circle {
    width: 100%;
    height: 100%;
    border: 2px dashed var(--gold-primary);
    border-radius: 50%;
    position: relative;
    animation: rotateRing 20s linear infinite;
}

.zodiac-sign {
    position: absolute;
    font-size: 1.4rem;
    color: var(--gold-luxury);
    font-weight: bold;
    text-shadow: 0 0 10px rgba(208,94,45,0.5);
}

.zodiac-sign:nth-child(1) { top: -15px; left: 50%; transform: translateX(-50%); }
.zodiac-sign:nth-child(2) { top: 25%; right: -10px; }
.zodiac-sign:nth-child(3) { bottom: -15px; left: 50%; transform: translateX(-50%); }
.zodiac-sign:nth-child(4) { top: 25%; left: -10px; }
.zodiac-sign:nth-child(5) { top: 5%; right: 20%; }
.zodiac-sign:nth-child(6) { bottom: 5%; right: 20%; }
.zodiac-sign:nth-child(7) { top: 5%; left: 20%; }
.zodiac-sign:nth-child(8) { bottom: 5%; left: 20%; }
.zodiac-sign:nth-child(9) { top: 40%; right: -5px; }
.zodiac-sign:nth-child(10) { top: 40%; left: -5px; }
.zodiac-sign:nth-child(11) { bottom: 20%; right: 15%; }
.zodiac-sign:nth-child(12) { bottom: 20%; left: 15%; }

@keyframes rotateRing {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.astro-center-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(208,94,45,0.3), transparent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.astro-center-glow i {
    font-size: 3rem;
    color: #D05E2D;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
}

.floating-star {
    position: absolute;
    font-size: 1.2rem;
    color: var(--gold-light);
    animation: floatStar 4s ease-in-out infinite;
}

.star1 { top: 10%; left: 10%; animation-delay: 0s; }
.star2 { top: 20%; right: 15%; animation-delay: 0.5s; font-size: 1rem; }
.star3 { bottom: 15%; left: 20%; animation-delay: 1s; font-size: 1.5rem; }
.star4 { bottom: 25%; right: 10%; animation-delay: 1.5s; font-size: 0.8rem; }
.star5 { top: 40%; left: 5%; animation-delay: 2s; font-size: 1.1rem; }
.star6 { top: 60%; right: 5%; animation-delay: 2.5s; font-size: 1.3rem; }

@keyframes floatStar {
    0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.6; }
    50% { transform: translateY(-15px) rotate(10deg); opacity: 1; }
}

.astro-talk-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #D05E2D;
    color: var(--bg-primary);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
    box-shadow: 0 0 20px rgba(208,94,45,0.5);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 5px rgba(208,94,45,0.5); }
    50% { box-shadow: 0 0 20px rgba(208,94,45,0.8); }
}

/* Responsive Astro Hero */
@media (max-width: 991px) {
    .hero-astro-visual {
        min-height: 300px;
    }
    .zodiac-ring {
        width: 220px;
        height: 220px;
    }
    .zodiac-sign {
        font-size: 1rem;
    }
    .astro-center-glow i {
        font-size: 2rem;
    }
    .astro-talk-badge {
        font-size: 0.7rem;
        padding: 5px 15px;
        bottom: -20px;
    }
}

@media (max-width: 767px) {
    .hero-astro-visual {
        min-height: 280px;
    }
    .zodiac-ring {
        width: 180px;
        height: 180px;
    }
    .zodiac-sign {
        font-size: 0.8rem;
    }
    .floating-star {
        font-size: 0.8rem;
    }
}
/* ========== ASTRO TALK THEME ADDITIONS ========== */

/* Hero Astro Banner */
.hero-astro-banner {
    position: relative;
    background-image: url('../images/autumn-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5, 8, 22, 0.85), rgba(7, 17, 31, 0.92));
    z-index: -1;
}

.hero-astro-visual {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zodiac-ring {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.zodiac-circle {
    width: 100%;
    height: 100%;
    border: 2px dashed var(--gold-primary);
    border-radius: 50%;
    position: relative;
    animation: rotateRing 25s linear infinite;
}

.zodiac-sign {
    position: absolute;
    font-size: 1.3rem;
    color: var(--gold-luxury);
    font-weight: bold;
    text-shadow: 0 0 10px rgba(208,94,45,0.5);
}
.zodiac-sign:nth-child(1) { top: -15px; left: 50%; transform: translateX(-50%); }
.zodiac-sign:nth-child(2) { top: 25%; right: -10px; }
.zodiac-sign:nth-child(3) { bottom: -15px; left: 50%; transform: translateX(-50%); }
.zodiac-sign:nth-child(4) { top: 25%; left: -10px; }
.zodiac-sign:nth-child(5) { top: 5%; right: 20%; }
.zodiac-sign:nth-child(6) { bottom: 5%; right: 20%; }
.zodiac-sign:nth-child(7) { top: 5%; left: 20%; }
.zodiac-sign:nth-child(8) { bottom: 5%; left: 20%; }
.zodiac-sign:nth-child(9) { top: 40%; right: -5px; }
.zodiac-sign:nth-child(10) { top: 40%; left: -5px; }
.zodiac-sign:nth-child(11) { bottom: 20%; right: 15%; }
.zodiac-sign:nth-child(12) { bottom: 20%; left: 15%; }

@keyframes rotateRing {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.astro-center-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(208,94,45,0.3), transparent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.astro-center-glow i { font-size: 2.5rem; color: var(--gold-primary); animation: pulse 2s ease-in-out infinite; }

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
}

.floating-star {
    position: absolute;
    font-size: 1.2rem;
    animation: floatStar 4s ease-in-out infinite;
}
.star1 { top: 10%; left: 10%; animation-delay: 0s; }
.star2 { top: 20%; right: 15%; animation-delay: 0.5s; }
.star3 { bottom: 15%; left: 20%; animation-delay: 1s; }
.star4 { bottom: 25%; right: 10%; animation-delay: 1.5s; }
.star5 { top: 40%; left: 5%; animation-delay: 2s; }
.star6 { top: 60%; right: 5%; animation-delay: 2.5s; }
.star7 { top: 70%; left: 85%; animation-delay: 3s; }
.star8 { bottom: 40%; right: 25%; animation-delay: 3.5s; }

@keyframes floatStar {
    0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.6; }
    50% { transform: translateY(-15px) rotate(10deg); opacity: 1; }
}

.astro-talk-badge {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #D05E2D;
    color: var(--bg-primary);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
    box-shadow: 0 0 20px rgba(208,94,45,0.5);
    animation: badgePulse 2s ease-in-out infinite;
}

/* Astro Page Hero */
.astro-page-hero {
    position: relative;
    background-image: url('../images/autumn-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.astro-page-hero .hero-overlay {
    background: linear-gradient(135deg, rgba(5,8,22,0.88), rgba(7,17,31,0.94));
}
.astro-icon-large {
    font-size: 4rem;
    color: #D05E2D;
    margin-bottom: 20px;
    animation: floatStar 3s ease-in-out infinite;
}

/* Astro Cards */
.astro-card, .astro-profile-card, .astro-service-visual {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 30px;
    padding: 35px;
    text-align: center;
    transition: var(--transition);
}
.astro-card:hover, .astro-profile-card:hover {
    transform: translateY(-8px);
    border-color: #D05E2D;
    box-shadow: 0 15px 35px rgba(208,94,45,0.1);
}
.astro-stars { color: var(--gold-primary); font-size: 1.2rem; letter-spacing: 3px; }
.astro-service-visual { position: relative; padding: 50px; }
.zodiac-mini-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    border: 1px dashed var(--gold-primary);
    border-radius: 50%;
    animation: rotateRing 15s linear infinite;
}
.astro-price { background: rgba(208,94,45,0.05); }
.astro-glow { transition: all 0.3s ease; }
.astro-glow:hover { box-shadow: 0 0 20px rgba(208,94,45,0.2); }

/* Responsive */
@media (max-width: 991px) {
    .hero-astro-visual { min-height: 320px; }
    .zodiac-ring { width: 220px; height: 220px; }
    .zodiac-sign { font-size: 1rem; }
    .astro-center-glow i { font-size: 1.8rem; }
    .astro-talk-badge { font-size: 0.7rem; padding: 5px 15px; bottom: -20px; }
}
@media (max-width: 767px) {
    .hero-astro-visual { min-height: 280px; }
    .zodiac-ring { width: 180px; height: 180px; }
    .zodiac-sign { font-size: 0.8rem; }
}
/* ========== NEW ASTROLOGY THEME STYLES ========== */

/* Hero Section with Astrology Theme */
.hero-astrology {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.hero-zodiac-image {
    position: relative;
    display: inline-block;
}

.zodiac-orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px dashed var(--gold-primary);
    border-radius: 50%;
    animation: rotateRing 20s linear infinite;
}

.floating-zodiac-signs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.floating-zodiac-signs span {
    position: absolute;
    font-size: 1.2rem;
    color: var(--gold-light);
}

.floating-zodiac-signs span:nth-child(1) { top: -20px; left: 50%; transform: translateX(-50%); }
.floating-zodiac-signs span:nth-child(2) { top: 20%; right: -20px; }
.floating-zodiac-signs span:nth-child(3) { bottom: -20px; left: 50%; transform: translateX(-50%); }
.floating-zodiac-signs span:nth-child(4) { top: 20%; left: -20px; }
.floating-zodiac-signs span:nth-child(5) { top: 60%; right: -15px; }
.floating-zodiac-signs span:nth-child(6) { top: 60%; left: -15px; }

/* Knowledge Icons */
.astro-knowledge-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 30px;
    padding: 30px;
}

.knowledge-icon {
    text-align: center;
    padding: 20px;
    background: rgba(208,94,45,0.05);
    border-radius: 20px;
    transition: var(--transition);
}

.knowledge-icon:hover {
    transform: translateY(-5px);
    background: rgba(208,94,45,0.1);
}

.knowledge-icon h5 {
    margin-top: 12px;
    font-size: 1.1rem;
}

.knowledge-icon p {
    font-size: 0.8rem;
    color: var(--muted-text);
}

/* Modern Service Cards */
.service-card-modern {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.service-card-modern:hover {
    transform: translateY(-8px);
    border-color: #D05E2D;
    box-shadow: 0 10px 30px rgba(208,94,45,0.1);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(208,94,45,0.15), rgba(208,94,45,0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #D05E2D;
}

.service-card-modern h4 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.service-card-modern p {
    color: var(--muted-text);
    font-size: 0.9rem;
}

/* Horoscope Card */
.horoscope-card {
    background: linear-gradient(135deg, rgba(208,94,45,0.1), rgba(7,17,31,0.8));
    border: 1px solid var(--border-gold);
    border-radius: 30px;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.zodiac-select {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border-gold);
    color: var(--white);
    padding: 12px;
    border-radius: 12px;
}

.zodiac-select option {
    background: var(--bg-primary);
}

/* Modern Price Cards */
.price-card-modern {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.price-card-modern:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
}

.price-card-modern.premium {
    background: linear-gradient(135deg, rgba(208,94,45,0.1), rgba(208,94,45,0.02));
    border-color: #D05E2D;
}

.price-card-modern .price {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--gold-luxury);
    margin: 20px 0;
}

.price-card-modern ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.price-card-modern ul li {
    padding: 8px 0;
    color: var(--muted-text);
}

/* Modern Testimonials */
.testimonial-modern {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    padding: 30px;
    transition: var(--transition);
    height: 100%;
}

.testimonial-modern:hover {
    transform: translateY(-3px);
    border-color: #D05E2D;
}

.testimonial-modern i {
    font-size: 2rem;
    margin-bottom: 15px;
}

.testimonial-modern p {
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-modern .stars {
    color: #D05E2D;
    margin-top: 10px;
}

/* Modern CTA Banner */
.cta-banner-modern {
    background: linear-gradient(135deg, var(--bg-primary), var(--bg-dark-alt));
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
}

/* Search Icon */
.search-icon {
    color: var(--white);
    font-size: 1.2rem;
    transition: var(--transition);
}

.search-icon:hover {
    color: #D05E2D;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title { font-size: 2.5rem; }
    .horoscope-card { padding: 25px; }
    .price-card-modern { padding: 20px; }
}

@media (max-width: 767px) {
    .hero-title { font-size: 1.8rem; }
    .hero-astrology { padding: 50px 0; }
    .horoscope-card .row > div:first-child { margin-bottom: 20px; }
}
/* ========== HERO SECTION WITH PROPER HEIGHT/WIDTH ========== */
.hero-astrology {
    position: relative;
    padding: 60px 0 80px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-astrology .container {
    width: 100%;
}

.hero-astrology-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.astrology-wheel-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--gold-primary);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 30px rgba(208,94,45,0.2);
    transition: transform 0.4s ease;
}

.astrology-wheel-img:hover {
    transform: scale(1.02);
}

.astrology-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 480px;
    background: radial-gradient(circle, rgba(208,94,45,0.2), transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: softPulse 3s ease-in-out infinite;
}

@keyframes softPulse {
    0%, 100% { opacity: 0.4; width: 100%; height: 100%; }
    50% { opacity: 0.8; width: 105%; height: 105%; }
}

/* Hero Typography */
.hero-astrology .hero-badge {
    display: inline-block;
    background: rgba(208,94,45,0.15);
    color: #D05E2D;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.hero-astrology .hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
}

.hero-astrology .hero-subtitle {
    font-size: 1.5rem;
    color: var(--gold-luxury);
    margin-bottom: 20px;
}

.hero-astrology .hero-text {
    color: var(--muted-text);
    max-width: 500px;
    margin-bottom: 25px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-astrology { padding: 40px 0 60px; min-height: auto; }
    .hero-astrology .hero-title { font-size: 2.8rem; }
    .hero-astrology .hero-subtitle { font-size: 1.2rem; }
    .astrology-wheel-img { max-width: 320px; }
}

@media (max-width: 767px) {
    .hero-astrology .hero-title { font-size: 2rem; }
    .astrology-wheel-img { max-width: 260px; }
}
/* ========== ABOUT HERO WITH BACKGROUND IMAGE ========== */
.about-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,8,22,0.85), rgba(7,17,31,0.92));
    z-index: 1;
}

.about-hero-section .container {
    position: relative;
    z-index: 2;
}

.about-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.about-hero-subtitle {
    font-size: 1.2rem;
    color: var(--gold-light);
    margin-bottom: 15px;
}

.hero-breadcrumb a {
    color: #D05E2D;
    text-decoration: none;
}

.hero-breadcrumb span {
    color: var(--white);
}

/* Founder Card */
.founder-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border-gold);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    transition: var(--transition);
}

.founder-card:hover {
    transform: translateY(-8px);
    border-color: #D05E2D;
}

.rating-stars {
    color: #D05E2D;
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-top: 10px;
}

/* Journey & Mission Cards */
.journey-card, .mission-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    height: 100%;
    transition: var(--transition);
}

.journey-card:hover, .mission-card:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
}

/* Responsive */
@media (max-width: 991px) {
    .about-hero-title { font-size: 2.5rem; }
    .about-hero-section { padding: 70px 0; min-height: 350px; }
}

@media (max-width: 767px) {
    .about-hero-title { font-size: 1.8rem; }
    .about-hero-subtitle { font-size: 1rem; }
    .about-hero-section { padding: 50px 0; min-height: 280px; }
}
/* ========== SERVICES PAGE ========== */
.services-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.services-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,8,22,0.85), rgba(7,17,31,0.92));
    z-index: 1;
}

.services-hero-section .container {
    position: relative;
    z-index: 2;
}

.services-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.services-hero-subtitle {
    font-size: 1.2rem;
    color: var(--gold-light);
    margin-bottom: 15px;
}

.hero-breadcrumb a {
    color: #D05E2D;
    text-decoration: none;
}

.hero-breadcrumb span {
    color: var(--white);
}

/* 4 Service Cards */
.service-card-static {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-static:hover {
    transform: translateY(-8px);
    border-color: #D05E2D;
    box-shadow: 0 15px 35px rgba(208,94,45,0.1);
}

.service-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card-static:hover .service-img {
    transform: scale(1.05);
}

.service-card-content {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-icon {
    width: 55px;
    height: 55px;
    background: rgba(208,94,45,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -35px auto 15px;
    color: #D05E2D;
    font-size: 1.5rem;
    border: 1px solid var(--border-gold);
    background-color: var(--bg-primary);
    z-index: 1;
}

.service-card-content h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-card-content p {
    color: var(--muted-text);
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
}

.btn-link-gold {
    color: #D05E2D;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-link-gold:hover {
    color: var(--gold-luxury);
    letter-spacing: 0.5px;
}

/* CTA Banner Modern */
.cta-banner-modern {
    background: linear-gradient(135deg, var(--bg-primary), var(--bg-dark-alt));
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
}

/* Responsive */
@media (max-width: 991px) {
    .services-hero-title { font-size: 2.5rem; }
    .services-hero-section { padding: 70px 0; min-height: 350px; }
    .service-card-image { height: 180px; }
}

@media (max-width: 767px) {
    .services-hero-title { font-size: 1.8rem; }
    .services-hero-subtitle { font-size: 1rem; }
    .services-hero-section { padding: 50px 0; min-height: 280px; }
    .service-card-image { height: 160px; }
    .service-card-content { padding: 15px; }
    .service-icon { width: 45px; height: 45px; font-size: 1.2rem; margin-top: -28px; }
}
/* ========== EVENT PAGE HERO ========== */
.event-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.event-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,8,22,0.85), rgba(7,17,31,0.92));
    z-index: 1;
}

.event-hero-section .container {
    position: relative;
    z-index: 2;
}

.event-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.event-hero-subtitle {
    font-size: 1.2rem;
    color: var(--gold-light);
    margin-bottom: 15px;
}

.hero-breadcrumb a {
    color: #D05E2D;
    text-decoration: none;
}

.hero-breadcrumb span {
    color: var(--white);
}

/* Price Cards Modern */
.price-card-modern {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.price-card-modern:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
}

.price-card-modern.premium {
    background: linear-gradient(135deg, rgba(208,94,45,0.1), rgba(208,94,45,0.02));
    border-color: #D05E2D;
}

.price-card-modern .price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold-luxury);
    margin: 20px 0;
}

.price-card-modern .price-header h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.price-card-modern .price-header .small {
    font-size: 0.75rem;
    color: var(--muted-text);
}

/* CTA Banner Modern */
.cta-banner-modern {
    background: linear-gradient(135deg, var(--bg-primary), var(--bg-dark-alt));
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
}

.cta-title {
    font-size: 2rem;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    .event-hero-title { font-size: 2.5rem; }
    .event-hero-section { padding: 70px 0; min-height: 350px; }
    .cta-title { font-size: 1.5rem; }
}

@media (max-width: 767px) {
    .event-hero-title { font-size: 1.8rem; }
    .event-hero-subtitle { font-size: 1rem; }
    .event-hero-section { padding: 50px 0; min-height: 280px; }
    .price-card-modern { padding: 20px; }
    .price-card-modern .price { font-size: 1.5rem; }
}
/* ========== PAGE HERO WITH BACKGROUND IMAGE (Same height as About) ========== */
.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,8,22,0.85), rgba(7,17,31,0.92));
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero > .container { position: relative; z-index: 1; }

.page-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.page-hero-subtitle {
    font-size: 1.2rem;
    color: var(--gold-light);
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    .page-hero { padding: 70px 0; min-height: 350px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2.5rem; }
}

@media (max-width: 767px) {
    .page-hero { padding: 50px 0; min-height: 280px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 1.8rem; }
    .page-hero-subtitle { font-size: 1rem; }
}
/* ========== CONTACT PAGE STYLES ========== */
.contact-form-card, .contact-info-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 35px;
    height: 100%;
}

.form-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: var(--font-heading);
}

.form-label {
    color: var(--white);
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border-gold);
    color: var(--white);
    padding: 12px 15px;
    border-radius: 12px;
}

.form-control:focus {
    background: rgba(255,255,255,0.08);
    border-color: #D05E2D;
    box-shadow: none;
    color: var(--white);
}

.contact-details-list {
    list-style: none;
    padding: 0;
}

.contact-details-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-gold);
}

.contact-details-list i {
    width: 35px;
}

.map-placeholder {
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    padding: 15px;
    border: 1px solid var(--border-gold);
}

.map-caption {
    font-size: 0.8rem;
    color: var(--muted-text);
}

.hours-card {
    background: rgba(208,94,45,0.05);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 767px) {
    .contact-form-card, .contact-info-card { padding: 20px; }
    .form-title { font-size: 1.4rem; }
}
/* ========== SLOW ROTATING IMAGE ========== */
.astrology-wheel-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--gold-primary);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 30px rgba(208,94,45,0.2);
    transition: transform 0.4s ease;
    animation: slowRotate 30s linear infinite;  /* Slow clockwise rotation */
}

.astrology-wheel-img:hover {
    animation-play-state: paused;  /* Stops rotation on hover */
    transform: scale(1.02);
}

@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* ========== ABOUT PAGE STYLES ========== */
.page-hero {
    position: relative;
    background: linear-gradient(135deg, var(--bg-primary), var(--bg-dark-alt));
    padding: 80px 0 60px;
    text-align: center;
    border-bottom: 1px solid var(--border-gold);
}

.page-hero > .container { position: relative; z-index: 1; }

.page-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.page-hero-subtitle {
    font-size: 1.2rem;
    color: var(--gold-light);
}

.founder-image-placeholder {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    transition: var(--transition);
}

.founder-image-placeholder:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
}

.expertise-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    transition: var(--transition);
    height: 100%;
}

.expertise-card:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
}

.approach-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    height: 100%;
}

.approach-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.approach-list li {
    padding: 10px 0;
    color: var(--muted-text);
    display: flex;
    align-items: center;
}

.vision-card {
    background: rgba(208,94,45,0.05);
    border: 1px solid var(--border-gold);
    border-radius: 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2.5rem; }
    .page-hero { padding: 60px 0 40px; }
}

@media (max-width: 767px) {
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 1.8rem; }
    .page-hero-subtitle { font-size: 1rem; }
    .founder-image-placeholder { padding: 30px; }
}
/* ========== PAGE HERO WITH BACKGROUND IMAGE ========== */
.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,8,22,0.85), rgba(7,17,31,0.92));
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero > .container { position: relative; z-index: 1; }

.page-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.page-hero-subtitle {
    font-size: 1.2rem;
    color: var(--gold-light);
}

/* Responsive */
@media (max-width: 991px) {
    .page-hero { padding: 70px 0; min-height: 350px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2.5rem; }
}

@media (max-width: 767px) {
    .page-hero { padding: 50px 0; min-height: 280px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 1.8rem; }
    .page-hero-subtitle { font-size: 1rem; }
}
/* ========== SERVICES PAGE STYLES ========== */
.service-badge {
    display: inline-block;
    background: rgba(208,94,45,0.15);
    color: #D05E2D;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.85rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted-text);
}

.service-image-placeholder {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 50px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(208,94,45,0.15), transparent);
    border-radius: 50%;
    z-index: -1;
    animation: softPulse 3s ease-in-out infinite;
}

/* Page Hero with Background */
.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,8,22,0.85), rgba(7,17,31,0.92));
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero > .container { position: relative; z-index: 1; }

.page-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.page-hero-subtitle {
    font-size: 1.2rem;
    color: var(--gold-light);
}

/* Responsive */
@media (max-width: 991px) {
    .page-hero { padding: 70px 0; min-height: 350px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2.5rem; }
    .service-image-placeholder { max-width: 250px; padding: 35px; }
}

@media (max-width: 767px) {
    .page-hero { padding: 50px 0; min-height: 280px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 1.8rem; }
    .page-hero-subtitle { font-size: 1rem; }
    .service-image-placeholder { max-width: 200px; padding: 25px; }
    .service-image-placeholder i { font-size: 3rem !important; }
}
/* ========== COMPACT SERVICE CARDS (REDUCED HEIGHT) ========== */
.service-card-compact {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card-compact:hover {
    transform: translateY(-5px);
    border-color: #D05E2D;
    box-shadow: 0 10px 25px rgba(208,94,45,0.1);
}

.service-card-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.service-card-compact:hover .service-card-img img {
    transform: scale(1.05);
}

.service-card-body {
    padding: 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-icon-small {
    width: 45px;
    height: 45px;
    background: rgba(208,94,45,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -25px auto 12px;
    color: #D05E2D;
    font-size: 1.2rem;
    border: 1px solid var(--border-gold);
    background-color: var(--bg-primary);
}

.service-card-body h4 {
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.service-card-body p {
    color: var(--muted-text);
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 12px;
    flex-grow: 1;
}

.btn-link-gold {
    color: #D05E2D;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.75rem;
    transition: all 0.3s ease;
}

.btn-link-gold:hover {
    color: var(--gold-luxury);
    letter-spacing: 0.5px;
}
/* ========== COMPACT PRICE CARDS (CHOTA SIZE) ========== */
.price-card-compact {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.price-card-compact:hover {
    transform: translateY(-3px);
    border-color: #D05E2D;
}

.price-card-compact.premium {
    background: linear-gradient(135deg, rgba(208,94,45,0.1), rgba(208,94,45,0.02));
    border-color: #D05E2D;
}

.price-card-compact h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    font-weight: 600;
}

.price-card-compact .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold-luxury);
    margin: 10px 0;
}

.price-card-compact .price .small {
    font-size: 0.7rem;
}

.price-card-compact ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.price-card-compact ul li {
    padding: 4px 0;
    color: var(--muted-text);
    font-size: 0.7rem;
}

.price-card-compact .btn-sm {
    padding: 6px 12px;
    font-size: 0.75rem;
}

.note-card {
    background: rgba(208,94,45,0.05);
    border: 1px solid var(--border-gold);
    border-radius: 16px;
}
/* ========== COMPACT PRICE CARDS ========== */
.price-card-compact {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.price-card-compact:hover {
    transform: translateY(-3px);
    border-color: #D05E2D;
}

.price-card-compact h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    font-weight: 600;
}

.price-card-compact .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold-luxury);
    margin: 10px 0;
}

.price-card-compact .price .small {
    font-size: 0.7rem;
}

.price-card-compact ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.price-card-compact ul li {
    padding: 4px 0;
    color: var(--muted-text);
    font-size: 0.7rem;
}

.price-card-compact .btn-sm {
    padding: 6px 12px;
    font-size: 0.75rem;
}

.note-card {
    background: rgba(208,94,45,0.05);
    border: 1px solid var(--border-gold);
    border-radius: 16px;
}

/* Page Hero */
.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,8,22,0.85), rgba(7,17,31,0.92));
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero > .container { position: relative; z-index: 1; }

.page-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-hero-subtitle {
    font-size: 1.1rem;
    color: var(--gold-light);
}

/* Responsive */
@media (max-width: 991px) {
    .page-hero { padding: 60px 0; min-height: 300px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2.2rem; }
}

@media (max-width: 767px) {
    .page-hero { padding: 40px 0; min-height: 250px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 1.6rem; }
}
/* ========== CONTACT PAGE STYLES ========== */
.contact-form-card, .contact-info-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 24px;
    padding: 35px;
    height: 100%;
}

.form-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: var(--font-heading);
}

.form-label {
    color: var(--white);
    font-size: 0.85rem;
    margin-bottom: 6px;
}

.form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border-gold);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 12px;
}

.form-control:focus {
    background: rgba(255,255,255,0.08);
    border-color: #D05E2D;
    box-shadow: none;
    color: var(--white);
}

.form-control::placeholder {
    color: var(--muted-text);
    font-size: 0.8rem;
}

.contact-details-list {
    list-style: none;
    padding: 0;
}

.contact-details-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-gold);
    color: var(--muted-text);
}

.contact-details-list i {
    width: 35px;
}

.map-placeholder {
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    padding: 10px;
    border: 1px solid var(--border-gold);
}

.map-caption {
    font-size: 0.75rem;
    color: var(--muted-text);
}

.hours-card {
    background: rgba(208,94,45,0.05);
    border-radius: 20px;
    padding: 18px;
    text-align: center;
}

.hours-card h5 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.hours-card p {
    font-size: 0.85rem;
    color: var(--muted-text);
    margin-bottom: 0;
}

.social-contact .social-links a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1rem;
    margin: 0 5px;
}

/* Page Hero */
.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5,8,22,0.85), rgba(7,17,31,0.92));
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero > .container { position: relative; z-index: 1; }

.page-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-hero-subtitle {
    font-size: 1.1rem;
    color: var(--gold-light);
}

/* Responsive */
@media (max-width: 991px) {
    .page-hero { padding: 60px 0; min-height: 300px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2.2rem; }
    .contact-form-card, .contact-info-card { padding: 25px; }
    .form-title { font-size: 1.5rem; }
}

@media (max-width: 767px) {
    .page-hero { padding: 40px 0; min-height: 250px; }
    .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 1.6rem; }
    .contact-form-card, .contact-info-card { padding: 20px; }
}
/* ========== COMPACT BLOG CARDS (REDUCED HEIGHT) ========== */
.blog-card-compact {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card-compact:hover {
    transform: translateY(-3px);
    border-color: #D05E2D;
}

.blog-card-img-compact {
    width: 100%;
    height: 140px;  /* Reduced from 200px */
    object-fit: cover;
}

.blog-card-body-compact {
    padding: 12px;  /* Reduced from 20px */
}

.blog-card-body-compact .blog-category {
    color: #D05E2D;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.blog-card-body-compact h4 {
    font-size: 0.9rem;  /* Reduced */
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 1.3;
}

.blog-card-body-compact p {
    font-size: 0.7rem;  /* Reduced */
    color: var(--muted-text);
    margin-bottom: 8px;
    line-height: 1.4;
}

.blog-card-body-compact .card-link {
    font-size: 0.7rem;
}

/* Compact Sidebar Cards */
.sidebar-card-compact {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-gold);
    border-radius: 16px;
    padding: 16px;
    height: 100%;
}

.sidebar-title-compact {
    font-size: 1rem;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-gold);
}

.categories-list-compact, .recent-posts-list-compact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list-compact li, .recent-posts-list-compact li {
    padding: 6px 0;
    border-bottom: 1px solid var(--border-gold);
    font-size: 0.75rem;
}

.categories-list-compact li:last-child, .recent-posts-list-compact li:last-child {
    border-bottom: none;
}

.categories-list-compact a, .recent-posts-list-compact a {
    color: var(--muted-text);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
}

.categories-list-compact a:hover, .recent-posts-list-compact a:hover {
    color: #D05E2D;
}

.recent-posts-list-compact .post-date {
    font-size: 0.6rem;
    color: var(--muted-text);
    display: block;
}

/* Responsive */
@media (max-width: 767px) {
    .blog-card-img-compact { height: 120px; }
    .blog-card-body-compact { padding: 10px; }
}

/* ========== GLOBAL RESPONSIVE FIXES ========== */

/* Nav links active/hover color - orange */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
  color: #FF5722 !important;
}

/* Price card image standard */
.price-card-img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
  display: block;
}

/* ========== TABLET (max 991px) ========== */
@media (max-width: 991px) {
  .top-bar { display: none !important; }

  .sticky-navbar {
    padding: 10px 0;
  }

  .navbar-brand img {
    height: 48px !important;
  }

  /* Nav collapse spacing */
  .navbar-collapse {
    background: #FFFFFF;
    padding: 16px 20px;
    border-radius: 0 0 12px 12px;
    margin-top: 8px;
    box-shadow: 0 4px 20px rgba(255,100,50,0.15);
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255,140,0,0.15);
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .navbar-nav .nav-link {
    padding: 10px 0 !important;
    font-size: 1rem;
  }

  .btn-nav-contact {
    margin-top: 12px;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    display: block;
  }

  /* Hero sections */
  .page-hero {
    padding: 60px 0 40px;
    min-height: 200px;
  }
  .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 2.2rem; }
  .page-hero-subtitle { font-size: 1rem; }

  /* Section spacing */
  .section-spacing { padding: 40px 0; }

  /* Service detail section */
  .service-detail-section .col-lg-6 {
    margin-bottom: 24px;
  }
  .service-detail-img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
  }

  /* Price cards */
  .price-card-compact {
    margin-bottom: 16px;
  }

  /* CTA banner */
  .cta-banner-modern {
    padding: 40px 20px;
  }
  .cta-title { font-size: 1.6rem; }

  /* Footer */
  .footer .col-lg-4,
  .footer .col-lg-2,
  .footer .col-lg-3 {
    margin-bottom: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .footer-policy-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ========== MOBILE (max 767px) ========== */
@media (max-width: 767px) {
  .navbar-brand img {
    height: 40px !important;
  }

  .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 1.8rem; }
  .page-hero-subtitle { font-size: 0.9rem; }

  .section-title { font-size: 1.6rem !important; }
  .section-subtitle { font-size: 0.85rem; }

  /* Grid: 1 col on mobile */
  .col-md-6.col-lg-4,
  .col-md-6.col-lg-3 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Ensure service cards stack properly */
  .service-cards-row .col-md-6.col-lg-3 {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* Price card */
  .price-card-compact {
    padding: 18px 16px;
  }

  .price-card-compact h4 {
    font-size: 1.1rem;
  }

  .price-card-compact .price {
    font-size: 1.5rem;
  }

  .price-card-img {
    height: 140px;
  }

  /* Note card */
  .note-card {
    padding: 20px 16px !important;
  }

  /* Booking form */
  .form-control, .form-select {
    font-size: 0.9rem;
  }

  /* CTA */
  .cta-title { font-size: 1.3rem; }
  .cta-text { font-size: 0.9rem; }
  .btn-gold.btn-lg { padding: 10px 24px; font-size: 0.95rem; }

  /* WhatsApp float */
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }

  /* Scroll top btn */
  .scroll-top {
    bottom: 80px;
    right: 20px;
  }

  /* Footer brand */
  .footer-brand { font-size: 1.4rem; }

  /* Table responsive */
  table { font-size: 0.85rem; }
}

/* ========== SMALL MOBILE (max 480px) ========== */
@media (max-width: 480px) {
  .page-hero > .container { position: relative; z-index: 1; }

.page-hero-title { font-size: 1.5rem; }
  .section-title { font-size: 1.4rem !important; }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .price-card-compact .price {
    font-size: 1.3rem;
  }
}

/* ========== LARGE DESKTOP (min 1400px) ========== */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* ========== SECTION BANNER WITH AUTUMN IMAGE ========== */
.section-heading-banner {
    background-image: url('../images/autumn-leaves-banner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0 40px;
}
.section-heading-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(20, 10, 0, 0.55);
}
.section-heading-banner .container { position: relative; z-index: 1; }

/* =====================================================
   SERVICE BOX FIXES – Equal image sizes, no stretch
   ===================================================== */
.service-card-img {
    width: 100%;
    height: 200px !important;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 12px 12px 0 0;
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 0;
    transition: transform 0.3s ease;
}

/* Price card image – uniform */
.price-card-img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    margin-bottom: 14px;
    display: block;
}

/* =====================================================
   HERO SECTION – Fixed, no movement
   ===================================================== */
.hero-section.hero-astrology {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* =====================================================
   SERVICE ICONS – Professional look
   ===================================================== */
.service-icon-small {
    width: 48px;
    height: 48px;
    background: var(--bg-primary, #1a0800) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -26px auto 14px;
    color: #D05E2D;
    font-size: 1.15rem;
    border: 2px solid rgba(208,94,45,0.35);
    box-shadow: 0 2px 10px rgba(208,94,45,0.2);
}

/* Knowledge icons upgrade */
.knowledge-icon i { font-size: 2.2rem; }


/* =====================================================
   FINAL IMAGE FIXES – v2 with fresh uploaded images
   ===================================================== */

/* Service card images – all equal height, no stretch */
.service-card-img {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
}
.service-card-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

/* Price card images – equal height across all service pages */
.price-card-img {
    width: 100% !important;
    height: 160px !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 10px !important;
    margin-bottom: 14px !important;
    display: block !important;
}

/* Service detail hero image */
.service-detail-img {
    width: 100% !important;
    max-height: 420px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 16px !important;
}

/* Hero section locked */
.hero-section.hero-astrology {
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}


/* ========== TOP BAR WHITE THEME TEXT ========== */
.top-bar span, .top-bar a {
    color: #FF6B35;
}
.top-bar .gold-text {
    color: #FF8C00 !important;
}
