@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&family=Rozha+One&family=Poppins:wght@300;400;500;600;700&family=Martel:wght@300;400;700;900&display=swap');

:root {
    --primary-red: #c31432;
    --primary-saffron: #ff9933;
    --spiritual-gold: #FFD700;
    --deep-burgundy: #800000;
    --soft-beige: #fef8f2;
    --premium-dark: #121212;
    --white: #ffffff;
    --font-hindi: 'Teko', sans-serif;
    --font-stylish: 'Rozha One', serif;
    --font-body: 'Poppins', sans-serif;
    --text-dark: #2d3436;
    --text-muted: #636e72;
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.3);
    --shadow-premium: 0 15px 45px rgba(0, 0, 0, 0.12);
    --shadow-glow: 0 10px 30px rgba(255, 153, 51, 0.4);
    --gradient-saffron: linear-gradient(135deg, #ff9933 0%, #ff5e00 100%);
    --gradient-red: linear-gradient(135deg, #c31432 0%, #900a1e 100%);
    --gradient-spiritual: linear-gradient(135deg, #c31432 0%, #ff9933 100%);
    --premium-glow: 0 0 35px rgba(255, 153, 51, 0.5);
    --glass-blur: blur(25px);
}

.hindi-stylish {
    font-family: var(--font-hindi) !important;
    letter-spacing: 1px;
}

.hindi-artistic {
    font-family: var(--font-stylish) !important;
    line-height: 1.2;
}

body {
    font-family: var(--font-body);
    background-color: var(--soft-beige);
    color: var(--text-dark);
}

h1, h2, h3, h4, .hero-title, .spiritual-heading {
    font-family: var(--font-hindi);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

h5, h6, .footer-title {
    font-family: var(--font-hindi);
}

.spiritual-glow-text {
    font-family: var(--font-stylish);
    font-weight: 400;
    text-transform: none;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.6), 0 0 40px rgba(255, 153, 51, 0.4);
    background: linear-gradient(to bottom, #ffffff 30%, #FFD700 100%);
    -webkit-background-clip: text;
    background-clip: text; /* Compatibility fix */
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
    animation: shine-pulse 4s infinite ease-in-out;
}

@keyframes shine-pulse {
    0%, 100% { filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5)) brightness(1); }
    50% { filter: drop-shadow(0 8px 25px rgba(255, 215, 0, 0.4)) brightness(1.2); }
}

/* Premium Animations & Rendering */
[data-aos] {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transition-duration: 1000ms !important;
}

.fade-in-up-custom {
    animation: fadeInUpCustom 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.float-infinite {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

@keyframes text-glow {
    from { text-shadow: 0 0 15px rgba(255, 255, 255, 0.3); }
    to { text-shadow: 0 0 25px rgba(255, 153, 51, 0.5), 0 0 40px rgba(195, 20, 50, 0.2); }
}

.shimmer-button {
    position: relative;
    overflow: hidden;
}

.shimmer-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: rotate(45deg);
    transition: 0.5s;
    animation: shimmer 4s infinite;
}

@keyframes shimmer {
    0% { left: -100%; top: -100%; }
    100% { left: 100%; top: 100%; }
}

.premium-card-hover {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.05);
}

.premium-card-hover:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(195, 20, 50, 0.1);
    border-color: var(--primary-saffron);
}

/* Standardized Image Handling to fix "Bde-Chote" images issue */
.img-standard-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.img-standard-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-card-hover:hover .img-standard-wrap img {
    transform: scale(1.1);
}

.img-standard-square {
    aspect-ratio: 1/1 !important;
}

.img-standard-portrait {
    aspect-ratio: 4/5 !important;
}

