   
   

 /* Main Styles for ISKCON Vrindavan Website */
 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     /* font-family: 'Noto Sans Kannada', sans-serif; */
         /* font-family: "Proxima Nova Alt", sans-serif !important; */
     }

         body {
            background-color: #f8f8f8;
            color: #333;
         }

 /* Top navigation bar - fixed */
 a {
    text-decoration: none;
    color: inherit;
}

/* Top Navbar */
.top-navbar {
    background-color: #d11116;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}


.top-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


.top-nav-links {
    display: flex;                         
    /* align-items: center; */
    gap: 15px;
}

.social-icon {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}


 .top-nav-links a:hover {
     color: #d11116;
     font-size: 14px;

 }

 .temple-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.temple-status {
    display: flex;
    align-items: center;
    gap:5px;
}

.status-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.weather-info {
    display: flex;
    align-items: center;
}

 /* Main header - fixed */
 .header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
padding: 10px 15px;
}


.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 60px;
}


.main-nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
}

.mobile-donation {
    display: none ;
}

.main-nav-links li a.active {
    color: #d11116; /* or any highlight color */
}
/* Hide on desktop (min-width 768px or more) */
@media (min-width: 768px) {
    .mobile-donation {
        display: block;
    }
}

.main-nav-links li a {
    color: #333;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    text-decoration: none;

}

 /* .main-nav-links li {
     margin-right: 10px;
     position: relative;
 } */

 .main-nav-links a {
     text-decoration: none;
     color: #000000;
     font-weight: 500;
     font-size: 15px;
     transition: color 0.3s ease;
     display: flex;
     align-items: center;
 }

 .main-nav-links a:hover {
     color: #d11116;
 }

 .action-buttons {
     display: flex;
     align-items: center;
 }


 

 /* Banner slider section */
 .banner-slider {
     position: relative;
     height: 80vh;
     overflow: hidden;
 }

 .slides {
     width: 300%;
     height: 100%;
     display: flex;
     transition: transform 0.8s ease;
 }

 .slide {
     width: 33.33%;
     height: 100%;
     position: relative;
 }

 .slide img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .slide-content {
     position: absolute;
     top: 50%;
     left: 120px;
     transform: translateY(-50%);
     color: white;
     text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
     max-width: 550px;
 }

 .slide-content h2 {
     font-size: 3rem;
     margin-bottom: 20px;
 }

 .slide-content p {
     font-size: 1.2rem;
     margin-bottom: 30px;
     line-height: 1.6;
 }

 .learn-more-btn {
     background-color: #d11116;
     color: white;
     border: none;
     padding: 12px 25px;
     border-radius: 5px;
     font-size: 1rem;
     font-weight: 600;
     cursor: pointer;
     transition: background-color 0.3s ease;
     text-decoration: none;
     display: inline-block;
 }

 .learn-more-btn:hover {
     background-color: #ecbd00;
 }

 /* Slider controls */
 .slider-controls {
     position: absolute;
     bottom: 30px;
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     z-index: 10;
 }

 .slider-dot {
     width: 12px;
     height: 12px;
     background-color: rgba(255, 255, 255, 0.6);
     border-radius: 50%;
     margin: 0 8px;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .slider-dot.active {
     background-color: #d11116;
 }
   /* About Section Styles */
   .about-section {
    padding: 80px 0;
    background-color: #fff;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-images {
    flex: 1;
    position: relative;
    min-height: 400px;
}

.main-image {
    height: 500px;
    width: 100%;
    max-width: 440px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}

.overlay-image {
    position: absolute;
    width: 60%;
    max-width: 380px;
    border-radius: 8px;
    bottom: -50px;
    right: -30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 3;
}

.decorative-dots {
    position: absolute;
    top: -20px;
    right: 47px;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(#2124c8 2px, transparent 2px);
    background-size: 10px 10px;
    z-index: 1;
}

.decorative-circle {
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 51, 102, 0.1);
    z-index: 1;
}

.about-text {
    flex: 1;
}

.welcome-text {
    color: #d11116;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.about-heading {
    font-size: 40px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.about-description p {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;

}

.events-section {
    padding: 60px 0;
    /* background-color: #fff; */
}

.eventcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


.eventsection-header {
    text-align: center;
    margin-bottom: 50px;
}

.eventsection-tag {
    display: inline-block;
    background-color: #f8f1e4;
    color: #d11116;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

.eventsection-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.eventsection-description {
    font-size: 16px;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;


}

.events-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
    justify-content: center;
}

.event-card {
    width: calc(33.333% - 30px);
    margin: 15px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.event-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 8px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.event-date .day {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #d11116;
    line-height: 1;
}

.event-date .month {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}

.event-content {
    padding: 25px;
        margin-top: -32px;
}

.event-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}

.event-meta {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.event-meta span {
    margin-bottom: 5px;
}

.event-meta i {
    margin-right: 5px;
    color: #d11116;
}

.event-description {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: justify;

}

.event-btn {
    display: inline-block;
    background-color: #d11116;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.event-btn:hover {
    background-color: #ecbd00;
    color: #d11116;
}

.view-all-events {
    text-align: center;
    margin-top: 30px;
}

.view-all-btn {
    display: inline-block;
    background-color: #fff;
    color: #d11116;
    border: 2px solid #d11116;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.view-all-btn:hover {
    background-color: #d11116;
    color: #fff;
}

.view-all-btn i {
    margin-left: 5px;
}
/* .festival-section {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
} */
.festival-section {
    background-color: #fff;
    max-width: 1385px;
    margin: 0 auto;
    padding: 100px;
}

.festivalsection-heading {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.festival-card {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.festival-image {
    width: 40%;
    position: relative;
}

.festival-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.festival-content {
    width: 60%;
    padding: 25px;
}

.festival-content h3 {
    color: #d11116;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
}

.festival-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.festival-meta img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.festivalreading-time {
    display: flex;
    align-items: center;
    color: #666;
    margin-left: 15px;
}

.festivaldate {
    display: flex;
    align-items: center;
    color: #666;
    margin-left: 15px;
}

.festivalicon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.festival-content p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;

}

.festivalread-more {
    display: inline-block;
    background: #d11116;
    color: white;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s;
}

.festivalread-more:hover {
    background: #d11116;
}

.festivaltag {
    display: inline-block;
    background: #f5f5f5;
    color: #333;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px;
}


.indexgallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 5%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
}

.indexgallery-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.indexmiddle-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.indexgallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s;
    height: 300px;
}

.indexgallery-item:hover {
    transform: translateY(-5px);
}

.indexgallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Modal for enlarged images */
.indexmodal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

.indexmodal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.indexclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.otherpage-banner {
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    margin-bottom: 40px;
}

.otherbanner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.otherbanner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.otherbanner-content {
    text-align: center;
    padding: 20px;
    z-index: 1;
}

.otherbanner-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.otherbanner-content p {
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
}

/* Gallery Container */
.otherpage-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 50px;
}
.gallery-filter {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.filter-btn {
    background-color: #eee;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-btn.active, .filter-btn:hover {
    background-color: #9f2e21;
    color: white;
}
   .donationcontainer {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20PX;
        }
        .donationcauses-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            margin-top: 30px;
        }
        .donation-card {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            width: 275px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }
        .donation-card:hover {
            transform: translateY(-5px);
        }
        .donationcard-image {
            height: 180px;
            overflow: hidden;
        }
        .donationcard-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .donationcard-content {
            padding: 15px;
            text-align: center;
        }
        .donationcard-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 5px;
            color: #333;
        }
        .donationdate-tag {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 10px 0;
            font-size: 14px;
            color: #666;
        }
        .donationdate-icon {
            background-color: #d11116;
            color: white;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
            font-size: 10px;
        }
        .donationall-time {
            color: #d11116;
            font-weight: 500;
        }
        .donate-btn {
            background-color: white;
            color: #d11116;
            /* border: 1px solid #333; */
            padding: 8px 16px;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
            margin-top: 10px;
            display: inline-block;
            text-decoration: none;
        }
        .donate-btn:hover {
            background-color: #4CAF50;
            color: white;
        }
        .donationpage-title {
            text-align: center;
            color: #333;
            margin-bottom: 30px;
        }
        .english-text {
            font-size: 12px;
            color: #777;
            margin-top: 3px;
        }

         .donationdetail-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        .donationdetailheader {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        .donationdetail-links {
            display: flex;
            gap: 10px;
        }
        .donationdetail-nav {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #666;
            margin-bottom: 20px;
        }
        .donationdetail-nav a {
            color: #d11116;
            text-decoration: none;
        }
        h1 {
            font-size: 32px;
            margin-bottom: 20px;
        }
        .donationdetaildescription {
            margin-bottom: 30px;
            line-height: 1.6;
        }
        .donationdetaildescription a {
            color: #d11116;
            text-decoration: none;
        }
        h2 {
            font-size: 28px;
            margin-bottom: 25px;
        }
        .donationdetailbtn {
            display: inline-block;
            padding: 8px 16px;
            background-color: #d11116;
            border: 1px solid #ddd;
             color: white;
            border-radius: 4px;
            text-decoration: none;
            cursor: pointer;
        }
        .donationdetailbtn-primary {
            background-color: #d11116;
            color: white;
            border: none;
        }
        .donationdetailcard-container {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        .donationdetailcard {
            border: 1px solid #eee;
            border-radius: 5px;
            overflow: hidden;
            width: calc(25% - 15px);
            min-width: 250px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .donationdetailcard img {
            width: 100%;
            height: auto;
            display: block;
        }
        .donationdetailcard-body {
            padding: 15px;
        }
        .donationdetailcard-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .donationdetailcard-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 15px;
            background-color: #ffffff;
        }
        .donationdetailprice {
            font-size: 16px;
            /* font-weight: bold; */
        }
        .donationdetail-type {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }
        .donationdetail-type .donationdetailbtn {
            padding: 10px 20px;
        }
        
        /* Modal Popup Styles */
        .donationdetail-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        
        .donationdetail-modal-content {
            background-color: white;
            width: 90%;
            max-width: 750px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            position: relative;
            height:500px;
        }
        
        .donationdetail-modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }
        
        .donationdetail-modal-header h3 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }
        
        .donationdetail-close-button {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #999;
        }
        
        .donationdetail-modal-body {
            padding: 0;
            display: flex;
            flex-direction: row;
        }
        
        .donationdetail-modal-form {
            flex: 1;
            padding: 20px;
        }
        
        .donationdetail-modal-form p {
            color: #666;
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 14px;
        }
        
        .donationdetail-modal-summary {
            width: 40%;
            padding: 20px;
            background-color: #f9f9f9;
            border-radius: 0 0 8px 0;
        }
        
        .donationdetail-modal-summary h4 {
            margin-top: 0;
            margin-bottom: 15px;
            font-size: 16px;
            color: #333;
        }
        
        .donationdetail-modal-footer {
            padding: 0;
            text-align: right;
        }
        
        .donationdetail-continue-btn {
            background-color: #d11116;
            color: white;
            padding: 12px 25px;
            border: none;
            border-radius: 4px;
            font-weight: 600;
            cursor: pointer;
            font-size: 14px;
            margin: 20px;
            float: right;
            width: auto;
        }
        
        .donationdetail-input-group {
            margin-bottom: 15px;
        }
        
        .donationdetail-input-group input {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            box-sizing: border-box;
        }
        
        .donationdetail-phone-input-container {
            display: flex;
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 4px;
            overflow: hidden;
        }
        
        .donationdetail-country-code {
            display: flex;
            align-items: center;
            padding: 0 10px;
            background-color: #fff;
            border-right: 1px solid #ddd;
            font-size: 14px;
            color: #333;
            gap: 5px;
        }
        
        .donationdetail-country-code img {
            width: 20px;
            height: 15px;
        }
        
        .donationdetail-phone-input-container input {
            flex-grow: 1;
            border: none;
            border-radius: 0;
            padding: 10px 12px;
        }
        
        .donationdetail-donation-summary {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            align-items: center;
        }
        
        .donationdetail-donation-img {
            width: 70px;
            height: 70px;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .donationdetail-donation-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .donationdetail-donation-details h4 {
            margin: 0 0 5px 0;
            font-size: 15px;
        }
        
        .donationdetail-donation-details p {
            margin: 0;
            color: #666;
            font-size: 10px;
        }
        
        .donation-details p:last-child {
            font-weight: 600;
            color: #333;
            margin-top: 5px;
        }
        
        .donationdetail-total {
            padding-top: 15px;
            margin-top: 15px;
            border-top: 1px solid #ddd;
            display: flex;
            justify-content: space-between;
            font-weight: 600;
            font-size: 15px;
        }

        /* Cow Service Section Styles */
        .gauseva-container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
        }

        .gauseva-card-row {
            display: flex;
            gap: 20px;
        }

        .gauseva-card {
            border-radius: 8px;
            overflow: hidden;
            /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
            flex: 1;
        }
          .gausevaimgsss {
    height: 310px;
    width: 391px;
}

        .gauseva-donation-card {
            display: flex;
            background-color: white;
        }

        .gauseva-img {
            width: 40%;
            position: relative;
        }

        .gauseva-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .gauseva-overlay-text {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: white;
            font-size: 16px;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
        }

        .gauseva-form {
            width: 60%;
            padding: 25px;
        }

        .gauseva-form h3 {
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .gauseva-form p {
            color: #666;
            margin-bottom: 20px;
        }

        .gauseva-input {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            margin-bottom: 20px;
            box-sizing: border-box;
            font-size: 16px;
        }

        .gauseva-btn {
            width: 100%;
            background-color: #d11116;
            color: white;
            border: none;
            border-radius: 4px;
            padding: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
        }

        /* .gauseva-account-card {
            background-color: white;
            padding: 25px;
        } */

        .gauseva-account-card h3 {
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .gauseva-account-details {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .gauseva-detail-group {
            margin-bottom: 15px;
        }

        .gauseva-detail-label {
            font-size: 14px;
            color: #666;
            margin-bottom: 4px;
        }

        .gauseva-detail-value {
            font-size: 16px;
            font-weight: 500;
        }



.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 100px ;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    aspect-ratio: 1;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item .item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .item-overlay {
    opacity: 1;
}






.dropdown {
  position: relative;
}

  .submenu {
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 background-color: #fff;
 min-width: 180px;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 4px;
padding: 8px 0;
z-index: 1001;

}
.dropdown:hover .submenu {
 display: block;
 }
  .submenu li {
  list-style: none;
  }

 .submenu a {
  display: block;
  padding: 8px 15px;
  color: #d11116;
 text-decoration: none;
 font-size: 14px;
  }
  .submenu a:hover {
            background-color: #2124c8;
            color: #FFf;
        }

.dropdown:hover .submenu {
  display: block;
}

.submenu li {
             list-style: none;

}
.videogallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 50px 50px;
}

.videogallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.videogallery-item:hover {
    transform: translateY(-5px);
}

.video-item {
    background-color: #000;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoitem-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 15px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.videoplay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.videogallery-item:hover .videoplay-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}
 .contactcontainer {
            max-width: 1000px;
            margin: 0 auto;
            /* padding: 20px; */
        }
        h2 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 15px;
            /* color: #000; */
            /* text-align: center; */
        }
        .contactdescription {
            color: #6c757d;
            margin-bottom: 30px;
            text-align:center;
        }
        .contact-info {
            display:inline-block;
            flex-wrap: wrap;
            margin-bottom: 40px;
            gap: 20px;
        }
        .contactinfo-box {
            flex: 1;
            min-width: 250px;
            display: inline-block;
            padding: 15px;
            background-color: #fff3f5;
            border-radius: 8px;
        }
        .contacticon {
            width: 50px;
            height: 50px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }
        .contacticon svg {
            color: #d11116;
        }
        .contactinfo-content h3 {
            font-size: 16px;
            margin-bottom: 8px;
            color: #212529;
        }
        .contactinfo-content p {
            color: #6c757d;
            font-size: 14px;
        }
        .contact-form {
            background-color: #fff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }
        .contactform-group {
            margin-bottom: 20px;
        }
        .contactform-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 20px;
        }
        .contactform-col {
            flex: 1;
            min-width: 200px;
        }
        .contactform-label {
            display: block;
            font-size: 12px;
            color: #6c757d;
            margin-bottom: 5px;
        }
        .contactform-control {
            width: 100%;
            padding: 10px 15px;
            border: 1px solid #ced4da;
            border-radius: 5px;
            font-size: 14px;
        }
        .contactselect-wrapper {
            position: relative;
        }
        .contactselect-wrapper::after {
            content: "▼";
            font-size: 10px;
            color: #6c757d;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
        }
        .contactcountry-select {
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%;
            padding: 10px 15px;
            border: 1px solid #ced4da;
            border-radius: 5px;
            background-color: white;
            cursor: pointer;
        }
        .contactflag {
            width: 20px;
            height: 15px;
            display: inline-block;
            margin-right: 5px;
        }
        .contactmobile-input {
            display: flex;
        }
        .contactcountry-code {
            width: 80px;
            border-radius: 5px 0 0 5px;
            border-right: none;
            background-color: #f8f9fa;
            display: flex;
            align-items: center;
            padding: 0 10px;
        }
        .contactmobile-number {
            flex: 1;
            border-radius: 0 5px 5px 0;
        }
        textarea.contactform-control {
            min-height: 120px;
            resize: vertical;
        }
        .contactbtn-submit {
            width: 100%;
            background-color: #d11116;
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .contactbtn-submit:hover {
            background-color: #ecbd00;
        }
        .contactdecoration {
            position: absolute;
            right: -20px;
            top: -20px;
            width: 120px;
            height: 120px;
            background-color: #d11116;
            border-radius: 50%;
            opacity: 0.1;
        }
        .donate-btns {
    display: inline-block;
    background-color: #ecbd00;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}
        .contactdots {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 3px;
        }
        .contactdot-row {
            display: flex;
            gap: 3px;
        }
        .contactdot {
            width: 4px;
            height: 4px;
            background-color: #6c757d;
            border-radius: 50%;
        }
              .map-section {
            margin-top: 50px;
            padding-bottom: 20px;
            width: 100%;
        }
        .map-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
            color: #333;
        }
        .full-width-map {
            width: 100%;
            height: 450px;
            position: relative;
            margin-bottom: 0;
            padding: 0;
        }

        .menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            color: #333;
            cursor: pointer;
        }

        .main-nav-links {
            display: flex;
            list-style: none;
            gap: 30px;
            align-items: center;
        }

        .main-nav-links a {
            text-decoration: none;
            color: #333;
            font-weight: 600;
            transition: color 0.3s;
            padding: 10px 0;
        }

        .main-nav-links a:hover {
            color: #ff6b35;
        }

        /* Dropdown styles */
        .dropdown {
            position: relative;
        }

        .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            list-style: none;
            min-width: 200px;
            z-index: 1002;
        }

        .dropdown:hover .submenu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .submenu li {
            border-bottom: 1px solid #f0f0f0;
        }

        .submenu li:last-child {
            border-bottom: none;
        }

        .submenu a {
            display: block;
            padding: 12px 20px;
            color: #333;
            text-decoration: none;
            transition: background 0.3s;
        }

        .submenu a:hover {
            background: #f8f9fa;
            color: #ff6b35;
        }

        /* Donation button styles */
        .donation-section {
            margin-left: 20px;
        }

        .donation-btn {
            background: linear-gradient(135deg, #ff6b35, #ff8e53);
            color: white;
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
        }

        .donation-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
        }

        /* Alert styles */
        .alert {
            position: fixed;
            top: 120px;
            right: 20px;
            padding: 15px 20px;
            border-radius: 5px;
            color: white;
            font-weight: 600;
            z-index: 1003;
            animation: slideIn 0.3s ease;
        }

        .alert-success {
            background: #4caf50;
        }

        .alert-danger {
            background: #f44336;
        }

        @keyframes slideIn {
            from { transform: translateX(100%); opacity: 0; }
            to { transform: translateX(0); opacity: 1; }
        }

        /* Mobile styles */
        @media (max-width: 768px) {
            .top-nav-container {
                flex-direction: column;
                gap: 10px;
                padding: 10px 20px;
            }

            .temple-info {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }

            .header {
                top: 80px;
            }

            .menu-toggle {
                display: block;
            }

            .main-nav {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: white;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                opacity: 0;
                visibility: hidden;
                transform: translateY(-20px);
                transition: all 0.3s ease;
            }

            .main-nav.active {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }

            .main-nav-links {
                flex-direction: column;
                gap: 0;
                padding: 20px 0;
            }

            .main-nav-links li {
                width: 100%;
                border-bottom: 1px solid #f0f0f0;
            }

            .main-nav-links li:last-child {
                border-bottom: none;
            }

            .main-nav-links a {
                display: block;
                padding: 15px 30px;
                border-bottom: none;
            }

            /* Hide desktop donation button on mobile */
            .donation-section {
                display: none;
            }

            /* Mobile donation button in menu */
            .mobile-donation {
                display: block;
                width: 100%;
                border-bottom: none;
                padding: 0;
            }

            .mobile-donation .donation-btn {
                display: block;
                margin: 10px 30px 20px 30px;
                text-align: center;
                padding: 15px 14px;
                border-radius: 25px;
                background: #d11116;
                color: white;
                text-decoration: none;
                font-weight: 600;
                transition: all 0.3s ease;
                box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
            }

            .mobile-donation .donation-btn:hover {
                transform: translateY(-2px);
                box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
            }

            /* Dropdown adjustments for mobile */
            .dropdown .submenu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: inset 0 1px 0 #f0f0f0;
                border-radius: 0;
                display: none;
            }

            .dropdown.active .submenu {
                display: block;
            }

            .submenu a {
                padding: 12px 50px;
                background: #f8f9fa;
            }

            .fa-caret-down {
                transition: transform 0.3s;
            }

            .dropdown.active .fa-caret-down {
                transform: rotate(180deg);
            }
        }

        @media (max-width: 480px) {
            .top-nav-container {
                padding: 8px 15px;
            }

            .header-container {
                padding: 10px 15px;
            }

            .logo img {
                height: 45px;
            }

            .temple-status {
                font-size: 12px;
            }

            .social-icon {
                font-size: 14px;
            }
        }

        @media (max-width: 768px) {
            .contact-info {
                flex-direction: column;
            }
            .contactform-row {
                flex-direction: column;
                gap: 15px;
            }
            @media (max-width: 992px) {
    .gauseva-container {
        padding: 30px 15px;
    }

    .gauseva-card-row {
        gap: 20px;
    }

    .gauseva-donation-card,
    .gauseva-account-card {
        min-height: 450px;
    }

    .gauseva-img {
        height: 200px;
    }

    .gauseva-form {
        padding: 25px;
    }

    .gauseva-form h3 {
        font-size: 22px;
    }

    .gauseva-overlay-text {
        font-size: 16px;
        padding: 15px;
    }
}

/* Mobile landscape styles */
@media (max-width: 768px) {
    .gauseva-container {
        padding: 25px 15px;
    }

    .gauseva-card-row {
        flex-direction: column;
        gap: 20px;
    }

    .gauseva-donation-card,
    .gauseva-account-card {
        flex: none;
        min-height: auto;
    }

    .gauseva-img {
        height: 180px;
    }

    .gauseva-form {
        padding: 20px;
    }

    .gauseva-form h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .gauseva-form p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .gauseva-input {
        padding: 12px;
        font-size: 15px;
    }

    .gauseva-btn {
        padding: 12px 18px;
        font-size: 15px;
    }

    .gauseva-overlay-text {
        font-size: 15px;
        padding: 12px;
    }

    .gauseva-account-details {
        height: 250px;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .gauseva-container {
        padding: 20px 10px;
    }

    .gauseva-card {
        border-radius: 8px;
    }

    .gauseva-img {
        height: 160px;
    }

    .gauseva-form {
        padding: 15px;
    }

    .gauseva-form h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .gauseva-form p {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .gauseva-input {
        padding: 10px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .gauseva-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .gauseva-overlay-text {
        font-size: 14px;
        padding: 10px;
    }

    .gauseva-account-details {
        height: 200px;
    }

    .error-message {
        font-size: 11px;
        margin-bottom: 12px;
    }
}

/* Extra small mobile styles */
@media (max-width: 320px) {
    .gauseva-container {
        padding: 15px 8px;
    }

    .gauseva-form {
        padding: 12px;
    }

    .gauseva-form h3 {
        font-size: 16px;
    }

    .gauseva-input {
        padding: 8px;
        font-size: 13px;
    }

    .gauseva-btn {
        padding: 8px 12px;
        font-size: 13px;
    }

    .gauseva-img {
        height: 140px;
    }

    .gauseva-account-details {
        height: 180px;
    }

    .gauseva-overlay-text {
        font-size: 13px;
        padding: 8px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .gauseva-card {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    
    .gauseva-card:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    }
    .gausevaimgsss {
    height: 182px;
    width: 335px;
}
}
        }
.videogallery-item h4 {
    margin: 0;
    font-size: 16px;
    text-align: center;
}
/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .indexgallery-container {
        grid-template-columns: 1fr 1fr;
    }
    
    .indexmiddle-column {
        grid-column: span 2;
    }
}

@media screen and (max-width: 768px) {
    .indexgallery-container {
        grid-template-columns: 1fr;
    }
    
    .indexsmiddle-column {
        grid-template-columns: 1fr;
        grid-column: auto;
    }
    
    .indexgallery-item {
        height: 250px;
    }
    .gallery-container {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 41px;
}
}


@media (max-width: 768px) {
    /* Hide desktop donation button on mobile */
    .donation-section {
        display: none;
    }

    /* Mobile donation button styling */
    .mobile-donation {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 0;
    }
    
    .mobile-donation .donation-btn {
        display: block;
        margin: 10px 30px 20px 167px;
        text-align: center;
        /* ... styling similar to desktop version */
    }
}


@media (max-width: 768px) {
    .festival-card {
        flex-direction: column;
    }
    .festival-image, .festival-content {
        width: 100%;
    }
    .festival-image {
        height: 200px;
    }
}
.footer {
    background-color: #d11116;
    color: #fff;
    padding: 0px 0 0px;
}

.footercontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-heading {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #ecbd00;
}

.address-list {
    list-style: none;
}

.address-list li {
    margin-bottom: 10px;
    font-size: 15px;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #ecbd00;
}

.pooja-list, .annadana-list {
    list-style: none;
}

.pooja-list li, .annadana-list li {
    margin-bottom: 15px;
    font-size: 15px;
}

.pooja-name {
    font-weight: bold;
    color: #fff;
}

.pooja-time {
    color: #fff;
}

.donate-btn {
    display: inline-block;
    background-color: #d11116;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.donate-btn:hover {
    background-color: #ecbd00;
}

.footer-bottom {
    border-top: 1px solid #ecbd00;
    padding-top: 16px;
    padding-bottom: 1px;

    text-align: center;
    /* margin-top: 20px; */
    font-size: 14px;
    color: #fff;
}

.footer-bottom a {
    color: #d11116;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #d11116;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.scroll-top:hover {
    background-color: #d11116;
}

.icon {
    margin-right: 8px;
}

.whatsapp-icon {
    color: #25D366;
    font-size: 20px;
}

        .dashancontainer {
            max-width: 1000px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .dashanevent-card {
            background-color: white;
            border-radius: 10px;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            width: calc(50% - 10px);
            box-sizing: border-box;
        }
        .dashantime-icon {
            background-color: #d11116;
            color: white;
            border-radius: 10px;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .dashanevent-details {
            flex-grow: 1;
        }
        .dashanevent-title {
            font-weight: bold;
            margin: 0 0 5px 0;
            color: #333;
        }
        .dashanevent-subtitle {
            margin: 0;
            color: #666;
            font-size: 0.9em;
        }
           .sevaofferings-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .sevaoffering-card {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            width: 260px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .sevadeity-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }
        
        .sevadeity-name {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            padding: 10px 0;
            margin: 0;
            color: #333;
        }
        
        .sevadeity-name-kannada {
            font-size: 16px;
            text-align: center;
            padding: 5px 0;
            margin: 0;
            color: #333;
        }
        
        .sevadetails-container {
            padding: 0 15px 15px;
        }
        
        .sevadetail-row {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }
        .black-text {
            color: #333;
        }

        
        .sevadetail-icon {
            width: 18px;
            height: 18px;
            background-color: #d11116;
            border-radius: 50%;
            margin-right: 10px;
            flex-shrink: 0;
        }
        
        .sevadetail-text {
            color: #333;
            font-size: 14px;
        }
        
        .sevabook-button {
            display: block;
            width: 90%;
            margin: 0 auto 15px;
            padding: 10px 0;
            background-color: #d11116;
            border: none;
            border-radius: 4px;
            text-align: center;
            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .sevabook-button:hover {
            background-color: #ecbd00;
        }
          .sevaheader {
            text-align: center;
            margin-bottom: 30px;
            color: #000000;
        }
        .sevaprayer-emoji {
            font-size: 22px;
        }

        .sevabookheader {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .sevabookheader-title {
            color: #e91e63;
            font-size: 14px;
            font-weight: normal;
        }
        .sevabookheader-title span {
            color: #666;
        }
        .sevabookshare-button {
            color: #666;
            font-size: 14px;
            cursor: pointer;
        }
        .sevabookmain-image {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
            border-radius: 0;
        }
        .sevabookcontent {
            padding: 20px;
            max-width: 1100px;
            margin: 0 auto;
        }
    
        .sevabookdescription {
            font-size: 15px;
            line-height: 1.6;
            color: #444;
            margin-bottom: 30px;
        }
        .sevabooklotus-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 50px;
            opacity: 0.8;
        }
        
        /* Booking Form Styles */
      .sevabookbooking-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.sevabookform-header {
    margin-bottom: 20px;
    text-align: center;
}

.sevabookform-header h3 {
    color: #333;
    margin: 0;
}

.sevabookproceed-text {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.sevabookform-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 15px;
}

.sevabookform-group {
    flex: 1;
    min-width: 200px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.purpose-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    /* font-weight: bold; */
    color: #444;
}

.sevabookform-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.sevabookselect-wrapper {
    position: relative;
}

select.sevabookform-control {
    appearance: none;
    padding-right: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.sevabookdate-input-wrapper {
    position: relative;
}

.sevabookcalendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

.sevabookform-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

/* .sevabookprice-info {
    text-align: right;
} */

.sevabookprice {
    font-size: 24px;
    font-weight: bold;
    color: #4a4a4a;
}

.sevabooktax-info {
    font-size: 12px;
    color: #888;
}

.sevabookbtn-offering {
    background-color: #d11116;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.sevabookbtn-offering:hover {
    background-color: #d11116;
}
        
        /* Other Offerings Styles */
        .sevabookother-offerings {
            margin-top: 30px;
            margin-bottom: 40px;
        }
        
        .sevabookofferings-title {
            font-size: 22px;
            color: #333;
            margin-bottom: 10px;
            text-align: justify;
            text-align: center;
        }
        
        .sevabookunderline {
            height: 3px;
            width: 40px;
            background-color: #e91e63;
            margin-bottom: 30px;
        }
        
        .sevabookofferings-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .sevabookoffering-card {
            flex: 1 1 300px;
            border-radius: 12px;
            overflow: hidden;
            background: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.08);
        }
        
        .sevabookoffering-image {
            position: relative;
            height: 200px;
        }
        
        .sevabookoffering-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .sevabooktemple-logo {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: rgba(0,0,0,0.5);
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
        }
        
        .sevabookoffering-details {
            padding: 15px;
        }
        
        .sevabookdeity-name {
            font-size: 18px;
            color: #333;
            margin: 0 0 15px;
        }
        
        .sevabookoffering-items {
            margin-bottom: 20px;
        }
        
        .sevabookoffering-item {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }
        
        .sevabookdot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin-right: 10px;
        }
        
        .sevabookpink-dot {
            background-color: #ff4081;
        }
        
        .sevabookitem-name {
            font-size: 14px;
            color: #555;
        }
        
        .sevabook-puja-btn {
            width: 100%;
            background-color: white;
            color: #333;
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 4px;
            text-align: center;
            font-size: 14px;
            cursor: pointer;
            transition: background-color 0.2s;
        }
        
        .sevabook-puja-btn:hover {
            background-color: #f5f5f5;
        }


        
        .edcontainer {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
      
        .edheader-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            flex-direction: column;
        }
        
        .edbreadcrumb {
            margin-bottom: 15px;
            font-size: 0.9rem;
        }
        
        .edbreadcrumb a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }
        
        .edbreadcrumb a:hover {
            color: white;
        }
        
        .edbreadcrumb span {
            margin: 0 10px;
        }
        
     
        .edfestival-meta {
            display: flex;
            align-items: center;
            margin-top: 15px;
        }
        
        .edfestival-date {
            background-color: rgba(255, 255, 255, 0.2);
            padding: 5px 15px;
            border-radius: 20px;
            margin-right: 20px;
            font-size: 0.9rem;
        }
        
        .edfestival-time {
            display: flex;
            align-items: center;
            font-size: 0.9rem;
        }
        
        .edfestival-time svg {
            margin-right: 5px;
        }
        
        .edcontent-wrapper {
            display: flex;
            gap: 30px;
        }
        
        .edmain-content {
            flex: 2;
        }
        
        .edsidebar {
            flex: 1;
        }
        
        .edfestival-image {
            width: 100%;
            height: 400px;
            border-radius: 10px;
            background-color: #ddd;
            margin-bottom: 30px;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        
        .edimage-gallery {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background-color: rgba(255, 255, 255, 0.9);
            padding: 8px 15px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            font-weight: bold;
            font-size: 0.9rem;
            cursor: pointer;
        }
        
        .edimage-gallery svg {
            margin-right: 5px;
        }
        
        .edcontent-section {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        

        h3 {
            color: #d11116;
            margin-top: 30px;
            margin-bottom: 15px;
        }
        
        p {
            margin-bottom: 20px;
        }
        
        .edschedule-item {
            display: flex;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }
        
        .edschedule-time {
            width: 100px;
            font-weight: bold;
            color: #e91e63;
        }
        
        .edschedule-details {
            flex: 1;
        }
        
        .edschedule-title {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .edschedule-desc {
            font-size: 0.95rem;
            color: #666;
        }
        
        .edcard {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .edcard-title {
            color: #e91e63;
            margin-top: 0;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
            font-size: 1.2rem;
        }
        
        .edevent-details-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .edevent-details-list li {
            display: flex;
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .edevent-details-list li:last-child {
            border-bottom: none;
        }
        
        .eddetail-label {
            width: 120px;
            color: #666;
        }
        
        .eddetail-value {
            flex: 1;
            font-weight: bold;
        }
        
        .edregister-btn {
            display: block;
            background-color: #e91e63;
            color: white;
            text-align: center;
            padding: 12px;
            border-radius: 5px;
            font-weight: bold;
            text-decoration: none;
            margin-top: 15px;
        }
        
        .edregister-btn:hover {
            background-color: #e91e63;
        }
        
        .edlocation-map {
            width: 100%;
            height: 200px;
            background-color: #eee;
            border-radius: 5px;
            margin: 15px 0;
        }
        
        .edrelated-events {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        
        .edrelated-event-card {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .edrelated-event-image {
            height: 120px;
            background-color: #ddd;
            background-size: cover;
            background-position: center;
        }
        
        .edrelated-event-content {
            padding: 15px;
        }
        
        .edrelated-event-date {
            font-size: 0.8rem;
            color: #e91e63;
        }
        
        .edrelated-event-title {
            margin: 5px 0;
            font-size: 1rem;
        }
        
        .edvideo-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            margin-bottom: 30px;
        }
        
        .edvideo-placeholder {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            border-radius: 10px;
            background-size: cover;
            background-position: center;
        }
        
        .edplay-button {
            width: 70px;
            height: 70px;
            background-color: #e91e63;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        
        .edplay-button::after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 22px solid white;
            margin-left: 7px;
        }
        
        .eddownload-item {
            display: flex;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .eddownload-item:last-child {
            border-bottom: none;
        }
        
        .eddownload-icon {
            margin-right: 15px;
            width: 40px;
            height: 40px;
            background-color: #f0f0f0;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .eddownload-details {
            flex: 1;
        }
        
        .eddownload-title {
            font-weight: bold;
        }
        
        .eddownload-size {
            font-size: 0.8rem;
            color: #666;
        }
        
        .eddownload-btn {
            background-color: #e91e63;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 0.9rem;
        }
        
        .edshare-buttons {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }
        
        .edshare-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        
        .edshare-btn.facebook {
            background-color: #e91e63;
            color: white;
        }
        
        .edshare-btn.twitter {
            background-color: #1da1f2;
            color: white;
        }
        
        .edshare-btn.whatsapp {
            background-color: #25d366;
            color: white;
        }
        @media (max-width: 768px) {
            .edcontent-wrapper {
                flex-direction: column;
            }
            
            .edfestival-image {
                height: 250px;
            }
            
            .edfestival-meta {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .edfestival-date {
                margin-bottom: 10px;
            }
            
            .edschedule-item {
                flex-direction: column;
            }
            
            .edschedule-time {
                width: auto;
                margin-bottom: 5px;
            }
            
            .edrelated-events {
                grid-template-columns: 1fr;
            }
        }
        .edfestival-calendar {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.edcalendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.edcalendar-title {
    color: #e91e63;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    width: 100%;
}

.edmonth-header {
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.edweekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 10px;
}

.edweekday {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 5px 0;
    color: #666;
}

.edcalendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.edcalendar-date {
    position: relative;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.edcalendar-date:hover {
    background-color: #f0f0f0;
}

.edcalendar-date.empty {
    color: #ccc;
}

.edcalendar-date.festival {
    background-color: #e91e63;
    color: white;
    font-weight: bold;
    padding-bottom: 25px;
}

.edfestival-name {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.65rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2px;
}

.edcalendar-legend {
    margin-top: 15px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
}

.edlegend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.edlegend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.edlegend-color.festival {
    background-color: #e91e63;
}

.edlegend-label {
    font-size: 0.8rem;
    color: #333;
}

.edcalendar-controls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.edmonth-nav {
    background: none;
    border: none;
    color: #e91e63;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0 10px;
}

.edmonth-nav:hover {
    color: #e91e63;
}
        .edarchive-tabs {
            display: flex;
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }
        
        .edarchive-tab {
            padding: 10px 20px;
            cursor: pointer;
            margin-right: 5px;
            border-bottom: 3px solid transparent;
        }
        
        .edarchive-tab.active {
            border-bottom-color: #e91e63;
            font-weight: bold;
            color: #e91e63;
        }
        
        .edarchive-year-selector {
            margin-bottom: 20px;
        }
        
        .edarchive-year-selector select {
            padding: 8px 15px;
            border-radius: 5px;
            border: 1px solid #ddd;
        }
        
        .edarchive-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }
        
        .edarchive-item {
            border-radius: 10px;
            overflow: hidden;
            background-color: white;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .edarchive-image {
            height: 180px;
            background-color: #eee;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        
        .edvideo-indicator {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            background-color: rgba(0,0,0,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .edvideo-indicator::after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid white;
            margin-left: 5px;
        }
        
        .edarchive-caption {
            padding: 15px;
        }
        
        .edarchive-title {
            margin: 0 0 5px;
            font-size: 1.1rem;
        }
        
        .edarchive-date {
            color: #888;
            font-size: 0.9rem;
        }
@media (max-width: 768px) {
    .edweekday {
        font-size: 0.7rem;
    }
    
    .edcalendar-date {
        padding: 5px 0;
        font-size: 0.8rem;
    }
    
    .edfestival-name {
        font-size: 0.6rem;
    }
}
        
        @media (max-width: 768px) {
            .dashanevent-card {
                width: 100%;
            }
        }
@media (max-width: 992px) {
    .footer-section {
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .footer-section {
        flex: 0 0 100%;
    }
}
@media (max-width: 992px) {
    .event-card {
        width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .event-card {
        width: 100%;
        max-width: 450px;
        margin: 15px auto;
    }
    
    .section-title {
        font-size: 28px;
    }
}


 /* Media Queries for Responsiveness */
 @media screen and (max-width: 992px) {
     .slide-content {
         left: 50px;
     }
 }

 @media (max-width: 992px) {
    .event-card {
        width: calc(50% - 30px);
    }
    .donation-section{
        display:none;
    }
}

@media (max-width: 768px) {
    .event-card {
        width: 100%;
        max-width: 450px;
        margin: 15px auto;
    }}

 @media screen and (max-width: 768px) {
     .header {
         top: 80px; /* Adjust for stacked top navbar */
     }

     
     .main-nav {
         margin-top: 15px;
         width: 100%;
         justify-content: space-between;
     }
     
     .main-nav-links {
         flex-wrap: wrap;
         justify-content: center;
     }
     
     .main-nav-links li {
         margin-right: 15px;
         margin-bottom: 5px;
     }
     
     .banner-slider {
         height: 60vh;
     }
     
     .slide-content {
         left: 50%;
         transform: translate(-50%, -50%);
         text-align: center;
         width: 90%;
     }
     
     .slide-content h2 {
         font-size: 2.2rem;
     }
 }

 @media screen and (max-width: 576px) {
     .top-nav-container {
         flex-direction: column;
     }
     
     .top-nav-links {
         /* margin-bottom: 10px; */
     }
     
     .temple-info {
         flex-direction: column;
         align-items: flex-start;
     }
     
     .weather-info {
         margin-left: 0;
         margin-top: 5px;
     }
     
     .header {
         top: 100px; /* Adjust for larger top navbar */
     }
     
     .main-nav {
         flex-direction: column;
     }
     
     .main-nav-links {
         justify-content: center;
         margin-bottom: 15px;
     }
     
     .banner-slider {
         height: 50vh;  
     }
     
     .slide-content h2 {
         font-size: 1.8rem;
     }
     
     .slide-content p {
         font-size: 1rem;
     }

 }
  .abcontainer {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 20px;
        }


        .absection-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .absection-header h2 {
            font-size: 36px;
            margin-bottom: 20px;
            color: #000000;
        }
        
        .absection-header p {
            color: #333;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .abdeity-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 40px;
        }
        
        .abdeity-card {
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }
        
        .abdeity-card:hover {
            transform: translateY(-10px);
        }
        
        .abdeity-img {
            width: 300px !important;
            height: 296px !important;
            background-color: #f5e7d3;
            display: flex;
            justify-content: center;
        }
        
        .abdeity-info {
            padding: 20px;
            text-align: center;
        }
        
        .abdeity-info h3 {
            margin-bottom: 10px;
            font-size: 20px;
            color: #000000;
        }
        
        .abdeity-info p {
            color: #333;
            margin-bottom: 15px;
        }
        
        .abrituals-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 40px;
        }
        
        .abritual-card {
            background-color: #fff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            text-align: center;
        }
        
        .abritual-card h3 {
            margin: 20px 0;
            font-size: 24px;
            color: #000000;
        }
        
        .abritual-icon {
            font-size: 48px;
            color: #ff9933;
        }
        
        .abtimeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .abtimeline::after {
            content: '';
            position: absolute;
            width: 6px;
            background-color: #000000;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -3px;
        }
        
        .abtimeline-item {
            padding: 10px 40px;
            position: relative;
            width: 50%;
        }
        
        .abtimeline-item::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border: 4px solid #000000;
            border-radius: 50%;
            top: 15px;
            z-index: 1;
        }
        
        .ableft {
            left: 0;
            text-align: right;
        }
        
        .abright {
            left: 50%;
        }
        
        .ableft::after {
            right: -10px;
        }
        
        .abright::after {
            left: -10px;
        }
        
        .abtimeline-content {
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .abtimeline-content h3 {
            margin-bottom: 10px;
            color: #000000;
        }
        
        .abtemple-info {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 40px;
        }
        
        .abtemple-info-text {
            flex: 1;
            min-width: 300px;
        }
        
        .abtemple-info-image {
            flex: 1;
            min-width: 300px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .abtemple-info-image img {
            width: 500px;
            height: 500px;
            object-fit: cover;
        }
          .team-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .team-header h2 {
            font-size: 36px;
            margin-bottom: 15px;
            color: #2d3748;
        }
        
        .team-header p {
            font-size: 18px;
            color: #718096;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .team-member {
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .team-member:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .member-image {
            height: 300px;
            width: 100%;
            overflow: hidden;
            background-color: #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .member-image img {
            width: 500px;
            height: 500px;
            object-fit: cover;
        }
        
        .member-info {
     padding: 20px;
    margin-top: -39px;
    text-align: center;
        }
        
        .member-name {
            font-size: 20px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 5px;
        }
        
        .member-role {
            font-size: 16px;
            color: #4299e1;
            margin-bottom: 15px;
        }
        
        .member-bio {
            font-size: 15px;
            color: #718096;
            margin-bottom: 15px;
        }
        .breadcrumb {
    font-size: 14px;
    color: #fff;
}
.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

    
        
        @media (max-width: 768px) {
            .team-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
            
            .team-header h2 {
                font-size: 30px;
            }
            
            .team-header p {
                font-size: 16px;
            }
        }




li.active a {
    color: #d11116!important;
}
 .trust-container {
 max-width: 1200px;
 margin: 0 auto;
 padding: 20px;
 }
    .trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  justify-items: center; /* Center each item in the grid */
  text-align: center;
}

.trust-item {
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px;
  width: 250px;
}

.trust-image {
  width: 150px;
  height: 150px;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  border-radius: 50%; /* Makes it round */
  margin: 0 auto 15px; /* Center + spacing */
}

.trust-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
}

.trust-role {
  font-size: 0.95rem;
  color: #666;
  margin: 5px 0 0;
}

        

        /* Top Navbar Styles */
    

        .status-dot {
            width: 8px;
            height: 8px;
            background-color: #fff;
            border-radius: 50%;
        }

        /* Main Header Styles */
        .header {
            background-color: #ecbd00;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 5px 15px;
        }

        .logo img {
            height: 74px;
        }

        .main-nav-links {
            display: flex;
            list-style: none;
            gap: 20px;
        }

        .main-nav-links a {
            text-decoration: none;
            color: #734426;
            font-size: 16px;
            position: relative;
            padding: 5px 0;
        }

        .main-nav-links .active a {
            color: #d11116;
        }

        .main-nav-links a:hover {
            color: #d11116;
        }

        /* Dropdown Styles */
        .dropdown {
            position: relative;
        }

        .submenu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            min-width: 180px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            padding: 8px 0;
            z-index: 1001;
        }

        .dropdown:hover .submenu {
            display: block;
        }

        .submenu li {
            list-style: none;
        }

        .submenu a {
            display: block;
            padding: 8px 15px;
            color: #734426;
            text-decoration: none;
            font-size: 14px;
        }

        .submenu a:hover {
            background-color: #f8f1e5;
            color: #d11116;
        }

        /* Mobile Menu Toggle Button - Hidden by default */
        .menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            color: #d11116;
            cursor: pointer;
        }

        /* Mobile Responsive Styles */
        @media screen and (max-width: 992px) {
            .top-nav-container {
                flex-direction: column;
                gap: 10px;
            }

            .menu-toggle {
                display: block; /* Show the menu toggle button */
            }
            .temple-status{
                display:none;
            }

            .main-nav {
                width: 100%;
                position: absolute;
                top: 80px;
                left: 0;
                background-color: #fff;
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease-out;
            }

            .main-nav.active {
                max-height: 500px; /* Arbitrary height that's enough to show the menu */
            }

            .main-nav-links {
                flex-direction: column;
                gap: 0;
                padding: 10px 17px;
            }

            .main-nav-links li {
                width: 100%;
            }

            .main-nav-links a {
                display: block;
                padding: 12px 15px;
                font-size: 16px;
            }

            .dropdown .submenu {
                position: static;
                display: none;
                box-shadow: none;
                background-color: #f8f1e5;
                padding-left: 20px;
                width: 100%;
            }

            .dropdown.active .submenu {
                display: block;
            }

            .dropdown > a:after {
                content: '\f107';
                font-weight: 900;
                margin-left: 5px;
            }
        }

        @media screen and (max-width: 768px) {
            .temple-info {
                flex-direction: column;
                align-items: flex-start;
                gap: 5px;
            }

            .header-container {
                padding: 10px;
            }

            .logo img {
                height: 50px;
            }

             .about-content {
        flex-direction: column;
    }

    .about-images, .about-text {
        flex: 1 1 100%;
        padding: 10px 0;
        text-align: center;
    }

    .about-heading {
        font-size: 22px;
    }

    .about-description p {
        font-size: 15px;
    }

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

    .decorative-dots,
    .decorative-circle {
        display: none; /* Hide decorative elements on small screens */
    }
        }


@media (max-width: 576px) {
    .festival-section {
        padding: 40px 10px;
    }

    .festival-content h3 {
        font-size: 18px;
    }

    .festival-content p {
        font-size: 14px;
    }

    .eventsection-title {
        font-size: 22px;
    }

    .eventsection-tag {
        font-size: 14px;
    }
}



        .indexgallery-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            max-width: 1200px;
            margin: 0 auto;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .indexvideogallery-container {
            display: flex;
            gap: 15px;
            padding: 20px 0;
            overflow: hidden;
            width: calc(4 * 280px); 
            margin: 0 auto;
        }

        .indexvideo-track {
            display: flex;
            gap: 15px;
            flex-shrink: 0;
            animation: smoothScroll 20s linear infinite;
        }

        @keyframes smoothScroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-265px); /* Move by one video width + gap */
            }
        }

        .indexvideogallery-container:hover .indexvideo-track {
            animation-play-state: paused;
        }

        .indexvideogallery-item {
            position: relative;
            min-width: 235px;
            width: 235px;
            height: 180px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .indexvideogallery-item:hover {
            transform: scale(1.05);
        }

        .indexvideogallery-item iframe {
            width: 100%;
            height: 100%;
            border: none;
            pointer-events: none; /* Prevent direct iframe interaction */
        }

        .indexvideoitem-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 20px 15px 15px;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }

        .indexvideoitem-overlay h4 {
            font-size: 14px;
            font-weight: bold;
            margin: 0;
            max-width: 160px;
        }

        .indexplay-icon {
            font-size: 20px;
            color: white;
            background: rgba(255, 255, 255, 0.2);
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .indexvideogallery-item:hover .indexplay-icon {
            background: rgba(255, 255, 255, 0.4);
            transform: scale(1.1);
        }

        /* Arrow Navigation */
        .indexarrow-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.6);
            color: white;
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .indexarrow-nav:hover {
            background: rgba(0, 0, 0, 0.8);
            transform: translateY(-50%) scale(1.1);
        }

        .indexarrow-left {
            left: 20px;
        }

        .indexarrow-right {
            right: 20px;
        }

        /* Popup Modal Styles */
        .video-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            align-items: center;
            justify-content: center;
        }

        .video-popup.active {
            display: flex;
        }

        .popup-content {
            position: relative;
            width: 90%;
            max-width: 900px;
            aspect-ratio: 16/9;
            background: black;
            border-radius: 10px;
            overflow: hidden;
        }

        .popup-video {
            width: 100%;
            height: 100%;
            border: none;
        }

        .popup-close {
            position: absolute;
            /* top: -50px; */
            right: 0;
            background: rgba(255, 255, 255, 0.9);
            color: #333333;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .popup-close:hover {
            background: white;
            transform: scale(1.1);
        }

        .popup-title {
            position: absolute;
            bottom: -50px;
            left: 0;
            color: white;
            font-size: 18px;
            font-weight: bold;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .indexvideogallery-container {
                width: calc(2 * 200px); /* Show 2 videos on mobile */
            }
            
            .indexvideogallery-item {
                min-width: 185px;
                width: 185px;
                height: 140px;
            }

            .indexvideoitem-overlay h4 {
                font-size: 12px;
                max-width: 120px;
            }

            .indexplay-icon {
                width: 30px;
                height: 30px;
                font-size: 16px;
            }

            .indexarrow-nav {
                width: 35px;
                height: 35px;
                font-size: 14px;
            }

            .popup-content {
                width: 95%;
                margin: 20px;
            }

            .popup-close {
                top: -40px;
                width: 35px;
                height: 35px;
                font-size: 18px;
            }

            .popup-title {
                font-size: 16px;
                bottom: -40px;
            }
        }
        .donation-section {
    flex-shrink: 0;
}

.donation-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 4px;
background: linear-gradient(135deg, #d11116, #d11116);    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.donation-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, #e55a2b, #e8831a);
}

.donation-btn i {
    font-size: 16px;
    animation: heartbeat 2s infinite;
}


 .sevabookcontent {
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .sevabookleft-content {
            flex: 1;
            min-width: 300px;
        }

        .sevabookright-content {
            /* flex: 1; */
            min-width: 300px;
        }

        .sevabookmain-image {
            width: 100%;
            max-height: 400px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        @media (max-width: 768px) {
            .sevabookcontent {
                flex-direction: column;
            }
            
            .sevabookleft-content,
            .sevabookright-content {
                width: 100%;
            }
        }

        