.elementor-16391 .elementor-element.elementor-element-e656654{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-2a4b345 */.gilan-services {
  --gs-primary: #ca0e0f;
  --gs-primary-dark: #9f090a;
  --gs-dark: #1f2937;
  --gs-muted: #64748b;
  --gs-border: rgba(31, 41, 55, 0.12);
  --gs-white: #ffffff;
  --gs-radius: 22px;
  --gs-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
  --gs-shadow-hover: 0 28px 80px rgba(202, 14, 15, 0.18);
  direction: rtl;
  font-family: inherit;
  color: var(--gs-dark);
  background: transparent;
}

.gilan-services *,
.gilan-services *::before,
.gilan-services *::after {
  box-sizing: border-box;
}

.gs-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.gs-hero {
  padding: 70px 0 40px;
  text-align: center;
  background: transparent;
}

.gs-eyebrow,
.gs-section-heading span,
.gs-cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
}

.gs-eyebrow {
  margin-bottom: 20px;
  color: var(--gs-primary);
  background: rgba(202, 14, 15, 0.08);
  border: 1px solid rgba(202, 14, 15, 0.16);
}

.gs-hero h1 {
  margin: 0 0 20px;
  font-size: xx-large;
  font-weight: 450;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #ca0e0f;
}

.gs-hero p {
  width: min(860px, 100%);
  margin: 0 auto;
  color: var(--gs-muted);
  font-size: 16px;
  line-height: 2.1;
  font-weight: 350;
}

.gs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.gs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none !important;
  transition: 0.25s ease;
}

.gs-btn:hover {
  transform: translateY(-3px);
}

.gs-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--gs-primary), var(--gs-primary-dark));
  box-shadow: 0 16px 40px rgba(202, 14, 15, 0.24);
}

.gs-btn-secondary {
  color: var(--gs-primary) !important;
  background: #fff;
  border: 1px solid rgba(202, 14, 15, 0.28);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.gs-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 8px;
}

.gs-overview-card {
  padding: 34px;
  border-radius: 30px;
  background: var(--gs-white);
  border: 1px solid var(--gs-border);
  box-shadow: var(--gs-shadow);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 14px;
  row-gap: 16px;
  text-align: center;
}

.gs-overview-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(202, 14, 15, 0.14), rgba(31, 41, 55, 0.08));
  flex: 0 0 auto;
}

.gs-overview-card h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 650;
  text-align: center;
  flex: 0 1 auto;
  max-width: calc(100% - 80px);
  line-height: 1.4;
  color:#ca0e0f;
}

.gs-overview-card p {
  margin: 0;
  color: var(--gs-muted);
  line-height: 1.9;
  font-weight: 450;
  text-align: center;
  flex: 0 0 100%;
  width: 100%;
}

.gs-overview-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 0 0 100%;
  width: 100%;
}

.gs-overview-card li {
  position: relative;
  padding: 10px 36px 10px 12px;
  border-radius: 14px;
  background: #f8fafc;
  font-size: 14px;
  font-weight: 650;
  text-align: right;
}

.gs-overview-card li::before {
  content: "✔";
  position: absolute;
  right: 12px;
  color: var(--gs-primary);
}

.gs-section {
  padding: 84px 0 0;
}

.gs-section-heading {
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.gs-section-heading span {
  margin-bottom: 14px;
  color: var(--gs-primary);
  background: rgba(202, 14, 15, 0.08);
}

.gs-section-heading h2 {
  margin: 0 0 14px;
  font-size: 2em;
  color:#ca0e0f;
  line-height: 1.25;
  font-weight: 450;
}

.gs-section-heading p {
  margin: 0;
  color: var(--gs-muted);
  font-size: 16px;
  line-height: 2;
  font-weight: 350;
}

.gs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gs-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--gs-border);
  border-radius: var(--gs-radius);
  background: var(--gs-white);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: 0.28s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  row-gap: 14px;
  text-align: center;
}

.gs-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(202, 14, 15, 0.1), transparent 48%);
  opacity: 0;
  transition: 0.28s ease;
  pointer-events: none;
}

.gs-card:hover {
  transform: translateY(-8px);
  border-color: rgba(202, 14, 15, 0.24);
  box-shadow: var(--gs-shadow-hover);
}

.gs-card:hover::before {
  opacity: 1;
}

