.elementor-3036 .elementor-element.elementor-element-6477e5b{--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-3036 .elementor-element.elementor-element-31980e3{--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-3036 .elementor-element.elementor-element-b0bac44{--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-3036 .elementor-element.elementor-element-9160352{--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-3036 .elementor-element.elementor-element-161e6dc{--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-3036 .elementor-element.elementor-element-7b8dc8d{--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-9f2a178 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0b0f19;
  color: #fff;
}

/* HERO */
.hero {
  position: relative;
  padding: 100px 20px;
  background: radial-gradient(circle at top, #1a2a6c, #0b0f19 60%);
  overflow: hidden;
}

.hero-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* ALL TEXT WHITE */
.hero h1,
.hero-desc,
.hero-features,
.feature,
.cta-text {
  color: #fff;
}



.hero h1 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 800;
}

.hero h1 span {
  color: #00d4ff;
}

.hero-desc {
  margin: 20px auto;
  max-width: 750px;
  font-size: 18px;
  line-height: 1.9;
  opacity: 0.9;
}

/* FEATURES */
.hero-features {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 30px 0;
}

.feature {
  background: rgba(255, 255, 255, 0.06);
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 15px;
}

/* CTA */
.cta-box {
  margin-top: 30px;
}

.cta-text {
  margin-bottom: 15px;
  opacity: 0.95;
}

/* BUTTONS - UNIFORM SIZE */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  width: 180px;          /* 👈 یکسان‌سازی اندازه */
  height: 48px;          /* 👈 یکسان‌سازی ارتفاع */
  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}

/* BUTTON COLORS */
.btn.primary {
  background: #00d4ff;
  color: #000;
}

.btn.whatsapp {
  background: #25D366;
}

.btn.ble {
  background: #1e88e5;
}

/* HOVER EFFECT */
.btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .hero {
    padding: 70px 15px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfd8c2a */.positioning {
  padding: 90px 20px;
  background: linear-gradient(180deg, #0b0f19, #111a2e);
  color: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

/* HEADER */
.header {
  text-align: center;
  margin-bottom: 50px;
}

.header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
}

.header p {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* CARD */
.card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.card h3 {
  margin-bottom: 14px;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.card p {
  font-size: 15px;
  line-height: 1.9;
  color: #fff;
  opacity: 0.85;
}

/* HIGHLIGHT CARD */
.highlight {
  border: 1px solid #00d4ff;
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.15);
}

/* HOVER */
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 212, 255, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* GOAL BOX */
.goal-box {
  margin-top: 40px;
  text-align: center;
  padding: 32px;
  border-radius: 16px;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.2);
}

.goal-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #fff;
}

.goal-box p {
  color: #fff;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto;
}

/* LARGE TABLET */
@media (max-width: 992px) {
  .positioning {
    padding: 70px 20px;
  }

  .header h2 {
    font-size: 30px;
  }

  .grid {
    gap: 20px;
  }
}

/* TABLET */
@media (max-width: 768px) {
  .header h2 {
    font-size: 26px;
  }

  .header p {
    font-size: 16px;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .card {
    padding: 22px;
  }

  .card h3 {
    font-size: 18px;
  }

  .card p {
    font-size: 14px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .positioning {
    padding: 60px 15px;
  }

  .header {
    margin-bottom: 35px;
  }

  .header h2 {
    font-size: 24px;
  }

  .header p {
    font-size: 15px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card {
    text-align: center;
    padding: 20px;
  }

  .card h3 {
    font-size: 17px;
  }

  .card p {
    font-size: 14px;
    line-height: 1.8;
  }

  .goal-box {
    padding: 24px 18px;
  }

  .goal-box h3 {
    font-size: 20px;
  }

  .goal-box p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac47c33 */.skills {
  padding: 100px 20px;
  background: radial-gradient(circle at bottom, #0b0f19, #111a2e);
  color: #fff;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.title {
  text-align: center;
  margin-bottom: 60px;
}

.title h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.title p {
  margin-top: 10px;
  opacity: 0.8;
  color: #fff;
}

/* TIMELINE */
.timeline {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid rgba(255,255,255,0.1);
}

/* ITEM */
.item {
  position: relative;
  margin-bottom: 35px;
  padding-left: 20px;
}

.dot {
  position: absolute;
  left: -9px;
  top: 5px;
  width: 16px;
  height: 16px;
  background: #00d4ff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0,212,255,0.5);
}

.content h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #fff;
}

.content p {
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.8;
  color: #fff;
}

/* NOTE BOX */
.note {
  margin-top: 50px;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.2);
  font-weight: bold;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .title h2 {
    font-size: 24px;
  }

  .timeline {
    padding-left: 20px;
  }

  .content h3 {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f950f9 */.admission {
  padding: 100px 20px;
  background: linear-gradient(180deg, #0b0f19, #0f172a);
  color: #fff;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.header {
  text-align: center;
  margin-bottom: 60px;
}

.header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.header p {
  margin-top: 10px;
  opacity: 0.8;
  color: #fff;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
  backdrop-filter: blur(10px);
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 212, 255, 0.3);
}

.icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.card p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.85;
  color: #fff;
}

/* HIGHLIGHT CARD */
.highlight {
  border: 1px solid #00d4ff;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.15);
}

/* NOTE */
.note {
  margin-top: 50px;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.2);
  font-weight: bold;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .header h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-581adee */.roadmap {
  padding: 100px 20px;
  background: radial-gradient(circle at top, #0b0f19, #111827);
  color: #fff;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADER */
.header {
  text-align: center;
  margin-bottom: 60px;
}

.header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.header p {
  margin-top: 10px;
  opacity: 0.8;
  color: #fff;
}

/* TIMELINE */
.timeline {
  position: relative;
  margin-left: 20px;
  border-left: 3px solid rgba(255,255,255,0.1);
}

/* STEP */
.step {
  position: relative;
  padding: 25px 20px 25px 40px;
}

/* CIRCLE */
.circle {
  position: absolute;
  left: -14px;
  top: 25px;
  width: 28px;
  height: 28px;
  background: #1f2937;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

/* CONTENT */
.content h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #fff;
}

.content p {
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.8;
  color: #fff;
}

/* HIGHLIGHT */
.highlight .circle {
  background: #00d4ff;
  color: #000;
  box-shadow: 0 0 15px rgba(0,212,255,0.4);
}

/* GOAL */
.goal {
  margin-top: 50px;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.2);
  font-weight: bold;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .header h2 {
    font-size: 24px;
  }

  .step {
    padding-left: 35px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9806a4a */.final-conversion{
padding:100px 20px;
background:#08101f;
}

.final-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.3fr 1fr;
gap:40px;
align-items:center;
}

.section-badge{
display:inline-block;
padding:8px 16px;
border-radius:30px;
background:rgba(0,212,255,.12);
border:1px solid rgba(0,212,255,.25);
color:#fff;
margin-bottom:20px;
}

.final-content h2{
color:#fff;
font-size:42px;
line-height:1.4;
margin-bottom:20px;
}

.intro{
color:#d4d9e3;
line-height:2;
font-size:17px;
}

.benefits{
margin-top:35px;
}

.benefit-item{
display:flex;
gap:15px;
align-items:center;
margin-bottom:15px;
}

.benefit-item span{
width:34px;
height:34px;
border-radius:50%;
background:#00d4ff;
color:#000;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
}

.benefit-item p{
color:#fff;
}

.contact-panel{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
border-radius:24px;
padding:30px;
backdrop-filter:blur(12px);
}

.contact-panel h3{
color:#fff;
margin-bottom:20px;
}

.contact-card{
display:flex;
align-items:center;
gap:15px;
padding:18px;
margin-bottom:15px;
border-radius:14px;
text-decoration:none;
color:#fff;
transition:.3s;
}

.contact-card:hover{
transform:translateY(-4px);
}

.phone{
background:#1f2937;
}

.whatsapp{
background:#25D366;
}

.bale{
background:#1e88e5;
}

.icon{
font-size:24px;
}

.contact-card strong{
display:block;
}

.contact-card span{
opacity:.9;
font-size:14px;
}

.notice{
margin-top:20px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.08);
}

.notice p{
color:#d4d9e3;
margin-bottom:10px;
line-height:1.8;
}

@media(max-width:768px){

```
.final-container{
    grid-template-columns:1fr;
}

.final-content h2{
    font-size:28px;
    text-align:center;
}

.intro{
    text-align:center;
}

.benefits{
    margin-top:25px;
}

.contact-panel{
    padding:20px;
}

.contact-card{
    padding:16px;
}
```

}/* End custom CSS */