.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-7 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@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 */.site-main {
    position: relative;
}

.mobile-menu-icon {
    width: fit-content;
    margin-left: auto;
}

.mobile-menu-icon .elementor-widget-container { 
    width: fit-content;
    margin-left: auto;
}

.mobile-flyout-menu-container {
    z-index: 15
}

.menu-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.5);
    z-index: 10;
}

.menu-overlay-active {
    display: block;
}

.mobile-flyout-menu {
    position: fixed;
    height: auto;
    top: 120px;
    right: 0;
    z-index: 1;
    height: 100vh;
    width: 285px;
    overflow: hidden;
    max-width: 0 !important;
    width: auto;
    background-color: #FAFAFA;
    transition: all 0.5s ease;
}

@media screen and (min-width: 1000px) {
    .mobile-flyout-menu {
        top: 106px;
    }
}
.menu-open {
    max-width: 250px !important;
}

.menu-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
}

.menu-content .menu-title {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham";
    color: black;
}

.menu-content a {
    padding: 10px;
    padding-left: 2px;
    font-size: 14px;
    color: black;
    font-family: "Gotham";
}

.menu-content .linkedin-icon {
    display: flex;
    justify-content: flex-end;
}

.product-card {
    height: fit-content;
    height: 315px;
}

.product-card:hover .product-card-image {
        height: 90px;
}

.product-card:hover .product-card-text {
        height: 100%;
}

.product-card:hover .product-card-image  img {
        top: -60px;
} 

.product-card .product-card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.product-card .product-card-image  img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 250px;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.product-card .product-card-text {
    height: 0;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .product-container .e-con-inner {
        display: flex;
        flex-direction: column;
    }
    
    .product-container .e-con-inner .e-con-inner {
        flex-wrap: unset !important;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 480px)  {
        .about-anchor-container {
            transform: translateY(-70px);
        }
        .services-anchor-container {
            transform: translateY(-70px);
        }
        .product-anchor-container {
            transform: translateY(-70px);
        }
}

.waste-flyover-text {
    position: absolute;
    left: 60px;
    right: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 10;
}

.waste-flyover-text .elementor-widget-container {
    display: flex;
    align-items: center;
justify-content: center;   width: 100% !important;
    padding: 10px;
    border-radius: 0 10px 10px 0 !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.receive-container {
    cursor: pointer;
}

.receive-container:hover .waste-flyover-text {
    max-height: 100%;
}/* End custom CSS */