*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins', sans-serif;
    overflow-x:hidden;
    background:#FFF8E7;
}

/* ================= NAVBAR ================= */

nav{

    position:fixed;

    top:0;

    width:100%;

    z-index:1000;
}

/* TOP BAR */

.mantra-bar{

    background:#D4AF37;

    color:#7A1F1F;

    text-align:center;

    padding:12px;

    font-size:18px;

    font-weight:600;

    letter-spacing:1px;
}
.mantra-text{

    font-size:18px;

    font-weight:600;

    color:#FFD700;
}

#audioBtn{

    position:absolute;

    right:30px;

    background:none;

    border:none;

    font-size:24px;

    cursor:pointer;

    color:white;
}

/* MAIN NAV */

.main-nav{

    background:#7A1F1F;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 70px;
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;
}

.logo img{
    width:45px;
    height:45px;
    border-radius:50%;
    object-fit:cover;
}

.logo-text h3{
    margin:0;
    font-size:18px;
    line-height:1.1;
    color:#FFD700;
    font-family:'Cinzel', serif;
}

.logo-text span{
    font-size:10px;
    color:#FFF0C9;
    letter-spacing:1px;
}

.main-nav ul{

    list-style:none;

    display:flex;

    gap:35px;
}

.main-nav a{

    color:white;

    text-decoration:none;

    font-size:17px;
}

.main-nav a:hover{

    color:#FFD700;
}

/* ================= HERO ================= */

.hero{

    height:100vh;

    background:
    linear-gradient(
        rgba(255,248,231,0.78),
        rgba(255,248,231,0.82)
    ),
    url('images/Ammavaru.jpeg');

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#3A2A1A;
}
.hero-content{

    max-width:900px;

    padding:20px;
}

.mantra{

    font-family:'Cinzel', serif;

    font-size:28px;

    color:#7A1F1F;

    margin-bottom:25px;

    font-weight:600;
}

.hero h1{

    font-family:'Cinzel', serif;

    font-size:72px;

    color:#7A1F1F;

    margin-bottom:20px;

    line-height:1.2;
}

.hero h2{

    font-size:30px;

    color:#A66B00;

    margin-bottom:25px;
}

.description{

    font-size:22px;

    line-height:1.8;

    color:#4A3B2A;

    margin-bottom:40px;
}
.logo{
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:10px;
}
.logo:hover{
    transform:scale(1.02);
    transition:0.3s;
}
/* ================= BUTTONS ================= */

.buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;
}

.btn{

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    transition:0.3s;
}

.primary-btn{

    background:#D4AF37;

    color:white;
}

.primary-btn:hover{

    background:#B8941F;

    transform:translateY(-3px);
}

.secondary-btn{

    border:2px solid #7A1F1F;

    color:#7A1F1F;
}

.secondary-btn:hover{

    background:#7A1F1F;

    color:white;
}

/* ================= MOBILE ================= */

@media(max-width:900px){

    nav{

        padding:20px;
    }

    nav ul{

        display:none;
    }

    .hero h1{

        font-size:45px;
    }

    .hero h2{

        font-size:22px;
    }

    .description{

        font-size:18px;
    }

    .mantra{

        font-size:20px;
    }
}
.nav-mantra{

    color:#FFD700;

    font-size:18px;

    font-weight:600;

    letter-spacing:1px;

    text-align:center;

    flex:1;

    margin:0 30px;
}

#audioBtn{

    background:none;

    border:none;

    color:white;

    font-size:24px;

    cursor:pointer;

    transition:0.3s;
}

#audioBtn:hover{

    transform:scale(1.15);
}
/* ================= FOOTER ================= */

footer{

    background:#7A1F1F;

    color:white;

    text-align:center;

    padding:20px;

    font-size:14px;

    margin-top:50px;
}
/* ================= POOJA PAGE ================= */

.pooja-page{

    padding:180px 8% 100px;

    background:#FFFDF6;

    min-height:100vh;

    text-align:center;
}

