.event-header {
    position: relative;
    height: 500px;
    background-color: #000;
    overflow: hidden;
}

.event-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.event-header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.event-details {
    background-color: #1a1a1a;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.event-meta {
    background-color: #242424;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Ticket Summary Styles */
.ticket-summary-desktop {
    position: sticky;
    top: 20px;
    background-color: #242424;
    border-radius: 8px;
    padding: 1.5rem;
}

.ticket-summary-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    padding: 1rem;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.5);
}

.ticket-type-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #333;
}

.ticket-type-item:last-child {
    border-bottom: none;
}

.similar-event-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    transition: transform 0.3s ease;
}

.similar-event-card:hover {
    transform: translateY(-5px);
}

.event-tag {
    background-color: #333;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    text-decoration: none;
}

.event-tag:hover {
    background-color: var(--primary-red);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .event-header {
        height: 300px;
    }

    .ticket-summary-desktop {
        display: none;
    }

    .ticket-summary-mobile {
        display: block;
    }

    body {
        padding-bottom: 80px;
    }
}

.ticket-type-row {
background-color: #242424;
border-radius: 8px;
transition: all 0.3s ease;
}

.ticket-type-row:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.vip-ticket {
border: 1px solid #4a4a4a;
background-color: #242424;
}

.vip-badge {
background-color: var(--primary-red);
color: white;
padding: 0.25rem 0.75rem;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
}

.vip-benefits {
list-style: none;
padding: 0;
margin: 0;
font-size: 0.85rem;
color: #888;
}

.vip-benefits li {
margin-bottom: 0.25rem;
}

.ticket-quantity-selector {
display: flex;
align-items: center;
background-color: #333;
border-radius: 4px;
padding: 0.25rem;
}

.quantity-btn {
width: 36px;
height: 36px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
border-color: #444;
transition: all 0.2s ease;
}

.quantity-btn:hover {
border-color: var(--primary-red);
color: var(--primary-red);
}

.quantity-btn:disabled {
opacity: 0.5;
cursor: not-allowed;
}

.quantity-number {
min-width: 50px;
text-align: center;
font-size: 1.1rem;
font-weight: 500;
color: #fff;
padding: 0 0.5rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
.ticket-type-row {
margin-bottom: 1rem;
}

.ticket-type-row > div {
flex-direction: column;
text-align: center;
}

.ticket-info {
margin-bottom: 1.5rem;
}

.vip-benefits {
text-align: left;
display: inline-block;
margin: 0 auto;
}

.ticket-quantity-selector {
margin: 0 auto;
}
}
.venues-section {
margin-bottom: 3rem;
}

.venue-card {
background-color: #242424;
border-radius: 8px;
overflow: hidden;
transition: transform 0.3s ease;
}

.venue-card:hover {
transform: translateY(-5px);
}

.venue-header {
position: relative;
height: 160px;
overflow: hidden;
}

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

.venue-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
}

.venue-content {
padding: 1.5rem;
}

.venue-name {
color: #fff;
font-size: 1.25rem;
margin-bottom: 0.5rem;
}

.venue-address {
color: #888;
font-size: 0.9rem;
margin-bottom: 1rem;
}

.venue-actions {
display: flex;
gap: 0.5rem;
}

.venue-actions .btn {
flex: 1;
font-size: 0.9rem;
border-color: #444;
transition: all 0.2s ease;
}

.venue-actions .btn:hover {
border-color: var(--primary-red);
color: var(--primary-red);
}

.venue-description {
background-color: #1a1a1a;
border-radius: 4px;
padding: 1rem;
font-size: 0.9rem;
color: #888;
line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.venue-header {
height: 120px;
}

.venue-actions {
flex-direction: column;
}

.venue-actions .btn {
width: 100%;
}
}


.gm-style .gm-style-iw-c {
background-color: #ffffff !important;
padding: 16px !important;
border-radius: 8px !important;
box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}

.gm-style .gm-style-iw-d {
overflow: hidden !important;
}

.gm-style .gm-style-iw-t::after {
background: #ffffff !important;
}

.map-info-window {
color: #000;
min-width: 200px;
}

.map-info-window h5 {
color: #000;
font-size: 1.1rem;
margin-bottom: 0.5rem;
font-weight: 600;
}

.map-info-window p {
font-size: 0.9rem;
color: #666;
}

.map-info-window .btn {
font-size: 0.8rem;
padding: 0.25rem 0.75rem;
}

.map-info-window .btn-outline-dark:hover {
background-color: #dc3545;
border-color: #dc3545;
}
.venues-map-section {
margin-bottom: 3rem;
width: 100%;
}

.venue-map-container {
background-color: #242424;
height: 500px;
width: 100%;
}

#venuesMap {
width: 100%;
height: 100%;
}

@media (max-width: 768px) {
.venue-map-container {
height: 400px;
}
}
