.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Custom 130% Hover Zoom Effect for Dehumidifier Cards */

/* Apply to image widgets with hover-zoom-image class */
.hover-zoom-image img {
    transition: transform 0.4s ease-in-out;
    transform-origin: center center;
}

.hover-zoom-image:hover img {
    transform: scale(1.3);
}

/* Alternative: Apply to entire card container if needed */
.elementor-widget-image:hover img {
    transform: scale(1.3);
}

/* Ensure parent container has overflow hidden */
.elementor-widget-image {
    overflow: hidden;
}

/* Smooth transition for all hover effects */
.elementor-widget-image img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Optional: Add slight brightness effect on hover */
.elementor-widget-image:hover img {
    filter: brightness(1.05);
}

/* Orange Decorative Boxes for Compact Portable Section */

/* Alternative method using pseudo-elements */
#left-image-section {
    position: relative;
    isolation: isolate;
}

#left-image-section::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 80px;
    width: 80px;
    height: 450px;
    background-color: #E47B4A;
    border-radius: 40px;
    z-index: 1;
}

#left-image-section::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 80px;
    width: 80px;
    height: 450px;
    background-color: #E47B4A;
    border-radius: 40px;
    z-index: 1;
}

/* Ensure image stays above decorative elements */
#left-image-section .elementor-widget-image {
    position: relative;
    z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #left-image-section::before,
    #left-image-section::after {
        width: 60px;
        height: 350px;
        top: 60px;
    }
}

@media (max-width: 480px) {
    #left-image-section::before {
        left: -20px;
    }

    #left-image-section::after {
        right: -20px;
    }
}/* End custom CSS */