.elementor-2535 .elementor-element.elementor-element-f22a5bd{--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;--justify-content:center;}.elementor-2535 .elementor-element.elementor-element-f22a5bd:not(.elementor-motion-effects-element-type-background), .elementor-2535 .elementor-element.elementor-element-f22a5bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#101B31;}.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 );}.elementor-2535 .elementor-element.elementor-element-3a90c6f{text-align:center;color:#FFFFFF;}.elementor-2535 .elementor-element.elementor-element-3a90c6f p{margin-block-end:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2535 .elementor-element.elementor-element-f802c63{text-align:center;}.elementor-2535 .elementor-element.elementor-element-f802c63 .elementor-heading-title{color:#FFFFFF;}.elementor-2535 .elementor-element.elementor-element-12a3ab1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -58px) 0px;width:100%;max-width:100%;}.elementor-2535 .elementor-element.elementor-element-12a3ab1.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2535 .elementor-element.elementor-element-476cdc0{--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;--margin-top:-52px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2535 .elementor-element.elementor-element-476cdc0:not(.elementor-motion-effects-element-type-background), .elementor-2535 .elementor-element.elementor-element-476cdc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#101B31;}.elementor-2535 .elementor-element.elementor-element-3d0afb3{text-align:center;width:auto;max-width:auto;}.elementor-2535 .elementor-element.elementor-element-3d0afb3 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-2535 .elementor-element.elementor-element-3d0afb3.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-d7c311b */.vision-section {
  padding: 30px 10%;
  text-align: center;
  color: white;
    width: 100vw;
  margin-left: calc(-40vw + 40%);
}
.title h3{
    color: white;
}
.vision-title {
  font-size: clamp(2rem, 4vw, 4rem);
  margin-bottom: 30px;
  letter-spacing: 4px;
  color: white;
}

.vision-subtitle {
  max-width: 700px;
  margin: 0 auto 20px;
  opacity: 0.8;
  font-size: 1.1rem;
}

.vision-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* کارت‌ها */
.vision-card {
  width: 260px;
  padding: 40px 30px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  position: relative;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  transition: 0.5s ease;
  animation: float 6s ease-in-out infinite;
}

/* نور نئونی */
.vision-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: nowrap;     /* ⬅️ خیلی مهم */
}


/* رنگ‌ها */
.vision-card.blue { color: #00ccff; }
.vision-card.orange { color: #FFFFFF; }

/* Hover glow */
.vision-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 0 60px currentColor;
}

/* آیکون */
.vision-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  animation: spin 6s linear infinite;
}

/* انیمیشن‌ها */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* موبایل */
@media (max-width: 768px) {
  .vision-cards {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12a3ab1 */.futuristic-timeline {
  position: relative;
  padding: 100px 5% 140px;
  overflow: hidden;
  font-family: 'Inter', system-ui, sans-serif;
}

.futuristic-timeline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(100, 200, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

/* خط مرکزی درخشان */
.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: linear-gradient(180deg, 
    #00f0ff 0%, 
    #ff00aa 30%, 
    #9d00ff 60%, 
    #00f0ff 100%);
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(0, 240, 255, 0.4),
              0 0 80px rgba(157, 0, 255, 0.3);
  z-index: 1;
  animation: glowFlow 12s linear infinite;
}

@keyframes glowFlow {
  0%   { background-position: 0% 0%; }
  100% { background-position: 0% 200%; }
}

/* هر آیتم */
.timeline-item {
  position: relative;
  margin: 0px 0;
  z-index: 2;
}

.timeline-year {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #00f0ff;
  text-shadow: 0 0 20px #00f0ff88;
  background: rgba(10, 10, 31, 0.7);
  padding: 8px 24px;
  border-radius: 50px;
  border: 1px solid rgba(0, 240, 255, 0.4);
  z-index: 3;
  white-space: nowrap;
}

/* کارت‌ها */
.timeline-content {
  width: 46%;
  padding: 30px;
}

.left  { margin-right: 54%; text-align: right; }
.right { margin-left: 54%; }

.card {
  background: rgba(20, 20, 60, 0.45);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(100, 200, 255, 0.25);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5),
              inset 0 0 20px rgba(100, 200, 255, 0.08);
  transition: all 0.4s ease;
}

.card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 240, 255, 0.25),
              inset 0 0 30px rgba(100, 200, 255, 0.15);
  border-color: #00f0ff66;
}

.card h3 {
  color: #ffdd00;
  font-size: 1.6rem;
  margin: 0 0 16px;
  text-shadow: 0 0 15px #ffdd0044;
}

.card p {
  margin: 0;
  line-height: 1.6;
  color: #d0d0ff;
}

/* هدر بزرگ */
.timeline-header {
  text-align: center;
  margin-bottom: 100px;
}

.timeline-header h2 {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 900;
  background: linear-gradient(90deg, #00f0ff, #ff00aa, #9d00ff, #00f0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 300%;
  animation: gradientText 10s linear infinite;
  text-shadow: 0 0 40px rgba(0, 240, 255, 0.5);
}

@keyframes gradientText {
  0%   { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

/* موبایل */
@media (max-width: 768px) {
  .timeline-container::before {
    left: 40px;
  }
  
  .timeline-year {
    left: 40px;
    transform: translateX(-50%);
  }
  
  .timeline-content {
    width: 100%;
    margin: 0 !important;
    padding-left: 100px;
    text-align: left !important;
  }
  
  .card {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a26f7e7 */.auto-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
}

.auto-track {
  display: flex;
  gap: 15px;
  animation: slideMove 20s linear infinite;
}

.auto-slide {
  min-width: 25%;
}

@media (max-width: 900px) {
  .auto-slide { min-width: 50%; }
}
@media (max-width: 600px) {
  .auto-slide { min-width: 80%; }
}

/* Card */
.auto-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.auto-card img {
  width: 100%;
  display: block;
}

.auto-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: flex-end;
  padding: 5px;
  color: white;
  font-size: 18px;
  opacity: 0;
  transition: 0.4s ease;
}

.auto-card:hover .auto-overlay {
  opacity: 1;
}

@keyframes slideMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-159%);
  }
}/* End custom CSS */