.kbw-activities-slider {
    display: flex;
    align-items: stretch;
    padding: 0;
    font-family: 'Inter', sans-serif;
    gap: 0;
    /* background: #fff; */
}

.kbw-activities-slider .mobile-header {
    display: none;
    margin-top: 56px;
    margin-bottom: 20px;
}

/* Left Side - Main Hero Slider (60%) */
.kbw-activities-main {
    flex: 0 0 57%;
    position: relative;
    overflow: hidden;
}

.kbw-activities-image {
    position: relative;
    width: 100%;
    height: 817px !important;
}

.kbw-activities-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {

    .kbw-activities-image {
        height: auto !important;
    }

    .kbw-activities-image img {
        height: 350px !important;
    }
}

.kbw-activities-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .kbw-activities-image::after {
        display: none;
    }

    .kbw-activities-btn {
        width: 100%;
    }
}

.kbw-activities-overlay {
    position: absolute;
    bottom: 60px;
    left: 90px;
    color: #fff;
    max-width: 500px;
    z-index: 2;
}


.kbw-activities-overlay h3 {
    margin: 0 0 15px 0;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.kbw-activities-overlay p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}


@media screen and (max-width: 1024px) {

    .kbw-activities-slider .mobile-header {
        display: block;
    }

    .kbw-activities-slider .mobile-header h2 {}

    .kbw-activities-slider .mobile-header p {
        font-size: 16px;
        line-height: 25px;
    }

    .kbw-activities-overlay {
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 15px;
        background-color: #9D753C;
        max-width: 100%;
        position: static;
        min-height: 196px;
    }

    .kbw-activities-overlay h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .kbw-activities-overlay p {
        font-size: 14px;
    }
}

.kbw-activities-btn {
    display: inline-block;
    padding: 5px 28px;
    background: #fff;
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .kbw-activities-btn {
        color: #9D753C;
    }
}

.kbw-activities-btn:hover {
    background: #f5f5f5;
}

/* Right Side - Sidebar (40%) */
.kbw-activities-sidebar {
    flex: 0 0 43%;
    padding: 90px 89px 26px 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kbw-activities-sidebar-content h2 {

    margin: 0 0 8px 0;
    color: #1a1a1a;
    font-family: 'Be Vietnam Pro', sans-serif;

    /* Activities & Teambuilding */


    font-weight: 600;
    font-size: 40px;


    letter-spacing: -0.02em;
    text-transform: capitalize;

    color: #382F2D;
    line-height: 1.2;

}

.kbw-activities-sidebar-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 44px;
}

@media screen and (max-width: 768px) {

    .kbw-activities-sidebar-content p,
    .kbw-activities-sidebar-content h2 {
        display: none;
    }
}


.kbw-activities-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    justify-content: end;
}

@media screen and (max-width: 768px) {
    .kbw-activities-nav {
        margin-bottom: 0;
        justify-content: center;
    }
}

.kbw-activities-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #382F2D;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kbw-activities-nav button.kbw-activities-prev:before {
    content: url('../images/prev-arrow.svg');
}

.kbw-activities-nav button.kbw-activities-next:before {
    content: url('../images/next-arrow.svg');
}

.kbw-activities-nav button:hover {
    background: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.3);
}

/* Thumbnails - Stacked Vertically, showing 2 at a time */
.kbw-activities-thumbnails {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: auto;
    /* Push to bottom */
}

@media screen and (max-width: 768px) {
    .kbw-activities-thumbnails {
        display: none;
    }
}

.kbw-activities-thumb {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    display: none;
    flex: 1;

    /* Hidden by default, JS shows active + next */
}

.kbw-activities-thumb .kbw-activities-thumb-img {
    position: relative;
    overflow: hidden;
}

.kbw-activities-thumb img {
    width: 100%;
    height: 330px !important;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.kbw-activities-thumb:hover img {
    transform: scale(1.1);
}

.kbw-activities-thumb span {
    /* position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff; */
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
    /* background: rgba(0, 0, 0, 0.3); */
    /* padding: 8px 12px; */
    border-radius: 4px;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .kbw-activities-slider {
        flex-direction: column;
    }

    .kbw-activities-main,
    .kbw-activities-sidebar {
        flex: 1 1 auto;
    }

    .kbw-activities-main {
        /* height: 500px; */
        width: 100%;
    }

    .kbw-activities-image {
        height: 100%;
    }

    .kbw-activities-sidebar {
        padding: 20px 40px 60px;
    }
}