.elementor-726 .elementor-element.elementor-element-dae79ef{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-05d6eb6 *//* استایل کلی فرم */
.row.rtl {
  direction: rtl;
  text-align: right;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.row.rtl:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* استایل ستون‌ها */
.col-md-6 {
  padding: 15px;
}

/* استایل لیبل */
label {
  display: block;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 18px;
}




/* استایل دکمه ارسال */
.btn-mehrgan {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 30px auto;
  width: 150px;
  text-align: center;
}

.btn-mehrgan:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* استایل قیمت */
p:last-child {
  font-size: 16px;
  margin-top: 15px;
}/* End custom CSS */