/* Make Elementor Icon Box in Mega Menu fully clickable */
.hap-megamenu .elementor-widget-icon-box .elementor-icon-box-wrapper {
    position: relative !important;
    cursor: pointer;
}

.hap-megamenu .elementor-widget-icon-box .elementor-icon-box-title a {
    position: static !important;
}

.hap-megamenu .elementor-widget-icon-box .elementor-icon-box-title a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.hap-megamenu .elementor-widget-icon-box .elementor-icon-box-icon {
    position: relative;
    z-index: 11;
}