body {
    min-height: 100vh;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, #fff0bd, transparent 70%),
        radial-gradient(ellipse 70% 50% at 80% 100%, rgba(255, 235, 172, 0.65), transparent 70%),
        var(--brown);
    background-attachment: fixed;
}

.glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(252, 239, 194, 0.55));
    border: 1px solid rgba(232, 91, 33, 0.18);
    box-shadow: 0 20px 50px -25px rgba(63, 36, 23, 0.28);
    backdrop-filter: blur(14px);
}

.hero-section {
    padding: 44px 0 70px;
    position: relative;
    overflow: hidden;
}

.hero-container {
    position: relative;
    z-index: 2;
}

.particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.particles span {
    width: 4px;
    height: 4px;
    background: var(--gold);
    border-radius: 50%;
    bottom: -20px;
    position: absolute;
    opacity: 0;
    animation: floatUp 6s linear infinite;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(199, 141, 34, 0.3);
    border-radius: 999px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding: 7px 16px;
}

.hero-title {
    display: grid;
    gap: 4px;
    color: var(--cream);
    font-size: 62px;
    line-height: 1.04;
    margin-top: 24px;
}

.hero-title small {
    color: rgba(55, 32, 22, 0.86);
    font-family: "Cinzel", serif;
    font-size: 38px;
    font-weight: 400;
}

.hero-text {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 590px;
    margin-top: 22px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-buttons .btn {
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 24px;
}

.hero-features {
    margin-top: 20px;
}

.mini-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    border: 1px solid rgba(232, 91, 33, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.58);
    padding: 10px 12px;
}

.mini-feature span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(199, 141, 34, 0.12);
    color: var(--gold);
}

.mini-feature strong,
.mini-feature small {
    display: block;
    line-height: 1.2;
}

.mini-feature strong {
    font-size: 12px;
}

.mini-feature small {
    color: var(--muted);
    font-size: 10px;
}

.hero-visual-wrap {
    position: relative;
}

.hero-glow {
    position: absolute;
    inset: -40px;
    background: radial-gradient(circle, rgba(232, 91, 33, 0.3), transparent 60%);
    filter: blur(26px);
}

.hero-image {
    border: 1px solid rgba(199, 141, 34, 0.28);
    border-radius: 28px;
    box-shadow: 0 40px 100px -45px #000;
    overflow: hidden;
    position: relative;
}

.hero-image img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
}

.hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
background: linear-gradient(to top, #fadd85, transparent 30%);}

.live-card {
    width: 220px;
    border-radius: 18px;
    padding: 16px;
    position: absolute;
    right: 16px;
    bottom: -24px;
    z-index: 4;
}

.live-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.live-label span,
.pulse-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--saffron);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(232, 91, 33, 0.12);
}

.live-number {
    font-family: "Cinzel", serif;
    font-size: 28px;
    font-weight: 700;
}

.live-card p {
    color: var(--muted);
    font-size: 11px;
    margin-bottom: 8px;
}

.live-bars {
    display: flex;
    align-items: end;
    gap: 2px;
    height: 42px;
    margin: 12px 0;
}

.live-bars span {
    flex: 1;
    border-radius: 999px;
    background: var(--saffron);
    animation: flicker 2.4s ease-in-out infinite;
}

.diya-wall-section,
.category-section,
.experience-section,
.steps-section,
.live-section,
.scroll-section {
    padding: 60px 0;
}

.diya-panel,
.steps-panel {
    border-radius: 28px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.diya-panel h2,
.section-title h2,
.steps-panel h2,
.section-heading h2,
.journey-panel h2 {
    color: var(--cream);
    font-family: "Cinzel", serif;
    font-size: 44px;
    line-height: 1.15;
}

.diya-panel p,
.section-title p,
.invite-card p,
.journey-panel p,
.section-heading p {
    color: var(--muted);
}

.diya-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
    border: 1px solid rgba(199, 141, 34, 0.18);
    border-radius: 18px;
    background: rgba(251, 244, 223, 0.45);
    margin-top: 26px;
    padding: 20px;
    max-width: 100%;
}

.diya-grid span {
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 35%, var(--warm) 0%, var(--saffron) 55%, transparent 75%);
    box-shadow: 0 0 12px rgba(232, 91, 33, 0.5), inset 0 -2px 8px rgba(0, 0, 0, 0.1);
    animation: flicker 2s ease-in-out infinite;
    transition: all 0.3s ease;
}

