    :root {
    --text-color: #2c3e50;   
    --bg-color: #fdf2e9;
    --primary-color: #e74c3c;
    --secondary-color: #e32840;
    --font-family: "Poppins", sans-serif;
    }
    html {
        position: relative;
        min-height: 100%;
    }
    body {
        color: #2c3e50;
        background-color: var(--bg-color);
        /* background-color: #f8f8f8; */
    }
    /* main {
        margin-bottom: 300px;
    } */
    @font-face {
    font-family: zodiacSigns;
    src: url(../fonts/SLZodiacStencils.ttf);
    }
    @font-face {
    font-family: moonPhases;
    src: url(../fonts/moon_phases.ttf);
    }
    .bg-dull {
        background-color: #f8f8f8;
    }
    .bg-theme {
        background-color: var(--primary-color);
        color: #ffffff;
    }
    .bg-mandala, .bg-mandala-cover {
        background-image: url(../images/mandala.png);
        background-blend-mode: soft-light;
        background-color: var(--primary-color);
        color: #ffffff;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bg-mandala-cover {
       background-size: cover;
    }
    .brd-10 {
        border-radius: 10px;
    }
    .container {
        max-width: 1400px;
    }
    .text-primary {
        color: var(--primary-color) !important;
    }
    .btn-link, .btn-link-primary {
        text-decoration: none;
        color: var(--primary-color);
    }
    .btn-link:hover, .btn-link-primary:hover {
        color: #b21e23;
    }
    .btn-primary {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
    .btn-primary:hover, .btn-primary:active, .btn:first-child:active {
        background-color: #b21e23;
        border-color: #b21e23;
    }
    .btn-outline-primary {
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }
    .btn-outline-primary:hover, .btn.show  {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
    .bg-text {
        font-size: 3rem;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.08);
        white-space: nowrap;
        pointer-events: none;
        user-select: none;
    }
    .form-check-input:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
    .nav-link:focus, .nav-link:hover {
        color: var(--primary-color);
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--primary-color);
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .dropdown-menu a {
        color: #000000A6;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--primary-color);
    }

    .page-header {
        text-align: center;
        min-height: 160px;
        padding: 10px;
        font-size: 25px;
        color: #fdf3e9;
        border-radius: 10px;
    }
    .page-header h1 {
        font-size: 1.8rem;
    }
    .page-header small {
        margin-top: -5px;
        font-size: 18px;
        color: #fdf3e9;
    }

    .section-overlay {
        position: absolute;
        inset: 0;
        background-color: #ffffff00;
        background-image: linear-gradient(0deg, #333333 0%, #e74d3d2b 15%);
    }

    .carousel-inner {
        border-radius: 10px;
    }
    .carousel-item {
      height: 72vh;
      background-color: var(--primary-color);
    }
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 25px;
        opacity: 0.8;
        transition: width 1s;
    }

    .carousel-indicators .active {
    background-color: var(--primary-color);
    width: 20px;
    }
    .carousel img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    .carousel-indicators {
        justify-content: left;
        margin-left: 4%;
        z-index: 99;
    }

    .box-header {
        border-left: 5px solid var(--primary-color);
        color: #2c3e50;
        padding-left: 20px;
        font-size: 18px;
        font-weight: 500;
    }
    .box-subheader {
        font-size: 16px;
    }

    .blog-box-home .blog-category {
        color: var(--primary-color);
        background: #e74c3c30;
        padding: 5px 10px 5px 5px;
        border-radius: 25px;
        font-size: 12px;
        font-weight: 500;
    }
    .blog-box-home .blog-title {
        font-size: 16px;
        font-weight: 500;
        color: #2c3e50;
    }
    .blog-box-home .blog-info {
        font-size: 12px;
        color: #2c3e5080;
    }
    .blog-box-home .blog-btn {
        border: 1px solid var(--primary-color);
        border-radius: 20px;
        padding: 5px 15px;
        text-decoration: none;
        color: var(--primary-color);
        font-size: 12px;
    }
    .blog-box-home .blog-btn:hover, .blog-thumb:hover .blog-btn {
        background-color: var(--primary-color);
        color: #fff;
    }
    .blog-box-home img {
        width: 100%;
        border-radius: 0.330rem 0.330rem 0rem 0rem;
    }
    .blog-box-home a {
        text-decoration: none;
    }

    .blog-thumb {
        cursor: pointer;
    }
    .blog-thumb .image-wrapper{
        overflow: hidden;
        border-radius: 0.330rem 0.330rem 0rem 0rem;
    }
    .blog-thumb img { 
        transition: transform 0.4s ease;
    }
    .blog-thumb:hover img {
        transform: scale(1.1);
    }
    
/* Lazy load image */
.image-wrapper {
  position: relative;
  width: 100%;

  aspect-ratio: 16/9; /* keep aspect ratio */
  background-color: #e0e0e0; /* light grey placeholder */
  overflow: hidden;
  border-radius: 0.330rem 0.330rem 0rem 0rem;
}

.image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f0f0f0 50%,
    #e0e0e0 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  z-index: 1;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.lazy-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.lazy-loaded {
  opacity: 1;
}

