.elementor-5442 .elementor-element.elementor-element-23dc300{--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;--justify-content:space-around;--align-items:center;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#D1D5DB;--border-color:#D1D5DB;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:50px;--padding-right:50px;--z-index:999;}.elementor-5442 .elementor-element.elementor-element-23dc300:not(.elementor-motion-effects-element-type-background), .elementor-5442 .elementor-element.elementor-element-23dc300 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#026161;}.elementor-5442 .elementor-element.elementor-element-9082a0a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) -10px;text-align:start;}.elementor-5442 .elementor-element.elementor-element-9082a0a.elementor-element{--align-self:center;}.elementor-5442 .elementor-element.elementor-element-9082a0a img{width:200px;}.elementor-5442 .elementor-element.elementor-element-69fe09f{--display:flex;}.elementor-5442 .elementor-element.elementor-element-69fe09f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5442 .elementor-element.elementor-element-cdff8b1 .elementor-button{background-color:#FC7F3A;text-transform:uppercase;box-shadow:4px 4px 0px 0px #000000;border-radius:50px 50px 50px 50px;padding:12px 20px 12px 20px;}.elementor-5442 .elementor-element.elementor-element-cdff8b1 .elementor-button:hover, .elementor-5442 .elementor-element.elementor-element-cdff8b1 .elementor-button:focus{background-color:#FFFFFF;color:var( --e-global-color-secondary );}.elementor-5442 .elementor-element.elementor-element-cdff8b1{padding:0px 0px 0px 0px;}.elementor-5442 .elementor-element.elementor-element-cdff8b1.elementor-element{--align-self:center;}.elementor-5442 .elementor-element.elementor-element-cdff8b1 .elementor-button:hover svg, .elementor-5442 .elementor-element.elementor-element-cdff8b1 .elementor-button:focus svg{fill:var( --e-global-color-secondary );}.elementor-5442:not(.elementor-motion-effects-element-type-background), .elementor-5442 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-primary ) 100%);}@media(min-width:768px){.elementor-5442 .elementor-element.elementor-element-69fe09f{--width:59.019%;}}@media(max-width:1024px){.elementor-5442 .elementor-element.elementor-element-23dc300{--padding-top:10px;--padding-bottom:10px;--padding-left:50px;--padding-right:50px;}.elementor-5442 .elementor-element.elementor-element-cdff8b1.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}}@media(max-width:767px){.elementor-5442 .elementor-element.elementor-element-23dc300{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:15px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-5442 .elementor-element.elementor-element-9082a0a.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-5442 .elementor-element.elementor-element-9082a0a img{width:150px;}}/* Start custom CSS for shortcode, class: .elementor-element-46e653d *//* NAV BASE */

/* Scrollbar width */
.mega-menu::-webkit-scrollbar,
.mega-links-columns::-webkit-scrollbar {
    width: 4px;
}

/* Remove arrows */
.mega-menu::-webkit-scrollbar-button,
.mega-links-columns::-webkit-scrollbar-button {
    display: none;
}

/* Track */
.mega-menu::-webkit-scrollbar-track,
.mega-links-columns::-webkit-scrollbar-track {
    background: transparent;
}

/* Thumb */
.mega-menu::-webkit-scrollbar-thumb,
.mega-links-columns::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 20px;
}

/* Hover */
.mega-menu::-webkit-scrollbar-thumb:hover,
.mega-links-columns::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4);
}
/* hide mobile list on desktop */
.mobile-sub-links{
display:none;
}
.custom-nav {
    position: relative;
}
ul.menu > li > a {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.custom-nav  ul,
.custom-nav  li {
    list-style-type: none;
}
.custom-nav .menu {
    display: flex;
    justify-content: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.custom-nav .menu > li {
    position: relative;
}
.custom-nav a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}
.has-mega .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10%);
    width: 95vw;
    max-width: 550px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
      transition: 
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0s linear 0.2s; /* delay hiding */
    z-index: 999;
}
.has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(1%);
    transition-delay: 0s; /* open instantly */
}
.mega-inner {
    display: flex;
    gap: 40px;
    position: relative;
}
.services-mega .mega-inner:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #AADBD4;
    left: 49%;
    right: 56%;
    margin: auto;
    height: 90%;
    top: 0;
    bottom: 0;
}
.mega-menu.services-mega {
    width: 594px;
    max-width: 95vw;
}
mega-category {
    margin: 0px;
}
.mega-left li {
    display: flex;
}
.mega-right {
    position: relative;
    flex: 1;
    padding: 10px;
}
.mega-left,
.menu-right {
    width:45%;
}