.diya-grid span img {
    width: 85%;
    height: 85%;
    object-fit: contain;
    filter: drop-shadow(0 0 2px rgba(232, 91, 33, 0.6));
}

.diya-grid span:hover {
    transform: scale(1.08);
    box-shadow: 0 0 18px rgba(232, 91, 33, 0.7), inset 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.diya-grid .dim {
    background: radial-gradient(circle, rgba(199, 141, 34, 0.12), transparent 70%);
    box-shadow: 0 0 6px rgba(199, 141, 34, 0.3), inset 0 -2px 4px rgba(0, 0, 0, 0.05);
}

.stat-box {
    border: 1px solid rgba(199, 141, 34, 0.18);
    border-radius: 14px;
    background: rgba(251, 244, 223, 0.45);
    padding: 14px;
}

.stat-box i,
.stat-box strong,
.stat-box span {
    display: block;
}

.stat-box i {
    color: var(--gold);
}

.stat-box strong {
    color: var(--cream);
    font-family: "Cinzel", serif;
    font-size: 20px;
    margin-top: 8px;
}

.stat-box span {
    color: var(--muted);
    font-size: 11px;
}

.diya-form,
.recent-diyas {
    border: 1px solid rgba(199, 141, 34, 0.24);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(199, 141, 34, 0.12), rgba(255, 255, 255, 0.25));
    padding: 24px;
}

.diya-form h3 {
    font-size: 24px;
    margin: 0;
}

.free-badge {
    border-radius: 999px;
    background: rgba(232, 91, 33, 0.12);
    color: var(--saffron);
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
}

.diya-form label {
    color: var(--muted);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 20px 0 8px;
    text-transform: uppercase;
}

.diya-option {
    width: 100%;
    border: 1px solid rgba(199, 141, 34, 0.2);
    border-radius: 13px;
    background: rgba(251, 244, 223, 0.45);
    color: var(--cream);
    padding: 10px 4px;
}

.diya-option i,
.diya-option strong,
.diya-option small {
    display: block;
}

.diya-option i {
    color: var(--gold);
}

.diya-option strong {
    font-size: 11px;
    margin-top: 4px;
}

.diya-option small {
    color: var(--muted);
    font-size: 10px;
}

.diya-option.active {
    border-color: var(--gold);
    background: rgba(199, 141, 34, 0.15);
    box-shadow: 0 0 22px rgba(199, 141, 34, 0.22);
}

.intentions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.intentions button {
    border: 1px solid rgba(199, 141, 34, 0.25);
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    padding: 7px 12px;
}

.intentions button.active {
    border-color: var(--saffron);
    background: rgba(232, 91, 33, 0.16);
    color: var(--cream);
}

.note-box {
    display: flex;
    gap: 8px;
    border: 1px solid rgba(199, 141, 34, 0.18);
    border-radius: 14px;
    background: rgba(251, 244, 223, 0.45);
    color: var(--muted);
    font-size: 11px;
    margin-top: 18px;
    padding: 12px;
}

.small-note {
    color: var(--muted);
    font-size: 11px;
    margin: 10px 0 0;
    text-align: center;
}

.recent-diyas {
    margin-top: 18px;
    padding: 0;
    overflow: hidden;
}

.recent-head,
.recent-row {
    display: flex;
    align-items: center;
}

.recent-head {
    justify-content: space-between;
    border-bottom: 1px solid rgba(199, 141, 34, 0.18);
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 12px 16px;
    text-transform: uppercase;
}

/*this is my code which i tyoe */
.recent-grid{
    display:grid !important;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    
}

.recent-head span:last-child {
    color: var(--gold);
}

.recent-row {
    gap: 12px;
    border-bottom: 1px solid rgba(199, 141, 34, 0.12);
    padding: 11px 16px;
}

.small-flame {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--saffron);
    background: rgba(232, 91, 33, 0.12);
}

.recent-row div {
    flex: 1;
}

.recent-row strong,
.recent-row small {
    display: block;
}

.recent-row strong {
    font-size: 14px;
}

