.elementor-1305 .elementor-element.elementor-element-5ec0caa{--display:flex;}.elementor-1305 .elementor-element.elementor-element-c44cc34{--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;}.elementor-1305 .elementor-element.elementor-element-69497a0{--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;}.elementor-1305 .elementor-element.elementor-element-46a587c{--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;}.elementor-1305 .elementor-element.elementor-element-b6c4071{--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;}.elementor-1305 .elementor-element.elementor-element-cc1f19b{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3fbb317 */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;600;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Vazirmatn', sans-serif;
  line-height: 1.8;
  background-color: #f4f7f9;
  color: #222;
  direction: rtl;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* استایل بخش معرفی */
.quote-intro {
  background: linear-gradient(135deg, #e3f2fd, #fce4ec);
  border-radius: 16px;
  padding: 3rem 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.quote-intro h1 {
  font-size: 2rem;
  color: #1e293b;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.quote-intro p {
  font-size: 1.1rem;
  color: #374151;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .quote-intro h1 {
    font-size: 1.5rem;
  }

  .quote-intro p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a70eb38 *//* فرم کلی */
.gform_wrapper {
  max-width: 700px;
  margin: 0 auto;
  background: #fefefe;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  font-family: 'IRANSans', sans-serif;
  color: #222;
}

/* عنوان فرم */
.gform_wrapper h3, 
.gform_wrapper h2, 
.gform_title {
  text-align: center;
  font-size: 1.5rem;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

/* لیبل‌ها */
.gform_wrapper .gfield_label {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #1e293b;
}

/* فیلدها */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
}

/* دکمه ارسال */
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #0ea5e9;
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #0284c7;
}

/* پیام موفقیت‌آمیز */
.gform_confirmation_message {
  background-color: #d1fae5;
  color: #065f46;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}

/* پیام خطا */
.gform_wrapper .gfield_error {
  border-left: 4px solid #f43f5e;
  padding-left: 10px;
  background-color: #fff1f2;
}

.gform_wrapper .validation_message {
  color: #b91c1c;
  font-size: 0.9rem;
  margin-top: -10px;
  margin-bottom: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5a193d */.why-us {
  background: #f8fafc;
  padding: 4rem 1rem;
  direction: rtl;
  text-align: center;
  font-family: 'Vazirmatn', sans-serif;
}

.why-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #0f172a;
  font-weight: 700;
}

.why-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.why-item {
  flex: 1 1 200px;
  max-width: 230px;
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.why-item:hover {
  transform: translateY(-5px);
}

.why-icon {
  font-size: 2rem;
  color: #0ea5e9;
  display: block;
  margin-bottom: 0.5rem;
}

.why-item h3 {
  font-size: 1.1rem;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.why-item p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .why-row {
    flex-direction: column;
    align-items: center;
  }

  .why-item {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f045b13 */.faq-section {
  background: linear-gradient(to right, #f8fafc, #e0f2fe);
  padding: 3rem 1rem;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.faq-section h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #0f172a;
  margin-bottom: 2rem;
  font-weight: 700;
}

.faq-item {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #ffffff;
}

.faq-item input[type="checkbox"] {
  display: none;
}

.faq-question {
  display: block;
  cursor: pointer;
  padding: 1rem 1.5rem;
  background-color: #f1f5f9;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background-color: #e2e8f0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  background-color: #f9fafb;
  color: #334155;
  font-size: 1rem;
  line-height: 1.7;
  transition: max-height 0.5s ease;
}

.faq-item input:checked ~ .faq-answer {
  padding: 1rem 1.5rem;
  max-height: 300px;
}

@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 1.5rem;
  }
  .faq-question {
    font-size: 1rem;
    padding: 1rem;
  }
  .faq-answer {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5219f8 *//* فونت */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap');

body {
  margin: 0;
  font-family: 'Vazirmatn', sans-serif;
  background-color: #f9f9f9;
  color: #222;
}

.cards-section {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 300px;
  object-fit: contain; /* تغییر از cover به contain */
  display: block;
  background-color: #f3f3f3; /* در صورت وجود فضای خالی، بک‌گراند زیبا باشه */
  padding: px; /* برای فاصله بهتر از لبه‌ها */
}

.service-card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card h3 {
  font-size: 1.1rem;
  margin: 0 0 1rem 0;
  color: #009688;
}

.service-card a {
  text-decoration: none;
  margin-top: auto;
}

.service-card .more-btn {
  display: inline-block;
  margin-top: 1rem;
  background-color: #00bcd4;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
}

.service-card .more-btn:hover {
  background-color: #0097a7;
}/* End custom CSS */