.elementor-220 .elementor-element.elementor-element-9e86085{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-220 .elementor-element.elementor-element-7075fd0{--display:flex;}.elementor-220 .elementor-element.elementor-element-ee40461{margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-ee40461 *//* Container Scoping */
#property-query-widget {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    overflow: hidden;
}

#property-query-widget .contact-section {
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Replace URL with your hosted image link */
    background: linear-gradient(rgba(0, 31, 63, 0.8), rgba(0, 31, 63, 0.8)), 
                url('image/quiry form image.png') no-repeat center center/cover;
    background-attachment: fixed;
    padding: 40px 20px;
    color: white;
}

#property-query-widget .main-title {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}

#property-query-widget .subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Form Card */
#property-query-widget .contact-box {
    background: #ffffff;
    color: #333;
    border-radius: 12px;
    padding: 30px;
    max-width: 450px;
    width: 100%;
    text-align: left;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

#property-query-widget .contact-box h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    border-bottom: 3px solid #007bff;
    display: inline-block;
    color: #222;
}

/* Input Styling */
#property-query-widget .input-group {
    margin-bottom: 15px;
}

#property-query-widget label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

#property-query-widget label span { 
    color: #ff4d4d; 
}

#property-query-widget input, 
#property-query-widget textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

#property-query-widget input:focus, 
#property-query-widget textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0,123,255,0.2);
}

/* Button */
#property-query-widget .btn-submit {
    width: 100%;
    background: #007bff;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

#property-query-widget .btn-submit:hover {
    background: #0056b3;
}

/* Mobile Tweak */
@media (max-width: 480px) {
    #property-query-widget .main-title { font-size: 1.8em; }
    #property-query-widget .contact-box { padding: 20px; }
}/* End custom CSS */