.header--design-12 .header-12-nav-icons-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1024px) {
    .header--design-12 .header-12-content {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0 !important;
        padding: 10px 14px !important;
        max-width: 100% !important;
    }
    .header--design-12 .header-12-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        flex-shrink: 0 !important;
        order: 1 !important;
    }
    .header--design-12 .header-12-logo .logo-img {
        max-height: 48px !important;
        width: auto !important;
        object-fit: contain !important;
    }
    .header--design-12 .header-12-nav-icons-row {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
        flex: 0 0 auto !important;
        order: 2 !important;
        margin-left: auto !important;
        gap: 0 !important;
    }
    .header--design-12 .header-12-nav {
        display: none !important;
    }
    .header-icons-right {
        margin-left: 8px !important;
        margin-right: 0 !important;
        gap: 10px !important;
        display: flex !important;
    }
    .header-icon-btn {
        width: 40px !important;
        height: 40px !important;
    }
    .header-icon-svg svg {
        width: 24px !important;
        height: 24px !important;
    }
}
/* Header right icons */
.header-icons-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 18px;
}
.header-icon-btn {
    width: 32px;
    height: 32px;
    background: var(--maroon);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0 2px;
    box-shadow: 0 2px 8px rgba(128,0,0,0.08);
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.18s, background 0.18s;
    padding: 0;
    z-index: 10;
}
.header-icon-btn:focus, .header-icon-btn:hover {
    background: #FFD700;
}
.header-icon-btn:focus .header-icon-svg, .header-icon-btn:hover .header-icon-svg {
    filter: brightness(1.2);
}
.header-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}
.header-icon-svg svg {
    width: 22px;
    height: 22px;
    display: block;
}
.header-icon-svg .call-icon svg path,
.header-icon-svg .lang-icon svg path {
    stroke: #FFD700;
    fill: #FFD700;
}
/* Redesigned Book Appointment Section */
.redesigned-cta-section {
    background: linear-gradient(120deg, #fffbe6 0%, #fff9e0 60%, #f7e9c7 100%);
    border-radius: 32px;
    box-shadow: 0 8px 36px 0 rgba(212,175,55,0.13);
    padding: 56px 0 44px 0;
    margin-bottom: 54px;
    position: relative;
    overflow: hidden;
}
.redesigned-cta-container {
    position: relative;
    z-index: 1;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}
.cta-guidance-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.cta-guidance-icon {
    width: 64px;
    height: 64px;
    background: #fffbe6;
    border-radius: 50%;
    box-shadow: 0 2px 12px #fffbe6, 0 1px 0 #fff, 0 0 8px #fff7c2;
}
.redesigned-cta-title {
    font-family: 'Marcellus', serif;
    font-size: 2.2rem;
    color: var(--maroon);
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
    text-shadow: 0 2px 12px #fffbe6, 0 1px 0 #fff, 0 0 8px #fff7c2;
}
.cta-guidance-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #FFD700 0%, #fffbe6 100%);
    border-radius: 2px;
    margin: 0 auto 22px auto;
}
.redesigned-cta-text {
    font-family: 'Marcellus', serif;
    font-size: 1.15rem;
    color: #bfa100;
    opacity: 0.92;
    font-weight: 500;
    margin-bottom: 32px;
    letter-spacing: 0.1px;
}
.redesigned-cta-btns {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}
.redesigned-cta-btn {
    background: linear-gradient(90deg, #FFD700 0%, #FFFACD 100%);
    color: var(--maroon);
    border: none;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.13rem;
    padding: 16px 40px;
    box-shadow: 0 2px 12px rgba(212,175,55,0.13);
    margin-bottom: 8px;
    text-decoration: none !important;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    cursor: pointer;
}
.redesigned-cta-btn.secondary {
    background: #fffbe6;
    color: var(--maroon);
    border: 2px solid #FFD700;
}
.redesigned-cta-btn:hover, .redesigned-cta-btn:focus {
    background: #FFD700;
    color: #fff;
    border-color: #FFD700;
    box-shadow: 0 6px 18px rgba(212,175,55,0.18);
}
@media (max-width: 600px) {
    .redesigned-cta-container {
        max-width: 98vw;
        padding: 0 8px;
    }
    .redesigned-cta-title {
        font-size: 1.35rem;
    }
    .cta-guidance-icon {
        width: 44px;
        height: 44px;
    }
    .redesigned-cta-btn {
        font-size: 1rem;
        padding: 13px 18px;
        min-width: 120px;
    }
    .cta-guidance-divider {
        width: 44px;
        height: 3px;
        margin-bottom: 16px;
    }
    .redesigned-cta-text {
        font-size: 1rem;
        margin-bottom: 22px;
    }
}
html, body, .main-content, .main-content * {
    font-family: 'Marcellus', serif !important;
    font-size: 1.08rem;
    color: var(--text-dark);
    font-weight: 500;
    letter-spacing: 0.01em;
}
.main-content {
    font-family: 'Marcellus', serif;
    font-size: 1.08rem;
    color: var(--text-dark);
    font-weight: 500;
    letter-spacing: 0.01em;
    background: none;
}

.vs-marquee {
    --vs-marquee-gap: clamp(2rem, 6vw, 4rem);
    --vs-marquee-speed: 42;
    --vs-marquee-distance: 50%;
    --vs-marquee-duration: 20s;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.4;
}

.vs-marquee__track {
    display: inline-flex;
    align-items: center;
    gap: var(--vs-marquee-gap);
    width: max-content;
    min-width: 100%;
    white-space: nowrap;
    will-change: transform;
    animation: vsMarqueeScrollLeft var(--vs-marquee-duration) linear infinite;
}

.vs-marquee--right .vs-marquee__track {
    animation-name: vsMarqueeScrollRight;
}

.vs-marquee__content {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    white-space: nowrap;
}

.vs-marquee__content.is-clone {
    user-select: none;
}

.vs-marquee a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.vs-marquee:hover .vs-marquee__track,
.vs-marquee:focus-within .vs-marquee__track {
    animation-play-state: paused;
}

@keyframes vsMarqueeScrollLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(calc(-1 * var(--vs-marquee-distance)), 0, 0);
    }
}

