.empty-section {
    min-height: 100vh;
}

.menu-item-has-children::after {
    content: url('/wp-content/uploads/2026/05/Vector1.svg') !important;
    border: unset !important;
    zoom: unset !important;
    
    right: -20px;
    top: 31px !important;
    width: 20px;
    height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.menu-item {
    position: relative;
}


.sub-menu a::before,
.has-mega-menu>.sub-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}



.menu-item a::before {
    transition: 0.5s;
}

.menu-item:hover a:before {
    content: '';
    border-bottom: 4px solid #FBE147;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
}

#menu-header-menu {
    gap: 24px !important;
}


@media (min-width: 1200px) {
    .menu-item-has-children:hover:after {
        transform: rotate(180deg) translateY(-3px);

    }
}


.main-header-container {
    border-bottom: 1px solid #E8E8E8;
}


.sub-menu-section {
    background: white;
    padding-top: 32px;
    padding-bottom: 40px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.sub-menu-container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.sub-menu-top {
    display: flex;
    gap: 25px;
    justify-content: space-between;

}

.sub-menu-link-col {
    display: flex;
    gap: 20px;
}

.sub-menu-col h3 {
    margin: 0px;
    margin-bottom: 18px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    /* identical to box height, or 150% */

    /* Black */
    color: #111111;

}

.sub-menu-col ul {
    list-style-type: none !important;
    padding: 0px !important;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 6px;

}


.sub-menu-col ul li a {
    text-decoration: none !important;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px;
    /* identical to box height, or 150% */

    /* Text & Icon/Secondary */
    color: #777777 !important;

}

.sub-menu-col ul li a {
    position: relative;
    transition: 0.3s !important;
}

.sub-menu-col ul li a::after {
    content: url('/wp-content/uploads/2026/05/ArrowRight.svg') !important;

    display: inline-flex !important;
    align-items: center;
    position: absolute;
    top: 1px;
    left: 0px;
    transition: 0.3s;
    opacity: 0;
    transform: translateX(-17px);
}

@media(min-width:1025px) {

    .sub-menu-col ul li a:hover {
        color: #000 !important;
        padding-left: 20px;
    }

    .sub-menu-col ul li a:hover::after {
        opacity: 1 !important;
        transform: translateX(0px);
    }

}

.sub-menu-link-col .sub-menu-col {
    width: 227.5px;
}

.sub-featured-boxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sub-featured-box {
    background: #FFFFFF;
    /* Border */
    border: 1px solid #E8E8E8;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 6px;

}

.sfb-content h4 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 16px;
    color: #111111;

}

.sfb-content p {
    margin: 0px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 16px;

    /* Text & Icon/Secondary */
    color: #777777;


}


.sub-menu-bottom {
    display: flex;
    gap: 16px;
    margin-top: 33px;
}

.smb-box-one {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFF6BF;
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    width: 100%;
}

.smb-box-two {

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)), #F7F7F7;
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    width: 100%;
}

.smb-box-content h3 {
    margin-top: 0px;
    margin-bottom: 2px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 21px;
    color: #111111;

}

.smb-box-content p {
    margin: 0px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px;
    /* identical to box height, or 150% */

    /* Black */
    color: #111111;


}

.smb-box-btn {
    margin-top: 16px;
}

.smb-box-btn a {
    text-decoration: none !important;

    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px;
    /* identical to box height, or 150% */

    /* Black */
    color: #111111;
    display: flex;
    gap: 8px;
    align-items: center;



}

/* Hide mega menu by default */
.has-mega-menu .sub-menu-section {
    display: none;
    position: fixed;
    left: 0;
    top: 79px;
    /* matches your header height */
    width: 100vw;
    z-index: 111;
}

/* Show on hover */
.has-mega-menu:hover .sub-menu-section {
    display: block;
}

.sub-menu-section a::before {
    display: none !important;
}

.sub-menu-col li {
    padding: 0px !important;
}

.sub-menu-active .main-header {
    background: white !important;
}

.sub-menu-col.sub-featured-col {
    max-width: 388px;
}


@media(min-width:1200px) {
    .sub-menu:before {
        display: none !important;
    }

    .sub-menu {
        top: 87px !important;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        box-shadow: unset !important;
    }
}


#menu-header-menu li {
    padding-top: 31px;
    padding-bottom: 31px;
}


@media(max-width:1199px) {
    .menu-item a::before {
        display: none !important;
    }

    .menu-item-has-children::after {
        top: 14px !important;
        right: 15px;

    }


}


@media (max-width: 1199px) {
    .menu-item-active:after {
        transform: rotate(180deg) translateY(-4px);
    }

    #menu-header-mobile-menu li {
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 1px solid #E8E8E8;
        padding-left: 25px;
        padding-right: 25px;
    }

    #menu-header-mobile-menu {
        gap: 0px !important
    }

    .menu-close {
        padding-right: 25px;
        position: absolute;
        right: -15px;
        top: 53px;

    }

    .mobile-menu-logo {
        padding-left: 25px;
    }


    .mobile-menu-wrapper {
        padding-left: 0 !important;
        padding-right: 0px !important;
        padding-top: 20px;
    }

    .mobile-overlay+.mobile-menu-btn {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobile-menu-btn {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sub-menu-active li {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .mobile-menu-wrapper {
        max-width: 354px;
    }

    .mobile-menu-btn {
        flex-direction: row;
    }
}

.sub-featured-box {
    cursor: pointer;
}

.sub-menu-col li {
    overflow: hidden;
}

.smb-box-btn span {
    display: flex;
}


@media(max-width: 1300px)
{
    .sub-featured-col
    {
        display: none;
    }
}