.elementor-39 .elementor-element.elementor-element-8e46d10{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-39 .elementor-element.elementor-element-e149e10{width:100%;max-width:100%;}body.elementor-page-39:not(.elementor-motion-effects-element-type-background), body.elementor-page-39 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#172722;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-39 .elementor-element.elementor-element-8e46d10{--width:92%;}}/* Start custom CSS for html, class: .elementor-element-e149e10 */#hw-exclusive-widget {
  --hw-text-main: #ffffff;
  --hw-text-muted: #ffffff;
  --hw-accent: #ff7b1d;
  --hw-accent-light: #ffb05e;
  --hw-green: #18c78f;
  --hw-gray: #d1d5db;

  font-family: 'Ravi', system-ui, -apple-system, sans-serif;
  color: var(--hw-text-main);
  padding: 36px 5% 56px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.6;
  position: relative;
  direction: rtl;
  isolation: isolate;

  background:
    radial-gradient(circle at 14% 18%, rgba(0, 194, 255, 0.16), transparent 18%),
    radial-gradient(circle at 82% 24%, rgba(255, 123, 29, 0.14), transparent 22%),
    radial-gradient(circle at 18% 82%, rgba(24, 199, 143, 0.10), transparent 20%),
    linear-gradient(135deg, #02070d 0%, #04121f 50%, #02070d 100%);
}

#hw-exclusive-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 183, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 183, 255, 0.04) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(circle at center, black 28%, transparent 82%);
  animation: hwGridDrift 18s linear infinite;
}

#hw-exclusive-widget::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  left: var(--mx, 50%);
  top: var(--my, 50%);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 183, 255, 0.10), transparent 58%);
  pointer-events: none;
  transition: left 0.12s linear, top 0.12s linear;
  z-index: 0;
  mix-blend-mode: screen;
}

#hw-exclusive-widget *,
#hw-exclusive-widget *::before,
#hw-exclusive-widget *::after {
  box-sizing: border-box;
}

.hw-neural-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}

.hw-grid-overlay,
.hw-scanline {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hw-grid-overlay {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(0, 183, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 183, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black 38%, transparent 82%);
  animation: hwGridDrift 20s linear infinite;
}

.hw-scanline {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 48%,
    rgba(0, 183, 255, 0.10) 50%,
    rgba(255, 255, 255, 0.04) 52%,
    transparent 100%
  );
  background-size: 100% 260px;
  opacity: 0.42;
  mix-blend-mode: screen;
  animation: hwScan 4.5s linear infinite;
}

.hw-top-bar,
.hw-content-section,
.hw-visual-section,
.hw-stat-box {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  z-index: 2;
}

.hw-top-bar.hw-show,
.hw-content-section.hw-show,
.hw-visual-section.hw-show,
.hw-stat-box.hw-show {
  opacity: 1;
  transform: translateY(0);
}

.hw-top-bar {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.hw-capacity-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12.5px;
  color: var(--hw-text-muted);
  backdrop-filter: blur(12px);
  animation: hwSoftFloat 3.2s ease-in-out infinite;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 0 18px rgba(0,183,255,0.05);
}

.hw-dot {
  width: 7px;
  height: 7px;
  background-color: var(--hw-green);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(24, 199, 143, 0.5);
  animation: hwPulse 1.9s ease-in-out infinite;
}

.hw-update-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--hw-text-muted);
  font-size: 12.5px;
}

.hw-update-badge svg {
  width: 15px;
  height: 15px;
  opacity: 0.75;
  flex-shrink: 0;
}

.hw-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.hw-content-section {
  flex: 1 1 0;
  max-width: 560px;
}

.hw-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #ff7b1d, #d1d5db, #18c78f, #ff7b1d);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hwGradientMove 6s linear infinite;
  text-shadow: 0 0 16px rgba(255, 123, 29, 0.14);
}

.hw-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 22px;
  color: var(--hw-text-main);
}

.hw-title-highlight-wrapper {
  position: relative;
  display: inline-block;
}