.gs-card-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 14px;
  color: var(--gs-primary);
  background: rgba(202, 14, 15, 0.09);
  z-index: 1;
  flex: 0 0 auto;
}

.gs-card h3,
.gs-card p {
  position: relative;
  z-index: 1;
}

.gs-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 650;
  flex: 0 1 auto;
  max-width: calc(100% - 70px);
  text-align: center;
}

.gs-card p {
  margin: 0;
  color: var(--gs-muted);
  font-size: 15px;
  line-height: 2;
  font-weight: 350;
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}

.gs-card-featured {
  color: #fff;
  background: linear-gradient(135deg, var(--gs-primary), var(--gs-primary-dark));
  border-color: rgba(202, 14, 15, 0.3);
}

.gs-card-featured .gs-card-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.gs-card-featured h3,
.gs-card-featured p {
  color: #fff;
}

.gs-card-featured p {
  opacity: 0.92;
}

.gs-benefits {
  padding: 84px 0 0;
}

.gs-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gs-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--gs-border);
  font-size: 15px;
  font-weight: 650;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}

.gs-benefit span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #fff;
  background: var(--gs-primary);
  font-weight: 650;
}

.gs-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 84px 0 70px;
  padding: 42px;
  border-radius: 30px;
  color: #fff;
  background: #b70505;
  box-shadow: var(--gs-shadow);
}

.gs-cta span {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.gs-cta h2 {
  margin: 16px 0 10px;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 650;
  line-height: 1.35;
  color: wheat;
}

.gs-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 2;
  font-weight: 650;
}

.gs-btn-light {
  flex: 0 0 auto;
  color: var(--gs-primary) !important;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

/* آیکن‌ها از CSS (بدون وابستگی به s.w.org) */
.gs-card-icon::before,
.gs-overview-icon::before {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 24px;
  line-height: 1;
  display: block;
}

.gs-card-icon img.emoji,
.gs-overview-icon img.emoji {
  display: none !important;
}

.gs-ico-suit::before { content: "👔"; }
.gs-ico-user::before { content: "👤"; }
.gs-ico-megaphone::before { content: "📢"; }
.gs-ico-users::before { content: "👥"; }
.gs-ico-doc::before { content: "📄"; }
.gs-ico-law::before { content: "⚖️"; }
.gs-ico-clipboard::before { content: "📋"; }
.gs-ico-chart::before { content: "📈"; }
.gs-ico-building::before { content: "🏢"; }
.gs-ico-folder::before { content: "📁"; }
.gs-ico-resume::before { content: "📝"; }
.gs-ico-bell::before { content: "🔔"; }
.gs-ico-bulb::before { content: "💡"; }
.gs-ico-grad::before { content: "🎓"; }
.gs-ico-bank::before { content: "🏛️"; }
.gs-ico-chat::before { content: "💬"; }

@media (max-width: 1024px) {
  .gs-grid,
  .gs-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .gs-hero {
    padding: 50px 0 30px;
  }

  .gs-overview,
  .gs-grid,
  .gs-benefits-grid {
    grid-template-columns: 1fr;
  }

  .gs-overview-card {
    padding: 26px;
  }

  .gs-overview-card h2 {
    font-size: 24px;
    max-width: calc(100% - 72px);
  }

  .gs-overview-card ul {
    grid-template-columns: 1fr;
  }

  .gs-section,
  .gs-benefits {
    padding-top: 62px;
  }

  .gs-card {
    min-height: auto;
    padding: 24px;
  }

  .gs-card h3 {
    max-width: calc(100% - 60px);
    font-size: 19px;
  }

  .gs-cta {
    margin: 62px 0 48px;
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .gs-container {
    width: min(100% - 22px, 1180px);
  }

  .gs-hero-actions {
    flex-direction: column;
  }

  .gs-btn,
  .gs-btn-light {
    width: 100%;
  }

  .gs-overview-card h2 {
    font-size: 22px;
    max-width: calc(100% - 68px);
  }

  .gs-card {
    column-gap: 10px;
  }

  .gs-card h3 {
    max-width: calc(100% - 58px);
    font-size: 18px;
  }
}
.gs-benefit span.gs-benefit-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #fff;
  background: var(--gs-primary);
  font-weight: 650;
}

.gs-benefit-icon::before {
  content: "\2714";
  font-size: 16px;
  line-height: 1;
  display: block;
}

.gs-benefit-icon img.emoji {
  display: none !important;
}/* End custom CSS */