.recent-row small {
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.recent-row em {
    border: 1px solid rgba(199, 141, 34, 0.28);
    border-radius: 999px;
    color: var(--gold);
    font-size: 10px;
    font-style: normal;
    padding: 4px 10px;
}

.category-card {
    height: 100%;
    border-radius: 24px;
    padding: 24px;
}

.category-card.featured {
    box-shadow: 0 30px 80px -35px rgba(199, 141, 34, 0.7);
}

.category-img {
    border-radius: 18px;
    /* height: 144px; */
        height: 190px;

    overflow: hidden;
}

.category-img img,
.temple-card img,
.live-session-card video,
.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.category-card h3 {
    font-size: 34px;
    margin: 2px 0 12px;
}

.category-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-card li {
    color: rgba(55, 32, 22, 0.86);
    display: flex;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 7px;
}

.category-card li i {
    color: var(--gold);
}

.section-title {
    margin-bottom: 36px;
}

.temple-card {
    height: 260px;
    border: 1px solid rgba(199, 141, 34, 0.2);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

/* .temple-card::after,
.live-session-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--brown), rgba(251, 244, 223, 0.22), transparent);
} */
.temple-card::after, .live-session-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #4d411d, rgb(147 255 148 / 22%) 20%, #b4b4b400);
}




.temple-card button {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(251, 244, 223, 0.8);
    color: var(--gold);
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
}

.temple-card div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 2;
}

/* .temple-card h3 {
    color: var(--cream);
    font-size: 21px;
    margin: 0;
} */
 .temple-card h3 {
    color: #ffffff;
    font-size: 21px;
    margin: 0;
}

/* .temple-card p {
    color: rgba(199, 141, 34, 0.95);
    font-size: 11px;
    margin: 2px 0 0;
} */
 .temple-card p {
    color: rgb(255 166 0 / 95%);
    font-size: 11px;
    margin: 2px 0 0;
}

.steps-panel {
    text-align: center;
}

.steps-panel h2 {
    font-size: 38px;
    margin-bottom: 36px;
}

.step-item span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(199, 141, 34, 0.32);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(232, 91, 33, 0.18), rgba(199, 141, 34, 0.1));
    color: var(--gold);
    font-size: 24px;
    margin: 0 auto 14px;
}

.step-item strong {
    display: block;
    font-size: 14px;
}

.step-item p {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
    margin: 6px 0 0;
}
 
.live-section{
    background-image: url(../assets/temple-background-image.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.live-session-card {
    min-height: 460px;
    border: 1px solid rgba(199, 141, 34, 0.26);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.live-session-card video {
    position: absolute;
    inset: 0;
}

.live-session-card::after {
background: linear-gradient(
        to top,var(--brown) 0%,rgba(251, 244, 223, 0.2) 20%,transparent 40%    );
}

.live-session-content {
    padding: 32px;
    position: relative;
    z-index: 2;
}

.live-session-content h3,
.invite-card h3 {
    font-size: 32px;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    background: var(--saffron);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-top: 10px;
    padding: 6px 11px;
    text-transform: uppercase;
}

.live-badge i {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.aarti-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    background: rgba(251, 244, 223, 0.9);
    margin-top: 210px;
    padding: 14px 16px;
}

.aarti-time span {
    color: var(--cream);
    font-size: 13px;
}

.aarti-time strong {
    font-family: "Cinzel", serif;
    font-size: 22px;
}

.session-options div div {
    border: 1px solid rgba(199, 141, 34, 0.26);
    border-radius: 14px;
    background: rgba(251, 244, 223, 0.9);
    padding: 10px 4px;
    text-align: center;
}

.session-options i,
.session-options strong,
.session-options span {
    display: block;
}

.session-options i {
    color: var(--gold);
}

.session-options strong {
    font-size: 10px;
}

.session-options span {
    color: var(--muted);
    font-size: 10px;
}

.invite-card {
    height: 100%;
    border-radius: 20px;
    padding: 30px;
}

.share-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 26px 0;
    text-align: center;
}

.share-grid i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 7px;
}

.share-grid span {
    color: rgba(55, 32, 22, 0.85);
    font-size: 10px;
}

.green {
    background: #2fb66d;
}

.orange {
    background: var(--saffron);
}

.blue {
    background: #4167b2;
}

.gold {
    background: var(--gold);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.section-heading span {
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: 38px;
    margin: 8px 0 0;
}

.horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    /* margin: 0 -12px; */
    overflow-x: auto;
    padding: 0 12px 20px;
    scroll-snap-type: x mandatory;
}
.horizontal-scroll::-webkit-scrollbar {
        height: 7px;
        /* scrollbar ki motai */
    }

    .horizontal-scroll::-webkit-scrollbar-track {
        background: #f1e8d2;
        /* track color */
    }

    .horizontal-scroll::-webkit-scrollbar-thumb {
        background: #c78d22;
        /* scrollbar color */
        border-radius: 10px;
    }

.review-card,
.blog-card {
    flex: 0 0 420px;
    scroll-snap-align: start;
}

.review-card {
    border-radius: 20px;
    padding: 26px;
}

.review-card > i {
    color: var(--gold);
    font-size: 28px;
}

.review-card p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.review-card div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-card div span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--saffron));
    color: #fff;
    font-weight: 800;
}

