body,h1,.uk-heading-small{
     font-family: 'Mukta', sans-serif;
}
/* small head */
.top-bar {
    /* border-bottom: 1px solid #e0d7cf; */
    padding: 0px 0;
    font-size: 1rem;
   
    background: #d90000 !important;
    color: #fff;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-icons a:hover {
    background-color: #1e87f0; /* UIkit primary */
    color: #fff;
    transform: translateY(-2px);
}
.social-icons a{
    margin: 0px 5px;
}


/* main nav */
.mainnav{
    background: #fff !important;
    border-bottom: 2px solid #f2f2f2;
}

.temple-logo {
    
    color: #bf0000 !important;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-family:'Mukta', sans-serif;
}
.temple-logo img {
    width: 85px;
}
.uk-navbar-nav > li > a {
   
    color: #3e3e3e !important;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.uk-navbar-nav > li:hover > a {
    color: #bf0000 !important;
    transform: translateY(-2px);
}

/* Offcanvas background and padding */
.uk-offcanvas-bar {
    background-color: #f9f9f9;
    padding: 30px 20px;
}

/* Offcanvas menu items */
.uk-offcanvas-bar .uk-nav-default > li > a {
  
    font-size: 1.2rem;
    color: #222;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: all 0.3s ease;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover {
    color: #d60000;
    padding-left: 5px;
}

/* Active link styling */
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #d60000;
    font-weight: bold;
}


/* Offcanvas close button */
.uk-offcanvas-close {
    color: #000 !important;
    font-size: 24px;
    top: 15px;
    right: 15px;
    position: absolute;
}

/* Responsive spacing for small and medium screens */
@media (max-width: 768px) {
    .uk-offcanvas-bar {
        width: 250px;
    }
    .temple-logo{
        font-size: 1.2rem;
    }
    .temple-logo img{
        width: 60px;
    }
    .top-bar {
        font-size: 0.7rem;
    }
    .uk-heading-small{
        font-size: 1.6rem !important;
    }
}
.uk-navbar-toggle {
color: #3e3e3e;
}
/* Custom Dropdown Styling */
/* Make sure your selector matches the dropdown div */
.uk-navbar-dropdown.custom-dropdown {
    background: #fff; /* white background */
    border-radius: 6px; /* rounded corners */
    overflow: hidden;
    min-width: 150px; /* optional: set minimum width */
}

/* Links inside the dropdown */
.uk-navbar-dropdown.custom-dropdown .uk-nav li a {
    padding: 10px 20px;
    display: block;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover effect */
.uk-navbar-dropdown.custom-dropdown .uk-nav li a:hover {
    background: #bf0000; /* red hover */
    color: #fff;
}


.hero-section {
    padding: 20px;
    
}


.temple-image {
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(90,57,33,0.1);
   
}
.uk-heading-small{
    font-size:2rem;
    line-height:1.5;
    font-weight:700;
    margin-top: 20px;
}
.uk-text-lead{
    font-size:1rem;
    text-align:justify;
    line-height:2
}
.decorative-line {
position: relative;
padding-left: 30px;
border-left: 3px solid #bf0000;
margin-left: 15px;
}

.decorative-line span{
color: #bf0000;
font-weight:600
}


/* Optional: Add animation */
.decorative-line {
transition: all 0.3s ease;
}

.decorative-line:hover {
border-left-color: #c53030;
}


/* about section */
.about-section {
    padding: 100px 0;
 
    position: relative;
    overflow: hidden;
}

.about-content {
    position: relative;
    z-index: 2;
}

.decorative-border {
    border-left: 4px solid #bf0000;
    padding-left: 30px;
    margin-left: 20px;
    position: relative;
}

.decorative-border::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 40px;
    height: 4px;
    background: #bf0000;
}

.about-image {
   
    box-shadow: 0 25px 50px rgba(90,57,33,0.1);
  
}


.gold-text {
    color: #bf0000;
    font-weight: 500;
}

.floral-decor {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    width: 400px;
}
.image-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0px;
   width: 100%;
    height: 100%;
    background-color: rgba(191, 0, 0, 0.1); /* #bf0000 with 70% opacity */
    border-radius: inherit; /* keeps same rounded corners */
}

/* .uk-slideshow {
    height: 400px !important; 
} */

.uk-slidenav{
    background: #fff !important;
    opacity: 0.4;
}
.uk-slideshow .uk-slidenav {
    color: #df0000;

}
.uk-slideshow .uk-slidenav:hover{
    color: #df0000;
}
.uk-slideshow .uk-slidenav svg {
    width: 30px;  /* arrow width */
    height: 16px; /* arrow height */
    
}
.uk-slideshow .uk-slidenav svg polyline {
    stroke-width: 3; /* thicker line */
}