.spiritual-gradient-text {
    background: var(--gradient-spiritual);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Premium Buttons - Fix for the user's "amiantion add kijiyee" */
.btn-spiritual {
    background: var(--gradient-saffron);
    color: white !important;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(255, 153, 51, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-spiritual:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(255, 153, 51, 0.5);
    background: var(--gradient-red);
}

/* Hero Content Refinements */
.spiritual-hero-content p.lead {
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
    letter-spacing: 1px;
    color: rgba(255,255,255,0.95);
}

.btn-premium-animated {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white !important;
    overflow: hidden;
    transition: 0.5s;
}

.btn-premium-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
    z-index: 1; /* Move above background */
}

.btn-premium-animated:hover::before {
    left: 100%;
}

.btn-premium-animated:hover {
    background: var(--gradient-spiritual);
    border-color: transparent;
    color: white !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(195, 20, 50, 0.4);
}

/* Spiritual Heading Decor */
.spiritual-heading {
    position: relative;
    padding-bottom: 25px;
    color: var(--primary-red);
    text-shadow: 0 2px 4px rgba(255, 153, 51, 0.2);
}

.spiritual-heading::after {
    content: '🌺';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    opacity: 0.9;
    filter: drop-shadow(0 2px 5px rgba(255, 153, 51, 0.5));
}

.spiritual-heading::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: var(--gradient-saffron);
    border-radius: 2px;
}

/* GLOBAL SECTION HANDLER - Fixes "Content overlap" and "Images ke upar content" issue */
.section, section {
    position: relative;
    width: 100%;
    clear: both;
    display: block;
    z-index: 1;
    overflow: visible; /* Changed to visible let animations like AOS breathe */
}

/* Ensure subsequent sections are properly pushed down */
.section + .section, section + section {
    margin-top: 0;
}

.section-lg {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .section-lg {
        padding: 60px 0;
    }
}

/* Fix Hero Adjustments to fix "Gyab ho jana" and tiling/overlapping */
.spiritual-hero-cinematic {
    position: relative;
    min-height: 70vh;
    height: auto !important;
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    color: white;
    text-align: center;
    z-index: 1;
}

/* Ensure images don't cause layout shift or overflow */
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 1. TOP BAR */
.top-bar {
    background: #f8f9fa;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

.top-bar .live-clock {
    font-weight: 600;
    color: var(--primary-red);
}

.welcome-scroll {
    white-space: nowrap;
    overflow: hidden;
}

.welcome-scroll span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
    color: var(--primary-saffron);
    font-weight: 500;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.lang-switch .btn-lang {
    padding: 2px 10px;
    font-size: 11px;
    border: 1px solid var(--primary-red);
    color: var(--primary-red);
    background: transparent;
    border-radius: 4px;
    margin-left: 5px;
    transition: 0.3s;
}

.lang-switch .btn-lang:hover {
    background: var(--primary-red);
    color: white;
}

.social-links a {
    color: var(--text-muted);
    margin-left: 15px;
    transition: 0.3s;
}

.social-links a:hover {
    color: var(--primary-red);
}

/* 2. HEADER SECTION */
.page-header {
    padding: 20px 0;
    background: white;
}

.org-brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.org-logo {
    height: 70px;
    width: auto;
}

.org-title h1 {
    font-size: 24px;
    margin: 0;
    color: var(--primary-red);
    line-height: 1.2;
}

.org-title p {
    font-size: 14px;
    margin: 0;
    color: var(--primary-saffron);
    font-weight: 600;
    letter-spacing: 1px;
}

.header-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.phone-animate {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-red);
}

.phone-animate i {
    animation: phone-shake 1.5s infinite;
}

@keyframes phone-shake {

    0%,
    100% {
        transform: rotate(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: rotate(-10deg);
    }

    20%,
    40%,
    60%,
    80% {
        transform: rotate(10deg);
    }
}

.btn-premium {
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    transition: 0.4s;
}

.btn-donate {
    background: var(--gradient-red);
    color: white;
    box-shadow: 0 4px 15px rgba(195, 20, 50, 0.3);
}

.btn-register {
    background: var(--gradient-saffron);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 153, 51, 0.3);
}

.btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: white;
}

