.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-3c2368a > .elementor-widget-container{margin:14px 14px 14px 14px;}.elementor-18 .elementor-element.elementor-element-3c2368a{text-align:center;}.elementor-18 .elementor-element.elementor-element-3c2368a .elementor-heading-title{font-family:"IRANSansWeb_Bold", Sans-serif;font-weight:600;}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-3c2368a .elementor-heading-title{font-size:30px;line-height:2em;}}/* Start custom CSS for html, class: .elementor-element-fb9992d */.fardex-contact-main {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #ffffff;
  padding: 0px 10px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  margin: 10px auto;
  max-width: 1200px;
}

.contact-info, .contact-form {
  flex: 1 1 45%;
  background-color: #f2fdf5;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.02);
}

.contact-info h2,
.contact-form h2 {
  color: #1f5134;
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 16px;
  color: #444;
  line-height: 1.9;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'IRANSans', sans-serif;
}

.contact-form textarea {
  min-height: 120px;
}

.contact-form button {
  background-color: #1f5134;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #17412a;
}

@media (max-width: 768px) {
  .fardex-contact-main {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95b0e24 */.fardex-contact-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.contact-box {
  flex: 1 1 260px;
  background: linear-gradient(135deg, #f0fdf5, #e4f9ec);
  border: 1px solid #ccead8;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-box img {
  width: 48px;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.1));
}

.contact-box p {
  font-size: 16px;
  color: #1f5134;
  font-weight: 600;
  margin: 0;
  text-align: center;
  word-break: break-word;
}

.contact-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  background-color: #e9fbed;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24b52db */.fardex-social-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #ffffff;
}

.fardex-social-section h2 {
  color: #1f5134;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

.fardex-social-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.fardex-social-buttons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 120px;
  background-color: #f2fdf5;
  border: 2px solid #1f5134;
  border-radius: 16px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.fardex-social-buttons a img {
  width: 36px;
  margin-bottom: 10px;
}

.fardex-social-buttons a span {
  font-size: 15px;
  font-weight: bold;
  color: #1f5134;
}

.fardex-social-buttons a:hover {
  background-color: #e9fbed;
  transform: translateY(-5px);
}/* End custom CSS */