@keyframes vsMarqueeScrollRight {
    from {
        transform: translate3d(calc(-1 * var(--vs-marquee-distance)), 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vs-marquee__track {
        animation: none;
        transform: none;
    }
}
/* Home Top 4 Cards Icon Style */
.home-top-card-icon {
    width: 162px;
    height: 162px;
    max-width: 100%;
    max-height: 162px;
    margin-bottom: 18px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px #fffbe6);
    border-radius: 18px;
    background: #fffbe6;
    box-shadow: 0 2px 8px rgba(212,175,55,0.08);
}
@media (max-width: 600px) {
    .home-top-card-icon {
        width: 114px;
        height: 114px;
        max-height: 114px;
        margin-bottom: 12px;
    }
}
/* Devotional Section Header Styles */
/* Modern Devotional Section Header */
.devotional-section-header {
    text-align: center;
    margin: 0 auto 32px auto;
    max-width: 1000px;
    width: 95vw;
    @media (max-width: 600px) {
        .devotional-section-header {
            max-width: 98vw;
            width: 98vw;
        }
    }
    padding: 0;
}
.devotional-section-title {
    font-family: 'Marcellus', serif;
    font-size: 2.1rem;
    color: var(--maroon);
    font-weight: 900;
    margin-bottom: 14px;
    letter-spacing: 0.7px;
    text-shadow: 0 2px 12px #fffbe6, 0 1px 0 #fff, 0 0 8px #fff7c2;
}
.devotional-section-subtext {
    font-family: 'Marcellus', serif;
    font-size: 1.13rem;
    color: #bfa100;
    opacity: 0.82;
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: 0.1px;
}
.devotional-section-divider {
    width: 90px;
    height: 4px;
    margin: 0 auto 0 auto;
    background: linear-gradient(90deg, #FFD700 0%, #FFFACD 100%);
    border-radius: 2px;
    opacity: 0.8;
    box-shadow: 0 2px 8px #fffbe6;
}
@media (max-width: 600px) {
    .devotional-section-header {
        max-width: 98vw;
        padding-top: 0;
        margin-bottom: 28px;
        padding-bottom: 14px;
    }
    .devotional-section-title {
        font-size: 1.25rem;
    }
    .devotional-section-subtext {
        font-size: 0.99rem;
        margin-bottom: 14px;
    }
    .devotional-section-divider {
        width: 48px;
        height: 2px;
    }
}

/* Modern Devotional Cards Section */
.devotional-cards-section {
    background: linear-gradient(120deg, #fffbe6 0%, #f9f6e7 60%, #f7e9c7 100%);
    border-radius: 32px;
    box-shadow: 0 8px 36px 0 rgba(212,175,55,0.10);
    padding: 48px 0 36px 0;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}
.devotional-cards-section::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 340px;
    background: radial-gradient(ellipse at center, #ffe9a7 0%, #fffbe6 60%, transparent 100%);
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
}
.devotional-cards-container {
    position: relative;
    z-index: 1;
}
.devotional-card {
    background: rgba(255,255,255,0.92);
    border-radius: 22px;
    box-shadow: 0 4px 24px 0 rgba(212,175,55,0.10), 0 1.5px 8px 0 #fffbe6;
    border: 2px solid rgba(212,175,55,0.13);
    padding: 38px 24px 28px 24px;
    margin-bottom: 18px;
    transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s, background 0.22s;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(2.5px);
}
.devotional-card:hover {
    box-shadow: 0 12px 36px 0 rgba(212,175,55,0.18), 0 2px 16px 0 #fffbe6;
    border-color: #FFD700;
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-6px) scale(1.025);
}
.devotional-icon {
    margin-bottom: 22px;
    background: linear-gradient(120deg, #fffbe6 60%, #ffe9a7 100%);
    border-radius: 14px;
    box-shadow: 0 4px 18px 0 rgba(212,175,55,0.10);
    padding: 8px;
    border: 1.5px solid #ffe9a7;
    object-fit: contain;
    display: block;
    width: 54px;
    height: 54px;
}
.devotional-card-title {
    font-family: 'Marcellus', serif;
    font-size: 1.28rem;
    color: var(--maroon);
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.7px;
    text-shadow: 0 2px 12px #fffbe6, 0 1px 0 #fff, 0 0 8px #fff7c2;
}
.devotional-card-text {
    font-size: 1.05rem;
    color: #7a5c1b;
    text-align: center;
    opacity: 0.92;
    font-family: 'Marcellus', serif;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .devotional-cards-section {
        padding: 28px 0 18px 0;
    }
    .devotional-card {
        padding: 24px 12px 18px 12px;
    }
    .devotional-icon {
        width: 38px;
        height: 38px;
    }
}
@media (max-width: 600px) {
    .devotional-section-header {
        max-width: 98vw;
        padding-top: 0;
        margin-bottom: 18px;
        padding-bottom: 8px;
    }
    .devotional-section-title {
        font-size: 1.13rem;
    }
    .devotional-section-subtext {
        font-size: 0.93rem;
        margin-bottom: 10px;
    }
    .devotional-section-divider {
        width: 38px;
        height: 2px;
    }
    .devotional-cards-section {
        padding: 12px 0 8px 0;
        border-radius: 18px;
    }
    .devotional-card {
        padding: 14px 6px 10px 6px;
        border-radius: 12px;
    }
    .devotional-icon {
        width: 28px;
        height: 28px;
        margin-bottom: 10px;
    }
    .devotional-card-title {
        font-size: 1.01rem;
    }
    .devotional-card-text {
        font-size: 0.93rem;
    }
}

/* Modern Book Appointment Section */
.cta-guidance-section {
    background: linear-gradient(120deg, #fffbe6 0%, #f9f6e7 60%, #f7e9c7 100%);
    border-radius: 32px;
    box-shadow: 0 8px 36px 0 rgba(212,175,55,0.10);
    padding: 48px 0 36px 0;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}
.cta-guidance-section::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 340px;
    background: radial-gradient(ellipse at center, #ffe9a7 0%, #fffbe6 60%, transparent 100%);
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
}
.cta-guidance-container {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.cta-guidance-title {
    font-family: 'Marcellus', serif;
    font-size: 2rem;
    color: var(--maroon);
    font-weight: 900;
    margin-bottom: 14px;
    letter-spacing: 0.7px;
    text-shadow: 0 2px 12px #fffbe6, 0 1px 0 #fff, 0 0 8px #fff7c2;
}
.cta-guidance-text {
    font-family: 'Marcellus', serif;
    font-size: 1.13rem;
    color: #bfa100;
    opacity: 0.82;
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: 0.1px;
}
.cta-guidance-btns {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.cta-guidance-btn {
    background: linear-gradient(90deg, #FFD700 0%, #FFFACD 100%);
    color: var(--maroon);
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 14px 36px;
    box-shadow: 0 2px 8px rgba(212,175,55,0.10);
    margin-bottom: 8px;
    text-decoration: none !important;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    cursor: pointer;
}
.cta-guidance-btn.secondary {
    background: #fffbe6;
    color: var(--maroon);
    border: 2px solid #FFD700;
}
.cta-guidance-btn:hover, .cta-guidance-btn:focus {
    background: #FFD700;
    color: #fff;
    border-color: #FFD700;
    box-shadow: 0 6px 18px rgba(212,175,55,0.18);
}
@media (max-width: 600px) {
    .cta-guidance-section {
        padding: 18px 0 10px 0;
        border-radius: 18px;
    }
    .cta-guidance-title {
        font-size: 1.13rem;
    }
    .cta-guidance-text {
        font-size: 0.93rem;
        margin-bottom: 10px;
    }
    .cta-guidance-btns {
        flex-direction: column;
        gap: 10px;
    }
    .cta-guidance-btn {
        font-size: 1rem;
        padding: 10px 18px;
        min-width: 100px;
    }
}
/* Home Top 4 Cards Section */
/* Modern Home Top 4 Cards Section */
.home-top-cards-section {
    width: 100%;
    margin: 0 auto 48px auto;
    padding: 48px 0 36px 0;
    background: linear-gradient(120deg, #fffbe6 0%, #f9f6e7 60%, #f7e9c7 100%);
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}
.home-top-cards-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 340px;
    background: radial-gradient(ellipse at center, #ffe9a7 0%, #fffbe6 60%, transparent 100%);
    opacity: 0.45;
    z-index: 0;
    pointer-events: none;
}
.home-top-cards-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 44px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.home-top-card-link {
    text-decoration: none;
    flex: 1 1 220px;
    max-width: 320px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 28px;
    transition: box-shadow 0.22s, transform 0.22s;
    position: relative;
    z-index: 1;
}
.home-top-card-link:focus .home-top-card,
.home-top-card-link:hover .home-top-card {
    box-shadow: 0 12px 36px 0 rgba(212,175,55,0.18), 0 2px 16px 0 #fffbe6;
    transform: translateY(-10px) scale(1.035);
    border-color: #FFD700;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(6px);
}
.home-top-card {
    background: rgba(255,255,255,0.82);
    border-radius: 28px;
    box-shadow: 0 6px 32px 0 rgba(212,175,55,0.10), 0 1.5px 8px 0 #fffbe6;
    border: 2.5px solid rgba(212,175,55,0.13);
    padding: 38px 18px 28px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 260px;
    width: 100%;
    transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s, background 0.22s;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(2.5px);
}
.home-top-card-icon {
    /* size set elsewhere */
    margin-bottom: 22px;
    background: linear-gradient(120deg, #fffbe6 60%, #ffe9a7 100%);
    border-radius: 18px;
    box-shadow: 0 4px 18px 0 rgba(212,175,55,0.10);
    padding: 12px;
    border: 1.5px solid #ffe9a7;
    object-fit: contain;
    display: block;
}
.home-top-card-title {
    font-family: 'Marcellus', serif;
    font-size: 1.38rem;
    color: var(--maroon);
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.7px;
    text-shadow: 0 2px 12px #fffbe6, 0 1px 0 #fff, 0 0 8px #fff7c2;
}
.home-top-card-desc {
    font-size: 1.09rem;
    color: #7a5c1b;
    text-align: center;
    opacity: 0.92;
    font-family: 'Marcellus', serif;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .home-top-cards-container {
        gap: 24px;
    }
    .home-top-card-link {
        max-width: 48%;
        min-width: 140px;
    }
}
@media (max-width: 600px) {
    .home-top-cards-section {
        padding: 24px 0 18px 0;
    }
    .home-top-cards-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        padding: 0 6px;
    }
    .home-top-card-link {
        max-width: 100%;
        min-width: 0;
    }
    .home-top-card {
        min-height: 120px;
        padding: 18px 10px 14px 10px;
    }
    .home-top-card-title {
        font-size: 1.08rem;
    }
    .home-top-card-desc {
        font-size: 0.97rem;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=UnifrakturCook:wght@700&display=swap');

.card-img-bg {
    position: relative;
    background-image: var(--card-img);
    background-size: cover;
    background-position: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(139,21,56,0.06);
    border-radius: 14px;
    overflow: hidden;
}

.card-img-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 244, 214, 0.45) 0%, rgba(255, 255, 255, 0.25) 100%);
    z-index: 1;
}

.card-title-center {
    position: relative;
    z-index: 2;
    font-family: 'UnifrakturCook', 'Marcellus', serif;
    font-size: 2.1rem;
    color: #FFD700;
    text-shadow: 0 2px 12px #bfa100, 0 1px 0 #fff, 0 0 8px #fff7c2;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    letter-spacing: 1px;
    font-weight: 700;
    filter: brightness(1.15) drop-shadow(0 0 6px #fffbe6);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}
/* Universal color variables */
:root {
    --cream-bg: #FFFDEB;
    --button-bg: #FFFACD;
    --button-hover: #FFD700;
    --button-border: #FFD700;
    --button-border-hover: #d4af37;
    --maroon: #8B1538;
    --text-dark: #333;
    --success-bg: #e5ffe5;
    --success-text: #1a8917;
    --info-bg: #e5f0ff;
    --info-text: #0056b3;
    --muted-bg: #eee;
    --muted-text: #888;
    --header-gradient-start: #FFD700;
    --header-gradient-end: #FFFACD;
    --gold-shadow: rgba(212,175,55,0.08);
}
/* Main content background color same as homepage */
.main-content {
    background-color: var(--cream-bg);
}
.body-homepage {
    background-color: var(--cream-bg) !important; /* Light yellow cream */
}
/* Uniform Soft Yellow Button Style for All Buttons and Button-like Links */
/* Use universal button colors */
.btn-soft-yellow, .sample-btn.btn-soft-yellow, .services-online-btn, .cta-guidance-btn, .cta-guidance-btn.secondary, .card-btn, a.btn-soft-yellow, a.sample-btn.btn-soft-yellow, a.services-online-btn, a.cta-guidance-btn, a.cta-guidance-btn.secondary, a.card-btn {
    background: var(--button-bg);
    color: var(--maroon) !important;
    border: 2px solid var(--button-border);
    padding: 14px 36px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    box-shadow: 0 2px 8px rgba(212,175,55,0.10);
    outline: none;
    margin-bottom: 8px;
    text-decoration: none !important;
    display: inline-block;
    min-width: 160px;
    text-align: center;
}
/* Use universal button hover colors */
.btn-soft-yellow:hover, .btn-soft-yellow:focus, .sample-btn.btn-soft-yellow:hover, .sample-btn.btn-soft-yellow:focus, .services-online-btn:hover, .services-online-btn:focus, .cta-guidance-btn:hover, .cta-guidance-btn:focus, .cta-guidance-btn.secondary:hover, .cta-guidance-btn.secondary:focus, .card-btn:hover, .card-btn:focus, a.btn-soft-yellow:hover, a.btn-soft-yellow:focus, a.sample-btn.btn-soft-yellow:hover, a.sample-btn.btn-soft-yellow:focus, a.services-online-btn:hover, a.services-online-btn:focus, a.cta-guidance-btn:hover, a.cta-guidance-btn:focus, a.cta-guidance-btn.secondary:hover, a.cta-guidance-btn.secondary:focus, a.card-btn:hover, a.card-btn:focus {
    background: var(--button-hover);
    color: #fff !important;
    border-color: var(--button-border-hover);
    text-decoration: none !important;
}
/* Soft Yellow Button Style */
/* Use universal button colors for soft yellow */
.btn-soft-yellow, .sample-btn.btn-soft-yellow {
    background: var(--button-bg);
    color: var(--maroon);
    border: 2px solid var(--button-border);
    padding: 14px 36px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    box-shadow: 0 2px 8px rgba(212,175,55,0.10);
    outline: none;
    margin-bottom: 8px;
}
/* Use universal button hover colors for soft yellow */
.btn-soft-yellow:hover, .btn-soft-yellow:focus, .sample-btn.btn-soft-yellow:hover, .sample-btn.btn-soft-yellow:focus {
    background: var(--button-hover);
    color: #fff;
}
/* Global Button Style: White with Gold Border */
button, input[type="submit"], .btn-white-gold {
    background: #fff;
    color: var(--maroon);
    border: 2px solid var(--button-border);
    padding: 1px 5px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    box-shadow: 0 2px 8px rgba(212,175,55,0.10);
    outline: none;
    margin-bottom: 8px;
}

.qty-input {
    width: 50px;
    height: 28px;
    text-align: center;
    border: 1.5px solid #e0bebe;
    border-radius: 10px;
    padding: 2px 0;
    font-size: 1em;
    background: #fff;
    color: #800000;
    font-weight: 600;
    box-shadow: 0 1px 4px #e0bebe22;
}

button:hover, button:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
.btn-white-gold:hover, .btn-white-gold:focus {
    background: var(--button-bg);
    color: #b8960f;
    border-color: var(--button-border-hover);
}
@media (max-width: 700px) {
    .header--design-12 .header-12-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
    .header--design-12 .header-12-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        width: auto;
        min-width: 0;
        border-right: none;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-left: 0 !important;
    }
    .header--design-12 .header-12-nav-icons-row {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 0;
    }
}
.header--design-12 .header-12-nav {
    display: block;
}
@media (max-width: 700px) {
    .header--design-12 .header-12-nav {
        display: none !important;
    }
}
/* --- Language icon in header --- */
.lang-header-btn {
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    margin-left: 16px;
    color: var(--maroon);
    padding: 2px 6px;
    border-radius: 8px;
    transition: background 0.15s;
    align-self: center;
    outline: none;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 102;
}
.lang-header-btn:active,
.lang-header-btn:focus {
    background: #f8f8f8;
}
@media (max-width: 600px) {
    .lang-header-btn {
        right: 10px;
        top: 12px;
        font-size: 1.45rem;
    }
}
/* Sample top banner and language button within it */
.sample-label {
    background: linear-gradient(90deg, var(--header-gradient-start) 0%, var(--header-gradient-end) 100%);
    color: var(--maroon);
    padding: 12px 20px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--button-border-hover);
}
.sample-label a {
    color: var(--maroon);
    text-decoration: none;
    font-weight: bold;
}
.sample-label .lang-header-btn {
    position: static;
    background: var(--button-bg);
    color: var(--maroon);
    font-weight: 700;
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 13px;
    border: 1.5px solid var(--button-border-hover);
    box-shadow: 0 2px 8px var(--gold-shadow);
    margin-left: 18px;
}
/* --- Language Selection Popup Styles --- */
.lang-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 16, 40, 0.38);
    z-index: 10000;
    display: none;
}
.lang-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(139,21,56,0.18);
    z-index: 10001;
    min-width: 320px;
    max-width: 90vw;
    padding: 0;
    display: none;
}
.lang-popup-content {
    padding: 32px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lang-popup-title {
    font-size: 1.25rem;
    color: var(--maroon);
    font-weight: 800;
    margin-bottom: 22px;
    text-align: center;
}
.lang-popup-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    align-items: stretch;
}
.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.08rem;
    color: #333;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.15s;
}
.lang-option input[type="radio"] {
    accent-color: var(--maroon);
    width: 18px;
    height: 18px;
    margin: 0 6px 0 0;
}
.lang-popup-continue {
    margin-top: 18px;
    padding: 12px 0;
    background: linear-gradient(135deg, var(--saffron) 0%, #FF7E1D 100%);
    color: #6b0e2e;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.08rem;
    box-shadow: 0 4px 14px rgba(255,153,51,0.10);
    cursor: pointer;
    width: 100%;
    transition: background 0.15s, color 0.15s;
}
.lang-popup-continue:active {
    background: var(--maroon);
    color: #fff;
}
@media (max-width: 480px) {
    .lang-popup {
        min-width: 0;
        width: 96vw;
        max-width: 98vw;
    }
    .lang-popup-content {
        padding: 22px 8px 18px 8px;
    }
}
/* --- Mobile vertical stacking for Services Available Online section --- */
@media (max-width: 768px) {
    .services-online-cards {
        flex-direction: column !important;
        gap: 18px !important;
        align-items: stretch !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        overflow-x: visible !important;
    }
    .services-online-cards > .service-online-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}
/* --- Mobile vertical stacking for How to Use This Platform section --- */
@media (max-width: 768px) {
    .how-steps {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: stretch !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        overflow-x: visible !important;
    }
    .how-steps > .how-step-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}
/* --- Mobile vertical stacking for Panchang cards only --- */
@media (max-width: 768px) {
    .summary-cards {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: stretch !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }
    .summary-cards > .summary-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}
/* --- Mobile fixes for Home page sections --- */
@media (max-width: 768px) {
    .summary-cards {
        flex-direction: column;
        gap: 18px;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
    .summary-card {
        padding: 14px;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .card-btn { width: 100%; text-align: center; display: block; }
}

@media (max-width: 700px) {
    .services-online-cards {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding-left: 16px;
        padding-right: 8px;
        box-sizing: border-box;
        scroll-padding-left: 16px;
    }
    .service-online-card {
        min-width: 120px;
        max-width: 140px;
        flex: 0 0 120px;
        box-sizing: border-box;
    }
}

@media (max-width: 900px) {
    .how-steps {
        flex-direction: row;
        gap: 14px;
        overflow-x: auto;
        padding-left: 16px;
        padding-right: 8px;
        box-sizing: border-box;
        scroll-padding-left: 16px;
    }
    .how-step-card {
        min-width: 210px;
        max-width: 240px;
        flex: 0 0 210px;
        box-sizing: border-box;
    }
}
/* Who Is This Platform For Section */
.who-for-section {
    margin-bottom: 36px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(139,21,56,0.05);
    padding: 28px 12px 18px 12px;
}
.who-for-title {
    font-size: 1.25rem;
    color: var(--maroon);
    font-weight: 800;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
}
.who-for-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.who-for-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--light-bg);
    border-radius: 12px;
    padding: 14px 12px;
    box-shadow: 0 1px 4px rgba(139,21,56,0.03);
}
.who-for-icon {
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.who-for-content {
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.4;
}
.who-for-desc {
    font-size: 0.98rem;
    color: #666;
    font-weight: 400;
}
@media (max-width: 600px) {
    .who-for-section {
        padding: 18px 4px 12px 4px;
    }
    .who-for-list {
        gap: 10px;
    }
    .who-for-item {
        padding: 10px 7px;
    }
    .who-for-icon {
        font-size: 1.5rem;
    }
}
/* Call-to-Action: Need Personal Guidance Section */
.cta-guidance-section {
    margin-bottom: 36px;
    background: #f3f7fa;
    padding: 0 0 0 0;
}
.cta-guidance-container {
    max-width: 540px;
    margin: 0 auto;
    background: #eaf3f7;
    border-radius: 22px;
    box-shadow: 0 4px 18px rgba(139,21,56,0.06);
    padding: 28px 18px 22px 18px;
    text-align: center;
}
.cta-guidance-title {
    font-size: 1.25rem;
    color: var(--maroon);
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}
.cta-guidance-text {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.5;
}
.cta-guidance-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-guidance-btn {
    display: inline-block;
    padding: 12px 22px;
    background: linear-gradient(135deg, var(--saffron) 0%, #FF7E1D 100%);
    color: var(--dark-maroon);
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 6px 14px rgba(255,153,51,0.10);
    transition: transform 0.15s, box-shadow 0.15s;
    margin-bottom: 6px;
}
.cta-guidance-btn.secondary {
    background: var(--spiritual-bg);
    color: var(--maroon);
    border: 1.5px solid var(--saffron);
    box-shadow: 0 2px 8px rgba(255,153,51,0.07);
}
.cta-guidance-btn:hover, .cta-guidance-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255,153,51,0.13);
}
@media (max-width: 600px) {
    .cta-guidance-container {
        padding: 20px 8px 16px 8px;
    }
    .cta-guidance-btns {
        flex-direction: column;
        gap: 10px;
    }
    .cta-guidance-btn {
        width: 100%;
        text-align: center;
    }
}
/* Services Available Online Section */
.services-online-section {
    margin-bottom: 36px;
    background: var(--spiritual-bg);
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(139,21,56,0.07);
    padding: 28px 12px 18px 12px;
}
.services-online-title {
    font-size: 1.35rem;
    color: var(--maroon);
    font-weight: 800;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
}
.services-online-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 18px;
}
.service-online-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid rgba(139,21,56,0.10);
    box-shadow: 0 2px 10px rgba(139,21,56,0.06);
    min-width: 120px;
    max-width: 150px;
    flex: 1 1 120px;
    padding: 18px 10px 14px 10px;
    text-align: center;
    text-decoration: none;
    color: var(--maroon);
    font-weight: 700;
    font-size: 1rem;
    transition: box-shadow 0.15s, border-color 0.15s, background 0.15s;
}
.service-online-card:hover, .service-online-card:focus {
    border-color: var(--saffron);
    box-shadow: 0 6px 18px rgba(255,153,51,0.13);
    background: linear-gradient(135deg, rgba(255,153,51,0.04) 0%, rgba(139,21,56,0.04) 100%);
    color: var(--dark-maroon);
}
.service-online-icon {
    font-size: 2.1rem;
    margin-bottom: 8px;
    line-height: 1;
}
.service-online-label {
    font-size: 1rem;
    color: var(--maroon);
    font-weight: 700;
}
.services-online-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
.services-online-btn {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(135deg, var(--saffron) 0%, #FF7E1D 100%);
    color: var(--dark-maroon);
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 6px 14px rgba(255,153,51,0.12);
    transition: transform 0.15s, box-shadow 0.15s;
}
.services-online-btn:hover, .services-online-btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(255,153,51,0.16);
}
@media (max-width: 700px) {
    .services-online-cards {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
    }
    .service-online-card {
        min-width: 120px;
        max-width: 140px;
        flex: 0 0 120px;
    }
}
/* How to Use This Platform Section */
.how-to-use-section {
    margin-bottom: 36px;
    background: var(--spiritual-bg);
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(139,21,56,0.07);
    padding: 28px 12px 18px 12px;
}
.how-title {
    font-size: 1.35rem;
    color: var(--maroon);
    font-weight: 800;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
}
.how-steps {
    display: flex;
    flex-direction: row;
    gap: 18px;
    justify-content: center;
    align-items: stretch;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.how-step-card {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid rgba(139,21,56,0.10);
    box-shadow: 0 2px 10px rgba(139,21,56,0.06);
    min-width: 220px;
    max-width: 260px;
    flex: 0 0 220px;
    padding: 18px 14px 14px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
}
.how-step-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
    line-height: 1;
    background: linear-gradient(135deg, rgba(255,153,51,0.10) 0%, rgba(139,21,56,0.10) 100%);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(255,153,51,0.07);
}
.how-step-content h3 {
    font-size: 1.05rem;
    color: var(--maroon);
    font-weight: 700;
    margin-bottom: 7px;
}
.how-step-content p {
    font-size: 0.98rem;
    color: #555;
    margin: 0;
    line-height: 1.4;
}
@media (max-width: 900px) {
    .how-steps {
        flex-direction: row;
        gap: 14px;
        overflow-x: auto;
    }
    .how-step-card {
        min-width: 210px;
        max-width: 240px;
        flex: 0 0 210px;
    }
}
@media (min-width: 901px) {
    .how-steps {
        flex-wrap: wrap;
        justify-content: center;
    }
    .how-step-card {
        min-width: 220px;
        max-width: 260px;
        flex: 0 0 220px;
    }
}
/* Why Vishnusudarshana Dharmik Platform Section */
.why-vishnusudarshana-section {
    margin-bottom: 36px;
    background: var(--spiritual-bg);
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(139,21,56,0.07);
    padding: 28px 12px 18px 12px;
}
.why-title {
    font-size: 1.35rem;
    color: var(--maroon);
    font-weight: 800;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
}
.why-cards {
    display: flex;
    flex-direction: row;
    gap: 18px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.why-card {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid rgba(139,21,56,0.10);
    box-shadow: 0 2px 10px rgba(139,21,56,0.06);
    flex: 1 1 220px;
    min-width: 0;
    max-width: 100%;
    padding: 18px 14px 14px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
}
.why-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
    line-height: 1;
    background: linear-gradient(135deg, rgba(255,153,51,0.10) 0%, rgba(139,21,56,0.10) 100%);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(255,153,51,0.07);
}
.why-card-content h3 {
    font-size: 1.05rem;
    color: var(--maroon);
    font-weight: 700;
    margin-bottom: 7px;
}
.why-card-content p {
    font-size: 0.98rem;
    color: #555;
    margin: 0;
    line-height: 1.4;
}
@media (max-width: 900px) {
    .why-cards {
        flex-direction: column;
        gap: 14px;
    }
    .why-card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .header-content {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
        height: 68px !important;
        width: 100% !important;
    }
    .logo-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 68px !important;
        margin: 0 auto !important;
    }
    .logo-img {
        display: block !important;
        margin: 0 auto !important;
        max-height: 54px !important;
    }
}
/* Mobile-First Service Platform - Base Styles */

:root {
    --saffron: #FF9933;
    --maroon: #8B1538;
    --dark-maroon: #6B0E2E;
    --light-bg: #F8F8F8;
    --spiritual-bg: linear-gradient(135deg, #fffbe6 0%, #f9f3e9 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--cream-bg) !important;
    padding-bottom: 70px;
    font-size: 17px;
    letter-spacing: 0.01em;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-maroon) 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 100;
    color: #fff;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    gap: 10px;
}

.logo-img {
    display: block;
    max-height: 48px;
    height: auto;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}

.logo-text {
    font-size: 24px;
    font-weight: 800;
    color: var(--saffron);
    letter-spacing: 0.5px;
    display: none;
}

.city {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.desktop-nav {
    display: none;
}

.desktop-nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.desktop-nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: color 0.3s ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

.desktop-nav a:hover {
    color: var(--saffron);
    border-bottom-color: var(--saffron);
}

/* Mobile Bottom Navigation */
.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #FFD700 0%, #FFFACD 100%);
    border-top: 2px solid #d4af37;
    z-index: 99;
    display: flex;
    will-change: transform, opacity;
    transition: none !important;
}

.mobile-nav ul {
    display: flex;
    list-style: none;
    width: 100%;
    gap: 0;
}

.mobile-nav li {
    flex: 1;
}

.mobile-nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    text-decoration: none;
    color: #8B1538;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    color: #8B1538;
}


.mobile-nav .nav-link:hover,
.mobile-nav .nav-link:active {
    color: #fff;
    background: #8B1538;
}
.mobile-nav .nav-link:hover .nav-icon,
.mobile-nav .nav-link:active .nav-icon {
    color: #fff;
}

/* Main Content */
main {
    padding: 30px 20px;
    min-height: calc(100vh - 150px);
}

section {
    margin-bottom: 36px;
}

section h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #222;
}