.pooja-page h1{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:48px;

    margin-bottom:15px;
}

.intro{

    margin-top:25px;

    color:#4A3B2A;

    font-size:18px;
}

.timings-grid{

    display:flex;

    justify-content:center;

    gap:40px;

    margin-top:60px;

    flex-wrap:wrap;
}

.timing-card{

    background:white;

    width:400px;

    padding:35px;

    border-radius:20px;

    box-shadow:0 10px 25px rgba(0,0,0,0.08);

    border-top:5px solid #D4AF37;

    text-align:left;
}

.timing-card h2{

    color:#7A1F1F;

    margin-bottom:20px;
}

.timing-card p{

    margin:15px 0;

    color:#4A3B2A;

    font-size:17px;
}
.daily-poojas,
.special-poojas,
.festivals,
.benefits,
.guidelines{

    padding:80px 8%;

    text-align:center;

    background:#FFFDF6;
}

.daily-poojas h2,
.special-poojas h2,
.festivals h2,
.benefits h2,
.guidelines h2{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:38px;

    margin-bottom:15px;
}

.pooja-grid,
.festival-grid{

    display:grid;

    grid-template-columns:repeat(2, 1fr);

    gap:30px;

    margin-top:40px;
}
@media(max-width:768px){

    .festival-grid{

        grid-template-columns:1fr;
    }

}

.pooja-card,
.festival-card{

    background:white;

    padding:30px;

    border-radius:18px;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    border-top:4px solid #D4AF37;

    transition:0.3s;

    text-align:left;
}

.festival-card:hover{

    transform:translateY(-8px);
}

.festival-card h3{

    color:#7A1F1F;

    margin-bottom:15px;
}

.festival-card p{

    line-height:1.8;

    color:#4A3B2A;

    margin-bottom:10px;
}
.pooja-card:hover,
.festival-card:hover,
.benefit-card:hover{

    transform:translateY(-8px);
}

.pooja-card h3,
.festival-card h3,
.benefit-card h3{

    color:#7A1F1F;

    margin-bottom:15px;
}

.guidelines ul{

    max-width:800px;

    margin:40px auto;

    text-align:left;

    line-height:2;

    color:#4A3B2A;

    font-size:18px;
}
.benefits-grid{

    display:grid;

    grid-template-columns:repeat(2, 1fr);

    gap:30px;

    margin-top:40px;
}

.benefit-card{

    background:white;

    padding:30px;

    border-radius:18px;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    border-top:4px solid #D4AF37;

    transition:0.3s;

    text-align:left;
}

.benefit-card:hover{

    transform:translateY(-8px);
}

.benefit-card h3{

    color:#7A1F1F;

    margin-bottom:15px;
}

.benefit-card p{

    color:#4A3B2A;

    line-height:1.8;
}
@media(max-width:768px){

    .benefits-grid{

        grid-template-columns:1fr;
    }

}
/* ================= CONTACT PAGE ================= */

.contact-page{

    padding:180px 8% 100px;

    background:#FFFDF6;

    min-height:100vh;

    text-align:center;
}

.contact-page h1{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:48px;

    margin-bottom:15px;
}

.contact-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    margin-top:50px;
}

.contact-card{

    background:white;

    padding:35px;

    border-radius:18px;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    border-top:4px solid #D4AF37;

    text-align:left;
}

.contact-card h2{

    color:#7A1F1F;

    margin-bottom:20px;
}

.contact-card p{

    line-height:1.9;

    color:#4A3B2A;
}

.coming-soon-btn{

    margin-top:20px;

    background:#D4AF37;

    color:white;

    border:none;

    padding:12px 25px;

    border-radius:50px;

    cursor:pointer;
}
.donation-table{

    width:100%;

    border-collapse:collapse;

    margin-top:15px;
}

.donation-table td{

    padding:12px;

    border-bottom:1px solid #eee;

    color:#4A3B2A;
}

