.elementor-209765 .elementor-element.elementor-element-b2d92de{--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-209765 .elementor-element.elementor-element-4a8f1f0{--display:flex;}@media(min-width:768px){.elementor-209765 .elementor-element.elementor-element-b2d92de{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-c602a49 */.bootcamp-page {
      font-family: "yekan";
      background: #ffffff;
      color: #172033;
      line-height: 1.9;
      overflow-x: clip;
      width: min(1400px, 100vw);
      margin-left: calc((min(1400px, 100vw) - 100%) / -2);
      margin-right: calc((min(1400px, 100vw) - 100%) / -2);
    }
    
    .bootcamp-page * {
      box-sizing: border-box;
      font-family: "yekan";
    }

    .bc-container {
      width: 100%;
      margin: 0 auto;
      padding: 0 24px;
      font-family: "yekan";
    }

    .bc-navbar {
      position: sticky;
      font-family: "yekan";
      top: 12px;
      z-index: 50;
      width: calc(100% - 48px);
      margin: 16px auto 0;
      background: rgba(255,255,255,.92);
      backdrop-filter: blur(14px);
      border: 1px solid #edf1fb;
      box-shadow: 0 12px 30px rgba(24, 80, 180, .08);
      border-radius: 28px;
      padding: 12px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .bc-logo {
      display: flex;
      font-family: "yekan";
      align-items: center;
      gap: 10px;
      font-weight: 900;
      font-size: 18px;
      color: #111827;
      white-space: nowrap;
    }

    .bc-logo-icon {
      width: 46px;
      font-family: "yekan";
      height: 46px;
      border-radius: 50%;
      background: linear-gradient(135deg, #095dff, #7c5cff);
      display: grid;
      place-items: center;
      color: #fff;
      font-size: 24px;
      box-shadow: 0 10px 24px rgba(32, 88, 255, .25);
    }

    .bc-menu {
      display: flex;
      font-family: "yekan";
      align-items: center;
      gap: 28px;
      font-size: 16px;
      font-weight: 700;
      color: #2b3447;
    }

    .bc-menu a {
      color: inherit;
      text-decoration: none;
      transition: .25s;
      font-family: "yekan";
    }

    .bc-menu a:hover {
      color: #075cff;
      font-family: "yekan";
    }

    .bc-btn {
      border: none;
      outline: none;
      cursor: pointer;
      border-radius: 16px;
      padding: 13px 22px;
      font-family: "yekan";
      font-weight: 900;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: .25s ease;
      white-space: nowrap;
      font-family: "yekan";
    }

    .bc-btn-primary {
      background: linear-gradient(135deg, #ff7a1a, #ff4d13);
      color: #fff;
      box-shadow: 0 12px 25px rgba(255, 105, 24, .28);
      font-family: "yekan";
    }

    .bc-btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 35px rgba(255, 105, 24, .35);
      color: #fff;
      font-family: "yekan";
    }

    .bc-btn-blue {
      background: linear-gradient(135deg, #0968ff, #2448e8);
      color: #fff;
      box-shadow: 0 12px 25px rgba(21, 88, 255, .25);
    }

    .bc-btn-light {
      background: #fff;
      color: #172033;
      border: 1px solid #e3e9f7;
      box-shadow: 0 10px 22px rgba(25, 80, 150, .07);
    }

    .bc-hero {
      position: relative;
      padding: 70px 0 50px;
      background:
        radial-gradient(circle at 15% 20%, rgba(255, 210, 69, .20), transparent 16%),
        radial-gradient(circle at 82% 18%, rgba(245, 68, 155, .12), transparent 18%),
        #ffffff;
    }

    .bc-hero-inner {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      align-items: center;
      gap: 40px;
    }

    .bc-hero-text {
      position: relative;
      z-index: 2;
      font-family: "yekan";
    }

    .bc-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #eef5ff;
      color: #0968ff;
      border: 1px solid #dbe9ff;
      padding: 8px 16px;
      border-radius: 999px;
      font-weight: 900;
      margin-bottom: 18px;
      font-size: 14px;
      font-family: "yekan";
    }

    .bc-hero h1 {
      margin: 0;
      font-size: clamp(38px, 5vw, 72px);
      line-height: 1.15;
      letter-spacing: -1px;
      font-weight: 950;
      color: #101827;
      font-size: 64px;
    line-height: normal;
    font-family: "yekan";
    }

    .bc-hero h1 span {
      display: block;
      color: #075cff;
      font-size: 1.18em;
      margin-top: 6px;
      font-family: "yekan";
    }

    .bc-hero h2 {
      margin: 18px 0 12px;
      font-size: clamp(20px, 2.2vw, 31px);
      line-height: 1.55;
      color: #202b3f;
      font-weight: 900;
      font-family: "yekan";
    }

    .bc-hero p {
      margin: 0 0 26px;
      color: #5d6679;
      font-size: 17px;
      max-width: 590px;
      font-family: "yekan";
      font-weight: 500;
    }

    .bc-hero-actions {
      display: flex;
      font-family: "yekan";
      gap: 14px;
      flex-wrap: wrap;
    }

    .bc-visual {
      position: relative;
      min-height: 470px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "yekan";
    }

    .bc-blob {
      position: absolute;
      font-family: "yekan";
      width: 100%;
      max-width: 560px;
      height: 360px;
      border-radius: 45% 55% 48% 52%;
      background: linear-gradient(135deg, #e9f5ff, #b9dcff 50%, #dcecff);
      box-shadow: inset 0 18px 60px rgba(255,255,255,.7), 0 30px 70px rgba(12, 86, 180, .13);
      transform: rotate(-3deg);
    }

    .bc-hero-img {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 540px;
      height: 420px;
      object-fit: contain;
      border-radius: 28px;
    }

    .bc-kids {
      position: relative;
      width: 100%;
      max-width: 590px;
      height: 430px;
    }

    .bc-person {
      position: absolute;
      background: #fff;
      border-radius: 32px;
      box-shadow: 0 18px 45px rgba(32, 80, 150, .16);
      border: 8px solid #fff;
      overflow: hidden;
    }

    .bc-person.one {
      right: 0;
      bottom: 60px;
      width: 250px;
      height: 285px;
      background: linear-gradient(180deg, #ffe6ba, #fff4df);
    }

    .bc-person.two {
      left: 90px;
      top: 0;
      width: 235px;
      height: 300px;
      background: linear-gradient(180deg, #fff1f6, #f4f0ff);
    }

    .bc-person.three {
      left: 20px;
      bottom: 20px;
      width: 270px;
      height: 230px;
      background: linear-gradient(180deg, #e8f7ff, #ffffff);
    }

    .bc-face {
      width: 92px;
      height: 92px;
      background: #ffd4b8;
      border-radius: 50%;
      margin: 28px auto 8px;
      position: relative;
    }

    .bc-face::before,
    .bc-face::after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      background: #263142;
      border-radius: 50%;
      top: 38px;
    }

    .bc-face::before { right: 25px; }
    .bc-face::after { left: 25px; }

    .bc-hair {
      width: 110px;
      height: 48px;
      background: #2d1f1b;
      border-radius: 60px 60px 20px 20px;
      position: absolute;
      top: -10px;
      right: -9px;
    }

    .bc-smile {
      position: absolute;
      width: 30px;
      height: 14px;
      border-bottom: 4px solid #263142;
      border-radius: 0 0 30px 30px;
      left: 31px;
      top: 55px;
    }

    .bc-body {
      margin: 0 auto;
      width: 145px;
      height: 125px;
      border-radius: 34px 34px 12px 12px;
      background: #1f73ff;
      position: relative;font-family: "yekan";
    }

    .bc-person.one .bc-body { background: #ffd43b; }
    .bc-person.two .bc-body { background: #2b7cff; }
    .bc-person.three .bc-body { background: #2f86d9; }

    .bc-laptop {
      position: absolute;
      font-family: "yekan";
      bottom: 22px;
      right: 35px;
      width: 150px;
      height: 88px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0,0,0,.08);
      border: 3px solid #d9e6ff;
    }

    .bc-bubble {
      position: absolute;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 900;
      text-align: center;
      box-shadow: 0 12px 25px rgba(0,0,0,.12);
      z-index: 4;
    }

    .bc-bubble.speak {
      top: 40px;
      right: 250px;
      width: 92px;
      height: 92px;
      border-radius: 50%;
      background: linear-gradient(135deg, #5538ff, #846dff);
      font-size: 16px;
      line-height: 1.2;
    }

    .bc-bubble.hello {
      bottom: 48px;
      right: 250px;
      width: 86px;
      height: 58px;
      border-radius: 24px;
      background: #ff9b21;
      font-size: 15px;
    }

    .bc-floating {
      position: absolute;
      font-weight: 950;
      color: #ff7a1a;
      font-size: 30px;
      text-shadow: 0 8px 20px rgba(255,122,26,.22);
    }

    .bc-floating.a { top: 150px; right: 295px; color: #ffb100; }
    .bc-floating.b { top: 190px; right: 325px; color: #2cc46b; }
    .bc-floating.c { top: 228px; right: 300px; color: #ff416d; }

    .bc-section {
      padding: 55px 0;
      font-family: "yekan";
    }

    .bc-section-title {
      text-align: center;
      font-size: clamp(25px, 3vw, 38px);
      font-weight: 950;
      margin: 0 0 34px;
      color: #111827;
      font-family: "yekan";
    }

    .bc-section-title::after {
      content: "";
      display: block;
      font-family: "yekan";
      width: 68px;
      height: 5px;
      border-radius: 8px;
      margin: 12px auto 0;
      background: linear-gradient(90deg, #ff7a1a, #075cff);
    }

    .bc-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .bc-card {
      background: #fff;
      border: 1px solid #edf1fb;
      border-radius: 28px;
      padding: 22px;
      min-height: 190px;
      box-shadow: 0 18px 38px rgba(31, 72, 140, .08);
      position: relative;
      overflow: hidden;
      transition: .25s;
      font-family: "yekan";
    }

    .bc-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 26px 50px rgba(31, 72, 140, .12);
    }

    .bc-card:nth-child(1) { background: linear-gradient(135deg, #fff8ea, #fff); }
    .bc-card:nth-child(2) { background: linear-gradient(135deg, #eef7ff, #fff); }
    .bc-card:nth-child(3) { background: linear-gradient(135deg, #f0fff2, #fff); }

    .bc-card-icon {
      width: 62px;
      height: 62px;
      border-radius: 22px;
      display: grid;
      place-items: center;
      font-size: 30px;
      margin-bottom: 16px;
      color: #fff;
      overflow: hidden;
    }

    .bc-card-icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .bc-card:nth-child(1) .bc-card-icon { background: #ffc229; }
    .bc-card:nth-child(2) .bc-card-icon { background: #1677ff; }
    .bc-card:nth-child(3) .bc-card-icon { background: #31c764; }

    .bc-card h3 {
      margin: 0 0 8px;
      font-size: 22px;
      font-weight: 950;
      color: #172033;
      font-family: "yekan";
    }

    .bc-card p {
      margin: 0;
      color: #687386;
      font-weight: 600;
      font-family: "yekan";
    }

    .bc-features-wrap {
      background: #f5f8ff;
      border-radius: 42px;
      padding: 48px 28px;
    }

    .bc-features {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
    }

    .bc-feature {
      background: rgba(255,255,255,.78);
      border: 1px solid #e8eefc;
      border-radius: 26px;
      padding: 22px 14px;
      text-align: center;
      box-shadow: 0 14px 30px rgba(40, 80, 150, .06);
      transition: .25s;
    }

    .bc-feature:hover {
      transform: translateY(-5px);
      background: #fff;
    }

    .bc-feature-icon {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-size: 34px;
      margin: 0 auto 14px;
      overflow: hidden;
    }

    .bc-feature-icon img {
      width: 44px;
      height: 44px;
      object-fit: contain;
    }

    .bc-feature:nth-child(1) .bc-feature-icon { background: #f0e8ff; color: #7c3cff; }
    .bc-feature:nth-child(2) .bc-feature-icon { background: #fff1df; color: #ff8a00; }
    .bc-feature:nth-child(3) .bc-feature-icon { background: #e9fff0; color: #2cc46b; }
    .bc-feature:nth-child(4) .bc-feature-icon { background: #e9f5ff; color: #1976ff; }
    .bc-feature:nth-child(5) .bc-feature-icon { background: #ffeaf4; color: #ff3f9b; }

    .bc-feature h4 {
      margin: 0;
      font-size: 15px;
      line-height: 1.7;
      font-weight: 900;
      color: #172033;
      font-family: "yekan";
    }

    .bc-why {
      background: linear-gradient(135deg, #eef8ff, #eaf4ff);
      border-radius: 44px;
      padding: 42px;
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 40px;
      align-items: center;
      font-family: "yekan";
    }

    .bc-why-visual {
      min-height: 320px;
      background: #fff;
      border-radius: 36px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 22px 45px rgba(31, 72, 140, .1);
      font-family: "yekan";
    }

    .bc-why-visual img {
      width: 100%;
      height: 100%;
      min-height: 320px;
      object-fit: cover;
      display: block;
    }

    .bc-mini-person {
      width: 95px;
      height: 160px;
      background: #fff;
      border-radius: 22px;
      box-shadow: 0 12px 24px rgba(0,0,0,.08);
      margin: 0 -6px;
      position: relative;
      border: 5px solid #fff;
    }

    .bc-mini-person::before {
      content: "";
      position: absolute;
      width: 52px;
      height: 52px;
      background: #ffd1b3;
      border-radius: 50%;
      right: 17px;
      top: 17px;
    }

    .bc-mini-person::after {
      content: "";
      position: absolute;
      width: 70px;
      height: 70px;
      border-radius: 22px 22px 8px 8px;
      background: #347eff;
      bottom: 18px;
      right: 10px;
    }

    .bc-mini-person:nth-child(2)::after { background: #ffd32b; }
    .bc-mini-person:nth-child(3)::after { background: #ff7c45; }
    .bc-mini-person:nth-child(4)::after { background: #35c96f; }

    .bc-why h2 {
      margin: 0 0 16px;
      font-size: clamp(26px, 3vw, 40px);
      font-weight: 950;
      font-family: "yekan";
    }

    .bc-why p {
      margin: 0 0 24px;
      color: #566176;
      font-size: 17px;
      font-weight: 600;
      font-family: "yekan";
    }

    .bc-tags {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      font-family: "yekan";
    }

    .bc-tag {
      background: #fff;
      border: 1px solid #e0e9fa;
      box-shadow: 0 10px 22px rgba(44, 84, 140, .08);
      padding: 14px 18px;
      border-radius: 20px;
      font-weight: 900;
      display: flex;
      align-items: center;
      gap: 8px;
      color: #172033;
      font-family: "yekan";
    }

    .bc-info-section {
      padding: 60px 0 0;
    }

    .bc-info-box {
      background:
        radial-gradient(circle at 10% 18%, rgba(255,255,255,.25), transparent 20%),
        radial-gradient(circle at 88% 25%, rgba(255,255,255,.18), transparent 22%),
        linear-gradient(135deg, #1f63ff 0%, #6637ff 100%);
      border-radius: 36px 36px 0 0;
      padding: 48px 34px 48px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .bc-info-box h2 {
      text-align: center;
      margin: 0 0 34px;
      font-size: clamp(26px, 3vw, 40px);
      font-weight: 950;
      color: #ffffff;
      font-family: "yekan";
    }

    .bc-info-grid {
      display: grid;
      grid-template-columns: 1.1fr 1fr 1fr;
      gap: 24px;
      align-items: stretch;
    }

    .bc-date-card {
      min-height: 210px;
      border-radius: 30px;
      padding: 28px;
      background: rgba(255,255,255,.14);
      border: 1px solid rgba(255,255,255,.24);
      box-shadow: inset 0 0 30px rgba(255,255,255,.08), 0 18px 45px rgba(0,0,0,.14);
      display: flex;
      align-items: center;
      gap: 22px;
    }

    .bc-date-icon {
      width: 75px;
      height: 75px;
      padding: 12px;
      border-radius: 24px;
      background: linear-gradient(135deg, #0ed0a6, #126cff);
      display: grid;
      place-items: center;
      font-size: 30px;
      box-shadow: 0 16px 30px rgba(0,0,0,.2);
      flex: 0 0 auto;
    }

    .bc-date-card h3 {
      margin: 0;
      font-size: 24px;
      font-weight: 950;
      color: #ffe45c;
      font-family: "yekan";
    }

    .bc-date-card p {
      margin: 8px 0 0;
      font-weight: 800;
      color: #fff;
      font-size: 18px;
      font-family: "yekan";
    }

    .bc-location {
      background: #fff;
      color: #172033;
      border-radius: 28px;
      padding: 26px;
      box-shadow: 0 22px 45px rgba(0,0,0,.12);
    }

    .bc-location h3 {
      margin: 0 0 10px;
      font-size: 24px;
      font-weight: 950;
      display: flex;
      align-items: center;
      gap: 8px;
      color: #172033;
      font-family: "yekan";
    }

    .bc-location p {
      margin: 0 0 14px;
      color: #606c80;
      font-weight: 700;
      font-family: "yekan";
      line-height: 1.8;
    }

    .bc-phone {
      display: block;
      margin-top: 12px;
      font-weight: 950;
      color: #075cff;
      direction: ltr;
      text-align: right;
      text-decoration: none;
      font-family: "yekan";
    }

    .bc-cta {
      background: linear-gradient(135deg, #ffe33f, #ffb928);
      width: 100%;
      padding: 42px 48px;
      margin-top: 0;
      position: relative;
      z-index: 2;
      font-family: "yekan";
      border-radius: 36px 36px 0 0;
    }

    .bc-cta-inner {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      font-family: "yekan";
    }

    .bc-bag {
      width: 250px;
      height: 130px;
      position: relative;
      flex: 0 0 auto;
    }


    /* اگر تصویر کیف داشتید */
    .bc-bag img {
      width: 500px;
      height: 200px;
      object-fit: contain;
    }

    .bc-cta h2 {
      margin: 0 0 6px;
      font-size: clamp(24px, 3vw, 42px);
      font-weight: 950;
      color: #172033;
      font-family: "yekan";
    }

    .bc-cta p {
      margin: 0;
      font-family: "yekan";
      color: #394150;
      font-weight: 800;
    }

    .bc-mobile-menu {
      display: none;
      width: 46px;
      font-family: "yekan";
      height: 46px;
      border-radius: 14px;
      border: none;
      background: #eef5ff;
      color: #075cff;
      font-size: 24px;
      cursor: pointer;
    }

    @media (max-width: 980px) {
      .bc-mobile-menu { display: grid; place-items: center; }

      .bc-menu {
        display: none;
        font-family: "yekan";
        position: absolute;
        top: 74px;
        right: 0;
        left: 0;
        background: #fff;
        border: 1px solid #e9eefb;
        border-radius: 22px;
        box-shadow: 0 20px 45px rgba(31,72,140,.12);
        padding: 18px;
        flex-direction: column;
        align-items: stretch;
      }

      .bc-menu.is-open { display: flex; }
      .bc-navbar .bc-btn-blue { display: none; }

      .bc-hero-inner,
      .bc-why,
      .bc-info-grid { grid-template-columns: 1fr; }

      .bc-visual { order: -1; min-height: 410px; }
      .bc-kids { transform: scale(.85); }
      .bc-cards { grid-template-columns: 1fr; }
      .bc-features { grid-template-columns: repeat(2, 1fr); }
      .bc-info-grid { gap: 18px; }
    }

    @media (max-width: 640px) {
      .bc-navbar { top: 8px; padding: 10px 12px; }
      .bc-logo { font-size: 14px; }
      .bc-logo-icon { width: 40px; height: 40px; }
      .bc-hero { padding-top: 36px; }
      .bc-visual { min-height: 350px; }
      .bc-kids { transform: scale(.72); }
      .bc-hero-actions { flex-direction: column; }
      .bc-btn { width: 100%; }
      .bc-features { grid-template-columns: 1fr; }
      .bc-why { padding: 26px; border-radius: 32px; }
      .bc-info-box { padding: 34px 18px 52px; border-radius: 32px 32px 0 0; }
      .bc-date-card { flex-direction: column; align-items: flex-start; }
      .bc-cta-inner { flex-direction: column; text-align: center; }
      .bc-cta { padding: 36px 20px; border-radius: 28px 28px 0 0; }
    }
    @media (max-width: 640px) {
        .bc-hero h1 {
      margin: 0;
      font-size: clamp(38px, 5vw, 72px);
      line-height: 1.15;
      letter-spacing: -1px;
      font-weight: 950;
      color: #101827;
      font-size: 32px;
    line-height: normal;
    font-family: "yekan";
    }/* End custom CSS */