/* =========================================== */
/* STATS SECTION STYLES */
/* =========================================== */

.stats-section {
    background: transparent !important;
    padding: 40px 20px;
    border-bottom: 3px solid rgba(255, 152, 0, 0.3);
}

.stats-container {
    max-width: 1400px;
    margin: 0 auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(255, 152, 0, 0.1);
    border: 1px solid rgba(255, 183, 77, 0.2);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.12),
        0 5px 15px rgba(255, 152, 0, 0.15);
}

.stat-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.stat-icon.green {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    color: #2e7d32;
}

.stat-icon.blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
}

.stat-icon.red {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
    color: #c62828;
}

.stat-icon.orange {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    color: #e65100;
}

.stat-icon.dark-orange {
    background: linear-gradient(135deg, #fbe9e7 0%, #ffccbc 100%);
    color: #bf360c;
}

.stat-icon.purple {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    color: #7b1fa2;
}

.stat-icon.teal {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
    color: #00695c;
}

.stat-icon.navy {
    background: linear-gradient(135deg, #eceff1 0%, #cfd8dc 100%);
    color: #37474f;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #4a3000;
    line-height: 1.2;
}

.stat-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    color: #5d4037;
    margin-top: 4px;
    font-weight: 500;
}

/* Responsive - 2 cards per row on mobile */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-card {
        padding: 20px 15px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .stat-value {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .stats-section {
        padding: 20px 0px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .stat-card {
        padding: 18px 12px;
        border-radius: 12px;
    }

    .stat-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
        border-radius: 12px;
    }

    .stat-value {
        font-size: 19px;
    }

    .stat-label {
        font-size: 11px;
    }
}

/* =========================================== */
/* SPIRITUAL DESIGN SYSTEM CSS */
/* Saffron/Orange Spiritual Theme */
/* Premium Tirumala Travel Design */
/* =========================================== */

/* =========================================== */
/* SPIRITUAL HERO BANNER SECTION */
/* =========================================== */

.spiritual-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    background: #000;
}


@media(max-width: 768px) {
    .spiritual-hero-section {
        height: 605px;
        min-height: 284px;
    }

    /* Ensure watermark shows on mobile */
    .spiritual-about-section::before,
    .spiritual-about-section-two::before,
    .spiritual-testimonial-section::before,
    .stats-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/storage/namalu-imgs/naamalu-three.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        opacity: 0.5;
        z-index: 0;
        pointer-events: none;
    }
}

