.elementor-4439 .elementor-element.elementor-element-ab62ff9{--display:flex;}.elementor-4439 .elementor-element.elementor-element-cb322d0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:40px 0px;--row-gap:40px;--column-gap:0px;}.elementor-4439 .elementor-element.elementor-element-789122a{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:15px;--padding-bottom:15px;--padding-left:50px;--padding-right:0px;}.elementor-4439 .elementor-element.elementor-element-3c67846 .wpcf7-submit{--btn-accented-bgcolor:#C90046;}@media(max-width:1024px) and (min-width:769px){.elementor-4439 .elementor-element.elementor-element-789122a{--width:100%;}}@media(max-width:1024px){.elementor-4439 .elementor-element.elementor-element-cb322d0{--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-4439 .elementor-element.elementor-element-789122a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-3c67846 *//* Scope to CF7 forms */
.wpcf7 .cf7-rtl-wrap {
  direction: rtl;           /* make sure layout + text are RTL */
  display: grid;
  grid-template-columns: 1fr; /* mobile default: stacked */
  gap: 18px;
}

.wpcf7 .cf7-title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(22px, 3.2vw, 34px);
  text-align: right;        /* title sits on the right */
  line-height: 1.2;
  background: linear-gradient(90deg,#E01E2E,#B80C1E);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wpcf7 .cf7-fields {
  display: grid;
  gap: 14px;
}

.wpcf7 label { display: grid; gap: 6px; text-align: right; }
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ffe1e4;
  border-radius: 10px;
  font-family: inherit;
}

.wpcf7 input[type="submit"] {
  background: linear-gradient(90deg,#E01E2E,#B80C1E);
  color: #fff; border: 0; border-radius: 12px;
  padding: 12px 20px; font-weight: 700; cursor: pointer;
}

/* On wider screens: put the title on the RIGHT side of the fields */
@media (min-width: 900px) {
  .wpcf7 .cf7-rtl/* End custom CSS */