.elementor-kit-1725{--e-global-color-primary:#477A7B;--e-global-color-secondary:#022327;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F1BE48;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-text );}.elementor-kit-1725 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-text-editor a {
  text-decoration: underline;
}

/*ALL BELOW IS FOR MEGA MENU*/
/* Hide the mega menu initially */
.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px;
}

/* Show the mega menu on hover */
.our-services-menu:hover .mega-menu {
    display: flex;
}

/* Styling for columns */
.mega-menu-column {
    flex: 1;
    margin: 0 10px;
}

.mega-menu-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.mega-menu-column ul, .mega-menu-column div {
    list-style: none;
    padding: 0;
}

.mega-menu-column ul li {
    margin-bottom: 10px;
}

.mega-menu-column ul li a, .mega-menu-column div a {
    text-decoration: none;
    color: #333;
}

.mega-menu-column ul li a:hover, .mega-menu-column div a:hover {
    color: #007bff;
}

/* Mobile styling */
@media (max-width: 768px) {
    .mega-menu {
        position: static;
        display: none;
    }

    .elementor-nav-menu .menu-item.has-mega-menu .mega-menu {
        display: none;
    }

    .elementor-nav-menu .menu-item.has-mega-menu.open .mega-menu {
        display: block;
    }
}

/*ALL ABOVE IS FOR MEGA MENU*//* End custom CSS */