/* /Components/FooterComponent.razor.rz.scp.css */
.app-footer[b-vcka11g854] {
    background: linear-gradient(90deg, #ff9933, #cc6600);
    color: #fff;
    /*padding: 15px 20px;*/
    text-align: center;
    font-size: 0.9rem;
    margin-top: auto; /* ensures footer stays at bottom */
    box-shadow: 0 -2px 6px rgba(0,0,0,0.15);
}

.footer-content p[b-vcka11g854] {
    margin: 4px 0;
}

.footer-links[b-vcka11g854] {
    margin: 6px 0;
}

.footer-links a[b-vcka11g854] {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 0 5px;
}

.footer-links a:hover[b-vcka11g854] {
    text-decoration: underline;
}

.divider[b-vcka11g854] {
    opacity: 0.8;
}

.footer-subtext[b-vcka11g854] {
    font-size: 0.75rem;
    opacity: 0.9;
    letter-spacing: 0.5px;
}
/* /Components/GodComponent.razor.rz.scp.css */
/* Container for the entire mantra section */
.mantra-container[b-sekmg59y0u] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: #FFF3E0; /* light warm background */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: 'Noto Sans Devanagari', sans-serif; /* better for Marathi text */
}

/* God image styling */
.god-image[b-sekmg59y0u] {
    width: 250px;
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}

/* God name styling */
.mantra-container h4[b-sekmg59y0u] {
    font-size: 2rem;
    font-weight: bold;
    color: #B71C1C; /* deep red for prominence */
    margin-bottom: 1.5rem;
    text-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.3);
}

/* Marathi text container */
.marathi-text h5[b-sekmg59y0u],
.transliteration-text h5[b-sekmg59y0u] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4E342E; /* dark brown for headings */
    margin-bottom: 0.5rem;
    text-align: left;
}

.marathi-text p[b-sekmg59y0u],
.transliteration-text p[b-sekmg59y0u] {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #3E2723; /* slightly darker brown for text */
    margin: 0.25rem 0;
    text-align: left;
}

/* Add spacing between sections */
.marathi-text[b-sekmg59y0u],
.transliteration-text[b-sekmg59y0u] {
    margin-top: 1.5rem;
}

/* Responsive tweaks */
@media (max-width: 640px) {
    .mantra-container[b-sekmg59y0u] {
        padding: 1rem;
    }

    .god-image[b-sekmg59y0u] {
        width: 180px;
    }

    .mantra-container h4[b-sekmg59y0u] {
        font-size: 1.5rem;
    }

    .marathi-text p[b-sekmg59y0u],
    .transliteration-text p[b-sekmg59y0u] {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-8s0rabjbrg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8s0rabjbrg] {
    flex: 1;
    background-color: #faf7f2;
    background-image: radial-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px);
    background-size: 3px 3px;
}

.sidebar[b-8s0rabjbrg] {
    background-image: linear-gradient(180deg, #ff9933 0%, #cc6600 70%);
}

.top-row[b-8s0rabjbrg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-8s0rabjbrg]  a,
.top-row[b-8s0rabjbrg]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-8s0rabjbrg]  a:hover,
.top-row[b-8s0rabjbrg]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-8s0rabjbrg]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

#blazor-error-ui[b-8s0rabjbrg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8s0rabjbrg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-8s0rabjbrg] {
        justify-content: space-between;
    }

    .top-row[b-8s0rabjbrg]  a,
    .top-row[b-8s0rabjbrg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8s0rabjbrg] {
        flex-direction: row;
    }

    .sidebar[b-8s0rabjbrg] {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8s0rabjbrg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8s0rabjbrg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8s0rabjbrg], article[b-8s0rabjbrg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-127unhr1we] {
    background-color: rgba(255, 255, 255, 0.1);
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: gold;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);

}

.top-row[b-127unhr1we] {
    min-height: 3.5rem;
    background-color: #FFB84D;
}