.donation-table td:last-child{

    text-align:right;

    font-weight:600;

    color:#7A1F1F;
}
/* ================= DONATION PAGE ================= */

.donation-hero{

    padding:180px 20px 80px;

    text-align:center;

    background:#FFF8E7;
}

.donation-hero h1{

    font-family:'Cinzel', serif;

    font-size:52px;

    color:#7A1F1F;

    margin-bottom:20px;
}

.donation-hero p{

    max-width:800px;

    margin:auto;

    font-size:18px;

    line-height:1.8;

    color:#4A3B2A;
}

/* SERVICES */

.services-section{

    padding:80px 8%;
}

.services-section h2{

    text-align:center;

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    margin-bottom:40px;
}

.services-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:25px;
}

.service-card{

    background:white;

    padding:30px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    border-top:4px solid #D4AF37;

    transition:0.3s;
}

.service-card:hover{

    transform:translateY(-8px);
}

.service-card h3{

    color:#7A1F1F;

    margin-bottom:15px;
}

.service-card span{

    color:#D4AF37;

    font-size:24px;

    font-weight:bold;
}

/* CONTACT + BANK */

.contact-bank-section{

    padding:80px 8%;
}

.info-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;

    align-items:start;

    max-width:1400px;

    margin:auto;
}

.info-card{

    background:white;

    padding:35px;

    border-radius:20px;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    border-top:4px solid #D4AF37;
}

.info-card h2{

    color:#7A1F1F;

    margin-bottom:25px;
}

.detail{

    margin-bottom:20px;
}

.detail strong{

    color:#7A1F1F;
}

.detail p{

    margin-top:5px;

    color:#4A3B2A;
}

/* MOBILE */

@media(max-width:768px){

    .info-grid{

        grid-template-columns:1fr;
    }

    .donation-hero h1{

        font-size:38px;
    }
}
/* ================= DONATION TABLE ================= */


.donation-table th:first-child,
.donation-table td:first-child{

    text-align:left !important;

    padding-left:40px !important;

    width:75%;
}

.donation-table th:last-child,
.donation-table td:last-child{

    text-align:center !important;

    width:25%;
}
.donation-table thead th{

    background:#7A1F1F;

    color:white;

    border-bottom:4px solid #D4AF37;
}
.donation-table td:first-child{

    font-size:18px;

    font-weight:500;

    color:#4A3B2A;
}

.donation-table td:last-child{

    font-size:18px;

    font-weight:700;

    color:#7A1F1F;
}

.donation-table thead{

    border-bottom:4px solid #D4AF37;
}

.donation-table tbody tr:nth-child(odd){

    background:#FFFDF6;
}

.donation-table tbody tr:nth-child(even){

    background:#FFF8E7;
}
/* QR SECTION */

.qr-section{

    text-align:center;

    margin-bottom:30px;
}

