/* ============================================================
   WEEKLY EVENTS – REDESIGNED (2‑COLUMN)
   ============================================================ */

.weekly-events {
    padding: 80px 0 70px;
    background: #0a0a0a; /* dark background – adjust to match your site */
    position: relative;
    overflow: hidden;
}

.weekly-events .section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.weekly-events .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #c9a84c;
    border-radius: 2px;
}

.weekly-events .section-header .sub-title {
    color: #aaa;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 18px;
}

/* ── Carousel Wrapper (Left Column) ── */
.carousel-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
    background: #1a1a1a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.carousel-slide {
    width: 100%;
    height: 100%;
    transition: opacity 0.6s ease;
}

/* Each carousel image container – shows ONE at a time */
.fingara-carousel-item {
    width: 100%;
    height: 100%;
    display: block !important;
}

.fingara-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Dots (Navigation) ── */
.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    z-index: 10;
}

.carousel-dots .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-dots .dot.active {
    background: #c9a84c;
    border-color: #fff;
    transform: scale(1.2);
}

.carousel-dots .dot:hover {
    background: #c9a84c;
    transform: scale(1.1);
}

/* ── Info Panel (Right Column) ── */
.events-info-panel {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    border: 1px solid rgba(201, 168, 76, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.events-info-panel .info-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    
    align-self: center;
    letter-spacing: 1px;
}

.events-info-panel .info-days {
    margin: 12px 0 10px;
    margin-bottom: 1px;
    margin-left: 25px;
    align-items: center;
}

.events-info-panel .day-badge {
    display: inline-block;
    background: #c9a84c;
    color: #0a0a0a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 30px;
    margin-right: 8px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.events-info-panel .info-time {
    color: #ddd;
    font-size: 18px;
    margin: 8px 0 16px;
}

.events-info-panel .info-time i {
    color: #c9a84c;
    margin-right: 10px;
}

.events-info-panel .info-features p {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 6px;
}

.events-info-panel .info-features i {
    color: #c9a84c;
    width: 24px;
    margin-right: 8px;
}

.events-info-panel .info-contact {
    margin-top: 16px;
    padding-top: 16px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.events-info-panel .info-contact p {
    color: #bbb;
    font-size: 15px;
    margin-bottom: 30Spx;
}

.events-info-panel .info-contact a {
    color: #c9a84c;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 30px;
}

.events-info-panel .info-contact a:hover {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 30px;
}

.events-info-panel .info-contact i {
    color: #c9a84c;
    width: 24px;
    margin-right: 8px;
    margin-bottom: 5px;
   
}

.events-info-panel .info-reserve {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-reserve {
    display: inline-block;
    background: #c9a84c;
    color: #0a0a0a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 30px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    font-size: 15px;
    
}

.btn-reserve:hover {
    background: #fff;
    color: #0a0a0a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 168, 76, 0.4);
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .weekly-events .section-header h2 {
        font-size: 34px;
    }
    .events-info-panel {
        padding: 30px 20px;
        min-height: auto;
    }
    .carousel-wrapper {
        min-height: 300px;
    }
}
/* ── Logo inside the info panel ── */
.events-info-panel .events-logo {
    margin-bottom: 18px;
    
    align-self: center;
}

.events-info-panel .events-logo img {
    max-height: 110px;   /* Adjust this number if you want it bigger/smaller */
    width: auto;
    display: block;
    align-self: center;
    box-align: center
    
}

@media (max-width: 576px) {
    .weekly-events {
        padding: 50px 0 40px;
    }
    .weekly-events .section-header h2 {
        font-size: 26px;
    }
    .events-info-panel .info-title {
        font-size: 22px;
    }
    .carousel-wrapper {
        min-height: 250px;
    }
    .btn-reserve {
        padding: 10px 20px;
        font-size: 13px;
       
    }
}

/* ============================================================
   NOW OPEN TO THE PUBLIC – 2-COLUMN LAYOUT
   ============================================================ */
.open-banner {
    padding: 80px 0 70px;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

/* ── Left Column – Image ── */
.open-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.open-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Right Column – Info Panel ── */
.open-info-panel {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(201, 168, 76, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.open-tag {
    display: inline-block;
    background: #c9a84c;
    color: #0a0a0a;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 5px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 12px;
    align-self: flex-start;
}

.open-info-panel h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.open-info-panel .open-sub {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.open-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
    margin-bottom: 20px;
}

.open-features p {
    color: #ddd;
    font-size: 15px;
    margin-bottom: 4px;
}

.open-features i {
    color: #c9a84c;
    width: 22px;
    margin-right: 8px;
}

.open-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.btn-open,
.btn-open-outline {
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.btn-open {
    background: #c9a84c;
    color: #0a0a0a;
    border: 2px solid #c9a84c;
}

.btn-open:hover {
    background: #fff;
    color: #0a0a0a;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201, 168, 76, 0.4);
}

.btn-open-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-open-outline:hover {
    background: #fff;
    color: #0a0a0a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.open-contact {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.open-contact p {
    color: #bbb;
    font-size: 15px;
    margin-bottom: 4px;
}

.open-contact i {
    color: #c9a84c;
    width: 22px;
    margin-right: 8px;
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .open-info-panel h2 {
        font-size: 28px;
    }
    .open-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .open-banner {
        padding: 50px 0 40px;
    }
    .open-image-wrapper {
        min-height: 280px;
    }
    .open-info-panel {
        min-height: auto;
        padding: 30px 20px;
    }
    .open-info-panel h2 {
        font-size: 26px;
    }
    .open-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-open, .btn-open-outline {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .open-image-wrapper {
        min-height: 220px;
    }
    .open-info-panel h2 {
        font-size: 22px;
    }
    .open-tag {
        font-size: 11px;
        padding: 4px 14px;
    }
    .open-features p {
        font-size: 14px;
    }
}