/* Start custom CSS for shortcode, class: .elementor-element-bc697a2 *//* ساختار دو ستونه */
.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.cf7-col {
  flex: 1;
  min-width: 240px;
}

.cf7-col input,
.cf7-col select,
.cf7-col textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

/* فاصله بین بخش‌ها */
h4 {
  margin-top: 30px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

/* دکمه ارسال */
input.wpcf7-submit {
  background: #1D9B70;
  color: #fff;
  border: none;
  padding: 10px 35px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

input.wpcf7-submit:hover {
  background: #128059;
}

/* ظاهر کلی */
.wpcf7 form p,
.wpcf7 form div {
  margin-bottom: 15px;
}

textarea {
  resize: vertical;
}

/* راست‌چین بودن */
.wpcf7-form {
  direction: rtl;
  text-align: right;
}/* End custom CSS */