/* 3. RED PREMIUM NAVBAR */
.red-premium-navbar {
    background: var(--gradient-red);
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.red-premium-navbar .nav-link {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600;
    font-size: 13px;
    padding: 18px 15px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.red-premium-navbar .nav-link:hover,
.red-premium-navbar .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
    color: var(--spiritual-gold) !important;
}

.ram-darshan-red-btn {
    background: var(--gradient-saffron);
    border-radius: 4px;
    margin: 8px 5px;
    padding: 10px 15px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.login-nav-link {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

/* Custom Hamburger - Handled in navbar.css */
/*
.red-premium-toggler { ... }
.red-toggler-line { ... }
*/

/* Dropdown Menu Premium */
.dropdown-menu {
    border: none;
    border-radius: 20px;
    padding: 10px;
    margin-top: 5px;
    background: #ffffff;
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-width: 250px;
    animation: dropdownSlideIn 0.3s ease-out;
    z-index: 1060;
}

@keyframes dropdownSlideIn {
    0% { opacity: 0; transform: translateY(15px); }
    100% { opacity: 1; transform: translateY(0); }
}

.dropdown-item {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    color: var(--text-dark) !important;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2px;
    border-left: 0 solid var(--primary-red);
}

.dropdown-item i {
    color: var(--primary-saffron);
    font-size: 18px;
    width: 24px;
    text-align: center;
    transition: transform 0.3s ease;
}

.dropdown-item:hover {
    background: #fff8f1 !important;
    color: var(--primary-red) !important;
    padding-left: 30px;
    border-left: 4px solid var(--primary-red);
    transform: none !important; /* Remove translateX from previous version to avoid conflict */
}

.dropdown-item:hover i {
    transform: scale(1.2) rotate(5deg);
    color: var(--primary-red);
}

/* Dropdown Menu Item Spacing - Fix per USER request */
.dropdown-menu li {
    margin-bottom: 3px; /* 3px gap between items */
}

/* Global Hero Adjustments to fix "Gyab ho jana" and tiling/overlapping */
.spiritual-hero-cinematic {
    position: relative;
    min-height: 60vh;
    height: auto !important; /* Ensure content determines min-height */
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    color: white;
    text-align: center;
}

.spiritual-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7), rgba(0,0,0,0.5));
    z-index: 1;
}

.spiritual-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

/* Fixed CTA Box for all pages with Clear Flow */
.spiritual-cta-box {
    background: var(--gradient-spiritual) !important;
    border-radius: 40px;
    padding: 80px 40px;
    color: white;
    box-shadow: 0 35px 70px rgba(195, 20, 50, 0.3);
    position: relative;
    overflow: hidden;
    margin: 80px 0;
    z-index: 5;
    clear: both;
}

.spiritual-cta-box h2 {
    font-family: var(--font-hindi);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 25px;
    color: #fff;
}

.spiritual-cta-box .lead {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 40px;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .spiritual-hero-cinematic {
        min-height: 50vh;
        padding: 60px 0;
    }
    .spiritual-cta-box {
        padding: 40px 20px;
    }
}

/* 💠 PREMIUM DIVINE ESSENCE SECTION - New Best Section */
.divine-aura-section {
    padding: 120px 0;
    background: #ffffff;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 153, 51, 0.03) 0%, transparent 40%),
                      radial-gradient(circle at 90% 80%, rgba(195, 20, 50, 0.03) 0%, transparent 40%);
    position: relative;
    overflow: hidden;
}

.divine-aura-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3px;
    background: rgba(195, 20, 50, 0.1);
    border-radius: 40px;
    padding: 3px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.divine-aura-card {
    background: white;
    padding: 70px 40px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.divine-aura-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: var(--gradient-spiritual);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); /* Standard property */
    -webkit-mask-composite: xor;
    mask-composite: exclude; /* Standard property */
    opacity: 0;
    transition: 0.5s;
}