section p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

/* Main Content */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    background-color: var(--cream-bg);
}

/* Panchang Section */
.panchang-section {
    margin-bottom: 30px;
}

.panchang-card {
    background: linear-gradient(135deg, rgba(139, 21, 56, 0.08) 0%, rgba(255, 153, 51, 0.08) 100%);
    border: 2px solid var(--maroon);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(139, 21, 56, 0.1);
}

.panchang-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--saffron);
    padding-bottom: 15px;
}

.panchang-header h3 {
    font-size: 24px;
    color: var(--maroon);
    margin-bottom: 5px;
    font-weight: 700;
}

.panchang-header .date {
    font-size: 14px;
    color: #666;
}

.panchang-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.panchang-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(139, 21, 56, 0.2);
}

.panchang-item .label {
    font-size: 12px;
    color: var(--maroon);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.panchang-item .value {
    font-size: 14px;
    color: var(--text-dark);
    margin-top: 5px;
    font-weight: 600;
}

/* Din Vishesh Section */
.din-vishesh-section {
    margin-bottom: 30px;
}

.din-vishesh-banner {
    background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-maroon) 100%);
    border-radius: 16px;
    padding: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(139, 21, 56, 0.2);
    gap: 15px;
}

.banner-content {
    flex: 1;
}

.din-vishesh-banner h3 {
    font-size: 18px;
    color: var(--saffron);
    font-weight: 700;
    margin-bottom: 8px;
}