.qr-section img{

    width:220px;

    height:220px;

    object-fit:contain;

    border:6px solid #FFF8E7;

    border-radius:15px;

    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.scan-text{

    margin-top:12px;

    color:#7A1F1F;

    font-weight:600;

    font-size:15px;

    letter-spacing:0.5px;
}
.bank-layout{

    display:flex;

    gap:30px;

    align-items:flex-start;

    margin-top:20px;
}

.qr-side{

    text-align:center;

    min-width:220px;
}

.qr-side img{

    width:200px;

    height:200px;

    object-fit:contain;

    border-radius:15px;

    border:4px solid #D4AF37;
}

.scan-text{

    margin-top:10px;

    color:#7A1F1F;

    font-weight:600;
}

.bank-details{

    flex:1;
}
.detail a{

    color:#7A1F1F;

    text-decoration:none;

    font-weight:600;
}

.detail a:hover{

    color:#D4AF37;
}
@media(max-width:900px){

    .info-grid{

        grid-template-columns:1fr;
    }
}
.whatsapp-section{

    text-align:center;

    margin-top:25px;
}

.whatsapp-section strong{

    display:block;

    color:#7A1F1F;

    font-size:20px;

    margin-bottom:10px;
}

.whatsapp-section p{

    margin-bottom:15px;

    color:#4A3B2A;

    line-height:1.6;
}

.whatsapp-btn{

    display:inline-block;

    background:#25D366;

    color:white;

    text-decoration:none;

    padding:12px 24px;

    border-radius:8px;

    font-weight:600;

    transition:0.3s;
}

.whatsapp-btn:hover{

    transform:translateY(-2px);

    opacity:0.9;
}
.whatsapp-community{

    text-align:center;

    padding:80px 20px;

    background:#FFFDF6;
}

.whatsapp-community h2{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:38px;

    margin-bottom:15px;
}

.whatsapp-community p{

    max-width:700px;

    margin:25px auto;

    color:#4A3B2A;

    font-size:18px;

    line-height:1.8;
}

.whatsapp-btn{

    display:inline-block;

    margin-top:15px;

    background:#25D366;

    color:white;

    text-decoration:none;

    padding:14px 30px;

    border-radius:50px;

    font-weight:600;

    transition:0.3s;
}

.whatsapp-btn:hover{

    transform:translateY(-3px);
}
/* FLOATING WHATSAPP BUTTON */

.floating-whatsapp{

    position:fixed;

    bottom:25px;

    right:25px;

    width:65px;

    height:65px;

    background:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 5px 20px rgba(0,0,0,0.2);

    z-index:9999;

    transition:0.3s;
}

.floating-whatsapp:hover{

    transform:scale(1.1);
}

.floating-whatsapp img{

    width:38px;

    height:38px;
}
.special-pooja-timings{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

    margin-top:20px;
}

.session-card{

    background:#FFF8E7;

    padding:20px;

    border-radius:12px;

    border-left:4px solid #D4AF37;
}

.session-card h4{

    color:#7A1F1F;

    margin-bottom:15px;

    font-size:18px;
}

.session-card ul{

    list-style:none;

    padding:0;
}

.session-card li{

    margin-bottom:10px;

    color:#4A3B2A;
}

@media(max-width:768px){

    .special-pooja-timings{

        grid-template-columns:1fr;
    }

}
.donation-confirmation{

    text-align:center;

    padding:80px 20px;

    background:#FFF8E7;
}

.donation-confirmation h2{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:38px;

    margin-bottom:15px;
}

.donation-confirmation p{

    max-width:800px;

    margin:25px auto;

    color:#4A3B2A;

    font-size:18px;

    line-height:1.8;
}


.confirmation-box ul{

    list-style:none;

    padding:0;

    text-align:left;
}

.confirmation-box li{

    padding:10px 0;

    color:#4A3B2A;
}

.confirmation-box li::before{

    content:"🌺 ";

    color:#D4AF37;
}

.whatsapp-submit-btn{

    display:inline-block;

    margin-top:20px;

    background:#25D366;

    color:white;

    text-decoration:none;

    padding:14px 28px;

    border-radius:50px;

    font-weight:600;

    transition:0.3s;
}

.whatsapp-submit-btn:hover{

    transform:translateY(-3px);
}
/* ================= ABOUT SECTION ================= */

.about-section{

    padding:180px 8% 100px;
    text-align: center;

}   

.about-header h2{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:42px;

    margin-bottom:15px;
}

.about-intro{

    max-width:900px;

    margin:25px auto;

    line-height:1.8;

    color:#4A3B2A;

    font-size:18px;
}

/* HIGHLIGHT */

.history-highlight{

    max-width:1000px;

    margin:50px auto;

    background:white;

    padding:40px;

    border-radius:20px;

    border-top:5px solid #D4AF37;

    box-shadow:0 10px 25px rgba(0,0,0,0.08);

    text-align:left;
}

.history-highlight h3{

    color:#7A1F1F;

    margin-bottom:20px;
}

.history-highlight p{

    line-height:2;

    color:#4A3B2A;
}

/* TIMELINE */

.timeline{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-top:60px;
}

.timeline-item{

    background:white;

    padding:30px;

    border-radius:15px;

    border-top:4px solid #D4AF37;

    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.timeline-item span{

    color:#A66B00;

    font-weight:600;
}

.timeline-item h3{

    margin:15px 0;

    color:#7A1F1F;
}

/* DISCOVERY GALLERY */

.discovery-gallery{

    margin-top:100px;
}

.discovery-gallery h2{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    margin-bottom:20px;
}

.discovery-gallery p{

    color:#4A3B2A;

    margin-bottom:40px;
}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    max-width:1400px;

    margin:40px auto;
}

.gallery-grid img{

    width:100%;

    height:320px;

    object-fit:contain;

    background:#FFF8E7;

    padding:10px;
}
.discovery-gallery{

    max-width:1400px;

    margin:100px auto 0;
}

.gallery-grid img:hover{

    transform:scale(1.05);
}

/* MOBILE */

@media(max-width:900px){

    .timeline{

        grid-template-columns:1fr;
    }

    .gallery-grid{

        grid-template-columns:1fr 1fr;
    }

}
.about-section{

    scroll-margin-top:140px;
}
.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    max-width:1400px;

    margin:50px auto;
}

