.elementor-109 .elementor-element.elementor-element-d2692fe{--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-109 .elementor-element.elementor-element-d2692fe > .elementor-shape-top .elementor-shape-fill, .elementor-109 .elementor-element.elementor-element-d2692fe > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#602A9B;}.elementor-109 .elementor-element.elementor-element-d2692fe > .elementor-shape-top svg, .elementor-109 .elementor-element.elementor-element-d2692fe > .e-con-inner > .elementor-shape-top svg{width:calc(170% + 1.3px);height:500px;}.elementor-109 .elementor-element.elementor-element-8f75725{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-109 .elementor-element.elementor-element-010ee0a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-109 .elementor-element.elementor-element-8f75725{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-109 .elementor-element.elementor-element-d2692fe > .elementor-shape-top svg, .elementor-109 .elementor-element.elementor-element-d2692fe > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);}.elementor-109 .elementor-element.elementor-element-8f75725{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-010ee0a *//* ===============================
   استایل‌های اختصاصی بخش مشتریان
================================ */

/* آیکون اصلی بالای کادر */
.clients-specific-section .main-icon {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #5E438F, #4a3471);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    filter: drop-shadow(0 4px 10px rgba(255, 218, 121, 0.25)); /* سایه ملایم طلایی */
}

/* متن توضیحات زیر عنوان */
.clients-specific-section .about-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
    max-width: 850px;
    margin: 0 auto 3.5rem auto;
    text-align: center;
}

/* عنوان (وسط چین با خط طلایی) */
.clients-specific-section h2 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

/* خط طلایی زیر عنوان */
.clients-specific-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #ffda79;
    border-radius: 2px;
}

/* === تنظیمات لوگوی مشتریان === */
.clients-specific-section .feature-card img {
    height: 75px; /* یکسان‌سازی ارتفاع تمام لوگوها */
    width: auto;
    max-width: 100%;
    object-fit: contain; /* جلوگیری از کشیدگی لوگو */
    margin: 0 auto 1.5rem auto;
    display: block;
    transition: all 0.4s ease;
}

/* افکت فوق‌العاده: سفید شدن لوگو در زمان هاور (موس روی کارت) */
.clients-specific-section .feature-card:hover img {
    transform: scale(1.1);
    filter: brightness(0) invert(1); /* این کد رنگ لوگو را کاملا سفید می‌کند */
}

/* === استایل اختصاصی کارت "صدها مشتری دیگر" === */
.clients-specific-section .more-clients-card i {
    font-size: 2.2rem;
    color: #ffda79; /* رنگ طلایی */
    background: #5E438F; /* پس‌زمینه بنفش */
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1.5rem auto;
    transition: transform 0.4s ease;
    box-shadow: 0 8px 20px rgba(94, 67, 143, 0.2);
}

.clients-specific-section .more-clients-card:hover i {
    transform: scale(1.1) rotate(15deg); /* چرخش ملایم آیکون دست دادن */
    color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d2692fe *//* ===============================
   Global Fix (Persian Text)
================================ */
* {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* ===============================
   Base Card Styles
================================ */
.custom-card {
  font-family: "Vazirmatn", sans-serif;
  background: #f9fafb;
  border-radius: 12px;
  padding: 1.6rem;
  margin: 1rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  direction: rtl;
}

.custom-card h2 {
  font-size: 1.4rem;
  color: #2c3e50;
  margin-bottom: 0.8rem;
  text-align: right;
}

.custom-card p {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.9;
}

/* ===============================
   Main Icon
================================ */
.main-icon {
  font-size: 1.8rem;
  color: #5E438F;
  margin-bottom: 0.8rem;
  display: inline-block;
  animation: pulse 2s infinite ease-in-out;
}

/* ===============================
   Features Grid
================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
  margin-top: 1.5rem;
}

/* ===============================
   Feature Card (Base)
================================ */
.feature-card {
  background: linear-gradient(180deg, #ffffff, #f3f3f3);
  border-radius: 14px;
  padding: 1.4rem;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

.feature-card i {
  font-size: 2.2rem;
  color: #5E438F;
  margin-bottom: 0.8rem;
}

.feature-card h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #2c3e50;
}

.feature-card p {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.6;
}

/* ===============================
   Feature Card Hover
================================ */
.feature-card:hover {
  background: linear-gradient(180deg, #5E438F, #4a3471);
  transform: translateY(-6px);
}

.feature-card:hover h3,
.feature-card:hover p,
.feature-card:hover i {
  color: #ffffff;
}

/* ===============================
   Clients (Logo Cards) – FINAL FIX
================================ */
.feature-card.client-card {
  padding-top: 1.2rem;
}

/* ✅ LOGO SIZE FINAL */
.feature-card.client-card img {
  max-width: 72px;      /* ⬅️ کوچیک‌تر */
  max-height: 38px;     /* ⬅️ کوچیک‌تر */
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.35s ease;
}

/* Hover Logo (Enterprise) */
.feature-card.client-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05); /* خیلی ملایم */
}

/* ===============================
   Benefits Section
================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.2rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.benefit-card i {
  font-size: 2rem;
  color: #5E438F;
  margin-bottom: 0.6rem;
}

.benefit-card p {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.benefit-card:hover {
  transform: translateY(-4px);
}

/* ===============================
   Animations
================================ */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}

/* ===============================
   Mobile Fix
================================ */
@media (max-width: 768px) {
  .custom-card {
    padding: 1.3rem;
  }

  .feature-card {
    padding: 1.2rem;
  }

  /* ✅ Mobile Logo Even Smaller */
  .feature-card.client-card img {
    max-width: 60px;
    max-height: 32px;
  }
}

/* ===============================
   Font Enforcement
================================ */
.custom-card,
.feature-card,
.benefit-card {
  font-family: "Vazirmatn", sans-serif !important;
}/* End custom CSS */