/* about slider */
 
        .book-card {
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(197, 168, 106, 0.2);
        }
        .book-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            border-color: rgba(197, 168, 106, 0.4);
        }
        .book-img {
            height: 300px;
            object-fit: cover;
            transition: all 0.5s ease;
        }
        .book-overlay {
            background: rgba(59, 45, 24, 0.85);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .book-overlay h5 {
           
            color: #f8f4e9;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            position: relative;
        }
        .book-overlay h5::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 2px;
            background: #c5a86a;
            border-radius: 2px;
        }
        .uk-transition-toggle:hover .book-overlay {
            opacity: 1;
        }
        .uk-slidenav {
            background: #bf0000 ;
            color: #fff;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        /* .uk-slidenav:hover {
            background: #c5a86a;
            transform: scale(1.1);
        } */
/* activities section */
.schedule-table {
   
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(90,57,33,0.08);
}

.schedule-table thead th {
    background-color: #bf0000;
    color: #fff;
   
    font-size: 1.1rem;
    padding: 10px 20px;
    border-bottom: 2px solid #bf0000;
}

.schedule-table tbody td {
    
    padding: 15px 20px;
    border-bottom: 1px solid rgba(44,24,16,0.1);
}




.sn-column {
    color: #bf0000;
    font-weight: 500;
}

.time-column {

    color: #5a3921;
}


/* program */
.programs-section {
    padding: 20px 0;
    background: #fff;
}
.programs-section h4{
    font-weight: 600;
}
.program-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(44,24,16,0.08);
}
.program-card .uk-card-body,.program-card .uk-card-footer{
    padding: 20px;
}
.program-card:hover {
    transform: translateY(-5px);
}

.program-image {
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.program-date {
    color: #bf0000;
    font-weight: 500;
}

.view-all-btn {
    background: #bf0000;
    color: white !important;
    padding: 8px 25px;
    
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: #bf0000;
}

/* patrika section */
/* Patrika Section Styling */
.uk-tab::before{
    border-bottom: none;
}
.patrika-section {
    padding: 0px 0;
    padding-bottom: 20px;
    background: linear-gradient(135deg, #fffaf0 0%, #fff4e4 100%);
    position: relative;
    overflow: hidden;
}

.section-header {
    position: relative;
    padding-bottom: 20px;
}


.section-title {
  
    color: #2c1810;
    font-weight: 700;
    letter-spacing: 1px;
    
}


/* Year Tabs */
.year-tabs-container {
    margin: 0px 0;
}

.year-pill {
   
    padding: 12px 30px !important;
    border-radius: 30px !important;
    margin: 0 10px;
    transition: all 0.3s ease;
    background: rgba(184,134,11,0.1) !important;
    color: #6b4f3a !important;
}

.year-pill:hover {
    background: #bf0000 !important;
    color: white !important;
}

.uk-active .year-pill {
    background: #bf0000 !important;
    color: white !important;

}

/* Patrika Card */
.patrika-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1),
                box-shadow 0.3s ease;
    margin: 15px;
}