.review-card strong {
    flex: 1;
    font-size: 14px;
}

.review-card small {
    display: block;
    color: var(--muted);
    font-weight: 400;
}

.review-card em {
    color: var(--gold);
    font-size: 12px;
    font-style: normal;
}

.blog-card {
    border: 1px solid rgba(199, 141, 34, 0.18);
    border-radius: 20px;
    background: rgba(251, 244, 223, 0.42);
    color: var(--cream);
    overflow: hidden;
}

.blog-card .home-blog {
    height: 300px;
    position: relative;
}

.blog-card div span {
    border-radius: 999px;
    background: var(--saffron);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 12px;
    padding: 4px 10px;
    position: absolute;
    top: 12px;
}

.blog-card h3 {
    font-size: 18px;
    line-height: 1.25;
    margin: 16px 16px 6px;
}

.blog-card p {
    color: var(--muted);
    font-size: 13px;
    margin: 0 16px;
}

.blog-card strong {
    color: var(--saffron);
    display: inline-flex;
    gap: 5px;
    font-size: 13px;
    margin: 14px 16px 18px;
}

.journey-section {
    padding: 50px 0 90px;
}

.journey-panel {
    border: 1px solid rgba(199, 141, 34, 0.26);
    border-radius: 28px;
    background: linear-gradient(135deg, #fff3c8, #ffe7ad);
    overflow: hidden;
    padding: 50px;
    position: relative;
}

.journey-panel > * {
    position: relative;
    z-index: 2;
}

.journey-panel::before,
.journey-panel::after {
    content: "";
    width: 280px;
    height: 280px;
    border-radius: 50%;
    filter: blur(55px);
    position: absolute;
}

.journey-panel::before {
    background: rgba(199, 141, 34, 0.22);
    right: -70px;
    top: -70px;
}

.journey-panel::after {
    background: rgba(232, 91, 33, 0.15);
    left: -50px;
    bottom: -80px;
}

.journey-panel span {
    color: var(--saffron);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.big-flame {
    width: 280px;
    height: 280px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(199, 141, 34, 0.45);
    border-radius: 50%;
    background: rgba(251, 244, 223, 0.32);
    color: var(--saffron);
    font-size: 140px;
    margin: auto;
    box-shadow: 0 0 60px rgba(232, 91, 33, 0.16);
    animation: pulseGlow 3s ease-in-out infinite;
}

/* Festival Section Styles */
.festival-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.festival-panel {
    padding: 50px;
    border-radius: 24px;
}

.festival-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(232, 91, 33, 0.08);
    border: 1px solid rgba(232, 91, 33, 0.24);
    border-radius: 999px;
    color: var(--saffron);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 6px 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.festival-title {
    font-family: 'Cinzel', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    color: var(--cream);
    letter-spacing: -0.5px;
}

.festival-title span:first-child {
    display: block;
}

.festival-description {
    font-size: 15px;
    line-height: 1.65;
    color: var(--muted);
    margin-bottom: 28px;
    max-width: 480px;
}

.festival-buttons {
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.festival-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 13px;
}

.festival-buttons .btn-saffron:hover,
.festival-buttons .btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(232, 91, 33, 0.2);
}

.festival-features {
display: flex;
    /* flex-direction: row; */
    align-items: center;
    /* gap: 10px;*/
}

.festival-feature {
     display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.festival-feature span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(199, 141, 34, 0.12), rgba(232, 91, 33, 0.1));
    border: 1px solid rgba(199, 141, 34, 0.2);
    color: var(--saffron);
    font-size: 20px;
    transition: all 0.3s ease;
}

.festival-feature:hover span {
    background: linear-gradient(135deg, rgba(199, 141, 34, 0.2), rgba(232, 91, 33, 0.15));
    box-shadow: 0 4px 12px rgba(232, 91, 33, 0.15);
}