.divine-aura-card:hover {
    background: var(--gradient-spiritual);
    color: white !important;
    transform: translateY(-15px) scale(1.03);
    z-index: 10;
    box-shadow: 0 40px 80px rgba(195, 20, 50, 0.35);
}

.divine-aura-card:hover::after {
    opacity: 1;
}

.aura-icon-box {
    width: 100px;
    height: 100px;
    background: #fff8f1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
    font-size: 42px;
    color: var(--primary-saffron);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.divine-aura-card:hover .aura-icon-box {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.divine-aura-card h4 {
    font-family: var(--font-hindi);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 22px;
    transition: color 0.3s;
}

.divine-aura-card p {
    font-family: 'Martel', serif;
    font-size: 17px;
    opacity: 0.9;
    line-height: 1.8;
    transition: all 0.3s;
}

.divine-aura-card:hover h4, 
.divine-aura-card:hover p {
    color: white !important;
    opacity: 1;
}

/* Spiritual Info Cards */
.spiritual-info-card {
    background: white;
    padding: 40px 30px;
    border-radius: 30px;
    box-shadow: var(--shadow-premium);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.02);
}

.spiritual-info-card:hover {
    background: #fffdf9;
    border-bottom: 5px solid var(--primary-saffron);
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(255, 153, 51, 0.15);
}

.spiritual-info-card i {
    background: var(--gradient-saffron);
    -webkit-background-clip: text;
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 10px rgba(255, 153, 51, 0.2));
    transition: 0.4s;
}

.spiritual-info-card:hover i {
    transform: scale(1.15) rotate(10deg);
}

/* Important Info Box refinements */
.spiritual-info-box {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    border-radius: 40px;
    padding: 60px;
    border: 2px solid rgba(255, 215, 0, 0.1);
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
}

.spiritual-info-box::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 45px;
    background: var(--gradient-spiritual);
    z-index: -1;
    opacity: 0.05;
}

