.elementor-810 .elementor-element.elementor-element-36211fff{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-810 .elementor-element.elementor-element-3b649897{text-align:end;}.elementor-810 .elementor-element.elementor-element-3b649897 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:700;color:#333333;}.elementor-810 .elementor-element.elementor-element-295861b.elementor-element{--align-self:stretch;}/* Start custom CSS for shortcode, class: .elementor-element-295861b *//* Contact Form 7 - RTL */
.wpcf7 {
  direction: rtl;
  text-align: right;
}

/* Labels */
.wpcf7 label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  text-align: right;
}

/* Inputs & textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  text-align: right;
  box-sizing: border-box;
  direction: rtl;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  text-align: right;
}

/* Bouton submit */
.wpcf7 input[type="submit"] {
  float: left;
  padding: 10px 25px;
  cursor: pointer;
}

/* Si form فيه columns */
.wpcf7-form .row {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
/* Center submit button */
.wpcf7 input[type="submit"] {
  background-color: #FF653E;
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: 20px auto 0; /* وسط أفقي */
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
  background-color: #e65733;
}/* End custom CSS */