.mega-acf-banner {
    background-color: var(--bs-secondary-500) !important;
    position: absolute;
    left: 450px;
    display: flex;
    width: 538px;
    height: 261px;
    background-color: white;
    top: 0;
    padding-top: 24px;
    padding-left: 24px;
} 

.mega-acf-banner-title {
    color: var(--bs-white);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.mega-acf-banner-dc {
    color: var(--bs-white);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.mega-acf-banner-content {
    display: flex;
    flex-direction: column;
}

.mega-acf-banner-image {
    width: 243px;
    max-width: 243px;
    height: 237px;
    display: flex;
    flex-shrink: 0;
}

.mega-menu-column .mega-sub-menu:nth-child(1) {
    display: flex !important;
}

ul.mega-sub-menu:not(ul.mega-sub-menu ul.mega-sub-menu) {
    margin-left: -16px !important;
    width: max-content !important;
}

ul.mega-sub-menu ul.mega-sub-menu {
    margin-top: 0 !important;
}

/*
ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu .mega-menu-item-has-children{
    width: 411px !important;
}
*/

ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu .mega-menu-item-has-children:nth-child(1){
    padding: 12px 24px 0 24px !important;

    .mega-menu-link {
        margin-bottom: 8px !important;
    }

    .mega-sub-menu {
        .mega-menu-link {
            font-weight: 500 !important;
        }
    }
}

ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu .mega-menu-item-has-children:nth-child(2){
    padding: 12px 24px 24px 24px !important;

    .mega-menu-link {
        margin-bottom: 8px !important;
    }

    .mega-sub-menu .mega-menu-link {
        font-weight: 500 !important;
    }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    line-height: 20px;
}

.banner-btn {
    width: fit-content;
    background-color: var(--bs-white);
    padding: 12px 32px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--bs-secondary-500) !important;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.header-inner:has(
    .mega-menu-item-has-children:hover,
    .mega-menu-item-has-children:focus,
    .mega-menu-item-has-children:focus-within,
    .mega-menu-item-has-children:active
) {
    border-bottom-left-radius: 0 !important;
    transition: border-radius 0.3s ease;
}



.mega-sub-menu {
    margin-top: 20px !important;
    background-color: #fbfbfb !important;
}

@media (max-width: 992px) {
    .mega-acf-banner {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    .mega-acf-banner-content {
        position: relative;
    }

    .mega-acf-banner-image {
        width: 215px;
        height: 100%;
        position: relative;
        align-items: self-end;
        justify-content: end;
    }

    .mega-acf-banner-image img {
        max-height: 195px;
    }

    .banner-btn {
        position: absolute;
        bottom: 24px;
        z-index: 5;
        width: calc(100% - 48px);
        padding: 14px 32px;
    }
}

    