.elementor-52 .elementor-element.elementor-element-8ac0c39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-widget-theme-site-logo .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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-8ac0c39 *//* Default - Desktop View (1440px and above) - Vertical Header */
.elementor-52 .elementor-element.elementor-element-8ac0c39 {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #fff;
}

/* Laptop View (1024px - 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
    .elementor-52 .elementor-element.elementor-element-8ac0c39 {
        width: 250px; /* Slightly smaller width */
    }

    body {
        margin-left: 250px !important;
    }
}

/* Tablet View (768px - 1023px) - Hide Selector */
@media (min-width: 768px) and (max-width: 1023px) {
    .elementor-52 .elementor-element.elementor-element-8ac0c39 {
        display: none !important;
    }

    body {
        margin-left: 0 !important;
        padding-top: 0; /* Reset padding */
    }
}

/* Mobile View (0 - 767px) - Hide Selector */
@media all and (max-width: 767px) {
    .elementor-52 .elementor-element.elementor-element-8ac0c39 {
        display: none !important;
    }

    body {
        margin-left: 0 !important;
        padding-top: 0; /* Reset padding */
    }
}

/* Desktop View margin offset */
@media (min-width: 1440px) {
    body {
        margin-left: 300px !important;
    }
}/* End custom CSS */