.patrika-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.card-media {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.card-media img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
/* 
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
} */

/* .month-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #bf0000;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
} */

.card-content {
    padding: 25px;
}

.meta-date {
    color: #bf0000;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.card-title {
   
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 15px 0px;
}


.card-actions {
    display: flex;
    gap: 12px;
}

.action-btn {
    flex: 1;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.preview-btn {
    background: rgba(184,134,11,0.1);
    color: #bf0000;
}

.preview-btn:hover {
    background: #bf0000;
    color: white;
}

.download-btn {
    background: #bf0000;
    color: white;
}

.download-btn:hover {
    background: #3d2416;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.slider-nav {
    position: absolute;
    background: white;
    color: #bf0000 !important;
    padding: 12px 15px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.slider-nav:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.prev { left: -25px; }
.next { right: -25px; }

/* footer section */
.footer-section {
    background: #f2f2f2;
    
    /* border-top: 2px solid #e0d7cf; */
    padding: 20px 0 0;
}

.footer-logo {
  font-weight: 600;
    color: #2c1810;
    font-size: 2rem;
    margin-bottom: 20px;
}

.footer-heading {
    color: #bf0000;
    font-weight: 600;
    border-bottom: 2px solid #e0d7cf;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-link {
    color: #5a3921 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #bf0000 !important;
    padding-left: 5px;
}

.social-footer a {
    color: #bf0000 !important;
    margin-right: 15px;
    font-size: 18px;
}

.newsletter-input {
    border: 1px solid #e0d7cf !important;
    border-radius: 4px;
}

.copyright {
    background: #df0000;
    color: #fffaf5;
    padding: 20px 0;
    margin-top: 40px;
}



.image-container {
    position: relative;
}

/* Banner Styles */
.about-image-wrap img{
    height:auto;
    }
    /* Simplified Banner Styles */
    .about-banner {
        height: 40vh;
        position: relative;
        background: url('../images/small_banner.jpg') center/cover;
        display: flex;
        align-items: center;
    } 
    
    .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:  rgba(191, 0, 0, 0.3);
    }
   
    .banner-content .uk-heading-small {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0 20px;
        color: #f2f2f2;
    }
      /*
    .banner-title {
      
        font-size: 2.8rem;
        line-height: 1.2;
        color: #000;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        border-bottom: 2px solid rgba(255,255,255,0.3);
        animation: fadeInUp 1s ease;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* For better spacing on mobile */
    @media (max-width: 640px) {
        .banner-title {
            font-size: 2rem;
            padding: 15px;
        }
    }
    
    /* About Section */
    .about-image {
        
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    
    .section-title {
      
        color: #2c1810;
        margin-bottom: 2.5rem;
    }
    
    .about-text {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #5a3921;
    }
    
    /* Services Section */
    .service-card {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s ease;
        text-align:center;
    }
    
    .service-card:hover {
        transform: translateY(-5px);
    }
    
    .service-image {
        height: 250px;
        object-fit: cover;
    }
    
    .service-title {
        padding: 1rem;
        margin: 0;
        font-size: 1.4rem;
        color: #2c1810;
    }
    
    .service-text {
        padding: 0 1.5rem 1.5rem;
        color: #5a3921;
        margin:0px;
    }
    
    /* Book Slider */
    .book-item {
        position: relative;
        margin: 0 15px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .book-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
        color: white;
    }
    
    .book-title {
        margin: 0;
        font-size: 1.1rem;
    }


/* Gallery Styles */
.gallery-section {
    background: #f8f8f8;
    padding: 4rem 0;
}

.section-title {
   
    font-size: 2.5rem;
    color: #2c1810;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}



.gallery-item {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.gallery-item img {
    transition: transform 0.4s ease;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.gallery-item h3 {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    color: white;
    font-size: 1.1rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    transition: bottom 0.3s ease;
    margin: 0;
    opacity: 0;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44,24,16,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item:hover .image-overlay {
    opacity: 1;
}

.gallery-item:hover h3 {
    bottom: 0;
    opacity: 1;
}

/* Lightbox Customization */
.uk-lightbox {
    background: rgba(44,24,16,0.97);
}

.uk-lightbox-toolbar {
    background: transparent;
    color: #fff;
}

.uk-lightbox-button {
    color: #bf0000 !important;
}

.uk-lightbox-toolbar-icon:hover {
    color: #fff !important;
}

/* Responsive Design */
@media (max-width: 960px) {
    .section-title {
        font-size: 2rem;
    }
    
    .gallery-item img {
        height: 250px;
    }
}

@media (max-width: 640px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .gallery-item {
        margin: 5px;
    }
}



/* Contact Styles */
.contact-section {
    background: #fff;
}

.contact-form input,
.contact-form textarea {
    border: 2px solid rgba(44,24,16,0.1);
    border-radius: 4px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #bf0000;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.contact-item span[uk-icon] {
    color: #bf0000;
}

.map-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

/* Lightbox Customization */
.uk-lightbox {
    background: rgba(44,24,16,0.95);
}

.uk-lightbox-toolbar {
    background: rgba(0,0,0,0.5);
}

.uk-lightbox-button {
    color: #fd9551;
}

.uk-slideshow-items img {
    border-radius: 4px;
}


/* notice section */
.notice-section {
    padding: 80px 0;
    background: linear-gradient(45deg, #fffaf5 0%, #fff5ed 100%);
}



.notice-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(90,57,33,0.1);
    transition: all 0.3s ease;
}

.notice-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(90,57,33,0.15);
}

.notice-header {
    background: linear-gradient(to right, #feb970, #fd9551);
    padding: 15px 25px;
    color: white;
}

.notice-date {
    font-size: 0.9rem;
    opacity: 0.9;
}

.notice-title {
 
    font-size: 1.5rem;
    margin: 5px 0;
}

.notice-body {
    padding: 25px;
}

.notice-content {
    line-height: 1.8;
    margin-bottom: 20px;
}

.notice-footer {
    padding: 0 25px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-actions button {
    background: transparent;
    border: 1px solid #fd9551;
    color: #fd9551;
    padding: 8px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
  
    font-weight: 500;
}

.notice-actions button:hover {
    background: #fd9551;
    color: white;
}

.important-badge {
    background: #bf0000;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.decorative-line {
    position: relative;
    padding-left: 30px;
    border-left: 3px solid #bf0000;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.decorative-line span {
    color: #bf0000;
    font-weight: 600;
}

.decorative-line:hover {
    border-left-color: #c53030;
}
