/* Custom Styles for The Wisdom Wellness */

.glass-header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.hero-gradient {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
}

.text-shadow {
    text-shadow: 0 4px 15px rgba(0,0,0,0.7);
}