.elementor-8342 .elementor-element.elementor-element-8552240{--display:flex;}.elementor-8342 .elementor-element.elementor-element-47b9966{--display:flex;}.elementor-8342 .elementor-element.elementor-element-8d684dc{--display:flex;}.elementor-8342 .elementor-element.elementor-element-62047b5{--spacer-size:50px;}.elementor-8342 .elementor-element.elementor-element-c152115{--display:flex;}.elementor-8342 .elementor-element.elementor-element-d61a09d{--display:flex;}.elementor-8342 .elementor-element.elementor-element-ad5e6dd{--display:flex;}.elementor-8342 .elementor-element.elementor-element-295a8e8{--display:flex;}.elementor-8342 .elementor-element.elementor-element-12ccd8b{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-b68fb0c */body {
  margin: 0;
  font-family: sans-serif;
  background: #0b1d3a;
}

.hero {
  padding: 80px 40px;
  background: radial-gradient(circle at left, #1c3b7a, #0b1d3a);
  color: white;
  overflow: hidden;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* ================= MEDIA ================= */
.hero-media {
  position: relative;
  width: 50%;
}

/* ویدیو */
.video-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 3;
}

.video-box img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: black;
  padding: 12px 16px;
  border-radius: 50%;
}

/* ================= بیضی ================= */
.ellipse {
  position: absolute;
  width: 500px;
  height: 350px;
  background: radial-gradient(circle, #5b6cff, transparent 70%);
  border-radius: 50%;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
}

/* ================= خطوط بیضی ================= */
.ellipse-lines {
  position: absolute;
  width: 520px;
  height: 370px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.ellipse-lines::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 410px;
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 50%;
  top: -20px;
  left: -20px;
}

/* ================= نقطه‌ها ================= */
.dots {
  position: absolute;
  width: 300px;
  height: 300px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;

  background-image: radial-gradient(#f5b841 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.3;
}

/* ================= CONTENT ================= */
.hero-content {
  width: 50%;
}

.hero-content h1 {
  font-size: 36px;
  line-height: 1.6;
}

.hero-content p {
  margin: 20px 0;
  color: #cbd5e1;
}

.buttons {
  display: flex;
  gap: 10px;
}

.primary {
  background: #f5b841;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
}

.secondary {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
  }

  .hero-media,
  .hero-content {
    width: 100%;
  }

  .ellipse,
  .ellipse-lines,
  .dots {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-101ee30 *//* wrapper برای شناور شدن */
.event-card-wrapper {
  position: relative;
  margin-top: -80px; /* همون شناور شدن روی هیرو */
  display: flex;
  justify-content: center;
  z-index: 10;
}

/* کارت اصلی */
.event-card {
  width: 90%;
  max-width: 1100px;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* هر آیتم */
.event-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* آیکون */
.event-item .icon {
  font-size: 22px;
  color: #3b5bfd; /* آبی مشابه طرح */
}

/* متن */
.event-item .text {
  display: flex;
  flex-direction: column;
}

.event-item .label {
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}

.event-item .value {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

/* خط جداکننده */
.divider {
  width: 1px;
  height: 40px;
  background: #e5e5e5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b01cbe */body {
  direction: rtl;
  font-family: "Vazirmatn", sans-serif;
  background: #FBF8FF;
  margin: 0;
}

/* container */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* سکشن */
.academy-section {
  padding: 80px 0;
}

/* عنوان */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1A1B23;
  margin: 0;
}

.section-title .line {
  width: 50px;
  height: 2px;
  background: #3851D0;
}

/* کارت‌ها */
.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* کارت */
.card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  width: 18%;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* آیکون */
.icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 22px;
}

/* رنگ‌ها */
.icon.blue { background: #3851D0; }
.icon.green { background: #006A62; }
.icon.purple { background: #6C63FF; }
.icon.teal { background: #009688; }

/* متن‌ها */
.card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card p {
  font-size: 13px;
  color: #47464B;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* لینک */
.card a {
  font-size: 12px;
  color: #3851D0;
  text-decoration: none;
  font-weight: 500;
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .card {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e6e840 *//* سکشن */
.entrepreneur-section {
  padding: 80px 0;
}

/* عنوان (reuse از قبل اگر داشتی) */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 26px;
  font-weight: 700;
}

.section-title .line {
  width: 50px;
  height: 2px;
  background: #3851D0;
}

/* دو ستون */
.entrepreneur-boxes {
  display: flex;
  gap: 20px;
}

/* باکس‌ها */
.box {
  flex: 1;
  padding: 30px;
  border-radius: 16px;
}

/* رنگ‌ها */
.services {
  background: linear-gradient(135deg, #E4FFFA, #F2FFFC);
}

.training {
  background: linear-gradient(135deg, #EEF1FF, #F5F7FF);
}

/* عنوان باکس */
.box h3 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #1A1B23;
}

/* آیتم‌ها */
.items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

/* هر آیتم */
.item {
  text-align: center;
  width: 22%;
}

/* آیکون دایره‌ای */
.item .icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #3851D0;
  font-size: 22px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

/* متن */
.item h4 {
  font-size: 14px;
  margin-bottom: 6px;
}

.item p {
  font-size: 12px;
  color: #47464B;
  line-height: 1.6;
}

/* ریسپانسیو */
@media (max-width: 992px) {
  .entrepreneur-boxes {
    flex-direction: column;
  }

  .item {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .item {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96f38c1 */.personal-section {
  padding: 80px 0;
  background: #FBF8FF;
}

/* گرید کارت‌ها */
.personal-cards {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

/* کارت */
.personal-cards .card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.personal-cards .card:hover {
  transform: translateY(-6px);
}

/* آیکون */
.personal-cards .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(145deg, #EEF1FF, #E4E8FF);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3851D0;
  font-size: 22px;
}

/* متن */
.personal-cards h3 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #1A1B23;
}

.personal-cards p {
  font-size: 12px;
  color: #47464B;
}

/* 📱 تبلت */
@media (max-width: 992px) {
  .personal-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 📱 موبایل */
@media (max-width: 576px) {
  .personal-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7279532 */.tourism {
  padding: 60px 20px;
  background: #f7f8fc;
  font-family: sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  color: #1c2b4a;
  position: relative;
}

.section-title:before,
.section-title:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #4a6cf7;
  position: absolute;
  top: 50%;
}

.section-title:before {
  right: -50px;
}

.section-title:after {
  left: -50px;
}

/* GRID */
.tourism-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

/* کارت بزرگ */
.tour-card.large {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
}

.tour-card.large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-card.large .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.6), transparent);
}

.tour-card.large .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}

.tour-card.large h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.tour-card.large a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

/* کارت‌های کوچک */
.tour-card.small {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: #fff;
  padding: 25px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tour-card.small.dark {
  background: linear-gradient(135deg, #0f2027, #203a43);
}

.tour-card.small .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.tour-card.small h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.tour-card.small p {
  font-size: 14px;
  margin-bottom: 15px;
}

.tour-card.small a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

/* 📱 ریسپانسیو */
@media (max-width: 768px) {
  .tourism-grid {
    grid-template-columns: 1fr;
  }

  .tour-card.large {
    height: 220px;
  }

  .section-title:before,
  .section-title:after {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03a00b5 */.simorgh-cta {

    padding: 70px 20px;

    direction: rtl;

}


.cta-container {

    max-width:1200px;

    margin:auto;

    height:260px;

    border-radius:22px;

    position:relative;

    overflow:hidden;

    display:flex;

    align-items:center;

    justify-content:center;


    background:
    linear-gradient(
        120deg,
        #2634d8,
        #4d2bc9
    );

}


/* نقطه‌های دکور */

.cta-container::before {

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    right:-50px;

    top:-40px;


    background-image:
    radial-gradient(
        rgba(255,255,255,.25) 1px,
        transparent 1px
    );

    background-size:15px 15px;

    opacity:.4;

}



/* لوگو */

.cta-logo {

    position:absolute;

    left:60px;

    bottom:-30px;

}


.cta-logo img {

    width:230px;

    opacity:.9;

}



/* متن */

.cta-content {

    text-align:center;

    color:white;

    z-index:2;

}


.cta-content h2 {

    font-size:32px;

    line-height:1.8;

    font-weight:800;

    margin-bottom:30px;

}



/* دکمه */

.cta-button {


    display:inline-flex;

    align-items:center;

    gap:15px;


    background:#F4B740;

    color:#15204a;


    padding:14px 35px;


    border-radius:12px;


    font-size:16px;

    font-weight:700;

    text-decoration:none;


    transition:.3s;

}


.cta-button:hover {

    transform:translateY(-5px);

}



/* موبایل */

@media(max-width:768px){


.simorgh-cta{

padding:40px 15px;

}



.cta-container{

height:auto;

min-height:300px;

padding:40px 20px;

}



.cta-logo{

display:none;

}


.cta-content h2{

font-size:22px;

line-height:1.9;

}



.cta-button{

font-size:14px;

padding:12px 25px;

}


}/* End custom CSS */