.elementor-6091 .elementor-element.elementor-element-10d9ab7{--display:flex;}#elementor-popup-modal-6091 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 16px 17px 0px rgba(0,0,0,0.2);}#elementor-popup-modal-6091{background-color:rgba(0,0,0,.8);justify-content:center;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-6091 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-6091 .dialog-close-button{display:flex;}@media(max-width:1024px){#elementor-popup-modal-6091 .dialog-close-button{top:0%;font-size:0px;}body:not(.rtl) #elementor-popup-modal-6091 .dialog-close-button{right:100%;}body.rtl #elementor-popup-modal-6091 .dialog-close-button{left:100%;}}/* Start custom CSS *//* Ensures the popup positions just below the header */
#elementor-popup-modal-6091 {
    top: 101px;  /* Adjust based on your header height */
    position: absolute;
}

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

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

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


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


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