body { font-family: 'Hind Siliguri', sans-serif; scroll-behavior: smooth; } 
.gradient-bg { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); }
.feature-card:hover { transform: translateY(-10px); transition: all 0.3s ease; }
.glass-nav { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.faq-item.active .faq-answer { max-height: 200px; }
.faq-item.active i { transform: rotate(180deg); }
.bg-slate-50 { background-color: rgb(227 232 237) !important; }

.step-content { display: none; }
.step-content.active { display: block; }
.transition-all { transition: all 0.3s ease; }


.hero-gradient {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 50%, #1e293b 100%);
}
.content-card { transition: all 0.3s ease; }
.content-card:hover { border-left-color: #2563eb; }
.policy-card { transition: all 0.3s ease; border-left: 4px solid transparent; }
.policy-card:hover { border-left-color: #2563eb; background-color: #f8fafc; }
.contact-card:hover { transform: translateY(-5px); transition: all 0.3s ease; }