/* Tabler Icons local */
@import url('./fonts/tabler/tabler-icons.min.css');

@font-face {
  font-family: "Space Grotesk";
  src:
    url('fonts/space-grotesk/SpaceGrotesk-VariableFont_wght.woff2') format('woff2'),
    url('fonts/space-grotesk/SpaceGrotesk-VariableFont_wght.woff') format('woff');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
/* Ubuntu Sans Variable */
@font-face {
  font-family: 'Ubuntu Sans';
  src: url('./fonts/ubuntu-sans/UbuntuSans-VariableFont_wdth,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-display: swap;
}

/*--------------------Slider -----------------------*/
.animated-dashed-line {
  width: 2px;
  background-image: linear-gradient(
    to bottom,
    #4baa4a 0 8px,
    transparent 8px 16px
  );
  background-size: 2px 16px;
  animation: dashMoveVertical 0.8s linear infinite;
}

@keyframes dashMoveVertical {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 16px;
  }
}
/*------------------Start Headeer------------------*/
.fusion-logo img {
    width: auto;
    height: 38px !important;
}
.fusion-is-sticky .fusion-logo img {
	 height: 35px !important;
}
  @media (max-width: 600px) { 
  .fusion-logo img {
    width: auto;
    height: 30px !important;
}
.admin-bar .fusion-header-has-flyout-menu .fusion-header {
        height: 85px !important;
    }

  }
body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon) {
    position: relative;
    font-family: "Space Grotesk", sans-serif !important;
	font-weight:900;
}

.fusion-top-header .fusion-header {
    background-color: var(--header_bg_color);
    border-bottom: 1px solid #0000001c;
}
h3, h4, .ng-mini-stats div, .fusion-modal h1, .fusion-tb-footer h1, .fusion-tb-page-title-bar h1, .fusion-widget-area h1, .post-content h1, .search-page-search-form h1, h1, .post h2, .post-content h2, h2, h2.entry-title {
	 font-family: "Space Grotesk", sans-serif !important;
}
/*------------------End Headeer------------------*/
/* ------------------ ax-stat-label ------------------*/
.ax-stat-strip {
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
}

.ax-stat-light {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.10);
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}

.ax-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 100%;
  margin: 0 auto;
}

.ax-stat-item {
  min-height: 240px;
  padding: 56px 26px 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(15, 23, 42, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.ax-stat-item:hover{
    background: #ebebeb;
}

.ax-stat-item:last-child {
  border-right: none;
}

.ax-stat-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #0f172a;
  margin-bottom: 26px;
}

.ax-stat-label {
  max-width: 220px;
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #64748b;
}

/* Tablet */
@media (max-width: 980px) {
  .ax-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ax-stat-item {
    min-height: 200px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  }

  .ax-stat-item:nth-child(2n) {
    border-right: none;
  }

  .ax-stat-item:last-child {
    grid-column: span 2;
    border-bottom: none;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .ax-stat-grid {
    grid-template-columns: 1fr;
  }

  .ax-stat-item,
  .ax-stat-item:last-child {
    grid-column: auto;
    min-height: 160px;
    padding: 38px 22px 32px;
    border-right: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  }

  .ax-stat-item:last-child {
    border-bottom: none;
  }

  .ax-stat-value {
    font-size: 38px;
    margin-bottom: 18px;
  }

  .ax-stat-label {
    font-size: 12px;
    letter-spacing: 0.14em;
  }
}
/* ------------------------------------*/
.ax-process-band {
width: fit-content;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    font-family: "Space Grotesk", sans-serif;
    background: #ffffff;
    border-radius: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ax-process-inner {
  min-height: 74px;
  padding: 22px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ax-process-step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.ax-process-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
}

.ax-process-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #475569;
}

.ax-process-line {
  width: 62px;
  height: 1px;
  margin: 0 18px;
  background: rgba(15, 23, 42, 0.14);
  display: inline-block;
}

/* Step colors */
.ax-step-ready .ax-process-dot {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.10);
}

.ax-step-audit .ax-process-dot {
  background: #ff7a1a;
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.12);
}

.ax-step-pilot .ax-process-dot,
.ax-step-intel .ax-process-dot {
  background: #ffffff;
  border: 3px solid #3b6fff;
  box-shadow: 0 0 0 4px rgba(59, 111, 255, 0.08);
}

