/* Start custom CSS for html, class: .elementor-element-66e99e7 */.fardex-service-intro.enhanced {
  background-color: #ffffff;
  padding: 00px 30px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'IRANSans', sans-serif;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
  position: relative;
}

.intro-content {
  text-align: justify;
  padding: 20px 30px;
  border-left: 5px solid #1f5134;
  background-color: #f2fdf5;
  border-radius: 12px;
}

.intro-content h2 {
  font-size: 24px;
  color: #1f5134;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: right;
  position: relative;
}

.highlight-line {
  width: 50px;
  height: 4px;
  background-color: #1f5134;
  margin: 0 0 30px 0;
}

.intro-content p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  margin-bottom: 18px;
}

.intro-content strong {
  color: #1f5134;
}

.intro-content .closing-line {
  margin-top: 25px;
  font-weight: bold;
  color: #1f5134;
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-762cde1 */.fardex-services-section {
  padding: 10px 20px;
  background: #ffffff;
  font-family: 'IRANSans', sans-serif;
  max-width: 1200px;
  margin: auto;
}

.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.services-header h2 {
  font-size: 26px;
  color: #1f5134;
  margin-bottom: 10px;
  font-weight: 600;
}

.services-header p {
  font-size: 15px;
  color: #555;
  font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}

.service-card {
  background: #f2fdf5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-card h3 {
  color: #1f5134;
  font-size: 18px;
  margin: 15px 0 10px;
  font-weight: 550;
}

.service-card p {
  font-size: 14px;
  color: #444;
  padding: 0 15px;
  font-weight: 600;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}/* End custom CSS */