.gallery-item{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,0.08);

    transition:0.3s;
}

.gallery-item:hover{

    transform:translateY(-8px);
}

.gallery-item img{

    width:100%;

    height:450px;

    object-fit:cover;
}

.gallery-item h4{

    color:#7A1F1F;

    padding:20px 20px 10px;

    font-size:20px;

    text-align:center;
}

.gallery-item p{

    padding:0 20px 25px;

    color:#4A3B2A;

    line-height:1.8;

    text-align:center;
}

/* MOBILE */

@media(max-width:900px){

    .gallery-grid{

        grid-template-columns:1fr;
    }

}
.discovery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    max-width:1400px;

    margin:40px auto;
}

.discovery-grid img{

    width:100%;

    height:350px;

    object-fit:contain;

    background:#FFF8E7;

    padding:10px;

    border-radius:15px;
}
/* ================= CONTACT PAGE ================= */

.contact-hero{

    padding:180px 20px 80px;

    text-align:center;

    background:#FFF8E7;
}

.contact-hero h1{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:52px;

    margin-bottom:15px;
}

.contact-hero p{

    max-width:800px;

    margin:25px auto;

    color:#4A3B2A;

    font-size:18px;

    line-height:1.8;
}

/* CONTACT CARDS */

.contact-info-section{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    max-width:1200px;

    margin:60px auto;

    padding:0 20px;
}

.contact-card{

    background:white;

    padding:35px;

    border-radius:20px;

    border-top:4px solid #D4AF37;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    text-align:center;

    transition:0.3s;
}

.contact-card:hover{

    transform:translateY(-8px);
}

.contact-card h2{

    color:#7A1F1F;

    margin-bottom:20px;
}

.contact-card p{

    color:#4A3B2A;

    line-height:1.8;
}

/* MOBILE */

@media(max-width:768px){

    .contact-info-section{

        grid-template-columns:1fr;
    }

    .contact-hero h1{

        font-size:40px;
    }

}
.map-section{

    text-align:center;

    padding:80px 20px;
}

.map-section h2{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:38px;

    margin-bottom:15px;
}

