.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Header Overlay Styles */
.headerMain {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
}

/* WordPress admin bar support */
.admin-bar .headerMain {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .headerMain {
        margin-top: 46px;
    }
}

/* Disable fixed positioning in Elementor page builder */
.elementor-editor-active .headerMain {
    position: static !important;
    margin-top: 0 !important;
}

/* Ensure the main content starts below the header */
.site-main {
    position: relative;
}

/* Hero section will have dynamic padding applied via JavaScript */
.heroContainer {
    /* Initial padding will be set by JavaScript */
    transition: padding-top 0.3s ease;
}

/* Ensure proper stacking context */
.heroMain {
    position: relative;
    z-index: 1;
}

.contentBullet .elementor-image-box-img img {
    padding-top: 5px;
}

.contentBullet.blueBullet .elementor-image-box-img img {
    padding-top: 15px;
}

.elementor-widget-form .elementor-field-textual {
    padding: 15px 30px;
}/* End custom CSS */