﻿.hero-section {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('/img/banner.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 160px 0;
}

.section-padding {
    padding: 80px 0;
}

.mantra-section {
    background: #fff8ef;
    padding: 80px 0;
}

.mantra-box {
    background: #fff;
    max-width: 800px;
    margin: auto;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.sanskrit {
    font-size: 30px;
    line-height: 1.8;
    font-weight: 600;
}

.benefit-card,
.choose-card,
.jaap-card {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transition: .3s;
}

    .benefit-card:hover,
    .choose-card:hover,
    .jaap-card:hover {
        transform: translateY(-8px);
    }

.timeline-item {
    background: #fff;
    border-left: 5px solid #ff9800;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.cta-section {
    background: #8B0000;
    color: #fff;
    padding: 100px 0;
}
