﻿/*Base Theme*/
body {
    margin: 0;
    font-family: 'Noto Sans Devanagari', sans-serif;
    background: linear-gradient(135deg, #7b0000, #ff3c00);
    color: #fff;
    overflow-x: hidden;
}

/*Top Strip*/
.top-strip {
    background: linear-gradient(to right, #ffcc00, #ff6600);
    color: #7b0000;
    font-weight: 700;
    padding: 8px;
    font-size: 15px;
}

/*Navbar*/
.temple-navbar {
    background: #8B0000;
    border-bottom: 4px solid gold;
}

.temple-brand {
    color: gold !important;
    font-weight: 800;
    font-size: 22px;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    margin-left: 15px;
    transition: 0.3s ease;
}

    .nav-link:hover {
        color: gold !important;
        transform: scale(1.1);
    }

/*Hero Section*/

.hero-section {
    height: 90vh;
    background: url('/images/hero/hanuman-bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .hero-section h1 {
        font-size: 4rem;
        font-weight: 800;
        text-shadow: 4px 4px 10px black;
    }

/*Golden Button*/

.btn-temple {
    background: linear-gradient(45deg, gold, orange);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    color: #7b0000;
    transition: 0.3s ease-in-out;
}

    .btn-temple:hover {
        transform: scale(1.1);
        box-shadow: 0 0 20px gold;
    }

/*Temple Cards (Complex Section)*/
.temple-card {
    background: #8B0000;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(255,215,0,0.5);
    transition: 0.4s;
}

    .temple-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 0 30px gold;
    }

/*Section Styling*/
.section-dark {
    background: #5c0000;
    padding: 60px 0;
}

.section-light {
    background: #990000;
    padding: 60px 0;
}

/*Footer*/
.temple-footer {
    background: #4a0000;
    padding: 40px 0;
    border-top: 4px solid gold;
}

    .temple-footer h5 {
        color: gold;
        font-weight: 700;
    }

.footer-links a {
    color: #ffcc00;
    text-decoration: none;
    margin: 0 5px;
}

    .footer-links a:hover {
        color: #fff;
    }

.branding {
    font-size: 14px;
    color: #ccc;
}

/*WhatsApp Floating Button*/

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    transition: 0.3s;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
    }


/* New Premium Theme */
body {
    font-family: 'Mukta', sans-serif;
    background: #8b0000;
    color: #fff;
}

/* HERO */
.hero-section {
    background: linear-gradient(to right,#7a0000,#b22222);
    padding: 80px 0;
    position: relative;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/images/texture.png');
    opacity: .1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-img {
    width: 90%;
    border-radius: 20px;
    box-shadow: 0 0 40px gold;
}

.welcome-text {
    color: gold;
    font-weight: bold;
}

.jai-text {
    color: #ffd700;
    font-size: 32px;
}

.btn-donate {
    background: gold;
    color: #800000;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
}

    .btn-donate:hover {
        background: orange;
    }

/* INFO CARDS */
.info-section {
    padding: 60px 0;
    background: #a00000;
}

.info-card {
    background: linear-gradient(#b22222,#7a0000);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px gold;
}

/* SECTION TITLE */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

    .section-title h2 {
        display: inline-block;
        margin: 0 20px;
    }

.line {
    display: inline-block;
    width: 100px;
    height: 3px;
    background: gold;
}

/* MANDIR CARDS */
.mandir-card {
    background: #b22222;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 15px gold;
    transition: .3s;
}

    .mandir-card:hover {
        transform: scale(1.05);
    }

    .mandir-card img {
        width: 100%;
        border-radius: 15px;
    }

/* JAL */
.jal-section {
    padding: 60px 0;
    background: #7a0000;
}

.jal-img {
    width: 100%;
    border-radius: 20px;
}

/* GALLERY */
.gallery-section {
    padding: 60px 0;
    background: #8b0000;
}

.gallery-img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px gold;
}

/* WHATSAPP */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    box-shadow: 2px 2px 10px #000;
}



.hero {
    position: relative;
    height: 700px;
    background: url('images/temple-bg.png') center/cover no-repeat;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: #fff;
    overflow: hidden;
}

    /* Golden Overlay */
    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(120, 30, 0, 0.8), rgba(0,0,0,0.3) );
    }

.hero-hanuman {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90%;
    object-fit: contain;
}


.hero-section {
    height: 95vh;
    background: url('/images/temple-bg.jpg') center center / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(120, 0, 0, 0.85), rgba(0, 0, 0, 0.4) );
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-img {
    width: 90%;
    max-height: 600px;
    object-fit: contain;
}