

:root {
    --sh-maroon: #5e1a1a;
    --sh-maroon-deep: #3d0f10;
    --sh-vermilion: #c1440e;
    --sh-gold: #c9a04d;
    --sh-gold-light: #e8c97a;
    --sh-cream: #fbf3e3;
    --sh-ash: #ece3d2;
    --sh-ink: #2c1810;
    --sh-shadow: 0 10px 28px rgba(61, 15, 16, 0.16);
}
body {
    background-color: var(--sh-cream);
    background-image: radial-gradient(circle at 0% 0%, rgba(201,160,77,0.10), transparent 40%),
    radial-gradient(circle at 100% 0%, rgba(193,68,14,0.08), transparent 40%);
    font-family: 'Mukta', 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: var(--sh-ink);
}
h1, h2, h3, h4, h5, .temple-display {
    font-family: 'Yatra One', 'Tiro Devanagari Hindi', cursive;
    letter-spacing: 0.3px;
}
a{text-decoration: none;}
.btn:focus-visible{box-shadow: none;background-color: #e7e6e6;}
.om-divider {
    text-align: center;
    color: var(--sh-gold);
    font-size: 1.1rem;
    opacity: 0.8;
    margin: 0.2rem 0 0.6rem;
}
/* NAVBAR STICKY + HAMBURGER */
.navbar-sticky {
    background: linear-gradient(180deg, #fffdf8, #fbf3e3);
    box-shadow: 0 2px 14px rgba(61,15,16,0.10);
    padding: 0.55rem 0;
    border-bottom: 2px solid var(--sh-gold-light);
}
.navbar-sticky .navbar-brand {
    font-weight: 700;
    color: var(--sh-maroon-deep);
    font-family: 'Yatra One', cursive;
}
.navbar-sticky .nav-link {
    font-weight: 600;
    color: var(--sh-maroon-deep);
    border-radius: 30px;
    padding: 0.5rem 1.1rem;
    transition: 0.2s;
}
.navbar-sticky .nav-link:hover,
.navbar-sticky .nav-link.active {
    background: linear-gradient(135deg, var(--sh-vermilion), var(--sh-maroon));
    color: #fff !important;
}
.navbar-toggler {
    border-color: var(--sh-gold);
    color: var(--sh-maroon);
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(201,160,77,0.3);
}
/* banner overlay */
.banner-section {
    position: relative;
    background: #1a0c0c;
    min-height: 400px;
    display: flex;
    align-items: center;
    background-image: url('../images/jalpesh_temple.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(61,15,16,0.55), rgba(20,8,8,0.78)),
    radial-gradient(circle at 50% 0%, rgba(201,160,77,0.18), transparent 55%);
    z-index: 1;
}
.banner-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}
.banner-content {
    position: relative;
    z-index: 2;
    padding: 2.2rem 0;
}
.banner-heading {
    text-align: center;
    color: var(--sh-gold-light);
    margin-bottom: 1.4rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.banner-heading .om-glyph {
    display: inline-block;
    font-size: 2.4rem;
    color: var(--sh-gold);
    margin-bottom: 0.3rem;
    text-shadow: 0 0 18px rgba(201,160,77,0.55);
}
.banner-heading h2 {
    font-size: 1.7rem;
    margin-bottom: 0.2rem;
}
.banner-heading p {
    font-family: 'Mukta', sans-serif;
    color: var(--sh-ash);
    opacity: 0.85;
    font-size: 0.95rem;
}
.banner-content .card {
    background: rgba(255, 250, 240, 0.95);
    backdrop-filter: blur(2px);
    border: 1px solid var(--sh-gold-light);
    border-radius: 18px;
    box-shadow: var(--sh-shadow);
    transition: 0.25s;
    height: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.banner-content .card::after {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sh-vermilion), var(--sh-gold), var(--sh-vermilion));
}
.banner-content .card:hover {
    transform: translateY(-6px);
    background: #fffaf0;
    box-shadow: 0 16px 34px rgba(61,15,16,0.25);
}
.banner-content .card .card-icon {
    font-size: 2.5rem;
    color: var(--sh-vermilion);
}
.banner-content .card .price-tag {
    font-weight: 700;
    color: #1e6b3e;
    font-family: 'Mukta', sans-serif;
}
.btn-jp {
    background: linear-gradient(135deg, var(--sh-vermilion), var(--sh-maroon));
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 40px;
    transition: 0.2s;
    box-shadow: 0 4px 12px rgba(94,26,26,0.3);
}
.btn-jp:hover {
    background: linear-gradient(135deg, #a83a0c, var(--sh-maroon-deep));
    color: #fff;
    box-shadow: 0 6px 16px rgba(94,26,26,0.4);
}
.btn-jp:disabled {
   opacity: 0.7;
}
.section-wrap {
    background: #fffdf8;
    border-radius: 22px;
    padding: 1.8rem 1.8rem;
    box-shadow: var(--sh-shadow);
    margin-bottom: 2rem;
    display: none;
    border: 1px solid #ecdcb8;
}
.section-wrap.active {
    display: block;
}
.section-wrap h4 {
    color: var(--sh-maroon);
    border-bottom: 3px solid var(--sh-gold);
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
}
.form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--sh-maroon-deep);
}
.form-control:focus, .form-select:focus {
    border-color: var(--sh-gold);
    box-shadow: 0 0 0 0.2rem rgba(201,160,77,0.25);
}
.slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px,1fr));
    gap: 0.6rem;
    margin-top: 0.5rem;
}
.slot-item {
    border: 1px solid #d8c4a0;
    border-radius: 30px;
    padding: 0.4rem 0.6rem;
    text-align: center;
    font-size: 0.85rem;
    background: #fff;
    cursor: pointer;
    transition: 0.1s;
}
.slot-item.full {
    background: #f5d3d0;
    color: #a33;
    border-color: #e0a8a3;
    cursor: not-allowed;
}
.slot-item.sel {
    background: linear-gradient(135deg, var(--sh-vermilion), var(--sh-maroon));
    color: #fff;
    border-color: var(--sh-maroon);
}
.slot-item small {
    display: block;
    opacity: 0.75;
    font-size: 0.7rem;
}
.photo-preview {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px dashed var(--sh-vermilion);
    display: none;
    margin-top: 0.5rem;
}
.ticket-box {
    background: #f8efdb;
    border-radius: 16px;
    padding: 1rem 1.2rem;
    border-left: 5px solid var(--sh-gold);
    font-size: 0.9rem;
}
.ticket-box .row-line {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #d4c5b0;
    padding: 0.3rem 0;
}
.confirmation-popup {
    background: #fffdf8;
    border-radius: 24px;
    padding: 2rem;
    max-width: 520px;
    margin: 1rem auto;
    box-shadow: 0 20px 50px rgba(61,15,16,0.3);
    display: none;
    border-top: 6px solid var(--sh-gold);
}
.confirmation-popup.show {
    display: block;
}
.trishul-icon {
    color: var(--sh-gold-light);
    margin-bottom: 0.3rem;
    filter: drop-shadow(0 0 8px rgba(232,201,122,0.55));
}
.visit-card {
    background: #fffdf8;
    border-radius: 18px;
    box-shadow: var(--sh-shadow);
    padding: 1.4rem;
    height: 100%;
    border-top: 4px solid var(--sh-gold);
}
.visit-card h6 {
    color: var(--sh-maroon);
    font-weight: 700;
    margin-bottom: 0.8rem;
}
.visit-card .map-frame {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--sh-gold-light);
    height: 220px;
}
.visit-card .map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-line {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.7rem;
    font-size: 0.92rem;
}
.contact-line i {
    color: var(--sh-vermilion);
    font-size: 1.05rem;
    margin-top: 0.15rem;
}
.footer-jp {
    background: linear-gradient(180deg, var(--sh-maroon-deep), #240808);
    color: var(--sh-gold-light);
    padding: 1.6rem 0;
    margin-top: 0;
    border-top: 3px solid var(--sh-gold);
}
.footer-jp .om-glyph {
    font-size: 1.5rem;
    color: var(--sh-gold);
    opacity: 0.9;
}
.bg-soft-warning {
    background: #fff3e0;
    border-left: 4px solid var(--sh-gold);
    padding: 0.8rem 1rem;
    border-radius: 12px;
}
.donation-amt-badge {
    background: #e8f0e8;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-weight: 600;
    color: #1e6b3e;
}
.notice-card {
    background: #fffdf8;
    border-radius: 16px;
    padding: 1.1rem;
    box-shadow: var(--sh-shadow);
    border-left: 4px solid var(--sh-vermilion);
}
.notice-card h5 {
    color: var(--sh-maroon);
}
.history-img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid var(--sh-gold-light);
}
/* Notice ticker container */
#noticeTicker {
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #fcf8f0;
    border-radius: 12px;
    padding: 0.5rem 0.5rem 0;
    border: 1px solid #ecdcb8;
}
#noticeList {
    display: flex;
    flex-direction: column;
    animation: scrollUp 18s linear infinite;
}
.notice-item {
    padding: 0.6rem 0.8rem;
    border-bottom: 1px dashed #d8c4a0;
    flex-shrink: 0;
    background: #fffdf8;
    border-radius: 6px;
    margin-bottom: 0.3rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.02);
}
.notice-item small {
    display: block;
    color: var(--sh-maroon);
    font-weight: 600;
}
@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
/* pause on hover */
#noticeTicker:hover #noticeList {
    animation-play-state: paused;
}
@media (max-width: 768px) {
    .banner-section { min-height: 320px; }
    .banner-content .card { margin-bottom: 0.8rem; }
    #noticeTicker { height: 240px; }
}