.hero-saffron-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 80%, rgba(255, 153, 51, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(255, 183, 77, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 193, 7, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.spiritual-banner-carousel {
    position: relative;
    height: 650px;
    width: 100%;
}

.spiritual-banner-carousel .owl-stage-outer,
.spiritual-banner-carousel .owl-stage,
.spiritual-banner-carousel .owl-item {
    height: 100% !important;
}

.spiritual-banner-carousel .banner-item {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.spiritual-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 40px;
    pointer-events: none;
    z-index: 2;
    /* background: rgba(0, 0, 0, 0.35); */
}

.spiritual-content-wrapper.transparent-card {
    pointer-events: auto;
    /* background: rgba(255, 255, 255, 0.15); */
    /* backdrop-filter: blur(10px); */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 45px 50px;
    border-radius: 20px;
    /* box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1); */
    max-width: 650px;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
}

/* 
.banner-spiritual-label {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffd54f;
    text-transform: uppercase;
    letter-spacing: 3px;

    margin-bottom: 15px;
    padding: 4px 20px;

    background: rgba(255, 152, 0, 0.3);
    border-radius: 50px;
    border: 1px solid rgba(255, 193, 7, 0.5);

 
    display: -webkit-box;             
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    white-space: normal;

    line-height: 1.4;
    max-height: calc(1.4em * 2);      
} */

.banner-spiritual-label {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding: 4px 20px;
    /* background: rgba(255, 152, 0, 0.3); */
    /* border-radius: 50px; */
    /* border: 1px solid rgba(255, 193, 7, 0.5); */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    white-space: normal;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
}

.banner-spiritual-title {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;

    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);

    /* ✅ Multiline clamp */
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    white-space: normal;

    max-height: calc(1.2em * 2);    */
}

.spiritual-cta-btn {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 17px;
    font-weight:1000;
    padding: 14px 35px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    box-shadow:
        0 6px 20px rgba(255, 152, 0, 0.4),
        0 2px 8px rgba(245, 124, 0, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.spiritual-cta-btn:hover {
    background: linear-gradient(135deg, #f57c00 0%, #e65100 100%);
    transform: translateY(-3px);
    box-shadow:
        0 10px 30px rgba(255, 152, 0, 0.5),
        0 4px 15px rgba(245, 124, 0, 0.4);
    color: #fff;
}

/* =========================================== */
/* BANNER CAROUSEL NAVIGATION */
/* =========================================== */

.spiritual-banner-carousel .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 3;
}

.spiritual-banner-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    border: none;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.spiritual-banner-carousel .owl-nav button:hover {
    background: linear-gradient(135deg, #f57c00 0%, #e65100 100%);
    transform: scale(1.1);
}

.spiritual-banner-carousel .owl-dots {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.spiritual-banner-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 152, 0, 0.5);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.spiritual-banner-carousel .owl-dots .owl-dot.active {
    background: #ff9800;
    transform: scale(1.2);
}

/* =========================================== */
/* SPIRITUAL ABOUT SECTION */
/* =========================================== */

.spiritual-about-section {
    position: relative;
    overflow: hidden;
    background: transparent !important;
}

.about-saffron-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 25% 25%, rgba(255, 152, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 193, 7, 0.08) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ff9800' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}

.spiritual-about-image-wrapper {
    position: relative;
    padding: 30px;
}

.spiritual-image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 8px 25px rgba(255, 152, 0, 0.12),
        inset 0 0 0 3px rgba(255, 255, 255, 0.9);
    background: #fff;
}

.spiritual-image-card img {
    height: 450px;
    object-fit: cover;
}

.spiritual-decoration-om {
    position: absolute;
    bottom: 5px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 8px 25px rgba(255, 152, 0, 0.25),
        0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 152, 0, 0.2);
    z-index: 10;
}

.spiritual-decoration-om svg {
    font-size: 2.5rem;
}

.spiritual-about-content-card {
    background: #fff;
    padding: 45px 40px;
    border-radius: 20px;
    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.1),
        0 5px 20px rgba(255, 152, 0, 0.1);
    border: 1px solid rgba(255, 183, 77, 0.3);
}

.about-spiritual-label {
    display: inline-block;
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #e65100;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    padding: 6px 15px;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-radius: 50px;
    border: 1px solid rgba(255, 152, 0, 0.3);
}

.about-spiritual-title {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #4a3000;
    line-height: 1.3;
    margin-bottom: 20px;
}

.about-spiritual-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #5d4037;
    line-height: 1.8;
    margin-bottom: 30px;
}

.about-spiritual-content p {
    margin-bottom: 15px;
}

.spiritual-about-btn {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 12px 28px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    box-shadow:
        0 5px 18px rgba(255, 152, 0, 0.35),
        0 2px 8px rgba(245, 124, 0, 0.25);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.spiritual-about-btn:hover {
    background: linear-gradient(135deg, #f57c00 0%, #e65100 100%);
    transform: translateY(-2px);
    box-shadow:
        0 8px 25px rgba(255, 152, 0, 0.45),
        0 4px 12px rgba(245, 124, 0, 0.35);
    color: #fff;
}

/* Second About Section Variation */
.spiritual-about-section-two {
    background: transparent !important;
}

.spiritual-about-section-two .spiritual-about-content-card {
    background: #fff;
}

.about-spiritual-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #e65100;
    margin-bottom: 18px;
    line-height: 1.5;
}

/* =========================================== */
/* SPIRITUAL TESTIMONIAL SECTION */
/* =========================================== */

.spiritual-testimonial-section {
    position: relative;
    overflow: hidden;
    background: transparent !important;
}

.testimonial-saffron-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 30% 70%, rgba(255, 152, 0, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 30%, rgba(255, 193, 7, 0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.spiritual-testimonial-header {
    padding-right: 30px;
}

.testimonial-label {
    display: inline-block;
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #e65100;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-radius: 50px;
    border: 1px solid rgba(255, 152, 0, 0.3);
}

.testimonial-title {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #4a3000;
    line-height: 1.2;
    margin-bottom: 15px;
}

.testimonial-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #5d4037;
    line-height: 1.6;
}

.spiritual-testimonial-carousel .testimonial-item {
    padding: 10px;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.1),
        0 5px 20px rgba(255, 152, 0, 0.08);
    border: 1px solid rgba(255, 183, 77, 0.2);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.15),
        0 8px 25px rgba(255, 152, 0, 0.12);
}