.special-day {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

.banner-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 153, 51, 0.2);
    border-radius: 12px;
    flex-shrink: 0;
}

.banner-icon svg {
    width: 40px;
    height: 40px;
    color: var(--saffron);
}

/* Quick Actions Section */
.quick-actions-section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 22px;
    color: var(--maroon);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.action-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.action-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 14px;
    text-decoration: none;
    color: var(--text-dark);
    transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    will-change: transform, box-shadow, border-color, background;
}

.action-card:hover {
    border-color: var(--maroon);
    box-shadow: 0 8px 32px rgba(139, 21, 56, 0.13), 0 1.5px 8px rgba(255, 153, 51, 0.08);
    background: linear-gradient(135deg, rgba(255, 153, 51, 0.04) 0%, rgba(139, 21, 56, 0.04) 100%);
    transform: translateY(-6px) scale(1.025);
    transition: all 0.18s cubic-bezier(.4, 1.3, .6, 1);
}

.card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(139, 21, 56, 0.1) 0%, rgba(255, 153, 51, 0.1) 100%);
    border-radius: 12px;
    margin-bottom: 12px;
}

.card-icon svg {
    width: 32px;
    height: 32px;
    color: var(--maroon);
}

.action-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--maroon);
    margin-bottom: 6px;
}

