.elementor-3487 .elementor-element.elementor-element-60911f9{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-530d7d4 */.zaneti-page-title,
.zaneti-page-title * {
  box-sizing: border-box;
}

.zaneti-page-title {
  --zpt-blue: #0b5fd7;
  --zpt-deep: #07142e;
  --zpt-cyan: #72d7ff;
  --zpt-text: rgba(7, 20, 46, 0.66);

  width: 100%;
  padding: 10px 0 10px;
  direction: rtl;
  background: transparent;

  font-family:
    var(--e-global-typography-primary-font-family, inherit),
    var(--e-global-typography-text-font-family, inherit),
    "IRANSansX",
    "IRANSans",
    "Yekan Bakh",
    "Dana",
    "Vazirmatn",
    Tahoma,
    sans-serif;
}

.zaneti-page-title-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 28px;
  border-radius: 34px;
  text-align: center;
  overflow: hidden;

  background:
    radial-gradient(circle at 12% 18%, rgba(114, 215, 255, 0.14), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(11, 95, 215, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);

  border: 1px solid rgba(7, 20, 46, 0.08);
  box-shadow:
    0 20px 54px rgba(7, 20, 46, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.zaneti-page-title-inner::before {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -96px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(11, 95, 215, 0.12), transparent 66%);
  pointer-events: none;
}

.zaneti-page-title-inner::after {
  content: "";
  position: absolute;
  left: -60px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(114, 215, 255, 0.14), transparent 64%);
  pointer-events: none;
}

.zaneti-page-title-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 32px;
  padding: 0 15px;
  margin-bottom: 14px;
  border-radius: 999px;

  color: var(--zpt-blue);
  background: rgba(11, 95, 215, 0.07);
  border: 1px solid rgba(11, 95, 215, 0.10);

  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.2px;
}

.zaneti-page-title h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--zpt-deep);

  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.zaneti-page-title h1::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--zpt-deep), var(--zpt-blue), var(--zpt-cyan));
}

.zaneti-page-title p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 16px auto 0;
  color: var(--zpt-text);

  font-size: 14.5px;
  line-height: 2.05;
  font-weight: 600;
}

@media (max-width: 767px) {
  .zaneti-page-title {
    padding: 8px 0 20px;
  }

  .zaneti-page-title-inner {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .zaneti-page-title-badge {
    min-height: 29px;
    padding: 0 12px;
    margin-bottom: 12px;
    font-size: 10px;
  }

  .zaneti-page-title h1 {
    font-size: 30px;
  }

  .zaneti-page-title h1::after {
    width: 58px;
    margin-top: 12px;
  }

  .zaneti-page-title p {
    max-width: 330px;
    margin-top: 12px;
    font-size: 12.2px;
    line-height: 1.9;
  }
}/* End custom CSS */