/* ========= nav menu ========== */
.navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: linear-gradient(180deg, #fffdf8, #fbf3e3);
    box-shadow: 0 2px 14px rgba(61,15,16,0.10);
    padding: 0.55rem 0;
    border-bottom: 2px solid var(--sh-gold-light);
    overflow: visible !important;
}
.navbar-sticky .container {
    position: relative;
    overflow: visible !important;
}
.navbar-collapse {
    overflow: visible !important;
}
.navbar-nav {
    overflow: visible !important;
}
.nav-item.dropdown {
    position: relative;
    overflow: visible !important;
}

/* Dropdown Menu Styling */
.navbar-nav .dropdown-menu {
    border-radius: 12px;
    border: 1px solid var(--sh-gold-light);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    min-width: 180px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background: #ffffff;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 100%;
    left: auto;
    display: none;
}
.navbar-nav .dropdown-menu.show {
    display: block;
}
.dropdown-item {
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    transition: 0.15s;
    font-weight: 500;
    color: #333;
}
.dropdown-item:hover {
    background: #f5efe6;
    color: var(--sh-maroon-deep);
}
.dropdown-item i {
    width: 20px;
    text-align: center;
}
.dropdown-divider {
    margin: 0.3rem 0;
    border-top: 1px solid #e8ddd0;
}
.navbar-sticky .dropdown-toggle::after {
    margin-left: 0.4rem;
    vertical-align: middle;
}
.navbar-sticky .dropdown-toggle {
    padding: 0.5rem 0.8rem;
    border-radius: 30px;
    transition: 0.2s;
    cursor: pointer;
}
.navbar-sticky .dropdown-toggle:hover {
    /*background: rgba(94, 26, 26, 0.08);*/
    background: linear-gradient(135deg, var(--sh-vermilion), var(--sh-maroon));
    color: #fff !important;
}
.navbar-sticky .dropdown-toggle.show {
    background: linear-gradient(135deg, var(--sh-vermilion), var(--sh-maroon));
    color: #fff !important;
}
.navbar-sticky .dropdown-toggle.show::after {
    color: #fff;
}
.navbar-sticky .dropdown-toggle.show i {
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .navbar-nav .dropdown-menu {
        min-width: 160px;
        right: 0;
        left: auto;
    }
    .navbar-nav.ms-auto {
        margin-top: 0.5rem;
    }
    .navbar-nav.ms-auto .nav-item {
        width: 100%;
    }
    .navbar-nav.ms-auto .dropdown-menu {
        position: static !important;
        width: 100%;
        box-shadow: none;
        border: 1px solid #e8ddd0;
        margin-top: 0.2rem;
    }
    .navbar-nav.ms-auto .dropdown-menu.show {
        display: block;
    }
    .navbar-nav.ms-auto .nav-link.dropdown-toggle {
        width: 100%;
        justify-content: center;
    }
}



