.elementor-104 .elementor-element.elementor-element-7da0a74{--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-104 .elementor-element.elementor-element-7da0a74 > .elementor-shape-top .elementor-shape-fill, .elementor-104 .elementor-element.elementor-element-7da0a74 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#602A9B;}.elementor-104 .elementor-element.elementor-element-7da0a74 > .elementor-shape-top svg, .elementor-104 .elementor-element.elementor-element-7da0a74 > .e-con-inner > .elementor-shape-top svg{width:calc(170% + 1.3px);height:500px;}.elementor-104 .elementor-element.elementor-element-819368f{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-104 .elementor-element.elementor-element-819368f{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-104 .elementor-element.elementor-element-7da0a74 > .elementor-shape-top svg, .elementor-104 .elementor-element.elementor-element-7da0a74 > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);}.elementor-104 .elementor-element.elementor-element-819368f{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-af2196a */.custom-card {
  direction: rtl;
  text-align: right;
}

.custom-card h2 {
  text-align: right;
}

.custom-card .about-text {
  direction: rtl;
}

.custom-card .about-text p {
  text-align: justify;
  line-height: 2;
}

.custom-card .about-text p i {
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7da0a74 *//* ===============================
   Base Card Styles
================================ */
.custom-card {
  font-family: "Vazirmatn", sans-serif;
  background: #f9fafb;
  border-radius: 12px;
  padding: 2rem;
  margin: 1rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  direction: rtl;
}

.custom-card h2 {
  font-size: clamp(1.5rem, 5vw, 1.8rem);
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: right;
}

/* ===============================
   Main Icon
================================ */
.main-icon {
  font-size: 2rem;
  color: #5E438F;
  margin-bottom: 1rem;
  display: inline-block;
  animation: pulse 2s infinite ease-in-out;
}

/* ===============================
   Features Section
================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feature-card {
  background: linear-gradient(180deg, #ffffff, #f0f0f0);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, background 0.4s ease;
}

.feature-card i {
  font-size: 3rem;
  color: #5E438F;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #2c3e50;
}

.feature-card p {
  color: #4a5568;
}

/* Hover */
.feature-card:hover {
  background: linear-gradient(180deg, #5E438F, #4a3471);
  transform: translateY(-10px);
}

.feature-card:hover i,
.feature-card:hover h3,
.feature-card:hover p {
  color: #ffffff;
}

/* ===============================
   Benefits Section
================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.benefit-card i {
  font-size: 2.4rem;
  color: #5E438F;
  margin-bottom: 1rem;
  display: block;
}

.benefit-card p {
  font-weight: bold;
  color: #2c3e50;
  margin: 0;
}

/* Hover */
.benefit-card:hover {
  transform: translateY(-5px);
}

/* ===============================
   Animations
================================ */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.custom-card,
.custom-card button,
.custom-card input,
.custom-card textarea {
  font-family: "Vazirmatn", sans-serif !important;
}/* End custom CSS */