


  body {
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
      background-color: #f5ffff;

    }


/* Light Devotional Pattern Background */
.light-devotional-bg {
    background-color: #fdfbf7;
    background-image: 
        radial-gradient(rgba(216, 67, 21, 0.08) 1.2px, transparent 0),
        radial-gradient(rgba(230, 81, 0, 0.05) 1.2px, #fdfbf7 50%);
    background-size: 32px 32px;
    background-position: 0 0, 16px 16px;
}

/* Watermark Ram Ram Text Overlay */
.ram-watermark-light {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.065;
    display: flex;
    flex-wrap: wrap;
    gap: 2.2rem;
    justify-content: space-around;
    align-content: space-around;
    font-family: 'Noto Serif Devanagari', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #d84315;
    user-select: none;
    z-index: 1;
    overflow: hidden;
    line-height: 1.8;
}

/* Glassmorphism Spiritual Card Container */
.spiritual-light-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(216, 67, 21, 0.25);
    box-shadow: 0 20px 40px -15px rgba(216, 67, 21, 0.12), 0 0 20px rgba(255, 87, 34, 0.08);
}

.spiritual-light-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffe0b2, #ff7043, #d84315, #ff7043, #ffe0b2);
}

/* Flame / Diya Flicker Animation */
.flame-light {
    animation: flickerLight 1.8s ease-in-out infinite alternate;
    transform-origin: center bottom;
}

@keyframes flickerLight {
    0% { transform: scale(0.96) rotate(-1deg); opacity: 0.9; }
    50% { transform: scale(1.06) rotate(1deg); opacity: 1; filter: drop-shadow(0 0 6px rgba(255, 87, 34, 0.8)); }
    100% { transform: scale(1) rotate(0deg); opacity: 0.95; }
}

/* Base Body Styles */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: transparent;
    color: #451a03;
    overflow-x: hidden;
}

.gradient-text {
    background: linear-gradient(135deg, #6573f4 0%, #1b1b1b 50%, #f75a2b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-height: 82px;
}

.gradient-text-1 {
    background: linear-gradient(135deg, #451a03 0%, #78350f 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(216, 67, 21, 0.15);
    box-shadow: 0 10px 25px -5px rgba(216, 67, 21, 0.08);
}

/* Restored ram.jpg background image */
.ramji {
    background-image: url('/images/ram.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ramji .glass-panel {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 5px 20px 50px rgba(216, 67, 21, 0.25);
}

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(216, 67, 21, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(216, 67, 21, 0.35);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -15px rgba(216, 67, 21, 0.15);
}

@keyframes box-breathe {
    0%, 100% {
        transform: scale(1);
        background-color: rgba(255, 112, 67, 0.08);
        border-color: rgba(216, 67, 21, 0.3);
        box-shadow: 0 0 20px rgba(216, 67, 21, 0.1);
    }
    25% {
        transform: scale(1.35);
        background-color: rgba(255, 112, 67, 0.22);
        border-color: rgba(216, 67, 21, 0.8);
        box-shadow: 0 0 40px rgba(216, 67, 21, 0.35);
    }
    50% {
        transform: scale(1.35);
        background-color: rgba(255, 112, 67, 0.22);
        border-color: rgba(216, 67, 21, 0.8);
        box-shadow: 0 0 40px rgba(216, 67, 21, 0.35);
    }
    75% {
        transform: scale(1);
        background-color: rgba(255, 112, 67, 0.08);
        border-color: rgba(216, 67, 21, 0.3);
        box-shadow: 0 0 20px rgba(216, 67, 21, 0.1);
    }
}

.breathe-circle-active {
    animation: box-breathe 16s infinite ease-in-out;
}

/* Footer Social Icons */
.footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 15px 0;
}

.footer-social-icons .social-icon {
    font-size: 24px;
    color: #9a3412;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social-icons .social-icon:hover {
    color: #e64a19;
    transform: translateY(-3px);
}

/* Interactive Strain Assessment Card Styling */
.strain-card-input:checked+.strain-card-content {
    background: linear-gradient(135deg, rgba(255, 243, 224, 0.9), rgba(255, 255, 255, 0.95));
    border-color: rgba(216, 67, 21, 0.45);
    box-shadow: 0 10px 30px -15px rgba(216, 67, 21, 0.25), inset 0 0 0 1px rgba(216, 67, 21, 0.08);
}

.strain-card-input:checked+.strain-card-content .check-icon {
    opacity: 1;
}

.strain-card-input:checked+.strain-card-content .w-5 {
    background: rgba(216, 67, 21, 0.1);
    border-color: rgba(216, 67, 21, 0.45);
}

.strain-card-input:focus-visible+.strain-card-content {
    outline: 3px solid rgba(216, 67, 21, 0.25);
    outline-offset: 3px;
}

@media (max-width: 640px) {
    #strain-assessment .strain-card-content {
        padding: 1rem;
    }
    #strain-assessment h2 {
        letter-spacing: -0.035em;
    }
}

/* Hide scrollbars while maintaining scrolling */
html,
body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}