.testimonial-quote-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    opacity: 0.8;
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #5d4037;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: #ffc107;
    font-size: 1rem;
    margin-right: 3px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 3px solid rgba(255, 152, 0, 0.3);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-initial {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
}

.testimonial-user-info {
    flex: 1;
}

.testimonial-name {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #4a3000;
    margin: 0 0 4px 0;
}

.testimonial-designation {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    color: #e65100;
    margin: 0;
    font-weight: 500;
}

.testimonial-bottom-border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff9800 0%, #f57c00 50%, #e65100 100%);
    border-radius: 0 0 20px 20px;
}

/* Testimonial Carousel Navigation */
.spiritual-testimonial-carousel .owl-nav {
    margin-top: 25px;
}

.spiritual-testimonial-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    border: none;
    color: #fff;
    font-size: 1rem;
    margin: 0 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.spiritual-testimonial-carousel .owl-nav button:hover {
    background: linear-gradient(135deg, #f57c00 0%, #e65100 100%);
    transform: scale(1.1);
}

.spiritual-testimonial-carousel .owl-dots {
    margin-top: 20px;
}

.spiritual-testimonial-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 152, 0, 0.3);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.spiritual-testimonial-carousel .owl-dots .owl-dot.active {
    background: #ff9800;
    transform: scale(1.2);
}

/* =========================================== */
/* SPIRITUAL BOOKING MODAL */
/* =========================================== */

.spiritual-booking-modal .modal-dialog {
    max-width: 650px;
    margin: 5vh auto;
    /* Add top margin to position modal below navbar */
    pointer-events: auto;
    position: relative;
    z-index: 10060;
}

.spiritual-booking-modal .modal-content {
    border: none;
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
    position: relative;
    z-index: 10055;
    overflow: hidden;
    /* Changed from visible to hidden to contain scrolling */
}

.spiritual-booking-modal .modal-backdrop {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 10040;
    /* Lower than modal (10050) but higher than navbar (9999) */
    pointer-events: none;
    /* Allow clicks to pass through to modal content */
}

.spiritual-booking-modal {
    z-index: 10050;
    /* Higher than navbar (9999) */
    pointer-events: auto;
}

.spiritual-booking-modal .modal-content {
    pointer-events: auto;
    /* Enable pointer events on modal content */
}

.spiritual-modal-container {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 50%, #e65100 100%);
    border-radius: 20px;
    padding: 8px;
    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.35),
        0 10px 30px rgba(245, 124, 0, 0.3);
    pointer-events: auto;
    position: relative;
    z-index: 10070;
    max-height: 90vh;
    /* Limit height */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.spiritual-modal-inner {
    background: #fff;
    border-radius: 16px;
    overflow-y: auto;
    /* Enable scroll */
    overflow-x: hidden;
    pointer-events: auto;
    position: relative;
    z-index: 10080;
    flex-grow: 1;
    max-height: calc(90vh - 16px);
    /* Fix: explicitly set max-height for inner too */

    /* Custom scrollbar for premium look */
    scrollbar-width: thin;
    scrollbar-color: #464545 #fff3e0;
}

.spiritual-modal-inner::-webkit-scrollbar {
    width: 6px;
}