.map-section p{

    max-width:700px;

    margin:20px auto 30px;

    color:#4A3B2A;

    line-height:1.8;
}
.map-container{

    max-width:1200px;

    margin:30px auto;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.donation-details-section{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;

    max-width:1400px;

    margin:80px auto;

    padding:0 20px;

    align-items:stretch;
}

.confirmation-list{

    list-style:none;

    margin-top:20px;

    text-align:left;

    padding:0;
}

.confirmation-list li{

    padding:10px 0;

    color:#4A3B2A;
}

.confirmation-list li::before{

    content:"🌺 ";

    color:#D4AF37;
}

@media(max-width:900px){

    .donation-details-section{

        grid-template-columns:1fr;
    }

}
.pooja-points{

    list-style:none;

    padding:0;

    margin-top:15px;
}

.pooja-points li{

    margin-bottom:12px;

    color:#4A3B2A;

    font-size:16px;
}

.pooja-points li::before{

    content:"🌺 ";

    margin-right:6px;
}

/* ================= GALLERY PAGE ================= */

.gallery-hero{

    padding:180px 20px 80px;

    text-align:center;

    background:#FFF8E7;
}

.gallery-hero h1{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    font-size:52px;

    margin-bottom:15px;
}

.gallery-hero p{

    max-width:800px;

    margin:25px auto;

    color:#4A3B2A;

    font-size:18px;

    line-height:1.8;
}

.gallery-section{

    padding:80px 8%;

    text-align:center;
}

.gallery-section h2{

    font-family:'Cinzel', serif;

    color:#7A1F1F;

    margin-bottom:15px;
}

.section-description{

    max-width:900px;

    margin:20px auto 50px;

    color:#4A3B2A;

    line-height:1.8;
}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;
}

.gallery-item{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    transition:0.3s;
}

.gallery-item:hover{

    transform:translateY(-8px);
}

.gallery-item img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:0.4s ease;
}
.gallery-item{

    overflow:hidden;
}

.gallery-item img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:0.5s ease;
}

.gallery-item:hover img{

    transform:scale(1.08);
}

.gallery-item h4{

    color:#7A1F1F;

    margin:20px 0 10px;
}

.gallery-item p{

    padding:0 20px 25px;

    color:#4A3B2A;

    line-height:1.8;
}

