﻿.main-map-panel {
    height: 100%;
    min-height: 420px;
}

#mainViewDiv {
    width: 100%;
    height: 80vh;
    min-height: 420px;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    background-color: #e3ebf5;
}

/* --- Modal --- */
.modal-header {
    background-color: #2f7995;
    color: #ffffff;
}

.btn-close-white {
    filter: invert(1);
}

.table-custom th {
    background-color: #f8f9fa;
    width: 35%;
    color: #555;
}

@media (max-width: 991.98px) {
    .main-map-panel {
        min-height: 320px;
        height: 360px;
        margin-bottom: 12px;
    }
}

.events-section {
    position: relative;
    padding: 80px 30px 0;
    background: #fff;
    overflow: hidden;
}


    .events-section .label-control {
        margin-bottom: 10px;
        color: #004962 !important;
    }


    .events-section::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 330px;
        background: #b0d5e3;
        z-index: 0;
    }

.events-inner {
    position: relative;
    z-index: 1;
}

.events-eyebrow {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.22em;
    color: #b5e2cf;
    margin-bottom: 6px;
}

.events-title {
    color: #000;
    font-weight: 700;
    font-size: 36px;
}

/* Swiper wrapper */
.events-swiper {
    margin-top: 40px;
}

.swiper-wrapper {
    padding: 10px 0;
}

.swiper-slide {
    /* let Bootstrap grid handle widths */
}

    .swiper-slide.active {
        transform: translateY(-10px);
        transition: transform 0.5s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        border-radius: 0;
    }

.event-map {
    width: 100%;
    height: 300px;
    background: white;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-map {
}

.event-card {
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

    .event-card:hover {
        /*transform: translateY(-10px);*/
        /*box-shadow: 0 26px 55px rgba(0, 0, 0, 0.26);*/
    }

.event-date-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 16px;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: #ffffff;
    background: rgba(7, 47, 37, 0.9);
}

.event-body {
    padding: 18px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.event-title {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 700;
    color: var(#0d5e4c);
}

.event-description {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 18px;
}

.event-more-btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    background: #ffffff;
    color: #333;
    border: 1px solid #c4c4c4;
    text-decoration: none;
}

    .event-more-btn span.badge-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #444;
        color: #fff;
        font-size: 12px;
    }

    .event-more-btn:hover {
        background: var(#0d5e4c);
        color: #ffffff;
    }

        .event-more-btn:hover span.badge-circle {
            background: #bfe05a;
            color: #000;
        }

.event-nav-circle {
    margin-top: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #222;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .event-nav-circle span {
        display: block;
        transform: translateX(1px);
    }

    .event-nav-circle.prev span {
        transform: scaleX(-1) translateX(1px);
    }

.events-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 0px;
}

.netflix-dot {
    width: 17px !important;
    height: 6px !important;
    background: #78b8d1 !important;
    border-radius: 0 !important;
    opacity: 0.4 !important;
    transition: 0.3s !important;
}

    .netflix-dot.swiper-pagination-bullet-active {
        background: #2f7995 !important;
        opacity: 1 !important;
        width: 30px !important;
    }

.swiper-pagination-bullet {
    margin: 0 5px !important;
}

.events-prev,
.events-next {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #5e9db5;
    background: #f4f7ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    z-index: 5;
    top: 4px;
}

/* Put them just under the title area */
.events-prev {
    left: 56px;
}

.events-next {
    left: 0;
}


@media (max-width: 991.98px) {
    .events-title {
        font-size: 30px;
    }

    .event-image {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .events-section {
        padding: 60px 0 70px;
    }

        .events-section::before {
            height: 220px;
        }
}


.nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-top: 3px solid #ddd;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background: #b0d5e3;
        color: #000;
        border: 1px solid #b0d5e3;
        border-top: 3px solid #b0d5e3;
    }

.nav-item {
    font-weight: 600;
    font-size: 20px;
}


.nav-link, .nav-link:focus, .nav-link:hover {
    color: #008eae;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-link {
    padding: 15px 30px;
}