.spiritual-modal-inner::-webkit-scrollbar-track {
    background: #fff3e0;
    border-radius: 10px;
}

.spiritual-modal-inner::-webkit-scrollbar-thumb {
    background-color: #ff9800;
    border-radius: 10px;
}

.spiritual-modal-header {
    position: relative;
    padding: 12px 40px 1px !important;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 248, 225, 0.95) 100%);
    border-bottom: 1px solid rgba(255, 152, 0, 0.15);
    pointer-events: auto;
    z-index: 10090;
    overflow: visible;
}

.spiritual-modal-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.35);
    pointer-events: auto;
    position: relative;
    z-index: 10095;
}

.spiritual-modal-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    pointer-events: auto;
    position: relative;
    z-index: 10096;
}

.spiritual-modal-title {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #4a3000;
    margin: 0;
    pointer-events: auto;
    position: relative;
    z-index: 10092;
}

.spiritual-modal-subtitle {
    font-size: 0.9rem;
    color: #e65100;
    margin-top: 5px;
    font-weight: 500;
    pointer-events: auto;
    position: relative;
    z-index: 10091;
}

.spiritual-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    color: #333;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10100;
    pointer-events: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.spiritual-modal-close:hover {
    background: #ffffff;
    color: #e65100;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.spiritual-modal-close i {
    font-size: 1.2rem;
    -webkit-text-stroke: 1.2px currentColor;
}

.spiritual-modal-body {
    padding: 8px 40px 30px;
    background: #fff;
    pointer-events: auto;
    position: relative;
    z-index: 10085;
    overflow-y: visible;
    /* Inner content should expand */
}

.spiritual-modal-body form {
    pointer-events: auto;
}

.spiritual-modal-body .row {
    pointer-events: auto;
    position: relative;
    z-index: 10084;
}

.spiritual-modal-body .col-md-6,
.spiritual-modal-body .col-12 {
    pointer-events: auto;
    position: relative;
    z-index: 10085;
}

.spiritual-modal-body input[type="text"],
.spiritual-modal-body input[type="email"],
.spiritual-modal-body input[type="tel"],
.spiritual-modal-body input[type="date"],
.spiritual-modal-body select,
.spiritual-modal-body textarea {
    pointer-events: auto !important;
    position: relative;
    z-index: 10087;
}

.spiritual-modal-body button {
    pointer-events: auto !important;
    position: relative;
    z-index: 10089;
}

.spiritual-modal-body label {
    pointer-events: auto !important;
    position: relative;
    z-index: 10086;
}

.spiritual-modal-body form {
    pointer-events: auto !important;
    position: relative;
    z-index: 10083;
}

.spiritual-modal-body div {
    pointer-events: auto !important;
    position: relative;
    z-index: 10082;
}

.spiritual-modal-body h3,
.spiritual-modal-body p {
    pointer-events: auto !important;
    position: relative;
    z-index: 10081;
}

.spiritual-modal-body span {
    pointer-events: auto !important;
    position: relative;
    z-index: 10080;
}

.spiritual-modal-body i {
    pointer-events: auto !important;
    position: relative;
    z-index: 10079;
}

.spiritual-form-group {
    margin-bottom: 18px;
    pointer-events: auto;
    position: relative;
    z-index: 10086;
}

.spiritual-form-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5d4037;
    margin-bottom: 8px;
    display: block;
    pointer-events: auto;
    position: relative;
    z-index: 10086;
}

.spiritual-form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: #fafafa;
    color: #333;
    transition: all 0.3s ease;
    pointer-events: auto;
    position: relative;
    z-index: 10087;
}

.spiritual-form-control:focus {
    border-color: #ff9800;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 152, 0, 0.1);
    outline: none;
}

.spiritual-form-control::placeholder {
    color: #9e9e9e;
}

select.spiritual-form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ff9800' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
    pointer-events: auto;
    position: relative;
    z-index: 10087;
}

.spiritual-captcha-section {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border-radius: 14px;
    border: 1px solid rgba(255, 152, 0, 0.2);
}

