.elementor-1109 .elementor-element.elementor-element-e7b99c5{--display:flex;}#elementor-popup-modal-1109 .dialog-widget-content{animation-duration:0.5s;box-shadow:0px 16px 17px 0px rgba(0,0,0,0.2);}#elementor-popup-modal-1109 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-1109{justify-content:center;align-items:flex-start;}/* Start custom CSS *//* Ensures the popup positions just below the header */
#elementor-popup-modal-1109 {
    top: 101px;  /* Adjust based on your header height */
    position: absolute;
}

#elementor-popup-modal-1109 .dialog-message {
    max-height: unset;
}

#elementor-popup-modal-1109 .dialog-widget-content {
    max-height: unset;
}

.admin-bar #elementor-popup-modal-1109 {
    top: calc(142px + var(--wp-admin-bar-height, 32px)); /* Adjust based on WordPress admin bar height */
    position: absolute;
}


@media (max-width: 1024px) {
    .admin-bar #elementor-popup-modal-1109 {
        top: calc(84px + var(--wp-admin-bar-height, 32px)); /* Adjust based on WordPress admin bar height */
        position: absolute;
    }
}


@media (max-width: 768px) {
    .admin-bar #elementor-popup-modal-1109 {
        top: calc(158px + var(--wp-admin-bar-height, 32px)); /* Adjust based on WordPress admin bar height */
        position: absolute;
    }
}/* End custom CSS */