/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.entry-title {
    color: #303841;
    font-family: "peyda", Sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.page-header .entry-title{
	max-width: 1265px;
	padding-right:16px;
}

.linebede {
	line-height:50px !important;
}

/* fc forms style */
.fc-sales-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
  padding: 30px;
  max-width: 600px;
  margin: 40px auto;
  font-family: 'Peyda', sans-serif;
  direction: rtl;
}

.fc-sales-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

.fc-sales-form input[type="text"],
.fc-sales-form input[type="number"],
.fc-sales-form input[type="tel"],
.fc-sales-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: inherit;
}

.fc-sales-form input[type="radio"] {
  margin-left: 6px;
}

.fc-sales-form button[type="submit"] {
  background-color: #2d3436;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-family: inherit;
}

.fc-sales-form button[type="submit"]:hover {
  background-color: #636e72;
}

/* fc agreement style */
.fc-agreement {
  max-width: 700px;
  margin: 0 auto 25px auto;
  font-family: 'Peyda', sans-serif;
  direction: rtl;
  font-size: 15px;
  color: #2d3436;
}

.fc-agreement label input[type="checkbox"] {
  margin-left: 8px;
  transform: scale(1.2);
  cursor: pointer;
}

#add_installment_btn {
  background-color: #00b894;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: inherit;
}

#add_installment_btn:hover {
  background-color: #019875;
}

.installment_group {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #f9f9f9;
}

.installment_group label {
  margin-top: 10px;
  font-size: 14px;
}

.remove_installment_btn {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}

.remove_installment_btn:hover {
  background-color: #c0392b;
}

/* fc_customer_form */
#fc_customer_form {
  max-width: 700px;
  margin: 0 auto 40px auto;
  background: #fff;
  padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 0 14px rgba(0,0,0,0.08);
  font-family: 'Peyda', sans-serif;
  direction: rtl;
}

#fc_customer_form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #34495e;
  font-size: 16px;
}

#fc_customer_form input[type="text"],
#fc_customer_form input[type="tel"],
#fc_customer_form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-family: 'Peyda', sans-serif;
  resize: vertical;
}

#fc_customer_form textarea {
  min-height: 90px;
}

#fc_customer_form input[type="submit"] {
  background-color: #0984e3;
  border: none;
  color: white;
  padding: 12px 26px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 17px;
  font-family: 'Peyda', sans-serif;
  transition: background-color 0.3s ease;
}

#fc_customer_form input[type="submit"]:hover {
  background-color: #74b9ff;
}
