.elementor-39823 .elementor-element.elementor-element-e8a50a2{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:1px 1px 1px 1px;box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5);}.elementor-39823 .elementor-element.elementor-element-13c1836{--display:flex;--justify-content:flex-start;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-39823 .elementor-element.elementor-element-b40c889{text-align:center;}.elementor-39823 .elementor-element.elementor-element-f9aa409{--display:flex;--min-height:300px;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-39823 .elementor-element.elementor-element-c8dc355.elementor-element{--align-self:flex-start;}.elementor-39823 .elementor-element.elementor-element-c8dc355 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-39823 .elementor-element.elementor-element-c8dc355 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-39823 .elementor-element.elementor-element-c8dc355{--icon-vertical-offset:0px;}.elementor-39823 .elementor-element.elementor-element-c8dc355 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-39823 .elementor-element.elementor-element-c8dc355 .elementor-icon-list-item > a{font-family:"Tajawal", Sans-serif;font-size:25px;font-weight:bold;}.elementor-39823 .elementor-element.elementor-element-c8dc355 .elementor-icon-list-text{color:#012822FA;transition:color 0.3s;}/* Start custom CSS for container, class: .elementor-element-e8a50a2 *//* Hide mega menu by default */
.mega-menu {
    display: none; /* Initially hidden */
    position: absolute; /* Positioning for menu */
    top: -5px;
    right: 0; /* Align to the right */
    z-index: 1000; /* Ensure it appears above other content */
}

/* Show mega menu on hover */
.elementor-nav-menu .elementor-item:hover .mega-menu {
    display: block; /* Show the mega menu */
    animation: slideInRight 0.5s forwards; /* Animation */
}

/* Keyframes for Slide In Right */
@keyframes slideInRight {
    from {
        transform: translateX(100%); /* Start from outside */
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}/* End custom CSS */