.navbar-brand[b-127unhr1we] {
    font-size: 1.5rem;
    color: #B71C1C;
    font-weight: bold; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.bi[b-127unhr1we] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-127unhr1we] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-127unhr1we] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-127unhr1we] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-127unhr1we] {
    font-size: 0.9rem;
    padding-top: 0.25rem; /* reduce top padding */
    padding-bottom: 0.25rem; /* reduce bottom padding */
}

.nav-item:first-of-type[b-127unhr1we] {
    padding-top: 0.5rem; /* reduce first item top padding */
}

.nav-item:last-of-type[b-127unhr1we] {
    padding-bottom: 0.5rem; /* reduce last item bottom padding */
}

.nav-item[b-127unhr1we]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.5rem; /* reduce height from 3rem */
    line-height: 2.5rem; /* match new height */
}

.nav-item[b-127unhr1we]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-127unhr1we]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-127unhr1we] {
        display: none;
    }

    .collapse[b-127unhr1we] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-127unhr1we] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/NestedMenuComponent.razor.rz.scp.css */
/* Root menu wrapper */
.menu-root[b-2zkehzqnja] {
    padding-left: 0.5rem;
}

/* Individual item */
.menu-item[b-2zkehzqnja] {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    font-size: 0.9rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

    .menu-item:first-of-type[b-2zkehzqnja] {
        padding-top: 0.5rem;
    }

    .menu-item:last-of-type[b-2zkehzqnja] {
        padding-bottom: 0.5rem;
    }

/* Header (main clickable class) */
.menu-header[b-2zkehzqnja] {
    color: #d7d7d7;
    background: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 0.5rem;
    cursor: pointer;
}

    .menu-header:hover[b-2zkehzqnja] {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

/* Expanded section arrow */
.expander[b-2zkehzqnja] {
    margin-left: auto;
    font-size: 0.8rem;
    opacity: 0.9;
}

/* Active route highlight */
.menu-header.active[b-2zkehzqnja] {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

/* Submenu expand/collapse container */
.submenu[b-2zkehzqnja] {
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    padding-left: 1rem;
}

    /* Closed state */
    .submenu.closed[b-2zkehzqnja] {
        max-height: 0;
    }

    /* Open state */
    .submenu.open[b-2zkehzqnja] {
        max-height: 500px; /* generous buffer */
    }
/* /Pages/GodPage.razor.rz.scp.css */
/* Page container */
:root[b-sjmdux0mfy] {
    --primary-color: #B71C1C; /* deep red */
    --bg-color: #FFF3E0; /* soft warm background */
    --text-color: #3E2723; /* dark brown for text */
}

h3[b-sjmdux0mfy] {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/* Loading text styling */
p[b-sjmdux0mfy] {
    font-size: 1.25rem;
    color: var(--text-color);
    text-align: center;
    margin-top: 2rem;
}

/* GodComponent wrapper */
GodComponent[b-sjmdux0mfy] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
}

/* Optional: make it responsive */
@media (max-width: 640px) {
    h3[b-sjmdux0mfy] {
        font-size: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    p[b-sjmdux0mfy] {
        font-size: 1.1rem;
    }

    GodComponent[b-sjmdux0mfy] {
        padding: 1rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.landing-page[b-dxnn6to9xk] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #FFF3E0, #FFE0B2); /* soft warm background */
    padding: 2rem;
    text-align: center;
}

.landing-content[b-dxnn6to9xk] {
    max-width: 800px;
}

.landing-title[b-dxnn6to9xk] {
    font-size: 3rem;
    font-weight: bold;
    color: #B71C1C; /* deep red for auspicious feel */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 2rem;
}

.landing-image[b-dxnn6to9xk] {
    width: 300px;
    max-width: 80%;
    height: auto;
    margin-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.landing-shloka[b-dxnn6to9xk] {
    font-size: 1.5rem;
    color: #4E342E; /* dark brown for readability */
    line-height: 2rem;
}