.action-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Summary Cards (Home) */
.summary-cards {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 32px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.summary-card {
    /* Remove default background for image cards, keep for others */
    /* Only apply background for non-image cards */
    background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85));
}

.card-img-bg {
    position: relative;
    background: #fff;
    min-height: 260px;
    height: 260px;
    width: 100%;
    max-width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(139,21,56,0.06);
    border-radius: 24px;
    overflow: hidden;
    border: 1.5px solid rgba(139,21,56,0.13);
    flex: 1 1 0;
    transition: box-shadow 0.3s;
    margin: 0 auto;
    padding: 0;
}
.card-img-bg .card-title-center {
    position: relative;
    z-index: 2;
    font-family: 'UnifrakturCook', 'Marcellus', serif;
    font-size: 2.1rem;
    color: #FFD700;
    text-shadow: 0 2px 12px #bfa100, 0 1px 0 #fff, 0 0 8px #fff7c2;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    letter-spacing: 1px;
    font-weight: 700;
    filter: brightness(1.15) drop-shadow(0 0 6px #fffbe6);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    height: 100%;
}

.summary-card.panchang-bg {
    background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url('assets/images/religious-bg/panchang.png');
    background-size: cover;
    background-position: center;
}
.summary-card.dinvishesh-bg {
    background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url('assets/images/religious-bg/dinvishesh.png');
    background-size: cover;
    background-position: center;
}
.summary-card.muhurat-bg {
    background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url('assets/images/religious-bg/muhurat.png');
    background-size: cover;
    background-position: center;
}

.summary-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 244, 214, 0.7) 0%, rgba(255, 255, 255, 0.5) 100%);
    z-index: 0;
}

.summary-card > * {
    position: relative;
    z-index: 1;
}


.summary-card .card-header h3 {
    font-size: 20px;
    color: var(--maroon);
    margin: 0 0 8px 0;
    font-weight: 800;
}

.summary-card .card-body {
    margin-bottom: 12px;
}

.panchang-list, .muhurat-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
}

.panchang-list li strong, .muhurat-list li strong {
    color: var(--maroon);
}

.marathi-placeholder {
    color: #444;
    line-height: 1.6;
}

.card-footer {
    text-align: left;
}

.card-btn {
    display: inline-block;
    padding: 10px 14px;
    background: linear-gradient(135deg, var(--saffron) 0%, #FF7E1D 100%);
    color: #6b0e2e;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(255,153,51,0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

@media (hover: hover) and (pointer: fine) {
    .card-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(255,153,51,0.16);
    }
}

/* Ensure cards full-width on small screens */
@media (max-width: 480px) {
    .summary-cards {
        flex-direction: column;
        gap: 18px;
    }
    .summary-card {
        padding: 14px;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    .card-btn { width: 100%; text-align: center; display: block; }
}

/* Services Page */
.services-hero {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
}

.services-hero h2 {
    font-size: 32px;
    color: var(--maroon);
    font-weight: 800;
    margin-bottom: 10px;
}

.services-hero p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 16px;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 14px;
    text-decoration: none;
    color: var(--text-dark);
    transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    will-change: transform, box-shadow, border-color, background;
}

.service-card:hover {
    border-color: var(--saffron);
    box-shadow: 0 8px 20px rgba(255, 153, 51, 0.15);
    transform: translateY(-8px);
}

.service-icon {
    font-size: 48px;
    margin-bottom: 12px;
    line-height: 1;
}

.service-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--maroon);
    margin-bottom: 6px;
}

.service-card p {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Service Detail Page */
.detail-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
}

.detail-icon-large {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 15px;
}

.detail-title {
    font-size: 2.1rem;
    color: var(--maroon);
    font-weight: 800;
    margin: 0;
}

.detail-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
}

.detail-section h3 {
    font-size: 20px;
    color: var(--maroon);
    font-weight: 700;
    margin-bottom: 15px;
}

.detail-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Info Grid */
.detail-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.info-card {
    background: linear-gradient(135deg, rgba(139, 21, 56, 0.08) 0%, rgba(255, 153, 51, 0.08) 100%);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(139, 21, 56, 0.2);
}

.info-label {
    font-size: 12px;
    color: var(--maroon);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.info-value {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

/* Process Steps */
.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 15px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-maroon) 100%);
    color: var(--saffron);
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.step-text {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin: 0;
}

/* Proceed Button */
.proceed-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-maroon) 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(139, 21, 56, 0.2);
}

.proceed-btn:active,
.proceed-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(139, 21, 56, 0.3);
}

/* Form Section */
.form-section {
    margin-bottom: 30px;
    padding: 0;
}

.form-container {
    background: linear-gradient(135deg, rgba(139, 21, 56, 0.05) 0%, rgba(255, 153, 51, 0.05) 100%);
    padding: 24px;
    border-radius: 14px;
    border: 2px solid var(--maroon);
}

.form-container h3 {
    font-size: 22px;
    color: var(--maroon);
    font-weight: 700;
    margin-bottom: 5px;
}

.form-subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-size: 14px;
    color: var(--maroon);
    font-weight: 600;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--saffron);
    box-shadow: 0 0 0 3px rgba(255, 153, 51, 0.1);
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, var(--saffron) 0%, #FF7E1D 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 153, 51, 0.2);
}

.submit-btn:active,
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 153, 51, 0.3);
}

/* Track Service Page */
.track-hero {
    text-align: center;
    margin-bottom: 24px;
    padding: 20px 0 0 0;
}

.track-hero h2 {
    font-size: 28px;
    color: var(--maroon);
    font-weight: 800;
    margin-bottom: 8px;
}

.track-hero p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.track-form-section {
    margin-bottom: 24px;
    padding: 0 8px;
}

.track-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    padding: 20px 16px;
    max-width: 400px;
    margin: 0 auto;
}

.track-form label {
    font-size: 16px;
    color: var(--maroon);
    font-weight: 600;
    margin-bottom: 8px;
}

.track-form input[type="tel"] {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    border: 1.5px solid #d0d0d0;
    border-radius: 8px;
    background: #fafafa;
    color: #222;
    letter-spacing: 2px;
    margin-bottom: 8px;
    transition: border-color 0.3s;
}

