.elementor-kit-12{--e-global-color-primary:#269993;--e-global-color-secondary:#6F8E95;--e-global-color-text:#0F1620;--e-global-color-accent:#F7FBFA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   1. GLOBAL FONT & TITLE FIX
   ========================================================= */
.elementor-widget-houzez_elementor_inquiry_form {
    font-family: 'Playfair Display', serif !important;
}

/* FIX: Targets the specific title structure found in your HTML */
.elementor-widget-houzez_elementor_inquiry_form .form-header .form-title,
.houzez-contact-form-title { 
    color: #2FAEAA !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

/* =========================================================
   2. CONTAINER STYLING (Removed Shadow)
   ========================================================= */
.elementor-widget-houzez_elementor_inquiry_form .houzez-contact-form-wrap {
    background-color: #ffffff !important;
    border: 1px solid #2FAEAA !important;
    border-radius: 12px !important;
    padding: 25px !important;
    /* Removed the RGBA Box Shadow as requested */
}

/* =========================================================
   3. INPUTS, LABELS & DROPDOWNS
   ========================================================= */
.elementor-widget-houzez_elementor_inquiry_form label {
    color: #2FAEAA !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.elementor-widget-houzez_elementor_inquiry_form .form-control,
.elementor-widget-houzez_elementor_inquiry_form input,
.elementor-widget-houzez_elementor_inquiry_form select,
.elementor-widget-houzez_elementor_inquiry_form textarea,
.elementor-widget-houzez_elementor_inquiry_form .bootstrap-select > .dropdown-toggle {
    background-color: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 6px !important;
    min-height: 48px !important;
    color: #333333 !important;
    box-shadow: none !important;
}

/* Focus State */
.elementor-widget-houzez_elementor_inquiry_form .form-control:focus,
.elementor-widget-houzez_elementor_inquiry_form .bootstrap-select > .dropdown-toggle:focus {
    border-color: #2FAEAA !important;
}

/* Submit Button */
.elementor-widget-houzez_elementor_inquiry_form .houzez-submit-button {
    background-color: #2FAEAA !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 600;
    width: 100% !important;
    margin-top: 15px !important;
}

/* =========================================================
   4. LAYOUT FIX (PERFORMANCE OPTIMIZED)
   ========================================================= */
/* Replaces 'float' with 'flex' to fix alignment */
.elementor-widget-houzez_elementor_inquiry_form .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -10px;
    margin-right: -10px;
}

/* OPTIMIZATION: Replaced slow [class*="col-"] with fast direct child .elementor-kit-12 */
/* Since Bootstrap rows always contain divs as columns, this is 100% safe and faster */
.elementor-widget-houzez_elementor_inquiry_form .row > div {
    float: none !important;
    display: block !important;
    padding-left: 10px;
    padding-right: 10px;
}

/* =========================================================
   5. RTL (ARABIC) ALIGNMENT
   ========================================================= */

html[dir="rtl"] .elementor-widget-houzez_elementor_inquiry_form label {
    text-align: right !important;
}

html[dir="rtl"] .elementor-widget-houzez_elementor_inquiry_form input, 
html[dir="rtl"] .elementor-widget-houzez_elementor_inquiry_form textarea {
    text-align: right !important;
    direction: rtl !important;
}

html[dir="rtl"] .elementor-widget-houzez_elementor_inquiry_form .filter-option-inner-inner {
    text-align: right !important;
    padding-right: 0 !important;
}

html[dir="rtl"] .elementor-widget-houzez_elementor_inquiry_form .bootstrap-select .dropdown-toggle:after {
    left: 15px !important;
    right: auto !important;
}/* End custom CSS */