.festival-feature strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--cream);
    line-height: 1.4;
}

.festival-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(63, 36, 23, 0.25);
    height: 100%;
    min-height: 420px;
}

.festival-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.festival-image:hover img {
    transform: scale(1.03);
}

.footer-section {
    border-top: 1px solid rgba(199, 141, 34, 0.18);
    background: rgba(251, 244, 223, 0.72);
    padding: 58px 0 0;
}

.footer-section p,
.footer-links a,
.payment-box small {
    color: var(--muted);
}

.socials {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.socials a {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(199, 141, 34, 0.28);
    border-radius: 50%;
    color: var(--gold);
}

.footer-links h4,
.footer-section h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-links a {
    display: block;
    font-size: 14px;
    margin-bottom: 9px;
}

.payment-box {
    border: 1px solid rgba(199, 141, 34, 0.22);
    border-radius: 14px;
    background: rgba(251, 244, 223, 0.45);
    padding: 16px;
}

.payment-box div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 14px 0;
}

.payment-box span {
    border-radius: 7px;
    background: var(--cream);
    color: var(--brown);
    font-size: 9px;
    font-weight: 800;
    padding: 7px 4px;
    text-align: center;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(199, 141, 34, 0.14);
    font-size: 13px;
    margin-top: 42px;
    padding: 22px 0;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom i {
    color: var(--saffron);
}

@keyframes flicker {
    0%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }

    50% {
        opacity: 0.85;
        transform: scaleY(1.05);
    }
}

@keyframes floatUp {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-220px);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 30px rgba(199, 141, 34, 0.35);
    }

    50% {
        box-shadow: 0 0 80px rgba(232, 91, 33, 0.35);
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 46px;
    }

    .hero-title small {
        font-size: 30px;
    }

    .hero-image img {
        height: 440px;
    }

    .diya-panel h2,
    .section-title h2,
    .journey-panel h2 {
        font-size: 36px;
    }

    .live-session-card {
        min-height: 500px;
    }

    .diya-grid {
        grid-template-columns: repeat(10, 1fr);
        gap: 10px;
        padding: 18px;
    }

    .festival-title {
        font-size: 42px;
    }

    .festival-title span:first-child {
        font-size: 48px;
    }

    .festival-features {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .recent-grid {
    grid-template-columns: repeat(1, 1fr);
}
.aarti-time {
    margin-top: 100px;
 }
    .hero-section {
        padding-top: 32px;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-title small {
        font-size: 24px;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-image img {
        height: 390px;
    }

    .live-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
    }

    .diya-panel,
    .steps-panel,
    .journey-panel,
    .festival-panel {
        padding: 26px;
    }

    .diya-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
        padding: 16px;
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
    }

    .review-card,
    .blog-card {
        flex-basis: 84%;
    }

    .footer-bottom {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .festival-section {
        padding: 40px 0;
    }

    .festival-title {
        font-size: 36px;
    }

    .festival-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .festival-image {
        min-height: 350px;
    }
}

@media (max-width: 575px) {
    .g-5{
        --bs-gutter-y:0px;
        --bs-gutter-x:0px;
    }
    .diya-wall-section, .category-section, .experience-section, .steps-section, .live-section, .scroll-section{
        padding: 30px 0px;
    }
    .horizontal-scroll{
margin: 0px;
    }
    .recent-head {
        padding: 12px 14px;
    }
    .recent-row{
        padding: 6px 3px;
    }
    .hero-buttons .btn {
        width: 100%;
    }
    .aarti-time
 {margin-top: 40px;
 }
     .big-flame {
        width: 180px;
        height: 180px;
        font-size: 92px;
    }

    .share-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .big-flame {
        width: 220px;
        height: 220px;
        font-size: 110px;
    }

    .diya-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
        padding: 12px;
    }

    .diya-panel h2,
    .section-title h2,
    .journey-panel h2 {
        font-size: 28px;
    }

    .diya-form,
    .recent-diyas {
        margin-top: 18px;
        padding: 16px;
    }

    .festival-title {
        font-size: 28px;
    }

    .festival-description {
        font-size: 14px;
    }

    .festival-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .festival-buttons .btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 13px;
        justify-content: center;
    }

    .festival-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .festival-feature span {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .festival-feature strong {
        font-size: 12px;
    }

    .festival-image {
        min-height: fit-content;
        margin-top: 18px;
    }
}