.mega-panel {
    display: none;
}
.mega-panel.active {
    display: block;
}
.has-mega p {
    color: var(--e-global-color-text);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.type-grid .mega-grid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.type-grid .mega-grid > a {
    width: 49%;
    padding-bottom: 10px;
}
.type-featured {
    /*width: 950px;*/
    max-width: 95vw;
}
.featured-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
}
.mega-feature-card {
    background-color: transparent;
    background-image: linear-gradient(172deg, #57A1A1 0%, #0E5B5B 100%);
    color: #fff;
    padding: 14px 14px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.mega-feature-card h3 {
    margin: 0 0 15px;
}
.mega-feature-card p {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
}
.mega-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 25px;
}
.mega-links-grid a {
    padding-bottom: 15px;
    border: 1px solid #eee;
    margin-bottom:10px;
}
.mega-links-grid a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.services-mega .mega-grid a {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 10px;
    padding-bottom:10px;
    width:100%;
    padding-left: 50px;
}
.services-mega .mega-grid a:hover {
    color: #005454;
}
.mega-feature-card span,
.mega-feature-card p {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
}
.mega-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--e-global-color-text);
    font-family: inherit;
    line-height: 20px;
}

.has-mega p {
    color: #211f1f;
    font-size: 14px;
}
.mega-category {
    margin: 0px;
}
.mega-category i {
    margin-left: 15px;
}
.services-inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 600;
    font-size:15px;
    position: relative;
    width: 100%;
    font-family: inherit;
    margin-bottom:3px;
    color: #313131;
    line-height: 20px;
}
li.has-mega::after {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    top: -2px;
    bottom: 0;
    right: -15px;
    margin: auto;
    background: #fff;
    rotate: 0deg;
    clip-path: polygon(49% 50%, 100% 50%, 50% 100%, 0% 50%);
}
ul.mega-category .services-inner::after {
    width: 11px;
    height: 11px;
    position: absolute;
    top: -2px;
    bottom: -6;
    right: 0px;
    margin: auto;
    background: #000;
    rotate: -90deg;
    clip-path: polygon(49% 50%, 100% 50%, 50% 100%, 0% 50%);
}
li.has-mega {
    position: relative;
}

.mega-feature-card p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.mega-right {
    height: 480px;
    max-height: 490px;
    overflow-y: scroll;
}
.menu-toggle {
     display: none; 
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 50px;
    height: 40px;
    background: #FF6A3D;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1001;
    margin: 0px;
    padding: 0px;
}

