.text-muted {
    color: #6b6b6b !important;
    font-family: var(--font-02);
}

/* --- Hero Section --- */
.hero-section2 {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.hero-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-content2 {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
    margin-top: 100px;
}

.hero-date2 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
}

.hero-title2 {
    font-size: 4rem;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #ffffff;
}

.hero-desc2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* --- Main Content Grid --- */
.main-content-section {
    padding: 100px 0;
}

.main-col-inner {
    padding-right: 50px;
}

/* --- Sub-Components --- */
.section-header-row h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: var(--font-03);
}

.featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 40px;
}

.event-details-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    font-family: var(--font-02);
}

.detail-item {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.detail-icon {
    font-size: 24px;
    color: var(--brand-rust);
    margin-right: 20px;
    width: 30px;
    text-align: center;
}

.organizer-card {
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-family: var(--font-02);
}

.organizer-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 25px;
}

.booking-widget-inner {
    background-color: #f0ede5;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.ticket-input-group {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    width: auto;
}

/* --- Sidebar components --- */
.sidebar-item {
    margin-bottom: 50px;
}

.small-organizer-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.related-event-card {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 20px;
}

.related-event-thumb img {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    margin-right: 15px;
    object-fit: cover;
}

/* --- Responsive Adjusments --- */
@media (max-width: 1200px) {
    .hero-title2 { font-size: 3.2rem; }
    .main-col-inner { padding-right: 0; }
}

@media (max-width: 991px) {
    .hr-header-transparent {
        background-color: #000;
        position: fixed;
    }
    .hero-section2 { min-height: 400px; height: auto; padding-top: 120px; }
    .hero-content2 { margin-top: 0; }
    .hero-title2 { font-size: 2.5rem; }
    .main-content-section { padding: 60px 0; }
    .testi-header-row h2 { font-size: 2.2rem; }
}