.elementor-138 .elementor-element.elementor-element-6082ccf{--display:flex;--min-height:250px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-138 .elementor-element.elementor-element-6082ccf:not(.elementor-motion-effects-element-type-background), .elementor-138 .elementor-element.elementor-element-6082ccf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEEEE;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-138 .elementor-element.elementor-element-fda8484{text-align:center;}.elementor-138 .elementor-element.elementor-element-fda8484 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:#000000;}.elementor-138 .elementor-element.elementor-element-c4b491b{--spacer-size:8px;width:var( --container-widget-width, 23% );max-width:23%;background-color:#DCBD71;--container-widget-width:23%;--container-widget-flex-grow:0;border-radius:4px 4px 4px 4px;}.elementor-138 .elementor-element.elementor-element-c4b491b.elementor-element{--align-self:center;}.elementor-138 .elementor-element.elementor-element-965619d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-138 .elementor-element.elementor-element-b6d8515{width:100%;max-width:100%;}.elementor-138 .elementor-element.elementor-element-b6d8515.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-138 .elementor-element.elementor-element-fda8484 .elementor-heading-title{font-size:30px;}}/* Start custom CSS for shortcode, class: .elementor-element-b6d8515 */.custom-form-container {
    direction: rtl;
    text-align: right;
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.full-width {
    width: 100%;
}

.custom-form-container label {
    font-weight: bold;
    display: block;
}

.custom-form-container input[type="text"],
.custom-form-container input[type="tel"],
.custom-form-container input[type="email"],
.custom-form-container select,
.custom-form-container textarea {
    width: 100%;
    padding: 10px;
      border-radius: 15px;
    border-color: #000000;
    margin-top:2%;
    text-align: right;
}

/* تنسيق شريط الميزانية */
.budget-section input[type="range"] {
    width: 100%;
    margin: 15px 0;
}

.budget-display {
    background: #f4f4f4;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    color: #2c3e50;
}

/* تنسيق أزرار الراديو والتشيك بوكس */
.wpcf7-list-item {
    margin-left: 15px;
    display: inline-block;
}


/*
.budget-section-v2 {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}*/

/* تنسيق الـ Label */
.budget-section-v2 label {
    font-weight: bold;
    display: block;
}

/* تنسيق المسار (Track) للشريط - أهم جزء */
#perfect-budget-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px; /* سُمك الشريط */
    background: #e2e8f0; /* اللون الرمادي للخلفية */
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin: 15px 0;
    /* سيتم تحديث الـ background-image بواسطة الـ JS */
}

/* تنسيق النقطة الزرقاء (Thumb) */
#perfect-budget-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px; /* حجم النقطة */
    height: 22px;
    background: #007bff; /* اللون الأزرق للنقطة */
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #fff; /* الإطار الأبيض */
    box-shadow: 0 0 5px rgba(0,0,0,0.3); /* ظل خفيف */
    margin-top: -6px; /* لضبط النقطة في المنتصف عمودياً */
}

/* تنسيق لعرض القيمة الحالية */
.budget-display-v2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
}

.budget-display-v2 p {
    display: flex;
}

 select {
    appearance: none; /* إخفاء سهم المتصفح الافتراضي */
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: left 10px center; 
    background-size: 18px;
    
    padding-right: 15px !important; 
    padding-left: 40px !important; 
    
    direction: rtl;
    text-align: right;
}


@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}


input::placeholder,
textarea::placeholder {
    font-size: 14px !important;
}

textarea{
    height: 100px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #DCBD71;
    width: 100%;
    border-radius: 15px;
     cursor: pointer;
    padding: 12px 30px;
}/* End custom CSS */