.elementor-1536 .elementor-element.elementor-element-ccacdaf{width:var( --container-widget-width, 108.871% );max-width:108.871%;--container-widget-width:108.871%;--container-widget-flex-grow:0;top:0px;}.elementor-1536 .elementor-element.elementor-element-ccacdaf.elementor-element{--flex-grow:0;--flex-shrink:0;}body:not(.rtl) .elementor-1536 .elementor-element.elementor-element-ccacdaf{left:0px;}body.rtl .elementor-1536 .elementor-element.elementor-element-ccacdaf{right:0px;}#elementor-popup-modal-1536{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1536 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-1536 .dialog-close-button{display:flex;}#elementor-popup-modal-1536 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-ccacdaf *//* 1. Center Popup Modal & Fix Shadow Overflows */
.elementor-1536 .elementor-element.elementor-element-ccacdaf .elementor-popup-modal {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

/* 2. Style the Inner Popup Box */
.elementor-1536 .elementor-element.elementor-element-ccacdaf .elementor-popup-modal__content {
    border-radius: 12px !important;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25) !important;
    overflow: hidden !important;
    background-color: #ffffff !important; /* Change to match your design */
}

/* 3. Make GoHighLevel Iframe Responsive & Remove Scrollbars */
.elementor-1536 .elementor-element.elementor-element-ccacdaf iframe[src*="leadconnectorhq"],
.elementor-1536 .elementor-element.elementor-element-ccacdaf iframe[src*="msgsndr"] {
    width: 100% !important;
    min-width: 100% !important;
    border: none !important;
    outline: none !important;
    display: block !important;
    margin: 0 auto !important;
}

/* 4. Ensure HTML Container Fits Content Gracefully */
.elementor-1536 .elementor-element.elementor-element-ccacdaf .elementor-widget-html,
.elementor-1536 .elementor-element.elementor-element-ccacdaf .elementor-widget-html .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

/* 5. Mobile Adjustments (Prevents horizontal overflow on phones) */
@media (max-width: 767px) {
    .elementor-1536 .elementor-element.elementor-element-ccacdaf .elementor-popup-modal__content {
        width: 92vw !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        border-radius: 8px !important;
    }
}/* End custom CSS */