.elementor-486 .elementor-element.elementor-element-47a2d27{--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-486 .elementor-element.elementor-element-47a2d27:not(.elementor-motion-effects-element-type-background), .elementor-486 .elementor-element.elementor-element-47a2d27 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAF9;}.elementor-486 .elementor-element.elementor-element-f4b6335{--spacer-size:90px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-486 .elementor-element.elementor-element-f4b6335{--spacer-size:56px;}}/* Start custom CSS for html, class: .elementor-element-f0389be */.specialties-section {
  background-color: #f9faf9;
  padding: 60px 20px;
  font-family: "Tajawal", sans-serif;
  direction: rtl;
  color: #084612;
}

.specialties-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-title {
  color: #23552b;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.intro {
  text-align: center;
  color: #5a765f;
  font-size: 1.1rem;
  margin-bottom: 50px;
  line-height: 1.8;
}

.specialty-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.specialty-card.reverse {
  flex-direction: row-reverse;
}

.specialty-card .image {
  flex: 1 1 45%;
  border-radius: 20px;
  overflow: hidden;
}

.specialty-card .image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.specialty-card .image img:hover {
  transform: scale(1.05);
}

.specialty-card .content {
  flex: 1 1 50%;
}

.specialty-card h2 {
  color: #428948;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.specialty-card p {
  color: #3c6442;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.specialty-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.specialty-card ul li {
  background-color: #e8f5e9;
  color: #084612;
  padding: 8px 15px;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 1rem;
}

.btn {
  display: inline-block;
  background-color: #4eba73;
  color: white;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #23552b;
}

.btn.primary {
  background-color: #428948;
}

.cta {
  text-align: center;
  margin-top: 60px;
}

.cta p {
  font-size: 1.1rem;
  color: #3c6442;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .specialty-card {
    flex-direction: column;
    text-align: center;
  }
  .specialty-card.reverse {
    flex-direction: column;
  }
  .specialty-card .image, .specialty-card .content {
    flex: 1 1 100%;
  }
  .main-title {
    font-size: 1.8rem;
  }
}/* End custom CSS */