@media(max-width:768px){

    .gallery-grid{

        grid-template-columns:1fr;
    }

}
.video-card{

    max-width:900px;

    margin:90px auto 100px;

    background:white;

    padding:25px;

    border-radius:100px;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.video-card video{

    width:100%;

    max-height:450px;

    object-fit:cover;

    border-radius:15px;
}

.video-card h4{

    color:#7A1F1F;

    margin-top:20px;
}

.video-card p{

    color:#4A3B2A;

    line-height:1.8;

    margin-top:10px;
}
/* SARASWATI SECTION */

.featured-gallery-item{

    max-width:1000px;

    margin:40px auto;

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.featured-gallery-item img{

    width:100%;

    max-height:500px;

    object-fit:contain;

    background:#FFF8E7;
}

.featured-content{

    padding:25px;
}

.featured-content h4{

    color:#7A1F1F;

    margin-bottom:15px;
}

.featured-content p{

    color:#4A3B2A;

    line-height:1.8;
}
/* SARASWATI SECTION */

.featured-gallery-item{

    max-width:1000px;

    margin:40px auto;

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.featured-gallery-item img{

    width:100%;

    max-height:500px;

    object-fit:contain;

    background:#FFF8E7;
}

.featured-content{

    padding:25px;
}

.featured-content h4{

    color:#7A1F1F;

    margin-bottom:15px;
}

.featured-content p{

    color:#4A3B2A;

    line-height:1.8;
}
/* SHYAMALA NAVARATRI */

.festival-highlight{

    max-width:900px;

    margin:30px auto 50px;

    padding:25px;

    background:white;

    border-left:5px solid #D4AF37;

    border-radius:15px;

    box-shadow:0 5px 15px rgba(0,0,0,0.08);

    font-style:italic;

    color:#7A1F1F;

    text-align:center;
}
/* AMMAVARU WATERMARK */

body{
    position:relative;
}

body::before{

    content:"";

    position:fixed;

    top:58%;

    left:50%;

    width:700px;

    height:700px;

    transform:translate(-50%,-50%);

    background:url('images/logo.png') no-repeat center;

    background-size:contain;

    opacity:0.05;

    pointer-events:none;

    z-index:0;

    mix-blend-mode:multiply;
}
nav{

    position:fixed;

    top:0;

    width:100%;

    z-index:1000;

    transition:transform 0.35s ease;
}
/* ===================================================
   MOBILE OPTIMIZATION FOR siddhidhatrishyamaladevi.org
=================================================== */


html,
body{

    width:100%;

    overflow-x:hidden;
}

img,
video{

    max-width:100%;

    height:auto;
}

/* Tablet & Mobile */

@media(max-width:900px){

    /* NAVBAR */

    .main-nav{

        flex-direction:column;

        padding:15px;
    }

    .main-nav ul{

        display:flex;

        flex-wrap:wrap;

        justify-content:center;

        gap:15px;

        margin-top:15px;
    }

    .main-nav a{

        font-size:14px;
    }

    /* TIMELINE */

    .timeline{

        grid-template-columns:1fr;
    }

    .timeline-item{

        padding:20px;
    }

    /* DONATION */

    .info-grid{

        grid-template-columns:1fr;
    }

    .donation-details-section{

        grid-template-columns:1fr;
    }

    .bank-layout{

        flex-direction:column;

        align-items:center;

        text-align:center;
    }

    .bank-details{

        width:100%;
    }

    .qr-side{

        min-width:auto;
    }

    /* CONTACT */

    .contact-info-section{

        grid-template-columns:1fr;
    }

    /* GALLERY */

    .gallery-grid{

        grid-template-columns:1fr;
    }

    /* FESTIVALS */

    .festival-grid{

        grid-template-columns:1fr;
    }

    /* BENEFITS */

    .benefits-grid{

        grid-template-columns:1fr;
    }

    /* SPECIAL POOJA */

    .special-pooja-timings{

        grid-template-columns:1fr;
    }
}

/* Small Mobile Devices */

@media(max-width:768px){

    /* HERO */

    .hero{

        padding:120px 20px 60px;

        min-height:100vh;
    }

    .hero h1{

        font-size:34px;

        line-height:1.3;
    }

    .hero h2{

        font-size:20px;
    }

    .description{

        font-size:16px;

        line-height:1.7;
    }

    .mantra{

        font-size:18px;
    }

    /* BUTTONS */

    .buttons{

        flex-direction:column;

        align-items:center;
    }

    .btn{

        width:100%;

        max-width:280px;
    }

    /* PAGE HEADINGS */

    .gallery-hero h1,
    .contact-hero h1,
    .donation-hero h1,
    .pooja-page h1{

        font-size:36px;
    }

    /* CARDS */

    .contact-card,
    .info-card,
    .timing-card,
    .pooja-card,
    .festival-card,
    .benefit-card{

        padding:25px 20px;
    }

    /* TIMING CARD */

    .timing-card{

        width:100%;
    }

    /* GALLERY IMAGES */

    .gallery-item img{

        height:260px;
    }

    /* SARASWATI IMAGE */

    .featured-gallery-item img{

        max-height:300px;
    }

    /* VIDEO */

    .video-card{

        border-radius:20px;

        margin:40px auto;
    }

    .video-card video{

        max-height:250px;
    }

    /* MAP */

    .map-container iframe{

        height:300px;
    }

    /* WATERMARK */

    body::before{

        width:320px;

        height:320px;

        top:60%;

        opacity:0.04;
    }

    /* WHATSAPP FLOATING BUTTON */

    .floating-whatsapp{

        width:55px;

        height:55px;

        right:15px;

        bottom:15px;
    }

    .floating-whatsapp img{

        width:30px;

        height:30px;
    }

    /* TOUCH TARGETS */

    a,
    button{

        min-height:44px;
    }
}

/* Very Small Phones */

@media(max-width:480px){

    .hero h1{

        font-size:28px;
    }

    .hero h2{

        font-size:18px;
    }

    .description{

        font-size:15px;
    }

    .main-nav{

        padding:10px;
    }

    .main-nav ul{

        gap:10px;
    }

    .main-nav a{

        font-size:13px;
    }

    .mantra-bar{

        font-size:14px;

        padding:10px;
    }

    body::before{

        width:260px;

        height:260px;
    }
}
/* ==========================================
   FINAL MOBILE FIXES FOR TEMPLE WEBSITE

========================================== */

nav{

    transition:transform 0.35s ease;
}

/* MOBILE & TABLET */

@media(max-width:900px){

    /* NAVBAR */

    .main-nav{

        flex-direction:column;

        padding:15px;
    }

    .main-nav ul{

        display:flex !important;

        flex-wrap:wrap;

        justify-content:center;

        gap:12px;

        margin-top:12px;
    }

    .main-nav a{

        font-size:14px;
    }

    /* PAGE SPACING BELOW FIXED NAVBAR */

    .about-section,
    .pooja-page,
    .gallery-hero,
    .contact-hero,
    .donation-hero{

        padding-top:260px !important;
    }

    /* TIMELINE */

    .timeline{

        grid-template-columns:1fr;
    }

    /* DISCOVERY GALLERY */

    .discovery-grid{

        grid-template-columns:1fr;
    }

    /* GALLERY */

    .gallery-grid{

        grid-template-columns:1fr;
    }

    /* CONTACT */

    .contact-info-section{

        grid-template-columns:1fr;
    }

    /* DONATION */

    .info-grid{

        grid-template-columns:1fr;
    }

    .donation-details-section{

        grid-template-columns:1fr;
    }

    /* FESTIVALS */

    .festival-grid{

        grid-template-columns:1fr;
    }

    /* BENEFITS */

    .benefits-grid{

        grid-template-columns:1fr;
    }

    /* FRIDAY POOJA */

    .special-pooja-timings{

        grid-template-columns:1fr;
    }

    /* QR SECTION */

    .bank-layout{

        flex-direction:column;

        align-items:center;

        text-align:center;
    }

    .bank-details{

        width:100%;
    }

    .qr-side{

        min-width:auto;
    }
}

/* SMALL PHONES */

@media(max-width:768px){

    .hero{

        min-height:100vh;

        padding:140px 20px 80px;
    }

    .hero h1{

        font-size:34px;
    }

    .hero h2{

        font-size:20px;
    }

    .description{

        font-size:16px;

        line-height:1.7;
    }

    .mantra{

        font-size:18px;
    }

    /* BUTTONS */

    .buttons{

        flex-direction:column;

        align-items:center;
    }

    .btn{

        width:100%;

        max-width:280px;
    }

    /* PAGE HEADINGS */

    .gallery-hero h1,
    .contact-hero h1,
    .donation-hero h1,
    .pooja-page h1{

        font-size:36px;
    }

    /* CARDS */

    .contact-card,
    .info-card,
    .timing-card,
    .pooja-card,
    .festival-card,
    .benefit-card{

        padding:25px 20px;
    }

    .timing-card{

        width:100%;
    }

    /* GALLERY */

    .gallery-item img{

        height:260px;
    }

    .featured-gallery-item img{

        max-height:300px;
    }

    /* VIDEO */

    .video-card{

        border-radius:20px;

        margin:40px auto;
    }

    .video-card video{

        max-height:250px;
    }

    /* MAP */

    .map-container iframe{

        height:300px;
    }

    /* WATERMARK */

    body::before{

        width:320px;

        height:320px;

        top:60%;

        opacity:0.04;
    }

    /* FLOATING WHATSAPP */

    .floating-whatsapp{

        width:55px;

        height:55px;

        right:15px;

        bottom:15px;
    }

    .floating-whatsapp img{

        width:30px;

        height:30px;
    }
}

/* VERY SMALL DEVICES */

@media(max-width:480px){

    .hero h1{

        font-size:28px;
    }

    .hero h2{

        font-size:18px;
    }

    .description{

        font-size:15px;
    }

    .main-nav a{

        font-size:13px;
    }

    .mantra-bar{

        font-size:14px;

        padding:10px;
    }

    body::before{

        width:250px;

        height:250px;
    }
}