.track-form input[type="tel"]:focus {
    outline: none;
    border-color: var(--saffron);
    box-shadow: 0 0 0 2px rgba(255, 153, 51, 0.1);
}

.track-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, var(--maroon) 0%, var(--dark-maroon) 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(139, 21, 56, 0.12);
}

.track-btn:active,
.track-btn:hover {
    background: var(--saffron);
    color: #fff;
}

.track-status-section {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.status-card {
    background: #fff;
    border-radius: 12px;
    border: 1.5px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px 24px;
    min-width: 260px;
    max-width: 350px;
}

.status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.status-label {
    font-size: 16px;
    color: var(--maroon);
    font-weight: 600;
}

.status-value {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.status-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: var(--saffron);
    letter-spacing: 1px;
}

.status-pending {
    background: var(--saffron);
}
.status-inprogress {
    background: #f7b731;
}
.status-completed {
    background: #4caf50;
}

@media (min-width: 480px) {
    .track-form {
        padding: 24px 32px;
    }
    .status-card {
        padding: 28px 40px;
    }
}

/* Footer Styles - match header colors */
.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background: linear-gradient(90deg, #FFD700 0%, #FFFACD 100%);
    color: #8B1538;
    text-align: center;
    padding: 10px 12px;
    font-size: 14px;
    border-top: 2px solid #d4af37;
    box-shadow: 0 -6px 16px rgba(107, 14, 46, 0.14);
    will-change: transform, opacity;
    transition: none !important;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.footer p {
    margin: 0;
    color: #8B1538;
}

.footer .footer-credit {
    margin-top: 4px;
    font-size: 0.97em;
}

.footer a {
    color: #8B1538;
    text-decoration: underline;
}

/* Responsive Design - Tablet */
@media (min-width: 1025px) {
    body {
        padding-bottom: 92px;
    }

    .header-top {
        margin-bottom: 15px;
    }

    .logo {
        font-size: 28px;
    }

    .desktop-nav {
        display: block;
    }

    .mobile-nav {
        display: none;
    }

    section h2 {
        font-size: 32px;
    }

    .services-grid,
    .reels-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .detail-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-steps {
        grid-template-columns: repeat(4, 1fr);
    }

    .form-container {
        max-width: 500px;
        margin: 0 auto;
    }

    .logo-img {
        max-height: 56px;
    }
    .logo-text {
        font-size: 28px;
    }
}

/* Responsive Design - Desktop */
@media (min-width: 1024px) {
    .logo {
        font-size: 32px;
    }

    section h2 {
        font-size: 36px;
    }

    .services-grid,
    .reels-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .detail-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-steps {
        grid-template-columns: repeat(4, 1fr);
    }

    .form-container {
        max-width: 600px;
        margin: 0 auto;
    }
}

/* Reels Page */
.reels-fullheight {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
}

/* Reels-related CSS removed */

/* General Spacing & Typography */
body {
    font-size: 17px;
    letter-spacing: 0.01em;
}

section {
    margin-bottom: 36px;
}

h1, h2, h3, h4 {
    font-family: inherit;
    font-weight: 800;
    letter-spacing: 0.02em;
}

h1, .detail-title {
    font-size: 2.1rem;
    margin-bottom: 12px;
}

/* Panchang Page Styles */
.panchang-page .panchang-title h1 {
    font-size: 1.8rem;
    color: var(--maroon);
    margin-bottom: 6px;
}
.panchang-page .subtitle {
    font-size: 0.98rem;
    color: #666;
    margin-bottom: 14px;
}

.panchang-details {
    background: rgba(255,255,255,0.98);
    border-radius: 12px;
    padding: 18px;
    border: 1px solid rgba(139,21,56,0.06);
    box-shadow: 0 8px 20px rgba(139,21,56,0.05);
}

.panchang-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 10px;
    border-bottom: 1px dashed rgba(139,21,56,0.04);
}

.panchang-row:last-child { border-bottom: none; }

.panchang-row .label {
    font-size: 18px;
    color: var(--maroon);
    font-weight: 700;
}

.panchang-row .value {
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.panchang-disclaimer {
    margin-top: 18px;
    background: transparent;
    padding: 12px 8px;
}

.panchang-disclaimer p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .panchang-row .label, .panchang-row .value {
        font-size: 16px;
    }
    .panchang-details { padding: 14px; }
}

/* Panchang list layout: mobile single column, desktop two-column */
.panchang-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px 14px;
}

.panchang-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.panchang-row .label {
    font-size: 18px;
    color: var(--dark-maroon);
    font-weight: 800;
}

.panchang-row .value {
    font-size: 18px;
    color: #111;
    font-weight: 700;
    text-align: right;
}

.panchang-title h1 {
    font-size: 1.9rem;
    margin-bottom: 6px;
}

.panchang-disclaimer {
    margin-top: 18px;
    padding-top: 12px;
}

.panchang-disclaimer .divider {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .panchang-list { grid-template-columns: 1fr 1fr; }
    .panchang-row { padding: 14px 16px; }
}

@media (max-width: 480px) {
    .panchang-row .label, .panchang-row .value { font-size: 16px; }
    .panchang-list { gap: 10px; }
}

/* Din Vishesh Content Styling */
.din-vishesh-content {
    max-width: 820px;
    margin: 12px auto 60px auto;
    padding: 12px;
}

.din-vishesh-content h1 {
    font-size: 1.6rem;
    color: var(--maroon);
    margin-bottom: 10px;
}

.din-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.din-meta .din-day, .din-meta .din-festival {
    font-size: 1rem;
    color: #333;
    font-weight: 700;
}

.din-article p {
    font-size: 1.03rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 14px;
}

@media (max-width: 480px) {
    .din-vishesh-content { padding: 10px 8px; }
    .din-vishesh-content h1 { font-size: 1.35rem; }
    .din-article p { font-size: 1rem; }
}

/* Muhurat Page Styles */
.muhurat-page {
    max-width: 820px;
    margin: 12px auto 60px auto;
    padding: 12px;
}

.muhurat-title h1 {
    font-size: 1.6rem;
    color: var(--maroon);
    margin-bottom: 8px;
}

.muhurat-list {
    background: rgba(255,255,255,0.98);
    border-radius: 12px;
    padding: 12px;
    border: 1px solid rgba(139,21,56,0.06);
    box-shadow: 0 8px 20px rgba(139,21,56,0.04);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.muhurat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
}

