.elementor-15810 .elementor-element.elementor-element-59e5a2b{--display:flex;--border-radius:20px 20px 20px 20px;--margin-top:250px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15810 .elementor-element.elementor-element-59e5a2b:not(.elementor-motion-effects-element-type-background), .elementor-15810 .elementor-element.elementor-element-59e5a2b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}/* Start custom CSS for html, class: .elementor-element-a3af8da */body {
  font-family: 'Vazirmatn', 'Yekan', sans-serif;
  background-color: #fff9fb;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: center;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.section-title {
  font-size: 2em;
  color: #d16d87;
  margin: 50px 0 30px;
  border-bottom: 2px solid #ffd6e0;
  display: inline-block;
  padding-bottom: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.card {
  width: 250px;
  background: #ffe6eb;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card-content {
  padding: 20px 15px;
}

.title {
  font-size: 1.2em;
  font-weight: bold;
  color: #b03f63;
  margin-bottom: 10px;
}

.short-text {
  font-size: 0.95em;
  color: #5e5e5e;
  margin-bottom: 15px;
  line-height: 1.5;
}

.read-more {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffb3c6;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9em;
  font-weight: bold;
  transition: background 0.3s ease;
}

.read-more:hover {
  background-color: #ff94ab;
}

@media (max-width: 768px) {
  .card {
    width: 90%;
  }
}/* End custom CSS */