/* Color Combination Utilities */
.text-vibrant-saffron {
    color: #ff9933;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.text-vibrant-red {
    color: #c31432;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.bg-soft-saffron { background: #fff8f1; }
.bg-soft-red { background: #fff5f5; }

@media (max-width: 991px) {
    .divine-aura-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .divine-aura-container {
        grid-template-columns: 1fr;
        border-radius: 30px;
    }
}

.dropdown-item:hover i {
    color: white;
}

/* 🌸 BHAKTI POPUP STYLES */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-box {
    background: linear-gradient(135deg, #FFA310, #ff5e00);
    color: #fff;
    padding: 50px 40px;
    border-radius: 25px;
    text-align: center;
    max-width: 550px;
    width: 90%;
    transform: translateY(20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.popup-overlay.active .popup-box {
    transform: translateY(0) scale(1);
}

.popup-content h2 {
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: 25px;
}

.popup-content p {
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.popup-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 35px;
    background: #fff;
    color: #ff5e00;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 14px;
}

.popup-btn:hover {
    background: var(--spiritual-gold);
    color: var(--deep-burgundy);
    transform: translateY(-3px);
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 30px;
    cursor: pointer;
    font-weight: 300;
    color: white;
}

/* 4. PREMIUM REDESIGNED FOOTER - COMPACT & ANIMATED */
.spiritual-footer {
    background: linear-gradient(to bottom, #1a1a1a 0%, #000 100%);
    color: #ffffff;
    padding-top: 60px; /* Reduced from 100px */
    position: relative;
    border-top: 4px solid var(--primary-saffron);
    z-index: 10;
    clear: both;
    overflow: hidden;
}

.spiritual-footer::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
    animation: glow-flow 3s infinite linear;
}

@keyframes glow-flow {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.footer-title {
    font-family: var(--font-hindi);
    color: var(--spiritual-gold);
    font-size: 20px; /* Refined size */
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary-red);
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px; /* tighter spacing */
    transition: 0.3s;
}

.footer-contact-item:hover {
    transform: translateX(8px);
    color: var(--spiritual-gold);
}

.footer-contact-item i {
    color: var(--primary-saffron);
    font-size: 16px;
    background: rgba(255, 153, 51, 0.1);
    padding: 10px;
    border-radius: 10px;
    min-width: 36px;
    text-align: center;
    transition: 0.3s;
}

.footer-contact-item:hover i {
    background: var(--gradient-saffron);
    color: white;
    transform: rotate(360deg);
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-link {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.footer-link i {
    font-size: 10px;
    opacity: 0;
    transition: 0.3s;
    color: var(--spiritual-gold);
}

.footer-link:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-link:hover i {
    opacity: 1;
    transform: translateX(5px);
}

.visitor-counter-box {
    background: rgba(255,255,255,0.03);
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    margin-top: 10px;
}

.footer-bottom {
    background: rgba(0,0,0,0.8);
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.03);
}

.footer-bottom p {
    font-size: 12px;
    opacity: 0.6;
}

/* 5. HERO SLIDER */
.hero-slider-section {
    position: relative;
    height: 90vh;
    min-height: 500px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 5;
    max-width: 800px;
}

.hero-title {
    font-size: clamp(32px, 5vw, 64px);
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.side-card {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 250px;
    background: white;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 6;
}

.side-card img {
    border-radius: 10px;
}

/* 6. ABOUT SECTION */
.about-section {
    padding: 100px 0;
}

.tabs-modern .nav-tabs {
    border: none;
    margin-bottom: 20px;
}

.tabs-modern .nav-link {
    border: none;
    color: var(--text-muted);
    font-weight: 600;
}

.tabs-modern .nav-link.active {
    color: var(--primary-red);
    background: transparent;
    border-bottom: 3px solid var(--primary-red);
}

/* 7. GLASS FORM CARD */
.glass-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--shadow-premium);
}

/* 8. PUJA BOOKING BANNER */
.puja-booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
}

.puja-info-box {
    background: var(--primary-saffron);
    color: white;
    padding: 60px;
}

/* 9. SERVICE CARDS */
.service-card {
    padding: 40px;
    background: white;
    border-radius: 20px;
    text-align: center;
    transition: 0.4s;
    border-bottom: 5px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    border-bottom-color: var(--primary-red);
    box-shadow: var(--shadow-premium);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--soft-beige);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primary-red);
    font-size: 30px;
}

/* 10. NEWSLETTER GLASS */
.newsletter-section {
    padding: 80px 0;
    background: var(--gradient-spiritual);
}

.newsletter-box {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    color: white;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .header-cta {
        justify-content: center;
        margin-top: 20px;
    }

    .org-brand {
        justify-content: center;
    }

    .hero-slider-section {
        height: 70vh;
    }

    .side-card {
        display: none;
    }

    .puja-booking-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .top-bar .live-clock {
        display: none;
    }

    .btn-premium {
        padding: 8px 15px;
        font-size: 10px;
    }
}

/* --- GLOBAL BREADCRUMB RESPONSIVENESS --- */
.breadcrumbs-custom {
    position: relative;
    padding: 120px 0 !important;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff !important;
    overflow: hidden;
}

.breadcrumbs-custom .container {
    position: relative;
    z-index: 5;
}

.breadcrumbs-custom .box-position {
    position: absolute;
    inset: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.breadcrumbs-custom::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.breadcrumbs-custom-title {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    color: #fff !important;
}

.breadcrumbs-custom-path {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    gap: 10px;
    font-weight: 600;
}

.breadcrumbs-custom-path li a {
    color: #ff9933 !important;
    text-decoration: none;
}

.breadcrumbs-custom-path li.active {
    color: #fff !important;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .breadcrumbs-custom {
        padding: 80px 0 !important;
        min-height: 250px;
    }

    .breadcrumbs-custom-title {
        font-size: 32px !important;
    }
}

@media (max-width: 576px) {
    .breadcrumbs-custom {
        padding: 60px 0 !important;
        min-height: 200px;
    }
}