.hw-title-highlight {
  background: linear-gradient(90deg, #ff7b1d, #d1d5db, #18c78f, #ff7b1d);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hwGradientMove 5s linear infinite;
  text-shadow: 0 0 20px rgba(255, 123, 29, 0.15);
}

.hw-wave-underline {
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  animation: hwWaveBob 2.2s ease-in-out infinite;
}

.hw-description {
  color: var(--hw-text-muted);
  font-size: 14.5px;
  line-height: 1.9;
  margin-bottom: 40px;
  max-width: 440px;
}

.hw-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hw-btn {
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.hw-btn-primary {
  position: relative;
  overflow: hidden;
  background: #ff7b1d;
  color: #081018;
  padding: 14px 26px;
  border-radius: 999px;
  box-shadow:
    0 12px 30px rgba(255, 123, 29, 0.20),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.35s ease;
}

.hw-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  transition: 0.8s;
}

.hw-btn-primary::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 123, 29, 0.35);
  animation: hwCtaPulse 1.7s infinite;
  pointer-events: none;
}

.hw-btn-primary:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow:
    0 24px 55px rgba(255, 123, 29, 0.30),
    0 0 35px rgba(255, 123, 29, 0.18);
  filter: brightness(1.05);
}

.hw-btn-primary:hover::before {
  left: 100%;
}

.hw-btn-secondary {
  background: transparent;
  color: #d1d5db;
  padding: 14px 0;
  font-size: 14px;
  opacity: 0.95;
  text-shadow: 0 0 14px rgba(255,255,255,0.06);
}

.hw-btn-secondary:hover {
  color: #18c78f;
  transform: translateY(-2px);
}

.hw-btn-secondary svg {
  width: 20px;
  height: 20px;
}

.hw-ripple {
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  transform: scale(0);
  animation: hwRipple 0.7s ease-out forwards;
  pointer-events: none;
}

.hw-visual-section {
  flex: 0 0 auto;
  width: 420px;
}

.hw-main-card {
  background:
    linear-gradient(145deg, rgba(10,18,28,0.96), rgba(6,12,20,0.95));
  border: 1px solid rgba(0,183,255,0.16);
  border-radius: 20px;
  padding: 28px;
  backdrop-filter: blur(22px);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.58),
    0 0 35px rgba(0,183,255,0.06);
  transition: box-shadow 0.45s ease, border-color 0.45s ease, transform 0.15s ease;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.hw-main-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(0,183,255,0.08), transparent 28%, transparent 72%, rgba(255,123,29,0.08));
  opacity: 0.45;
  pointer-events: none;
}

.hw-main-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(0,183,255,0.16), transparent 18%),
    radial-gradient(circle at 18% 84%, rgba(255,123,29,0.10), transparent 18%);
  pointer-events: none;
}

.hw-main-card:hover {
  box-shadow:
    0 40px 100px rgba(0,0,0,0.70),
    0 0 35px rgba(0,183,255,0.08);
}

.hw-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.hw-growth-info {
  text-align: right;
}

.hw-growth-label {
  font-size: 11.5px;
  color: var(--hw-text-muted);
  margin-bottom: 7px;
  display: block;
}

.hw-growth-value {
  font-size: 26px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: var(--hw-text-main);
}

.hw-trend-icon {
  color: var(--hw-green);
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 0 10px rgba(24,199,143,0.35));
}

.hw-period-badge {
  font-size: 11.5px;
  color: var(--hw-text-muted);
  margin-top: 4px;
}

.hw-bar-chart {
  display: flex;
  align-items: flex-end;
  height: 86px;
  gap: 7px;
  margin-bottom: 24px;
  width: 100%;
}

.hw-bar {
  flex: 1 1 0;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #ff7b1d 0%, #d1d5db 52%, #18c78f 100%);
  min-width: 0;
  transform-origin: bottom;
  transform: scaleY(0);
  filter: drop-shadow(0 0 8px rgba(255,123,29,0.20));
}

.hw-bars-ready .hw-bar {
  animation: hwBarGrow 1s cubic-bezier(.2,.9,.2,1) forwards;
}

