.elementor-1239 .elementor-element.elementor-element-570cba1{--display:flex;}.elementor-1239 .elementor-element.elementor-element-570cba1:not(.elementor-motion-effects-element-type-background), .elementor-1239 .elementor-element.elementor-element-570cba1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAF9;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cf0b691 */.specialty-page {
  direction: rtl;
  font-family: "Tajawal", sans-serif;
  color: #1b4332;
  background-color: #f8fdf9;
}

/* Hero */
.hero {
  position: relative;
  background: url("https://gutandmetabolichealth.com/wp-content/uploads/2025/10/freepik__a-clean-detailed-3d-medical-illustration-of-the-hu__2000.png") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 160px 20px;
}
.hero .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 60, 40, 0.55);
}
.hero-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.hero .btn {
  background: #52b788;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}
.hero .btn:hover {
  background: #40916c;
}

/* Topics */
.topics {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
}
.topic {
  display: flex;
  align-items: center;
  gap: 40px;
}
.topic.reverse {
  flex-direction: row-reverse;
}
.topic .image img {
  width: 480px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.topic .content h2 {
  color: #1b4332;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.topic .content p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.topic .btn {
  background: #40916c;
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}
.topic .btn:hover {
  background: #1b4332;
}

/* CTA */
.cta {
  text-align: center;
  background: #d8f3dc;
  padding: 80px 20px;
  margin-top: 60px;
}
.cta h2 {
  font-size: 2rem;
  color: #1b4332;
  margin-bottom: 15px;
}
.cta p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}
.cta .btn {
  background: #40916c;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
}
.cta .btn:hover {
  background: #1b4332;
}

/* Responsive */
@media (max-width: 768px) {
  .topic {
    flex-direction: column;
    text-align: center;
  }
  .topic.reverse {
    flex-direction: column;
  }
  .topic .image img {
    width: 100%;
  }
}/* End custom CSS */