.spiritual-captcha-label {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #e65100;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

.spiritual-captcha-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.spiritual-captcha-canvas {
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    border: 2px solid rgba(255, 152, 0, 0.2);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

#captchaCanvas {
    display: block;
    border-radius: 6px;
}

.spiritual-captcha-refresh {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    border: none;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.spiritual-captcha-refresh:hover {
    background: linear-gradient(135deg, #f57c00 0%, #e65100 100%);
    transform: rotate(180deg);
}

.spiritual-captcha-input {
    max-width: 180px;
}

.spiritual-submit-btn {
    font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 16px 40px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    box-shadow:
        0 8px 25px rgba(255, 152, 0, 0.4),
        0 4px 12px rgba(245, 124, 0, 0.3);
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    z-index: 10088;
}

.spiritual-submit-btn:hover {
    background: linear-gradient(135deg, #f57c00 0%, #e65100 100%);
    transform: translateY(-3px);
    box-shadow:
        0 12px 35px rgba(255, 152, 0, 0.5),
        0 6px 18px rgba(245, 124, 0, 0.4);
    color: #fff;
}

.spiritual-captcha-error {
    color: #d32f2f;
    font-size: 0.85rem;
    margin-top: 8px;
    text-align: center;
    display: none;
}

.spiritual-captcha-error.show {
    display: block;
}

/* =========================================== */
/* RESPONSIVE DESIGN */
/* =========================================== */

@media (max-width: 1200px) {
    .spiritual-content-wrapper.transparent-card {
        max-width: 800px;
        padding: 45px 10px;
    }

    .banner-spiritual-title {
        font-size: 2.4rem;
    }

    .spiritual-banner-carousel {
        height: 650px;
    }
}

@media (max-width: 992px) {
    .spiritual-banner-carousel {
        height: 500px;
        min-height: 500px;
    }

    .spiritual-content-wrapper.transparent-card {
        max-width: 550px;
        padding: 40px 45px;
    }

    .banner-spiritual-title {
        font-size: 2rem;
    }

    .spiritual-image-card img {
        height: 400px;
    }

    .spiritual-about-content-card {
        padding: 35px 30px;
    }

    .about-spiritual-title {
        font-size: 1.8rem;
    }

    .spiritual-testimonial-header {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }

    .testimonial-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .spiritual-banner-carousel {
        height: 450px;
        min-height: 450px;
    }


    .spiritual-modal-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.95);
        border: none;
        color: #333;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        cursor: pointer;
        z-index: 10100;
        pointer-events: auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }



    .spiritual-about-image-wrapper {
        position: relative;
        padding: 3px;
    }

    .spiritual-content-wrapper.transparent-card {
        max-width: 90%;
        padding: 35px 30px;
    }

    .banner-spiritual-label {
        font-size: 0.75rem;
        padding: 6px 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        /* number of lines */
        -webkit-box-orient: vertical;
        overflow: hidden;

        white-space: normal;
        /* REQUIRED */
    }



    .banner-spiritual-title {
        font-size: 1.6rem;
    }

    .spiritual-cta-btn {
        padding: 12px 28px;
        font-size: 0.9rem;
    }

    .spiritual-image-card img {
        height: 300px;
    }


    .spiritual-submit-btn {
        font-family: 'Noto Serif Devanagari', 'Playfair Display', serif;
        font-size: 16px;
        font-weight: 600;
        padding: 6px 30px;
        background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
        color: #fff;
        border: none;
        border-radius: 50px;
        box-shadow:
            0 8px 25px rgba(255, 152, 0, 0.4),
            0 4px 12px rgba(245, 124, 0, 0.3);
        transition: all 0.3s ease;
        width: 100%;
        margin-top: 6px;
        text-transform: uppercase;
        letter-spacing: 1px;
        pointer-events: auto;
        cursor: pointer;
        position: relative;
        z-index: 10088;
    }

    .spiritual-decoration-om {
        width: 60px;
        height: 60px;
        bottom: -10px;
        right: -10px;
    }

    .spiritual-about-content-card {
        padding: 30px 25px;
    }

    .about-spiritual-title {
        font-size: 1.6rem;
    }

    .spiritual-modal-body,
    .spiritual-modal-header {
        padding: 7px 17px;
    }

    .spiritual-modal-title {
        font-size: 1.4rem;
    }

    .spiritual-captcha-wrapper {
        flex-direction: column;
    }

    .spiritual-captcha-input {
        max-width: 100%;
    }

    .testimonial-title {
        font-size: 1.6rem;
    }

    .testimonial-card {
        padding: 25px 20px;
    }

    .testimonial-text {
        font-size: 0.95rem;
    }

    .testimonial-quote-icon svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 576px) {
    .spiritual-banner-carousel {
        height: 800px;
        min-height: 310px;
    }



    .spiritual-content-overlay {
        position: absolute;
        top: 30;
        left: -23px;
        right: 41px;
        bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        padding: 10px;
        pointer-events: none;
        z-index: 2;
        /* background: rgba(0, 0, 0, 0.35); */
    }



    .spiritual-content-wrapper.transparent-card {
        max-width: 95%;
        padding: 3px 25px;
    }

    .banner-spiritual-label {
        font-size: 30px;
        padding: 1px 0px;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;

        overflow: hidden;
        white-space: normal;

        line-height: 1.4;
        max-height: calc(1.4em * 3);
    }


    .banner-spiritual-title {
        font-size: 12px;
        margin-bottom: 8px;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;

        overflow: hidden;
        white-space: normal;

        line-height: 1.4;
        /* controls line spacing */
        max-height: calc(1.4em * 2);
        /* locks to exactly 2 lines */
    }



    .hero-cta .btn.spiritual-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        padding: 8px 22px !important;
        border-radius: 8px;
        color: #fff !important;
        text-decoration: none;
    }

    .spiritual-cta-btn {
        padding: 10px 24px;
        font-size: 10px;
    }

    .spiritual-image-card img {
        height: 250px;
    }

    .spiritual-decoration-om {
        width: 50px;
        height: 50px;
    }

    .spiritual-about-content-card {
        padding: 25px 20px;
    }

    .about-spiritual-title {
        font-size: 1.4rem;
    }

    .spiritual-modal-container {
        margin: 0px;
    }

    .spiritual-modal-icon {
        width: 50px;
        height: 50px;
    }

    .spiritual-modal-icon svg {
        width: 25px;
        height: 25px;
    }

    .spiritual-modal-title {
        font-size: 1.2rem;
    }

    /* Mobile Modal Fix - Ensure modal is outside navbar */
    .spiritual-booking-modal .modal-dialog {
        margin: 2vh auto;
        max-width: calc(100% - 30px);
    }

    .spiritual-booking-modal .modal-body,
    .spiritual-modal-inner {
        max-height: 85vh;
        overflow-y: auto;
    }

    .testimonial-title {
        font-size: 1.4rem;
    }

    .testimonial-card {
        padding: 20px 18px;
    }

    .testimonial-avatar {
        width: 45px;
        height: 45px;
    }

    .avatar-initial {
        font-size: 1.1rem;
    }

    .testimonial-name {
        font-size: 1rem;
    }
}

/* =========================================== */
/* RENTAL SECTIONS WITH NAAMALU */
/* =========================================== */

.rental-section-container {
    position: relative;
    z-index: 1;
}

.section-title {
    position: relative;
    z-index: 1;
}

/* Form validation states */
.spiritual-form-control.is-valid {
    border-color: #4caf50;
    background: #f1f8e9;
}

.spiritual-form-control.is-invalid {
    border-color: #f44336;
    background: #ffebee;
}

/* Disabled submit button styling */
.spiritual-submit-btn:disabled {
    background: #e0e0e0 !important;
    color: #9e9e9e !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.spiritual-submit-btn:disabled:hover {
    background: #e0e0e0 !important;
    color: #9e9e9e !important;
    transform: none !important;
}

/* Error message styling */
.error-message {
    font-size: 0.8rem;
    font-weight: 500;
}