/* Tablet */
@media (max-width: 980px) {
  .ax-process-band {
    width: auto;
    max-width: calc(100% - 36px);
  }

  .ax-process-inner {
    flex-wrap: wrap;
    gap: 18px 0;
    justify-content: flex-start;
    padding: 22px 26px;
  }

  .ax-process-line {
    width: 44px;
    margin: 0 14px;
  }

  .ax-process-label {
    font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .ax-process-band {
    max-width: calc(100% - 28px);
    border-radius: 16px;
  }

  .ax-process-inner {
    min-height: auto;
    padding: 24px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .ax-process-step {
    width: 100%;
  }

  .ax-process-line {
    width: 1px;
    height: 22px;
    margin: -2px 0 -2px 6px;
    background: rgba(15, 23, 42, 0.16);
  }

  .ax-process-label {
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .ax-process-dot {
    width: 12px;
    height: 12px;
  }
}
/* ── STEPPER SECTION ── */

.stepper-section {
    font-family: 'Space Grotesk', sans-serif;
    background: #fff;
    padding: 2.5rem 0;
}

.stepper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.s-item {
    display: flex;
    align-items: flex-start;
}

.s-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 130px;
}

.s-dot {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.s-dot .ti {
    font-size: 15px;
}

.s-dot.done {
    background: #1D4072;
    color: #fff;
}

.s-dot.active {
    background: #FF4200;
    color: #fff;
}

.s-dot.idle {
    background: #fff;
    color: #9ca3af;
    border: 1.5px solid #e5e7eb;
}

.s-label {
    font-size: 11.5px;
    color: #6b7280;
    text-align: center;
    line-height: 1.45;
    font-family: 'Space Grotesk', sans-serif;
}

.s-label.done {
    color: #1D4072;
}

.s-label.active {
    color: #000;
    font-weight: 500;
}

.s-line {
    width: 80px;
    height: 1.5px;
    margin-top: 19px;
    flex-shrink: 0;
}

.s-line.done {
    background: #1D4072;
}

.s-line.idle {
    background: #e5e7eb;
}
/* ── METRIC CARDS SECTION ── */

.cards-section {
    font-family: 'Space Grotesk', sans-serif;
    background: #fff;
    padding: 0;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.metric-card {
    background: #f8f9fa;
    border-radius: 14px;
    padding: 1.5rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    position: relative;
    overflow: hidden;
    min-height: 180px;
    transition: background 0.18s;
}

.metric-card:hover {
    background: #f0f2f5;
}

/* آیکون پس‌زمینه */
.metric-card .bg-icon {
    position: absolute;
    bottom: -14px;
    right: -14px;
    font-size: 110px;
    line-height: 1;
    color: #000;
    opacity: 0.045;
    pointer-events: none;
    user-select: none;
}

/* خط accent رنگی بالای کارت */
.card-accent {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.acc-navy   { background: #1D4072; }
.acc-orange { background: #FF4200; }
.acc-black  { background: #000; }

/* محتوای اصلی */
.card-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    z-index: 1;
    flex: 1;
}

.card-value {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: -0.02em;
    font-family: 'Space Grotesk', sans-serif;
}

.card-value.lg {
    font-size: 26px;
}

.card-sub {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-top: 4px;
}

.val-row {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.card-arrow {
    color: #9ca3af;
    font-size: 22px;
    font-weight: 400;
}

/* لیبل پایین کارت */
.card-label {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #9ca3af;
    position: relative;
    z-index: 1;
    margin-top: auto;
    font-family: 'Space Grotesk', sans-serif;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*-------------------- Slider --------------*/
.alsanx-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #042457;
  margin: 0;
}

.alsanx-highlight {
  position: relative;
  display: inline-block;
  color: #042457;
  white-space: nowrap;
  z-index: 1;
}

.alsanx-highlight::before {
  content: "";
  position: absolute;
  left: -0.12em;
  right: -0.14em;
  top: 0.18em;
  bottom: 0.02em;
  background: rgba(255, 66, 0, 0.28);
  border-radius: 55% 45% 50% 48%;
  transform: rotate(-1.5deg) skewX(-4deg);
  z-index: -1;
}

.alsanx-highlight::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.1em;
  bottom: 0.04em;
  height: 0.18em;
  background: rgba(255, 66, 0, 0.18);
  border-radius: 999px;
  transform: rotate(1deg);
  z-index: -1;
}
 
/*--------Footer ---------------------------------------*/
.to-top-left #toTop {
    left: 60px;
    border-radius: 15px !important;
    bottom: 55px;
    width: 50px;
    height: 50px;
    padding-top: 6px;
}
/*------------------ AlsanX Animated Dot Matrix Background ------------------*/
.alsx-animated-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  pointer-events: none !important;
  isolation: isolate !important;
  z-index: 0 !important;
  background:
    radial-gradient(circle at 51% 47%, rgba(255,255,255,1) 0 23%, rgba(255,255,255,.86) 42%, rgba(255,255,255,.98) 74%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
}

.alsx-animated-bg .alsx-dot-canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  pointer-events: none !important;
  z-index: -4 !important;
}

.alsx-animated-bg::before,
.alsx-animated-bg::after {
  content: "";
  position: absolute !important;
  inset: -18% !important;
  pointer-events: none !important;
}

.alsx-animated-bg::before {
  z-index: -3 !important;
  opacity: .74;
  background:
    linear-gradient(124deg, transparent 0 17%, rgba(81, 101, 174, .095) 17.2% 22.5%, transparent 22.8% 100%),
    linear-gradient(124deg, transparent 0 47%, rgba(81, 101, 174, .075) 47.3% 53.2%, transparent 53.5% 100%),
    linear-gradient(124deg, transparent 0 69%, rgba(81, 101, 174, .055) 69.3% 74.3%, transparent 74.6% 100%);
  -webkit-mask-image: radial-gradient(circle at 50% 48%, transparent 0 29%, #000 50%, #000 100%);
  mask-image: radial-gradient(circle at 50% 48%, transparent 0 29%, #000 50%, #000 100%);
  transform-origin: center;
  animation: alsxPanelSweep 11s ease-in-out infinite alternate;
}

.alsx-animated-bg::after {
  z-index: -2 !important;
  opacity: .72;
  background:
    radial-gradient(circle at 8% 10%, rgba(72,90,152,.22), transparent 18%),
    radial-gradient(circle at 90% 18%, rgba(72,90,152,.18), transparent 20%),
    radial-gradient(circle at 84% 84%, rgba(72,90,152,.22), transparent 18%),
    radial-gradient(circle at 16% 86%, rgba(72,90,152,.18), transparent 16%),
    radial-gradient(circle at 50% 42%, rgba(91,110,225,.07), transparent 28%);
  filter: blur(24px);
  animation: alsxAmbientDrift 8.5s ease-in-out infinite alternate;
}

.alsx-dot-sheen {
  position: absolute !important;
  inset: -25% !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: .34;
  background:
    linear-gradient(110deg,
      transparent 0%,
      transparent 38%,
      rgba(91, 110, 225, .075) 46%,
      rgba(255,255,255,.26) 50%,
      rgba(91, 110, 225, .055) 54%,
      transparent 63%,
      transparent 100%);
  transform: translateX(-38%) rotate(.01deg);
  animation: alsxSheenMove 7.5s ease-in-out infinite;
  mix-blend-mode: multiply;
}

/* کمک به LayerSlider برای اینکه بک‌گراند روی متن‌ها کلیک‌پذیری ایجاد نکند */
.ls-container .alsx-animated-bg,
.ls-wrapper .alsx-animated-bg,
.ls-layer .alsx-animated-bg {
  pointer-events: none !important;
}

@keyframes alsxPanelSweep {
  0%   { transform: translate3d(-34px, -16px, 0) rotate(.55deg) scale(1.03); opacity: .46; }
  45%  { transform: translate3d(12px, 8px, 0) rotate(-.35deg) scale(1.06); opacity: .76; }
  100% { transform: translate3d(38px, 18px, 0) rotate(-.85deg) scale(1.08); opacity: .54; }
}

@keyframes alsxAmbientDrift {
  0%   { transform: translate3d(-24px, -12px, 0) scale(1); opacity: .48; }
  50%  { transform: translate3d(8px, 20px, 0) scale(1.055); opacity: .78; }
  100% { transform: translate3d(26px, -4px, 0) scale(1.025); opacity: .58; }
}

@keyframes alsxSheenMove {
  0%, 12% { transform: translateX(-40%) skewX(-8deg); opacity: 0; }
  38%     { opacity: .34; }
  62%     { opacity: .42; }
  100%    { transform: translateX(42%) skewX(-8deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .alsx-animated-bg::before,
  .alsx-animated-bg::after,
  .alsx-dot-sheen {
    animation: none !important;
  }
}
/*------------------ End AlsanX Animated Dot Matrix Background ------------------*/

/*------------------ AlsanX Network Background for Avada Containers ------------------*/
.alsanx-network-bg {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.94) 0 18%, rgba(248, 250, 252, 0.86) 46%, rgba(248, 249, 250, 1) 100%),
    linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.alsanx-network-bg-canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  pointer-events: none !important;
  z-index: 0 !important;
  opacity: 0.78;
}

.alsanx-network-bg::before {
  content: "";
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.78), transparent 26%),
    radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.64), transparent 30%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.34), transparent 42%, rgba(255, 255, 255, 0.26));
}

.alsanx-network-bg > *:not(.alsanx-network-bg-canvas) {
  position: relative;
  z-index: 2;
}


.alsanx-network-bg-dark {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(55, 91, 148, 0.68) 0 16%, rgba(29, 64, 114, 0.92) 44%, rgba(16, 38, 70, 1) 100%),
    linear-gradient(180deg, #1D4072 0%, #102646 100%) !important;
}

.alsanx-network-bg-dark .alsanx-network-bg-canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  pointer-events: none !important;
  z-index: 0 !important;
  opacity: 0.86;
}

.alsanx-network-bg-dark::before {
  content: "";
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.10), transparent 28%),
    radial-gradient(circle at 78% 72%, rgba(255, 66, 0, 0.08), transparent 32%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 44%, rgba(255, 255, 255, 0.04));
}

.alsanx-network-bg-dark > *:not(.alsanx-network-bg-canvas) {
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .alsanx-network-bg-canvas {
    opacity: 0.52;
  }

  .alsanx-network-bg-dark .alsanx-network-bg-canvas {
    opacity: 0.66;
  }
}
/*------------------ End AlsanX Network Background for Avada Containers ------------------*/
.fusion-copyright-notice {
  font-family: "Space Grotesk";
}

body:not(.avada-has-mainmenu-dropdown-divider) .fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
   font-family: "Space Grotesk";
}