.menu-toggle span {
    display: block;
    height: 3px;
    width: 22px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 3px;
    transition: 0.3s ease;
}
.mega-right {
    height: 100%;
    max-height: 320px;
    overflow-y: scroll;
    scrollbar-width: thin; 
    scrollbar-color: #888 #f1f1f1;
}
li.has-mega.type-featured .mega-feature-card p {
    color: #fff;
}
.mega-feature-card {
    height: 380px;
    max-height: 490px;
    max-width: 560px;
}
.mega-links-columns {
    height: 380px;
    overflow: auto;
}
@media(min-width:1025px){
    .type-grid .mega-grid > a,.mega-links-grid a{
        position: relative;
        padding-left: 50px !important;
        display: inline-block;
        border:none;
    }
    .services-mega .mega-grid a::before,.type-grid .mega-grid > a::before,.mega-links-grid a::before{
    content: "";
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 10px;
    margin: auto;
    width: 40px;
    height: 40px;
    color: #000;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 17px;
}
    .services-mega .mega-grid a:hover::before,.type-grid .mega-grid > a:hover::before,.mega-links-grid a:hover::before {
    color: #008080;
}
    
   .custom-nav .mega-menu {
    width: 850px;
    max-width: 95vw;
    border: 10px solid #AADBD45C;
}
ul.mega-category .active {
    background: #AADBD45C;
}

.services-mega .mega-grid a {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 50px;
    position: relative;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.mega-links-grid a:hover .mega-title{
     color: #008080;
}
    .type-grid .mega-grid > a {
    width: 49%;
    bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding: 10px 15px;
}
.type-grid .mega-grid > a:hover .mega-title
 {
    color: #005454;
}
.mega-menu.type-featured {
    max-width: 650px;
}
ul.mega-category li:hover {
    background: #AADBD45C;
}
ul.mega-category li {
    padding: 13px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #AADBD45C;
}
.services-inner {
    font-size: 16px;
}
.mega-title {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0px;
}
.mega-grid a {
    padding: 5px 10px;
   transition: 0.3s ease-in-out;
    border-radius: 6px;
}
.services-mega .mega-grid a:hover .mega-title {
    color: #005454;
}
.mega-right {
    max-height: 460px;
}
.has-mega p {
    color: #211f1f;
    font-size: 15px;
    line-height: 18px;
}
}
@media(max-width:1025px){
    .type-grid .mega-grid {
        flex-direction: column;
    }
    .type-grid .mega-grid > a {
        width: 100%;
    }
    .has-mega .mega-menu {
      max-width: 290px;
    }
    .mega-feature-card {
        display: none;
    }
    
    .mega-links-grid {
        display: block;
    }
    .type-grid .mega-grid {
        gap: 20px 10px;
    }
}

/* Mobile layout */
@media (max-width: 769px) {
    .mega-right{
display:none;
}

.mobile-sub-links{
display:block;
margin-top:10px;
padding-left:15px;
}

.mobile-sub-links li{
margin:6px 0;
}

.mobile-sub-links a{
font-size:14px;
opacity:.9;
}
.mega-left li{
    display: block;
}
  .menu-toggle {
        display: flex;
        position: relative;
        z-index: 9999;
        position: absolute;
        top: -60px;
        right: 0;
    }
    .has-mega:hover .mega-menu{
        transform: none;
        margin: 0px;
    }
    .custom-nav {
        position: relative;
    }

    .custom-nav .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: #0E5B5B;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 80px 20px 40px;
        gap: 0;
        transition: right 0.35s ease;
        z-index: 1000;
        overflow-y: auto;
    }

    .custom-nav.active .menu {
        right: 0;
    }

    .custom-nav .menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 12px 0;
    }

    .custom-nav .menu > li > a {
        display: block;
        width: 100%;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
    }

    /* Disable hover mega in mobile */
    .has-mega .mega-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        width: 100%;
        background: inherit;
        box-shadow: none;
        border-radius: 0;
        padding: 15px;
        margin-top: 10px;
    }
    .services-inner {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
    }
    .has-mega.open .mega-menu {
        display: block;
    }

    /* Stack mega content */
    .mega-inner,
    .mega-links-grid,
    .mega-grid {
        display: block !important;
    }

    .mega-left,
    .mega-right {
        width: 100%;
    }

    .mega-right {
        background: transparent;
        padding: 0;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .mega-grid a,
    .mega-links-grid a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        color: #ffffff;
    }

    .mega-title {
        color: #ffffff;
    }

    .has-mega::after {
        display: none;
    }
    /* Make parent items flex */
    .custom-nav .menu > li.has-mega > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }

    /* Arrow icon */
    .custom-nav .menu > li.has-mega > a::after {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        margin-left: 10px;
    }

    /* Rotate arrow when open */
    .custom-nav .menu > li.has-mega.open > a::after {
        transform: rotate(-135deg);
    }
    .services-mega .mega-inner:after {
    display: none;
}

.services-inner {
    font-size: 17px;
    color: #fff;
}

.mega-grid a,
.mega-links-grid a {
    border: none;
}

.services-mega .mega-grid a {
    padding: 0px 0px 10px 20px;
}

.services-mega .mega-grid a,
.type-grid .mega-grid > a,
.mega-grid a,
.mega-links-grid a {
    padding: 0px 0px 0px 20px;
}

.mega-links-columns {
    height: auto;
}
.mega-menu p {
    display: none;
}
.mega-title {
    line-height: 24px;
    opacity: 0.9;
}
.mega-grid a {
    margin-bottom: 7px;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-23dc300 */.elementor-5442 .elementor-element.elementor-element-23dc300 {
    transition: border-bottom 0.3s ease;
}
.elementor-5442 .elementor-element.elementor-element-23dc300.elementor-sticky--effects {
    border-bottom: 1px solid #177F7F;
}/* End custom CSS */