.image-wrapper.loaded::before {
  display: none;
}

/* Lazy load image end */


    /* Live Darshan */
    .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    /* margin-bottom: 1em; */
    }

    .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    }
    .play-wrapper {
    overflow: hidden;
    }

    .play-btn, .play-btn:hover {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 28px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 99;
    }

    /* Pulse animation */
    .play-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    animation: pulse 1.5s infinite;
    }

    .login-bg {
    background-image: url(../images/login-bg.png);
    background-position: bottom;
    background-size: cover;
    }
    .login-card {
        border: none;
        border-radius: 1.25rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .btn-login {
        border: none;
        padding: 0.8rem;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-login:hover {
        transform: translateY(-1px);
    }

    .form-floating > label {
        color: #6c757d;
    }

    .link-secondary {
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .blog_pagination
    {text-align: center;}
    .blog_pagination .active>a
    {background: var(--primary-color);border-color: var(--primary-color);}
    .blog_pagination .active>a:hover
    {background: var(--primary-color);border-color: var(--primary-color);}
    .blog_pagination li>a
    {color: var(--primary-color);}
    .page-link:hover {color: var(--primary-color);}
    .blog_sharebar_h
    {list-style: none; margin: 0px; padding:10px 0px 20px 0px;}
    .blog_sharebar_h li
    {display: inline-block; color: #ffffff; font-size: 20px; width: 40px;height: 40px;line-height: 40px;text-align: center;border-radius:25px;}


        .event-card {
            border: none;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            transition: transform 0.2s;
        }
        .event-card:hover { transform: translateY(-5px); }

        /* Image Wrapper for Overlay Positioning */
        .event-card .image-wrapper { position: relative; }
        
        .event-card .event-img {
            object-fit: cover;
            width: 100%;
        }

        /* Overlay Elements */
        .event-card .price-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: white;
            color: #333;
            font-weight: 800;
            padding: 6px 14px;
            border-radius: 8px;
            font-size: 0.8rem;
            z-index: 99;
        }

        .event-card .action-btns {
            display: none;
            position: absolute;
            top: 15px;
            right: 15px;
            /* display: flex; */
            gap: 10px;
            z-index: 99;
        }

        .event-card .btn-circle {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            color: #666;
            transition: 0.2s;
        }
        .event-card .btn-circle:hover { background: white; color: #ff4757; }

        /* Content Styles */
        .event-card .date-box {
            text-align: center;
            min-width: 50px;
        }
        .event-card .month {
            color: var(--primary-color);
            font-weight: 700;
            font-size: 0.75rem;
            text-transform: uppercase;
        }
        .event-card .day {
            font-weight: 800;
            font-size: 1.4rem;
            line-height: 1;
        }
        .event-card .event-title {
            font-weight: 700;
            font-size: 1.1rem;
            color: #2d3436;
        }
        .event-card .location-text {
            font-size: 0.85rem;
            color: #636e72;
            line-height: 1.4;
        }

    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 0.7;
        }
        100% {
            transform: scale(1.6);
            opacity: 0;
        }
    }


    footer {
        /* position: absolute;
        bottom: 0; */
        width: 100%;
        background-color: #f3f4f6;
    }
    footer a {
        text-decoration: none;
    }
    footer h5, footer i {
        font-size: 16px;
    }
    footer i {
        background: var(--primary-color);
        color: #ffffff;
        padding: 10px 12px;
        border-radius: 50px;
    }
    footer li, footer p {
        font-size: 14px;
    }

    .single-blog-header, .single-darshan-header {
        border-left: 5px solid var(--primary-color);
        color: #2c3e50;
        padding-left: 20px;
        font-size: 20px;
        font-weight: 500;
    }
    .single-blog-subheader, .single-blog-subheader a {
        font-size: 14px;
        color: var(--bs-secondary-color) !important;
    }
    .single-blog-subheader, .single-darshan-subheader {
        padding-left: 25px;
        font-size: 14px;
    }
    .single-blog-subheader a:hover {
        color: var(--primary-color) !important;
    }

    .single-blog-content {
        font-size: 18px;
        color: #2c3e50;
        background: #f8f8f8;
        padding: 15px 25px 25px 25px;
        border-radius: 0px 0px 10px 10px;
        border: 1px solid #0000002d;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        border-top: 0px;
    }

    .single-block-img img {
        max-width: 100%;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid #0000002d;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        border-bottom: 0px;
    }
    .single-block-img {
        overflow: hidden;
        border-radius: 10px 10px 0px 0px;
    }

    .blog-tags {
        border-radius: 50px;
        font-size: 14px;
        display: inline-block;
        background: #e74c3c30;
        color: var(--primary-color);
        margin: 5px 2px;
        padding: 6px 16px;
        text-align: left;
    }
    .border-top {
        border-top: 1px solid var(--primary-color) !important;
    }
    .tag-title {
        border-left: 5px solid var(--primary-color);
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
    }

    .sidebar-box {
        border: 1px solid #0000002d;
        border-radius: 10px;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        overflow: hidden;
        background: #f8f8f8;
    }
    a.small-blog-box {
        display: block;
        margin-bottom: 15px;
    }
    .small-blog-header {
        font-size: 14px;
        padding-left: 10px;
    }
    a.small-blog-box {
        text-decoration: none;
        color: var(--text-color);
    }
    a.small-blog-box:hover {
        color: var(--primary-color);
    }
    .small-blog-img .image-wrapper {
        border-radius: 5px;
        overflow: hidden;
    }
    .single-darshan-content .responsive-video {
        border-radius: 10px;
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-nav .dropdown-menu {
            margin-top: 18px;
            border-top: none;
            margin-left: -30px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            background: #f8f8f8;
        }
    }

    /* Offcanvas width on mobile */
    @media (max-width: 991.98px) {
        .offcanvas.offcanvas-end {
          width: 80%;
        }

        /* FIX: Dropdown inside sidebar */
        .offcanvas .dropdown-menu {
          position: static !important;
          float: none;
          width: 100%;
          margin-top: 0.5rem;
          box-shadow: none;
        }
        .carousel-item {
          height: 50vw;
        }
        /* main {
            margin-bottom: 450px;
        } */
        .blog_sharebar_h {
            padding: 8px 0px 10px 0px;
        }
        .page-header {
            min-height: 120px;
        }
        .page-header h1 {
            font-size: 1.5rem;
        }
        .page-header small {
            font-size: 14px;
        }
    }

    /* Desktop hover dropdown */
    @media (min-width: 992px) {
        /* .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        } */
    }