.hw-bar:nth-child(1)  { height: 42%; opacity: 0.60; animation-delay: 0.05s; }
.hw-bar:nth-child(2)  { height: 60%; opacity: 0.72; animation-delay: 0.10s; }
.hw-bar:nth-child(3)  { height: 48%; opacity: 0.64; animation-delay: 0.15s; }
.hw-bar:nth-child(4)  { height: 72%; opacity: 0.82; animation-delay: 0.20s; }
.hw-bar:nth-child(5)  { height: 55%; opacity: 0.70; animation-delay: 0.25s; }
.hw-bar:nth-child(6)  { height: 82%; opacity: 0.90; animation-delay: 0.30s; }
.hw-bar:nth-child(7)  { height: 63%; opacity: 0.78; animation-delay: 0.35s; }
.hw-bar:nth-child(8)  { height: 92%; opacity: 1.00; animation-delay: 0.40s; }
.hw-bar:nth-child(9)  { height: 68%; opacity: 0.84; animation-delay: 0.45s; }
.hw-bar:nth-child(10) { height: 100%; opacity: 1.00; animation-delay: 0.50s; }
.hw-bar:nth-child(11) { height: 78%; opacity: 0.92; animation-delay: 0.55s; }
.hw-bar:nth-child(12) { height: 52%; opacity: 0.68; animation-delay: 0.60s; }

.hw-stats-grid {
  display: flex;
  gap: 14px;
}

.hw-stat-box {
  flex: 1 1 0;
  min-width: 0;
  padding: 20px 18px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.8s ease;
  position: relative;
  overflow: hidden;
}

.hw-stat-box:hover {
  transform: translateY(-7px) scale(1.02);
  box-shadow: 0 16px 38px rgba(0,0,0,0.28);
}

.hw-box-orange {
  background: linear-gradient(135deg, #ff7b1d 0%, #d1d5db 50%, #18c78f 100%);
  box-shadow: 0 15px 35px rgba(255,123,29,0.18);
}

.hw-box-orange::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.20), transparent);
  transform: translateX(-150%);
  animation: hwShine 3.6s linear infinite;
}

.hw-box-dark {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border: 1px solid rgba(215,221,219,0.12);
  backdrop-filter: blur(10px);
}

.hw-box-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(24,199,143,0.10), transparent 32%);
  pointer-events: none;
}

.hw-stat-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.hw-box-orange .hw-stat-icon { color: rgba(0,0,0,0.58); }
.hw-box-dark .hw-stat-icon { color: #18c78f; filter: drop-shadow(0 0 8px rgba(24,199,143,0.22)); }

.hw-stat-num {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
  direction: ltr;
  position: relative;
  z-index: 1;
}

.hw-box-orange .hw-stat-num { color: #081018; }
.hw-box-dark .hw-stat-num { color: var(--hw-text-main); }

.hw-stat-text {
  font-size: 11.5px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.hw-box-orange .hw-stat-text { color: rgba(0,0,0,0.58); }
.hw-box-dark .hw-stat-text { color: var(--hw-text-muted); }

@keyframes hwFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hwGradientMove {
  0% { background-position: 0%; }
  100% { background-position: 300%; }
}

@keyframes hwBarGrow {
  0% { transform: scaleY(0); filter: brightness(0.8); }
  65% { transform: scaleY(1.06); filter: brightness(1.18); }
  100% { transform: scaleY(1); filter: brightness(1); }
}

@keyframes hwSoftFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(-0.5deg); }
}

@keyframes hwShine {
  0% { transform: translateX(-160%); }
  100% { transform: translateX(160%); }
}

@keyframes hwPulse {
  0%, 100% { box-shadow: 0 0 6px rgba(24,199,143,0.4); transform: scale(1); }
  50% { box-shadow: 0 0 22px rgba(24,199,143,0.95); transform: scale(1.22); }
}

@keyframes hwGridDrift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 140px 140px, 140px 140px; }
}

@keyframes hwScan {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

@keyframes hwWaveBob {
  0%, 100% { transform: translateY(0); opacity: 0.95; }
  50% { transform: translateY(3px); opacity: 1; }
}

@keyframes hwCtaPulse {
  0% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.3); }
}

@keyframes hwRipple {
  to {
    transform: scale(1);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .hw-container { gap: 40px; }
  .hw-visual-section { width: 380px; }
  .hw-title { font-size: 42px; }
}

@media (max-width: 840px) {
  #hw-exclusive-widget {
    padding: 28px 5% 44px;
  }

  .hw-top-bar {
    margin-bottom: 36px;
  }

  .hw-container {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .hw-content-section,
  .hw-visual-section {
    width: 100%;
    max-width: 100%;
  }

  .hw-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  #hw-exclusive-widget {
    padding: 24px 5% 36px;
  }

  .hw-top-bar {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .hw-title {
    font-size: 30px;
  }

  .hw-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .hw-stats-grid {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hw-exclusive-widget *,
  #hw-exclusive-widget *::before,
  #hw-exclusive-widget *::after {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */