/* Event Detail Page Styles - Enhanced Hindu Raksha Dal Theme */

/* ==========================================
   BANNER SLIDER STYLES
   ========================================== */
.event-banner-slider {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    background-size: cover;
    background-position: center;
}

.banner-slide.active {
    opacity: 1;
}

.banner-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(204, 85, 0, 0.92) 0%, rgba(139, 69, 19, 0.88) 50%, rgba(204, 85, 0, 0.9) 100%);
    z-index: 1;
}

.banner-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* Slider Navigation Arrows */
.slider-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.slider-nav-arrow:hover {
    background: rgba(255, 215, 0, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.slider-nav-arrow i {
    font-size: 20px;
    color: #ffffff;
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.slider-dot.active {
    background: #ffd700;
    transform: scale(1.3);
    border-color: #ffffff;
}

.slider-dot:hover {
    background: rgba(255, 215, 0, 0.7);
}

/* ==========================================
   HALF TIMER SECTION (Below Banner)
   ========================================== */
.half-timer-section {
    background: linear-gradient(135deg, #cc5500 0%, #8b4513 100%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.half-timer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 215, 0, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 40%);
}

.half-timer-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}

.half-timer-label {
    font-size: 18px;
    color: #ffd700;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.half-timer-label i {
    font-size: 22px;
}

.half-countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.half-countdown-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 20px 30px;
    min-width: 100px;
    border: 1px solid rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.half-countdown-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff9933, #ffd700, #ff9933);
}

.half-countdown-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.half-countdown-number {
    display: block;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.half-countdown-text {
    display: block;
    font-size: 13px;
    color: #ffd700;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* ==========================================
   HALF TITLE SECTION (Hindu Raksha Dal)
   ========================================== */
.half-title-section {
    background: #fff8f0;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.half-title-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ff9933 0%, #ff6600 25%, #ff9933 50%, #ff6600 75%, #ff9933 100%);
}

.half-title-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ff9933 0%, #ff6600 25%, #ff9933 50%, #ff6600 75%, #ff9933 100%);
}

.half-title-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
}

.half-title-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff9933, #ff6600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(255, 102, 0, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.half-title-icon i {
    font-size: 36px;
    color: #ffffff;
}

.half-title-main {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #cc5500;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.half-title-main::before,
.half-title-main::after {
    content: 'ॐ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: rgba(204, 85, 0, 0.3);
    font-weight: normal;
}

.half-title-main::before {
    left: -45px;
}

.half-title-main::after {
    right: -45px;
}

.half-title-sub {
    font-size: 18px;
    color: #666666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.half-title-tagline {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.half-title-tagline span {
    font-size: 16px;
    color: #ff6600;
    font-weight: 600;
    padding: 10px 25px;
    background: rgba(255, 102, 0, 0.1);
    border-radius: 25px;
    border: 1px solid rgba(255, 102, 0, 0.3);
}

/* ==========================================
   LEGACY BANNER STYLES (kept for reference)
   ========================================== */

/* Event Banner Section */
.event-banner-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.event-banner-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0 100px;
    min-height: 550px;
}

.event-banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(204, 85, 0, 0.92) 0%, rgba(139, 69, 19, 0.88) 50%, rgba(204, 85, 0, 0.9) 100%);
    z-index: 1;
}

/* Decorative patterns */
.event-banner-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.event-banner-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

/* Saffron top border with pattern */
.event-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ff9933 0%, #ff6600 25%, #ff9933 50%, #ff6600 75%, #ff9933 100%);
    z-index: 10;
}

/* Breadcrumb */
.event-breadcrumb {
    margin-bottom: 25px;
}

.event-breadcrumb .breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 0;
    display: inline-flex;
}

.event-breadcrumb .breadcrumb-item a {
    color: #ffd700 !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.event-breadcrumb .breadcrumb-item a:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}

.event-breadcrumb .breadcrumb-item.active {
    color: #ffffff !important;
    font-weight: 600;
}

.event-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ffd700;
    content: '›';
    font-weight: bold;
}

/* Event Title with decorative elements */
.event-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.event-main-title::before,
.event-main-title::after {
    content: 'ॐ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    color: rgba(255, 215, 0, 0.6);
    font-weight: normal;
}

.event-main-title::before {
    left: -50px;
}

.event-main-title::after {
    right: -50px;
}

/* Countdown Timer - Enhanced */
.event-countdown-wrapper {
    margin-bottom: 25px;
}

.countdown-label {
    font-size: 16px;
    color: #ffd700;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.countdown-timer {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 20px 25px;
    text-align: center;
    min-width: 90px;
    border: 1px solid rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.countdown-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff9933, #ffd700, #ff9933);
}

.countdown-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.countdown-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.countdown-text {
    display: block;
    font-size: 12px;
    color: #ffd700;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}

.event-started {
    font-size: 24px;
    color: #ffd700;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

/* Date Time Info - Enhanced */
.event-datetime-info {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.datetime-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.datetime-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.datetime-item i {
    color: #ffd700;
    font-size: 20px;
    width: 30px;
    height: 30px;
    background: rgba(255, 215, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Event Sidebar - Glassmorphism */
.event-sidebar {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Banner Info Row - Call Now & Location in One Row */
.banner-info-row {
    display: flex;
    gap: 15px;
    width: 100%;
}

.banner-info-row .call-now-card,
.banner-info-row .location-card {
    flex: 1;
    padding: 25px 20px;
}

.banner-info-row .call-now-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.banner-info-row .call-now-icon i {
    font-size: 24px;
}

.banner-info-row .call-now-content h4,
.banner-info-row .location-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.banner-info-row .call-now-content p,
.banner-info-row .location-content p {
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}

.banner-info-row .call-now-btn {
    padding: 10px 20px;
    font-size: 14px;
}

.banner-info-row .location-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
}

.banner-info-row .location-icon i {
    font-size: 22px;
}

.banner-info-row .hall-number {
    font-size: 12px;
    padding: 6px 12px;
}

/* Glassmorphism Cards - Improved */
.call-now-card,
.location-card,
.share-event-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 25px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
}

.call-now-card:hover,
.location-card:hover,
.share-event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.2);
}

/* Saffron accent on cards */
.call-now-card::before,
.location-card::before,
.share-event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff9933, transparent);
    border-radius: 0 0 50% 50%;
}

.call-now-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff9933, #ff6600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(255, 102, 0, 0.4);
    transition: all 0.3s ease;
}

.call-now-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(255, 102, 0, 0.5);
}

.call-now-icon i {
    font-size: 32px;
    color: #ffffff;
}

.call-now-content h4,
.location-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
}

.call-now-content p,
.location-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

.call-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ff9933, #ff6600);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 102, 0, 0.3);
    white-space: nowrap;
    flex-wrap: nowrap;
}

.call-now-btn:hover {
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    color: #cc5500;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.4);
}

/* Location Card */
.location-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.location-icon i {
    font-size: 28px;
    color: #cc5500;
}

.hall-number {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

/* Share Event Card */
.share-event-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.share-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.share-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.share-btn:hover::before {
    left: 100%;
}

.share-btn.facebook {
    background: #1877f2;
    color: #ffffff;
}

.share-btn.twitter {
    background: #1da1f2;
    color: #ffffff;
}

.share-btn.whatsapp {
    background: #25d366;
    color: #ffffff;
}

.share-btn:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Add to Calendar Button */
.add-to-calendar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.3);
    width: 100%;
}

.add-to-calendar-btn:hover {
    background: rgba(255, 215, 0, 0.3);
    transform: translateY(-2px);
}

.add-to-calendar-btn i {
    color: #ffd700;
}

/* Event Details Section */
.event-details-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

/* Symmetric Layout Styles - Updated for 75% / 20% layout */
.event-details-section .row {
    display: flex;
    flex-wrap: wrap;
}

/* Main content takes 75% width */
.event-details-section .col-lg-9 {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
}

/* Sidebar takes 20% width */
.event-details-section .col-lg-3 {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
}

.event-main-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-right: 30px;
}

.event-sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 20px;
}

.event-sidebar-content .event-highlights,
.event-sidebar-content .event-host-section,
.event-sidebar-content .event-guidelines,
.event-sidebar-content .register-card,
.event-sidebar-content .related-events {
    margin-bottom: 0;
}

/* Decorative top shape */
.event-details-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100"><path fill="%23fff8f0" d="M0,100 C300,0 600,0 900,50 C1050,75 1150,50 1200,0 L1200,100 Z"/></svg>') no-repeat;
    background-size: cover;
    margin-top: -50px;
}

/* Image Gallery with Lightbox - Enhanced with Decorative Frame */
.event-main-image-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #fff8f0 0%, #ffffff 100%);
    position: relative;
}

.event-main-image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff9933, #ffd700, #ff9933);
}

/* Section Title */
.event-main-image-section .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #cc5500;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.event-main-image-section .section-title::before,
.event-main-image-section .section-title::after {
    content: 'ॐ';
    font-size: 24px;
    color: rgba(204, 85, 0, 0.4);
}

.event-main-image-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #ff9933, #ffd700);
    border-radius: 2px;
}

/* Decorative Frame for Main Image */
.event-image-frame {
    position: relative;
    padding: 12px;
    background: linear-gradient(135deg, #ff9933, #ffd700, #ff9933, #ff6600);
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(255, 102, 0, 0.35);
    margin-bottom: 25px;
}

/* Om symbol decoration on frame */
.event-image-frame::before {
    content: 'ॐ';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    color: #cc5500;
    background: #fff8f0;
    padding: 5px 18px;
    border-radius: 20px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: bold;
}

/* Inner golden border */
.event-image-frame::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 2px solid #ffd700;
    border-radius: 20px;
    pointer-events: none;
}

.event-image-gallery {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

.main-event-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

/* Smaller image class for event detail - now showing full image */
.smaller-image {
    height: 350px !important;
    object-fit: cover;
    object-position: center;
}

.event-image-gallery:hover .main-event-image {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    display: flex;
    gap: 10px;
    justify-content: center;
}

.gallery-thumb {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.gallery-thumb:hover,
.gallery-thumb.active {
    border-color: #ffd700;
    transform: scale(1.1);
}

.gallery-expand-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
}

.event-image-gallery:hover .gallery-expand-btn {
    opacity: 1;
}

.gallery-expand-btn i {
    font-size: 28px;
    color: #cc5500;
}

.gallery-expand-btn:hover {
    background: #ffd700;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Event About */
.event-about {
    margin-bottom: 50px;
    background: #fff8f0;
    padding: 40px;
    border-radius: 20px;
    border-left: 5px solid #ff9933;
}

.event-about h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #cc5500;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.event-about h2::after {
    content: 'ॐ';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: rgba(204, 85, 0, 0.3);
}

.event-about p {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 20px;
}

/* Event Schedule - Enhanced Timeline */
.event-schedule {
    margin-bottom: 50px;
}

.event-schedule h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #cc5500;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}



.event-schedule h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff9933, #ffd700);
    border-radius: 2px;
}

.schedule-timeline {
    position: relative;
    padding-left: 40px;
}

.schedule-timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #ff9933, #ffd700, #ff9933);
    border-radius: 2px;
}

.schedule-item {
    position: relative;
    padding-bottom: 35px;
    display: flex;
    gap: 25px;
    transition: all 0.3s ease;
}

.schedule-item:hover {
    transform: translateX(10px);
}

.schedule-item:last-child {
    padding-bottom: 0;
}

.schedule-item::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #ff9933, #ff6600);
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 3px #ff9933;
}

.schedule-time {
    min-width: 130px;
    font-size: 16px;
    font-weight: 700;
    color: #ff6600;
    padding-top: 2px;
    background: #fff8f0;
    padding: 8px 15px;
    border-radius: 20px;
    text-align: center;
}

.schedule-content {
    flex: 1;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #ffe0b2;
    transition: all 0.3s ease;
}

.schedule-content:hover {
    box-shadow: 0 10px 30px rgba(255, 102, 0, 0.15);
    border-color: #ff9933;
}

.schedule-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #333333;
    margin-bottom: 8px;
}

.schedule-content p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 0;
}

/* Event Highlights - Enhanced */
.event-highlights {
    margin-bottom: 50px;
}

.event-highlights h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #cc5500;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}



.event-highlights h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff9933, #ffd700);
    border-radius: 2px;
}

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 25px;
    background: linear-gradient(135deg, #ffffff, #fff8f0);
    border-radius: 20px;
    font-size: 16px;
    color: #555555;
    transition: all 0.3s ease;
    border: 2px solid #ffe0b2;
    box-shadow: 0 8px 25px rgba(255, 153, 51, 0.1);
    position: relative;
    overflow: hidden;
}

/* Permanent accent bar on each highlight box */
.highlights-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #ff9933, #ffd700);
    border-radius: 20px 0 0 20px;
}

.highlights-list li:hover {
    background: linear-gradient(135deg, #ffe0b2, #fff3e0);
    transform: translateY(-5px);
    border-color: #ff9933;
    box-shadow: 0 15px 35px rgba(255, 102, 0, 0.2);
}

.highlights-list li i {
    color: #ff6600;
    font-size: 24px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ff9933, #ff6600);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}

/* Event Host Section */
.host-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f3eee6;
    border: 1px solid #e8c28a;
    border-radius: 14px;
    padding: 20px;
}

.host-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #f59e0b;
}

.host-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host-info {
    flex: 1;
}

.host-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.host-title {
    display: inline-block;
    margin: 6px 0;
    padding: 4px 10px;
    background: #ea580c;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.host-info p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}


/* Event Guidelines - Icon Grid */
.event-guidelines {
    margin-bottom: 50px;
}

.event-guidelines h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #cc5500;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.event-guidelines h2::before {
    content: '📋';
    font-size: 28px;
}

.event-guidelines h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff9933, #ffd700);
    border-radius: 2px;
}

.guidelines-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.guideline-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid #ffe0b2;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.guideline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff9933, #ffd700);
}

.guideline-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 102, 0, 0.2);
    border-color: #ff9933;
}

.guideline-item i {
    font-size: 36px;
    color: #ff6600;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.guideline-item:hover i {
    transform: scale(1.2);
    color: #ff9933;
}

.guideline-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.guideline-item p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Sidebar Content */
.event-sidebar-content {
    padding-left: 20px;
}

/* Register Card - Glassmorphism */
.register-card {
    background: rgba(255, 248, 240, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 35px;
    margin-bottom: 30px;
    border: 2px solid #ffe0b2;
    position: relative;
    overflow: hidden;
}

.register-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 153, 51, 0.1) 0%, transparent 70%);
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.register-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #cc5500;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.register-card > p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.register-form {
    position: relative;
    z-index: 1;
}

.register-form .form-group {
    margin-bottom: 18px;
}

.register-form .form-control {
    border: 2px solid #ffe0b2;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.register-form .form-control:focus {
    border-color: #ff9933;
    box-shadow: 0 0 0 4px rgba(255, 153, 51, 0.15);
    outline: none;
}

.register-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23cc5500' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
    white-space: normal;
    line-height: 1.4;
    min-height: 50px;
}

.register-btn {
    width: 100%;
    background: linear-gradient(135deg, #ff9933, #ff6600);
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(255, 102, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.register-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.register-btn:hover::before {
    left: 100%;
}

.register-btn:hover {
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    color: #cc5500;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.4);
}

/* Related Events */
.related-events {
    background: rgba(255, 248, 240, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 30px;
    border: 2px solid #ffe0b2;
}

.related-events h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #cc5500;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}



.related-event-item {
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ffe0b2;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 15px;
    padding: 15px;
}

.related-event-item:hover {
    background: #fff8f0;
    transform: translateX(5px);
    border-bottom-style: solid;
}

.related-event-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.related-event-item img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    object-fit: cover;
    border: 2px solid #ffd700;
    transition: all 0.3s ease;
}

.related-event-item:hover img {
    border-color: #ff9933;
    transform: scale(1.05);
}

.related-event-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.related-event-info h4 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.related-event-item:hover .related-event-info h4 {
    color: #ff6600;
}

.related-event-info span {
    font-size: 13px;
    color: #ff6600;
    font-weight: 600;
}

/* Quote Section - Enhanced */
.quote_section {
    padding: 80px 0;
    background: linear-gradient(135deg, #cc5500 0%, #8b4513 100%);
    position: relative;
    overflow: hidden;
}

.quote_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 215, 0, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 40%);
}

.quote_card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    border: 2px solid rgba(255, 215, 0, 0.3);
    position: relative;
}

.quote_icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.quote_icon i {
    font-size: 36px;
    color: #cc5500;
}

.quote_text {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.quote_author {
    font-size: 18px;
    color: #ffd700;
    font-weight: 600;
    display: block;
}

/* Floating Action Button */
.floating-action-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff9933, #ff6600);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(255, 102, 0, 0.4);
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.floating-action-btn:hover {
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 15px 40px rgba(255, 102, 0, 0.5);
}

.floating-action-btn i {
    font-size: 24px;
    color: #ffffff;
}

.floating-menu {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    min-width: 180px;
}

.floating-action-btn:hover .floating-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    color: #333333;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.floating-menu a:hover {
    background: #fff8f0;
    color: #ff6600;
}

.floating-menu a i {
    font-size: 18px;
    color: #ff6600;
    width: 20px;
}

/* Scroll Progress Indicator */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #ff9933, #ffd700, #ff9933);
    z-index: 9999;
    transition: width 0.1s ease;
    box-shadow: 0 2px 10px rgba(255, 153, 51, 0.5);
}

/* Lightbox Modal */
.lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox-modal.active {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    position: relative;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lightbox-close:hover {
    background: #ff6600;
    transform: rotate(90deg);
}

.lightbox-close i {
    font-size: 24px;
    color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .event-main-title {
        font-size: 36px;
    }
    
    .event-main-title::before,
    .event-main-title::after {
        display: none;
    }
    
    .countdown-item {
        min-width: 65px;
        padding: 12px 15px;
    }
    
    .countdown-number {
        font-size: 26px;
    }
    
    .event-main-content {
        padding-right: 0;
    }
    
    .event-sidebar-content {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .guidelines-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .highlights-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .event-banner-wrapper {
        padding: 40px 0 60px;
        min-height: auto;
    }
    
    .event-main-title {
        font-size: 28px;
    }
    
    .countdown-timer {
        gap: 10px;
    }
    
    .countdown-item {
        min-width: 55px;
        padding: 10px 12px;
    }
    
    .countdown-number {
        font-size: 22px;
    }
    
    .countdown-text {
        font-size: 10px;
    }
    
    .event-datetime-info {
        flex-direction: column;
        gap: 15px;
    }
    
    .event-about h2,
    .event-schedule h2,
    .event-highlights h2,
    .event-host-section h2,
    .event-guidelines h2 {
        font-size: 26px;
    }
    
    .schedule-item {
        flex-direction: column;
        gap: 8px;
    }
    
    .schedule-time {
        min-width: auto;
    }
    
    .host-card {
        flex-direction: column;
        text-align: center;
    }
    
    .host-image img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    
    .guidelines-grid {
        grid-template-columns: 1fr;
    }
    
    .floating-action-btn {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .floating-action-btn i {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .event-main-title {
        font-size: 24px;
    }
    
    .call-now-card,
    .location-card,
    .share-event-card {
        padding: 20px;
    }
    
    .banner-info-row {
        flex-direction: column;
    }
    
    .banner-info-row .call-now-card,
    .banner-info-row .location-card {
        width: 100%;
    }
    
    .event-about h2,
    .event-schedule h2,
    .event-highlights h2,
    .event-host-section h2,
    .event-guidelines h2 {
        font-size: 22px;
    }
    
    .quote_card {
        padding: 30px;
    }
    
    .quote_text {
        font-size: 20px;
    }
    
    .main-event-image {
        height: 250px;
    }
    
    .gallery-thumb {
        width: 45px;
        height: 45px;
    }
}




/* Events Page Specific Styles - Breadcrumb uses global CSS from style.css */
.about-events-section {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8e1 100%);
}

.about-events-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-events-content .section-icon {
    font-size: 56px;
    color: #cc5500;
    margin-bottom: 20px;
    display: block;
}

.about-events-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #cc5500;
    margin-bottom: 20px;
}

.about-events-divider {
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #cc5500, #ffd700, #cc5500);
    margin: 0 auto 25px;
    border-radius: 3px;
}

.about-events-text {
    font-size: 18px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 0;
}

/* Events List Section */
.events-list-section {
    padding: 60px 0 100px;
    background: #ffffff;
}

.events-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.events-section-header h5 {
    text-transform: uppercase;
    color: #cc5500;
    letter-spacing: 3px;
    font-size: 18px;
    margin-bottom: 10px;
}

.events-section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0;
}

.events-row {
    margin-left: -15px;
    margin-right: -15px;
}

.events-row > div {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/* Event Card Styles */
.event-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffe0b2;
    transition: all 0.4s ease;
    height: 100%;
    cursor: pointer;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(204, 85, 0, 0.25);
    border-color: #ffd700;
}



.event-card:hover .event-image img {
    transform: scale(1.1);
}

.event-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #cc5500, #e65c00);
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(204, 85, 0, 0.4);
}

.event-date-badge .event-day {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Playfair Display', serif;
}

.event-date-badge .event-month {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
}

.event-content {
    padding: 20px;
}

.event-timing {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cc5500;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffe0b2;
}

.event-timing i {
    font-size: 14px;
}

.event-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.event-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.event-title a:hover {
    color: #cc5500;
}

.event-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 15px;
}

.event-details {
    margin-bottom: 15px;
}

.event-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #555555;
}

.event-detail-item i {
    color: #cc5500;
    font-size: 14px;
    width: 18px;
}

.event-host {
    padding: 15px;
    background: linear-gradient(135deg, #fff8f0, #ffffff);
    border-radius: 15px;
    border: 1px solid #ffe0b2;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.event-host:hover {
    border-color: #ffd700;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
}

.host-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.host-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffd700;
    display: block;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.host-info:hover .host-image {
    transform: scale(1.05);
    border-color: #ff9933;
    box-shadow: 0 5px 15px rgba(255, 153, 51, 0.3);
}

.host-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.host-name {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
}

.host-title {
    font-size: 13px;
    color: #cc5500;
    font-weight: 600;
    background: linear-gradient(135deg, #ffe0b2, #fff3e0);
    padding: 3px 10px;
    border-radius: 12px;
    display: inline-block;
    width: fit-content;
}


/* Event Detail Button */
.event-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #cc5500, #e65c00);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 25px 0 25px 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.event-detail-btn:hover {
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    color: #cc5500;
    transform: translateX(5px);
}

.event-detail-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.event-detail-btn:hover i {
    transform: translateX(3px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .breadcrumb-heading {
        font-size: 36px;
    }
    
    .about-events-content h2 {
        font-size: 32px;
    }
    
    .events-section-header h2 {
        font-size: 28px;
    }
    
    .event-image {
        height: 180px;
    }
    
    .event-title {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .breadcrumb-section {
        padding: 40px 0 30px;
    }
    
    .breadcrumb-heading {
        font-size: 28px;
    }
    
    .about-events-section {
        padding: 50px 0 40px;
    }
    
    .about-events-content h2 {
        font-size: 26px;
    }
    
    .about-events-text {
        font-size: 16px;
    }
    
    .events-list-section {
        padding: 40px 0 60px;
    }
    
    .events-section-header h2 {
        font-size: 24px;
    }
    
    .event-content {
        padding: 15px;
    }
    
    .event-title {
        font-size: 16px;
    }
    
    .event-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-heading {
        font-size: 24px;
    }
    
    .about-events-content h2 {
        font-size: 22px;
    }
    
    .event-card {
        margin-bottom: 20px;
    }
    
    .event-host {
        padding: 12px;
    }
    
    .host-info {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .host-image {
        width: 40px;
        height: 40px;
        border-width: 2px;
    }
    
    .host-name {
        font-size: 14px;
    }
    
    .host-title {
        font-size: 12px;
        padding: 2px 8px;
    }
}
