.elementor-34221 .elementor-element.elementor-element-7c083145{--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;--justify-content:center;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-34221 .elementor-element.elementor-element-68cf7f4d{text-align:right;}.elementor-34221 .elementor-element.elementor-element-68cf7f4d .elementor-heading-title{color:#02B7A9;font-size:28px;font-weight:700;line-height:28px;}.elementor-34221 .elementor-element.elementor-element-3aa166cb{text-align:justify;}.elementor-34221 .elementor-element.elementor-element-3aa166cb .elementor-heading-title{color:var( --e-global-color-0f5a037 );font-size:20px;font-weight:400;line-height:31px;}#elementor-popup-modal-34221 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-34221{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-34221 .dialog-close-button{display:flex;}#elementor-popup-modal-34221 .dialog-widget-content{border-radius:24px 24px 24px 24px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-34221 .elementor-element.elementor-element-7c083145{--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-34221 .elementor-element.elementor-element-68cf7f4d .elementor-heading-title{font-size:16px;}.elementor-34221 .elementor-element.elementor-element-3aa166cb .elementor-heading-title{font-size:12px;line-height:1.9em;}.elementor-34221 .elementor-element.elementor-element-3aa166cb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-32ec5ca9 */@import url("https://cdn.fontcdn.ir/Font/Persian/IranYekan/IranYekan.css");

.myForm * {
  font-family: IranYekan, sans-serif;
  box-sizing: border-box;
}

.myForm {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  padding: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.myForm input[type="text"] {
  flex: 1 1 250px;
  padding: 12px 16px;
  font-size: 15px;
  color: #02B7A9;
  border: 1px solid #02B7A9;
  border-radius: 12px;
  background-color: #fff;
  outline: none;
  text-align: right;
  transition: all 0.3s ease;
  width: 100%;
}

.myForm input::placeholder {
  color: #02B7A9;
}

.myForm input[type="submit"] {
  flex: 1 1 250px;
  background-color: #10ce80;
  color: white;
  padding: 12px 24px;
  font-size: 15px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.myForm input[type="submit"]:hover {
  background-color: #0fad6b;
}

/* رسپانسیو موبایل */
@media (max-width: 768px) {
  .myForm {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .myForm input[type="text"],
  .myForm input[type="submit"] {
    flex: none;
    width: 100%;
  }
}/* End custom CSS */