#google_translate_element { position: absolute;right:10px;top:5px }
.goog-te-gadget { font-family: Arial !important; font-size: 14px !important; }
.goog-te-gadget select { padding: 8px 12px; border-radius: 5px; border: 1px solid #ddd; background: #fff; }
/* .skiptranslate:not(.goog-te-gadget) { display: none !important; }
 body { top: 0px !important; } */

.footer-jp{background:linear-gradient(180deg,var(--sh-maroon-deep),#240808);color:var(--sh-gold-light);padding:2.5rem 0 1.2rem;margin-top:0;border-top:3px solid var(--sh-gold)}
.footer-jp h6{color:var(--sh-gold);font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:700;border-bottom:1px solid rgba(212,175,55,.35);padding-bottom:8px;display:inline-block}
.footer-links li{margin-bottom:10px}
.footer-links a{color:#f8e7b0;text-decoration:none;font-size:.95rem;transition:.3s ease}
.footer-links a i{color:var(--sh-gold);font-size:12px;margin-right:6px}
.footer-links a:hover{color:var(--sh-gold);padding-left:5px}
.footer-map{border:2px solid rgba(212,175,55,.5);border-radius:12px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.4)}
.footer-bottom{border-top:1px solid rgba(212,175,55,.25);margin-top:25px;padding-top:15px;color:#f8e7b0}
.footer-jp .om-glyph{color:var(--sh-gold);font-size:28px}
.footer-contact{display:flex;flex-direction:column;gap:10px;padding:5px 0}
.footer-contact .contact-item{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:#e0d6cc;line-height:1.6}
.footer-contact .contact-item i{color:#d4af37;font-size:1rem;margin-top:3px;min-width:18px;flex-shrink:0}
.footer-contact .contact-item a{color:#d4af37;text-decoration:none;transition:color .3s ease}
.footer-contact .contact-item a:hover{color:#f5d76e;text-decoration:underline}
.footer-contact .contact-item span{word-break:break-word}
@media (max-width:768px){
.footer-contact .contact-item{font-size:.85rem;justify-content:center}
.footer-contact .contact-item i{min-width:16px}
}
@media (max-width:576px){
.footer-contact .contact-item{font-size:.8rem}
}