.elementor-9342 .elementor-element.elementor-element-9c4e227{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--border-radius:15px 15px 0px 0px;--border-top-left-radius:15px;--border-top-right-radius:15px;--border-bottom-right-radius:0px;--border-bottom-left-radius:0px;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-9342 .elementor-element.elementor-element-fa5eedf .elementor-heading-title{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:28px;font-weight:700;}.elementor-9342 .elementor-element.elementor-element-fa5eedf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9342 .elementor-element.elementor-element-44c2900{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-right:30px;--padding-bottom:17px;--padding-left:30px;}.elementor-9342 .elementor-element.elementor-element-44c2900.e-con{--align-self:center;}#elementor-popup-modal-9342 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-9342{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-9342 .dialog-close-button{display:flex;}#elementor-popup-modal-9342 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-9c4e227 */.popup-form-heading{
        background: linear-gradient(135deg, #C7A386 0%, #b8916f 100%);
    padding: 30px;
        
    }

.elementor-popup-modal .dialog-close-button {
    z-index: 9999;
    pointer-events: all;
    position: absolute;
    top: 20px;
    right: 25px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    line-height: 1;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);}
    
            .modal-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.7);
                backdrop-filter: blur(5px);
            }

            .modal-content {
                position: relative;
                background: white;
                max-width: 600px;
                margin: 50px auto;
                border-radius: 15px;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
                max-height: 90vh;
                overflow-y: auto;
                animation: slideDown 0.3s ease;
                z-index: 100000;
            }

          

            #modal-form-message.success {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #modal-form-message.error {
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            /* Mobile Responsive */
            @media (max-width: 768px) {
                .modal-content {
                    margin: 20px;
                    max-width: calc(100% - 40px);
                }

                .property-cta-buttons {
                    flex-direction: column;
                }

                .cta-btn {
                    width: 100%;
                }

                .modal-header h2 {
                    font-size: 22px;
                }

                #modalProperty {
                    font-size: 16px !important;
                }
            }

            /* Scrollbar Styling for Modal */
            .modal-content::-webkit-scrollbar {
                width: 8px;
            }

            .modal-content::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            .modal-content::-webkit-scrollbar-thumb {
                background: #C7A386;
                border-radius: 4px;
            }

            .modal-content::-webkit-scrollbar-thumb:hover {
                background: #b8916f;
            }

            #modalMessage textarea.form-control {
                min-height: calc(5.5em + .75rem + calc(var(--bs-border-width) * 2));
            }
        }/* End custom CSS */