.muhurat-label {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.muhurat-status {
    display: flex;
    align-items: center;
    gap: 10px;
}

.indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.indicator-green { background: #4CAF50; }
.indicator-red { background: #E53935; }
.indicator-orange { background: #F57C00; }

.status-text {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.muhurat-note {
    margin-top: 14px;
    padding: 10px 6px;
}

.muhurat-note p {
    font-size: 14px;
    color: #555;
}

@media (max-width: 480px) {
    .muhurat-row { padding: 10px 6px; }
    .muhurat-label { font-size: 16px; }
    .status-text { font-size: 15px; }
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

p, .detail-description, .form-subtitle {
    font-size: 1rem;
    line-height: 1.7;
}

/* Card Hover Effects (Desktop) */
@media (hover: hover) and (pointer: fine) {
    .action-card:hover, .service-card:hover, .status-card:hover {
        border-color: var(--maroon);
        box-shadow: 0 8px 32px rgba(139,21,56,0.13), 0 1.5px 8px rgba(255,153,51,0.08);
        background: linear-gradient(135deg, rgba(255,153,51,0.04) 0%, rgba(139,21,56,0.04) 100%);
        transform: translateY(-6px) scale(1.025);
        transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    }
    .proceed-btn:hover, .submit-btn:hover, .track-btn:hover {
        background: var(--saffron);
        color: var(--maroon);
        box-shadow: 0 6px 18px rgba(255,153,51,0.18);
    }
}

/* Card Base Styles (for mobile and desktop) */
.action-card, .service-card, .status-card {
    transition: all 0.18s cubic-bezier(.4,1.3,.6,1);
    will-change: transform, box-shadow, border-color, background;
}

/* Mobile Usability Tweaks */
@media (max-width: 480px) {
    .main-content, .form-container, .track-form, .status-card {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .action-cards-grid, .services-grid {
        gap: 10px;
    }
    .action-card, .service-card {
        padding: 14px 6px;
    }
    .form-group label, .track-form label {
        font-size: 15px;
    }
    .form-group input, .form-group textarea, .track-form input {
        font-size: 15px;
        padding: 10px;
    }
    .proceed-btn, .submit-btn, .track-btn {
        font-size: 15px;
        padding: 12px;
    }
}

/* Calm, Spiritual Touches */
:root {
    --spiritual-bg: linear-gradient(135deg, #fffbe6 0%, #f9f3e9 100%);
}

/* Polished accessibility and UI refinements for content pages */
.panchang-page .panchang-details,
.din-vishesh-content,
.muhurat-list,
.summary-card {
    border: 1px solid rgba(107,14,46,0.08); /* soft maroon border */
    background: #fff; /* ensure contrast */
    padding: 18px;
    border-radius: 14px;
}

/* Increase line-height for Marathi / readable text */
.din-article p,
.panchang-disclaimer p,
.muhurat-note p,
.marathi-placeholder {
    line-height: 1.95;
    color: #222; /* darker for contrast */
}

/* Buttons: larger tappable area and subtle animation */
.card-btn,
.proceed-btn,
.submit-btn,
.track-btn {
    padding: 12px 18px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: transform 180ms cubic-bezier(.2,.9,.2,1), box-shadow 180ms ease, opacity 120ms ease;
}

.card-btn:active,
.proceed-btn:active,
.submit-btn:active,
.track-btn:active {
    transform: translateY(1px) scale(0.997);
    opacity: 0.98;
}

/* Soft hover lift and shadow on interactive cards */
@media (hover: hover) and (pointer: fine) {
    .summary-card:hover,
    .panchang-page .panchang-details:hover,
    .muhurat-list .muhurat-row:hover,
    .din-article p:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(107,14,46,0.08);
        transition: transform 220ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms ease;
    }
}

/* Utility classes for layout and styling */
.detail-section-center {
    text-align: center;
}

.btn-block {
    display: block !important;
    width: 100%;
    text-align: center;
}

.category-logo {
    width: 2.6rem;
    height: 2.6rem;
    object-fit: contain;
    border-radius: 50%;
      
       background: #fff;
}

.alert-box {
    border-radius: 8px;
    padding: 16px;
}

.alert-info {
    background-color: var(--button-bg);
    border: 1px solid var(--button-border);
    color: var(--maroon);
}

/* Ensure good contrast for labels/values */
.panchang-row .label,
.muhurat-label,
.din-meta .din-day,
.din-meta .din-festival {
    color: var(--dark-maroon);
}
.panchang-row .value,
.status-text {
    color: #111;
}

/* Reduce visual clutter on small screens and keep tappable targets */
@media (max-width: 480px) {
    .panchang-row, .muhurat-row {
        padding: 12px 8px;
    }
    .card-btn { padding: 12px; font-size: 15px; }
}

/* subtle entrance animation for main content */
.main-content {
    animation: contentFadeIn 360ms ease;
}

@keyframes contentFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* --- Header Design 12 (Side-by-Side with Divider) --- */
.header--design-12 {
    background: linear-gradient(90deg, var(--button-hover) 0%, var(--button-bg) 100%);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    color: #2c3e50;
}

.header--design-12 .header-12-content {
    max-width: 1360px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header--design-12 .header-12-nav-icons-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    min-width: 0;
    gap: 14px;
}

.header--design-12 .header-12-logo {
    flex-shrink: 0;
    order: 0;
    margin-right: 0;
}

.header--design-12 .header-12-logo .logo-img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

.header--design-12 .header-12-nav {
    flex: 1 1 auto;
    min-width: 0;
}

.header--design-12 .header-12-nav .nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(12px, 1.5vw, 22px);
    margin: 0;
    padding: 0;
}

.header--design-12 .header-12-nav .nav-menu li {
    flex: 0 0 auto;
}

.header--design-12 .header-12-nav .nav-menu a {
    display: inline-block;
    text-decoration: none;
    color: #2c3e50;
    font-weight: 700;
    position: relative;
    padding: 6px 0;
    line-height: 1.12;
    font-size: 1.01rem;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.header--design-12 .header-icons-right {
    margin-left: 8px;
    gap: 10px;
    flex-shrink: 0;
}

.header--design-12 .header-12-nav .nav-menu a::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d4af37;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
}

.header--design-12 .header-12-nav .nav-menu a:hover {
    color: #8B1538; /* maroon */
}

.header--design-12 .header-12-nav .nav-menu a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

/* Language button overrides inside design-12 */
.header--design-12 .lang-header-btn {
    background: var(--button-border-hover);
    color: #1a1a1a;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 700;
    position: static;
    right: auto;
    top: auto;
}

.header--design-12 .lang-header-btn:active,
.header--design-12 .lang-header-btn:focus {
    background: #b8960f;
    color: #fff;
}

/* Responsive adjustments for design-12 */
/* Removed conflicting max-width 1024px rule - now handled in combined mobile rule */

/* Spiritual Cards Wrapper */
.spiritual-cards-wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
}
.spiritual-cards-container {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.spiritual-card-group {
    flex: 1 1 0;
    max-width: 340px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
/* Spiritual Cards - Full Image Cards */
.spiritual-card {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(139,21,56,0.08);
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #fff;
    border: 1.5px solid rgba(139,21,56,0.13);
    padding: 0;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.spiritual-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(139,21,56,0.15);
}
.spiritual-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.spiritual-card-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.4), transparent);
    color: #FFD700;
    font-family: 'Marcellus', serif;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 16px 12px 12px 12px;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.spiritual-card-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #8B1538;
    text-align: center;
    margin: 0;
    font-family: 'Marcellus', serif;
    letter-spacing: 0.5px;
}

/* Responsive Design for Tablet and Mobile */
@media (max-width: 1024px) {
    .spiritual-cards-container {
        gap: 24px;
    }
    .spiritual-card-group {
        max-width: 280px;
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .spiritual-cards-container {
        flex-direction: column;
        gap: 24px;
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .spiritual-card-group {
        max-width: 100%;
        min-width: 100%;
    }
    .spiritual-card {
        aspect-ratio: 16/9;
    }
    .spiritual-card-title-overlay {
        font-size: 1.1rem;
        padding: 14px 10px 10px 10px;
    }
    .spiritual-card-label {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .spiritual-cards-container {
        gap: 16px;
        padding: 0 12px;
    }
    .spiritual-card {
        aspect-ratio: 16/9;
    }
    .spiritual-card-title-overlay {
        font-size: 1rem;
        padding: 12px 8px 8px 8px;
    }
    .spiritual-card-label {
        font-size: 0.95rem;
    }
}
.spiritual-card-link {
    display: block;
    text-decoration: none;
    border-radius: 24px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.spiritual-card-link:focus .spiritual-card,
.spiritual-card-link:hover .spiritual-card {
    box-shadow: 0 12px 28px rgba(139,21,56,0.15);
    transform: translateY(-8px) scale(1.03);
}
.spiritual-card-link:active .spiritual-card {
    transform: scale(0.98);
}
/* Devotional Cards Section - 7 Cards Grid */
.devotional-cards-section {
    width: 100%;
    margin: 0 auto 48px auto;
    padding: 36px 16px;
    background: var(--cream-bg);
    position: relative;
}

/* Chakra watermark background */
.devotional-cards-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" fill="none" stroke="%23FFD700" stroke-width="1"/><circle cx="50" cy="50" r="35" fill="none" stroke="%23FFD700" stroke-width="1"/><circle cx="50" cy="50" r="25" fill="none" stroke="%23FFD700" stroke-width="1"/><circle cx="50" cy="50" r="15" fill="none" stroke="%23FFD700" stroke-width="1.5"/><circle cx="50" cy="50" r="5" fill="%23FFD700"/><path d="M50 5 L50 20 M50 80 L50 95 M5 50 L20 50 M80 50 L95 50 M15 15 L25 25 M75 75 L85 85 M85 15 L75 25 M25 75 L15 85" stroke="%23FFD700" stroke-width="1.5"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
}

.devotional-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Center the 7th card in desktop view */
.devotional-card:nth-child(7) {
    grid-column: 2 / 3;
}

.devotional-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    border: 1.5px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 3px 12px rgba(212, 175, 55, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.3s ease;
    position: relative;
}

.devotional-card:hover {
    box-shadow: 0 6px 24px rgba(212, 175, 55, 0.18);
}

.devotional-icon {
    width: 48px;
    height: 48px;
    stroke: var(--maroon);
    margin-bottom: 16px;
}

.devotional-card-title {
    font-family: 'Marcellus', serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--maroon);
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.devotional-card-text {
    font-family: 'Marcellus', serif;
    font-size: 0.95rem;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.6;
    opacity: 0.9;
}

/* Tablet view - 2 columns */
@media (max-width: 900px) {
    .devotional-cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .devotional-card:nth-child(7) {
        grid-column: 1 / 3;
        max-width: 50%;
        margin: 0 auto;
    }
}

/* Mobile view - single column */
@media (max-width: 600px) {
    .devotional-cards-section {
        padding: 24px 12px;
    }
    
    .devotional-cards-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .devotional-card:nth-child(7) {
        grid-column: 1 / 2;
        max-width: none;
        width: 100%;
        margin: 0;
    }
    
    .devotional-card {
        padding: 24px 18px;
    }
    
    .devotional-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
    
    .devotional-card-title {
        font-size: 1.05rem;
        margin-bottom: 10px;
    }
    
    .devotional-card-text {
        font-size: 0.9rem;
    }
}

/* Final desktop header fit override */
@media (min-width: 1025px) {
    .header--design-12 .header-12-content {
        max-width: 1440px !important;
        padding: 10px 16px !important;
        gap: 14px !important;
    }

    .header--design-12 .header-12-logo .logo-img {
        max-height: 52px !important;
    }

    .header--design-12 .header-12-nav-icons-row {
        gap: 10px !important;
    }

    .header--design-12 .header-12-nav .nav-menu {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: clamp(10px, 1.1vw, 18px) !important;
    }

    .header--design-12 .header-12-nav .nav-menu li {
        flex: 0 0 auto !important;
    }

    .header--design-12 .header-12-nav .nav-menu a {
        white-space: nowrap !important;
        font-size: 0.95rem !important;
        line-height: 1.05 !important;
    }

    .header--design-12 .header-icons-right {
        margin-left: 4px !important;
        gap: 8px !important;
    }
}

/* Header premium refresh (desktop only) */
@media (min-width: 1025px) {
    .header--design-12 {
        background: linear-gradient(90deg, var(--header-gradient-start) 0%, var(--header-gradient-end) 100%) !important;
        border-bottom: 1px solid rgba(212, 175, 55, 0.8);
        box-shadow: 0 8px 22px rgba(212, 175, 55, 0.2) !important;
    }

    .header--design-12 .header-12-content {
        max-width: 1460px !important;
        padding: 15px 16px !important;
        gap: 12px !important;
    }

    .header--design-12 .header-12-logo .logo-img {
        max-height: 62px !important;
        filter: drop-shadow(0 2px 3px rgba(128, 0, 0, 0.18));
    }

    .header--design-12 .header-12-nav-icons-row {
        gap: 10px !important;
    }

    .header--design-12 .header-12-nav {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .header--design-12 .header-12-nav .nav-menu {
        background: rgba(255, 250, 205, 0.78) !important;
        border: 1px solid rgba(212, 175, 55, 0.6) !important;
        border-radius: 999px !important;
        padding: 9px 9px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: clamp(6px, 0.85vw, 14px) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 2px 10px rgba(212, 175, 55, 0.18) !important;
        flex-wrap: nowrap !important;
    }

    .header--design-12 .header-12-nav .nav-menu .top-nav-link {
        color: #5c2330 !important;
        font-weight: 700 !important;
        font-size: 0.95rem !important;
        line-height: 1.05 !important;
        padding: 11px 13px !important;
        border-radius: 999px !important;
        white-space: nowrap !important;
        letter-spacing: 0.01em;
        transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    }

    .header--design-12 .header-12-nav .nav-menu .top-nav-link::before {
        display: none !important;
    }

    .header--design-12 .header-12-nav .nav-menu .top-nav-link:hover {
        color: #7c112d !important;
        background: rgba(255, 226, 116, 0.45) !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(212, 175, 55, 0.24);
    }

    .header--design-12 .header-12-nav .nav-menu .top-nav-link.is-active,
    .header--design-12 .header-12-nav .nav-menu .top-nav-link.is-active:hover {
        color: #5c2330 !important;
        background: linear-gradient(135deg, #ffd84f 0%, #f4c430 100%) !important;
        box-shadow: 0 3px 10px rgba(212, 175, 55, 0.42) !important;
        transform: translateY(0);
    }

    .header--design-12 .header-icons-right {
        margin-left: 4px !important;
        gap: 8px !important;
    }

    .header--design-12 .header-icon-btn {
        width: 34px !important;
        height: 34px !important;
        border: 1px solid rgba(255, 232, 177, 0.8) !important;
        background: linear-gradient(145deg, #7d0d2a 0%, #a31a3a 100%) !important;
        box-shadow: 0 2px 8px rgba(128, 0, 0, 0.22) !important;
    }

    .header--design-12 .header-icon-btn:hover,
    .header--design-12 .header-icon-btn:focus {
        background: linear-gradient(145deg, #951238 0%, #bd2147 100%) !important;
    }
}

/* Use bottom mobile navigation for small desktop widths */
@media (min-width: 1025px) and (max-width: 1200px) {
    body {
        padding-bottom: 150px !important;
    }

    .mobile-nav {
        display: flex !important;
    }

    .footer {
        bottom: 70px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .header--design-12 .header-12-nav {
        display: none !important;
    }

    .header--design-12 .header-12-nav-icons-row {
        justify-content: flex-end !important;
    }
}

/* Compact and centered mobile footer nav */
@media (max-width: 1024px) {
    body {
        padding-bottom: 146px;
    }

    .footer {
        bottom: 70px;
        padding: 8px 10px;
        font-size: 12px;
    }
}

@media (max-width: 505px) {
    body {
        padding-bottom: 156px;
    }

    .mobile-nav {
        background: linear-gradient(180deg, #fff7d8 0%, #ffe8b6 100%);
        border-top: 1px solid rgba(139, 21, 56, 0.25);
        box-shadow: 0 -8px 18px rgba(107, 14, 46, 0.14);
    }

    .footer {
        bottom: 74px;
    }

    .mobile-nav ul {
        align-items: stretch;
        justify-content: space-between;
        gap: 0;
        padding: 0 1px;
    }

    .mobile-nav li {
        flex: 1 1 20%;
        min-width: 0;
        display: flex;
    }

    .mobile-nav .nav-link {
        width: 100%;
        min-width: 0;
        min-height: 62px;
        padding: 5px 0 4px;
        gap: 2px;
        text-align: center;
    }

    .mobile-nav .nav-link .nav-label,
    .mobile-nav .nav-link span {
        display: flex;
        width: 100%;
        min-height: 2.2em;
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.05;
        white-space: normal;
        text-wrap: balance;
        align-items: center;
        justify-content: center;
        text-align: center;
        letter-spacing: 0;
        overflow: visible;
        text-overflow: unset;
        transform: none;
    }

    .mobile-nav .nav-icon {
        width: 19px;
        height: 19px;
        margin-bottom: 2px;
    }

    .mobile-nav .nav-link:hover,
    .mobile-nav .nav-link:active {
        background: rgba(139, 21, 56, 0.12);
        color: var(--dark-maroon);
    }

    .mobile-nav .nav-link:hover .nav-icon,
    .mobile-nav .nav-link:active .nav-icon {
        color: var(--dark-maroon);
    }
}

@media (max-width: 360px) {
    body {
        padding-bottom: 150px;
    }

    .footer {
        bottom: 70px;
        padding: 7px 8px;
    }

    .mobile-nav ul {
        padding: 0;
    }

    .mobile-nav .nav-link {
        min-height: 60px;
        padding: 4px 0;
        gap: 1px;
    }
}

/* Remove legacy text footer and keep one uniform fixed footer nav on all pages */
.footer {
    display: none !important;
}

@media (max-width: 1200px) {
    body {
        padding-bottom: 90px !important;
    }

    .mobile-nav {
        position: fixed !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        z-index: 999 !important;
        display: block !important;
        background: linear-gradient(90deg, #FFD700 0%, #FFFACD 100%) !important;
        border: 1px solid #d4af37 !important;
        border-top: 1px solid #d4af37 !important;
        border-radius: 18px !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 20px rgba(107, 14, 46, 0.18) !important;
        padding: 7px 6px !important;
        overflow: hidden;
    }

    .mobile-nav ul {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 6px !important;
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    .mobile-nav li {
        min-width: 0;
        flex: initial !important;
        display: block;
    }

    .mobile-nav .nav-link {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        border-radius: 12px;
        padding: 2px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-align: center;
        text-decoration: none;
        color: #8B1538 !important;
        background: transparent !important;
        transition: all 0.2s ease;
    }

    .mobile-nav .nav-link .nav-label,
    .mobile-nav .nav-link span {
        display: block;
        margin: 0;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.05;
        white-space: normal;
        text-wrap: balance;
        text-align: center;
        color: inherit;
    }

    .mobile-nav .nav-icon {
        width: 19px;
        height: 19px;
        margin-bottom: 0;
        color: inherit !important;
    }

    .mobile-nav .nav-link.is-active,
    .mobile-nav .nav-link:active {
        background: linear-gradient(180deg, #8B1538 0%, #6B0E2E 100%) !important;
        color: #fff !important;
        box-shadow: 0 7px 14px rgba(107, 14, 46, 0.28);
        transform: translateY(-1px);
    }

    .mobile-nav .nav-link.is-active .nav-icon,
    .mobile-nav .nav-link:active .nav-icon,
    .mobile-nav .nav-link.is-active span,
    .mobile-nav .nav-link:active span {
        color: #fff !important;
    }
}

/* Apply hover color only on true hover-capable devices (not touch). */
@media (max-width: 1200px) and (hover: hover) and (pointer: fine) {
    .mobile-nav .nav-link:hover {
        background: linear-gradient(180deg, #8B1538 0%, #6B0E2E 100%) !important;
        color: #fff !important;
        box-shadow: 0 7px 14px rgba(107, 14, 46, 0.28);
        transform: translateY(-1px);
    }

    .mobile-nav .nav-link:hover .nav-icon,
    .mobile-nav .nav-link:hover span {
        color: #fff !important;
    }
}

@media (min-width: 1201px) {
    body {
        padding-bottom: 0 !important;
    }
}
