.elementor-1147 .elementor-element.elementor-element-c1785a4{--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;}/* Start custom CSS for html, class: .elementor-element-e1643f1 */html, body {
  font-family: 'IRANSans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans',
               'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container.esf {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header.esf {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav.esf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo.esf {
  font-size: 1.8rem;
  font-weight: bold;
}

.nav-links.esf {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-links.esf a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

.nav-links.esf a:hover {
  opacity: 0.8;
}

/* Hero Section */
.hero.esf {
  background: #474747;
  color: white;
  padding: 6rem 0;
  text-align: center;
}

.hero.esf h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.hero.esf p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button.esf {
  display: inline-block;
  background: #FFE400;
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cta-button.esf:hover {
  background: #2d3748;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Intro Section */
.intro.esf {
  padding: 4rem 0;
  background: white;
  text-align: center;
}

.intro.esf h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #2d3748;
}

.intro.esf p {
  font-size: 1.2rem;
  color: #4a5568;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Services Section */
.services.esf {
  padding: 6rem 0;
  background: #f7fafc;
}

.section-title.esf {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2d3748;
}

.services-grid.esf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.service-card.esf {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.service-card.esf:hover {
  transform: translateY(-5px);
  border-color: #474747;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.1);
}

.service-icon.esf {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #FFE400 0%, #FFE400 100%);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.service-card.esf h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2d3748;
}

.service-card.esf p {
  color: #4a5568;
  line-height: 1.8;
}

/* Service Features List */
.service-features.esf {
  list-style: none;
  margin-top: 1.5rem;
  text-align: right;
}

.service-features.esf li {
  padding: 0.3rem 0;
  color: #667eea;
  font-size: 0.95rem;
}

.service-features.esf li:before {
  content: "✓ ";
  color: #48bb78;
  font-weight: bold;
  margin-left: 0.5rem;
}

/* Features Section */
.features.esf {
  padding: 6rem 0;
  background: white;
}

.features-grid.esf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-item.esf {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-icon.esf {
  width: 50px;
  height: 50px;
  background: #667eea;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.feature-content.esf h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #2d3748;
}

.feature-content.esf p {
  color: #4a5568;
}

/* Contact Section */
.contact.esf {
  padding: 6rem 0;
  background: #f7fafc;
  text-align: center;
}

.contact-info.esf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.contact-item.esf {
  padding: 2rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.contact-item.esf h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #2d3748;
}

.contact-item.esf p {
  color: #4a5568;
  font-size: 1.1rem;
}

/* Footer */
.footer.esf {
  background: #2d3748;
  color: white;
  padding: 2rem 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links.esf {
    display: none;
  }

  .hero.esf h1 {
    font-size: 2.5rem;
  }

  .hero.esf p {
    font-size: 1.1rem;
  }

  .services-grid.esf {
    grid-template-columns: 1fr;
  }

  .section-title.esf {
    font-size: 2rem;
  }
}
/* === Compact Typography (ESF scope only) === */
/* Base font family (اگر قبلاً اضافه کرده‌ای، این بخش را نگه‌داری/یکی کن) */
.esf, .esf * {
  font-family: 'IRANSans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans',
               'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji', sans-serif !important;
}

/* Base text scale (compact) */
.esf p,
.esf li,
.esf a,
.esf span,
.esf .cta-button.esf {
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.65;
}

/* Headings — جمع‌وجور ولی خوانا */
.hero.esf h1 {
  font-size: clamp(24px, 5.2vw, 36px); /* قبلی خیلی درشت بود */
  line-height: 1.2;
}
.intro.esf h2,
.services.esf .section-title.esf,
.features.esf .section-title.esf,
.contact.esf .section-title.esf {
  font-size: clamp(18px, 3vw, 26px);
  line-height: 1.3;
}
.service-card.esf h3 {
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 1.35;
}
.feature-content.esf h4,
.contact-item.esf h4 {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.35;
}

/* Lists */
.service-features.esf li {
  font-size: clamp(12.5px, 1.6vw, 14.5px);
  line-height: 1.6;
}

/* Buttons */
.cta-button.esf {
  font-size: clamp(13px, 1.8vw, 16px);
  line-height: 1.1; /* برای دکمه‌ها جمع‌وجورتر */
  padding: clamp(10px, 2.2vw, 14px) clamp(16px, 3.6vw, 22px);
  border-radius: 40px;
}

/* Cards meta text */
.service-card.esf p,
.feature-content.esf p,
.contact-item.esf p,
.hero.esf p,
.intro.esf p {
  font-size: clamp(13px, 1.6vw, 15px);
  line-height: 1.7;
  letter-spacing: 0; /* فونت فارسی بهتر */
}

/* Navigation (در صورت استفاده) */
.logo.esf {
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.2;
}
.nav-links.esf a {
  font-size: clamp(12.5px, 1.8vw, 15px);
  line-height: 1.2;
}

/* Contact grid numbers */
.contact-item.esf a {
  font-size: clamp(13px, 1.8vw, 16px);
  line-height: 1.6;
}

/* --- Responsive refinements --- */
@media (max-width: 768px) {
  .esf p,
  .esf li,
  .esf a,
  .esf span { line-height: 1.75; } /* موبایل خواناتر */
  .hero.esf p { max-width: 90%; }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .esf p,
  .esf li,
  .esf a,
  .esf span { line-height: 1.7; }  /* تبلت کمی فشرده */
}

@media (min-width: 1200px) {
  .esf p,
  .esf li,
  .esf a,
  .esf span { line-height: 1.65; } /* دسکتاپ فشرده‌تر */
}
.feature-icon.esf {
    width: 50px;
    height: 50px;
    background: #4a4a4a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS *//* Entry Title — global (no .esf) */
.entry-title {
  padding-top: 30px;                 /* طبق درخواست شما */
  margin: 0 0 16px;
  color: #2d3748;                    /* تیره هماهنگ با پالت */
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(24px, 5vw, 40px); /* موبایل→دسکتاپ جمع‌وجور */
  letter-spacing: -0.2px;
  position: relative;
}

/* نوار اکسنت زیر تیتر */
.entry-title::after {
  content: "";
  display: block;
  width: clamp(56px, 12vw, 92px);
  height: 4px;
  margin-top: 10px;
  border-radius: 3px;
  background: linear-gradient(90deg, #FFE400 0%, #667eea 60%, #764ba2 100%);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* ریسپانسیو */
@media (max-width: 768px) {          /* موبایل */
  .entry-title {
    line-height: 1.22;
    margin-bottom: 12px;
  }
  .entry-title::after {
    height: 3px;
    margin-top: 8px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) { /* تبلت */
  .entry-title {
    font-size: clamp(26px, 3.6vw, 34px);
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {         /* دسکتاپ */
  .entry-title {
    font-size: 36px;                 /* خوانا و متناسب */
  }
}/* End custom CSS */