body{margin:0;font-family:Segoe UI,Arial;background:#f8f1e7;color:#333}

header{
position:fixed;top:0;width:100%;background:#3b1606;
display:flex;justify-content:space-between;padding:15px 40px;z-index:999}
header a{color:#fff;margin-left:18px;text-decoration:none}
.logo{color:#ffcc80;font-weight:bold}

.bannerSwiper img{width:100%;height:90vh;object-fit:cover}

.chalisa-strip{background:#7b1e1e;color:#fff;padding:15px;text-align:center}
.chalisa-strip button{margin-top:8px;padding:8px 20px;background:#ff9800;border:none;color:#fff}

.section{padding:70px 20px;max-width:1100px;margin:auto}
.light{background:#fff3e0}

.title-tag{
background:#8b4513;color:#fff;
padding:8px 16px;border-radius:6px;
display:inline-block;margin-bottom:20px}

.two-col{display:flex;gap:25px;padding:60px 20px}
.card{background:#fff;padding:25px;border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.1)}

.mantra-grid{
display:grid;grid-template-columns:repeat(3,1fr);
gap:20px;padding:60px 20px}
.mantra{background:#fff;padding:22px;border-radius:14px;box-shadow:0 6px 16px rgba(0,0,0,.1)}
.tag{font-weight:bold;margin-bottom:8px;color:#8b4513}

.gallery{
display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.gallery img{width:100%;height:200px;object-fit:cover;border-radius:12px}

footer{background:#2b1407;color:#fff;text-align:center;padding:20px}

.social-float{position:fixed;left:15px;top:40%}
.social-float a{
display:block;width:42px;height:42px;line-height:42px;
text-align:center;border-radius:50%;color:#fff;margin:8px 0}
.fb{background:#1877f2}.ig{background:#e1306c}.yt{background:#ff0000}

.whatsapp{
position:fixed;right:20px;bottom:20px;
background:#25d366;color:#fff;
width:55px;height:55px;line-height:55px;
text-align:center;border-radius:50%;font-size:26px}

@media(max-width:768px){
.two-col{flex-direction:column}
.mantra-grid{grid-template-columns:repeat(2,1fr)}
.gallery{grid-template-columns:repeat(2,1fr)}
}
