*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:#f8f6f1;
color:#1a1a1a;
scroll-behavior:smooth;
}

h1,h2,h3{
font-family:'Playfair Display',serif;
}

.navbar{
position:sticky;
top:0;
width:100%;
display:flex;
justify-content:space-between;
padding:20px 8%;
background:#0c0c2c;
z-index:1000;
box-shadow:0 4px 20px rgba(0,0,0,0.2);
}

.navbar a{
color:#fff;
margin-left:20px;
text-decoration:none;
font-size:14px;
letter-spacing:1px;
}

.logo{
color:gold;
font-weight:600;
font-size:20px;
}

.hero{
height:100vh;
background:linear-gradient(to bottom,rgba(0,0,60,0.8),rgba(0,0,30,0.9)),
url('../images/hero-bg.jpg') center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
position:relative;
color:#fff;
text-align:center;
}

.hero-content h1{
font-size:60px;
margin-bottom:20px;
}

.btn-gold{
display:inline-block;
padding:12px 28px;
background:linear-gradient(45deg,#d4af37,#f5d76e);
color:#000;
border-radius:30px;
text-decoration:none;
font-weight:500;
margin-top:20px;
transition:0.4s;
}

.btn-gold:hover{
transform:scale(1.05);
}

.section{
padding:120px 10%;
text-align:center;
}

.dark{
background:#0c0c2c;
color:#fff;
}

.grid-3{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-top:40px;
}

.product-wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.product-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 380px;
    flex-shrink: 0;
}


.product-info{
flex:1;
min-width:300px;
text-align:left;
}

.price{
font-size:28px;
color:#d4af37;
margin:15px 0;
}

.delivery{
font-size:14px;
margin-bottom:20px;
}

.btn-outline{
display:inline-block;
padding:12px 25px;
border:1px solid gold;
color:gold;
border-radius:30px;
text-decoration:none;
}

.footer{
background:#000;
color:#fff;
padding:30px;
text-align:center;
font-size:14px;
}

.pooja-section{
background:linear-gradient(to bottom,#f8f6f1,#ffffff);
}

.pooja-subtext{
max-width:700px;
margin:20px auto 60px;
font-size:16px;
opacity:0.8;
}

.pooja-gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.pooja-card{
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,0.1);
transition:0.4s;
background:#fff;
}

.pooja-card img{
width:100%;
height:320px;
object-fit:cover;
display:block;
}

.pooja-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

.wide-text{
max-width:900px;
margin:30px auto 0;
font-size:17px;
line-height:1.9;
opacity:0.9;
}

.parallax{
background:url('../images/hero-bg.jpg') center/cover fixed;
padding:150px 10%;
text-align:center;
color:#fff;
font-size:40px;
font-family:'Playfair Display',serif;
}

.divider{
height:2px;
width:120px;
background:linear-gradient(to right,transparent,gold,transparent);
margin:80px auto;
}

.modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.75);
backdrop-filter:blur(12px);
z-index:9999;
align-items:center;
justify-content:center;
padding:20px;
overflow:hidden;
}

.modal-content{
background:linear-gradient(145deg,#ffffff,#f3f3f3);
border-radius:24px;
width:100%;
max-width:480px;
max-height:85vh;
overflow-y:auto;
padding:40px 30px;
box-shadow:0 40px 80px rgba(0,0,0,0.4);
animation:fadeIn 0.4s ease;
position:relative;
}

.modal-content::-webkit-scrollbar{
width:6px;
}

.modal-content::-webkit-scrollbar-thumb{
background:gold;
border-radius:10px;
}

.modal-content h2{
margin-bottom:20px;
text-align:center;
}

.modal-content input,
.modal-content textarea{
width:100%;
padding:14px;
margin-bottom:18px;
border:1px solid #e0e0e0;
border-radius:12px;
font-size:14px;
transition:0.3s;
}

.modal-content input:focus,
.modal-content textarea:focus{
border-color:#d4af37;
outline:none;
box-shadow:0 0 0 2px rgba(212,175,55,0.2);
}

.payment-options{
margin:25px 0;
padding:15px;
background:#fafafa;
border-radius:16px;
}

.payment-options label{
display:block;
padding:10px;
border-radius:10px;
cursor:pointer;
transition:0.3s;
}

.payment-options label:hover{
background:rgba(212,175,55,0.1);
}

.discount-badge{
background:gold;
padding:3px 8px;
border-radius:20px;
font-size:12px;
margin-left:5px;
}

.close{
float:right;
font-size:22px;
cursor:pointer;
}

@keyframes fadeIn{
from{opacity:0; transform:translateY(-20px);}
to{opacity:1; transform:translateY(0);}
}

.mantra {
    font-size: 22px;
    color: #ffd700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}


.mela-announcement {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(90deg, #2c003e, #6a0572, #c62368);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.mela-text {
    font-size: 26px;
    font-weight: 600;
    animation: glow 2s ease-in-out infinite alternate,
               floatText 4s ease-in-out infinite;
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #ffd700,
                     0 0 20px #ffae00,
                     0 0 30px #ff6f00;
    }
    to {
        text-shadow: 0 0 20px #fff,
                     0 0 30px #ffd700,
                     0 0 40px #ffae00;
    }
}

@keyframes floatText {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0px); }
}


/* TOP CHANT */
.top-chant {
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    background: #2c003e;
    color: #ffd700;
    letter-spacing: 1px;
    animation: chantGlow 2s ease-in-out infinite alternate;
}

@keyframes chantGlow {
    from { text-shadow: 0 0 6px #ffd700; }
    to { text-shadow: 0 0 14px #ffae00; }
}


/* HERO MANTRA */
.mantra {
    font-size: 22px;
    color: #ffd700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}


/* MELA SECTION */
.mela-announcement {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(90deg, #2c003e, #6a0572, #c62368);
    color: #fff;
}

.mela-text {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 8px #ffd700,
                     0 0 16px #ffae00;
    }
    to {
        text-shadow: 0 0 18px #fff,
                     0 0 25px #ffd700;
    }
}


.slider-container {
    position: relative;
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.slide.active {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(212,175,55,0.9);
    color: #000;
    border: none;
    font-size: 28px;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 5;
display: flex;
align-items: center;
justify-content: center;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}



@media (max-width: 768px) {

    .top-chant {
        font-size: 15px;
        padding: 8px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .mantra {
        font-size: 16px;
    }

    .mela-text {
        font-size: 18px;
        padding: 0 10px;
    }

    .navbar {
        padding: 15px 5%;
    }

    .product-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .product-image {
        width: 100%;
    }

    .slider-container {
        width: 100%;
        height: 420px;
    }
}

.incense-video {
    margin-top: 20px;
    width: 100%;
}

.incense-video video {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}


.footer {
    background: #111;
    color: #ddd;
    padding: 40px 20px;
    text-align: center;
}

.footer-content {
    max-width: 1000px;
    margin: auto;
}

.footer-copy {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-tagline {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links a {
    color: #d4af37;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}

