.elementor-6023 .elementor-element.elementor-element-5f616e2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6862d4e */.nx-instructor-page {
  width: 100%;
  background:
    radial-gradient(circle at top right, rgba(0, 188, 235, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(0, 122, 204, 0.12), transparent 30%),
    #050f1c;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.nx-instructor-page * {
  box-sizing: border-box;
}

.nx-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 20px;
}

.nx-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
  padding: 48px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(0, 188, 235, 0.16), rgba(255, 255, 255, 0.02)),
    #081a30;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.nx-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(0, 188, 235, 0.14);
  color: #6ee7ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.nx-hero h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(38px, 6vw, 70px);
  line-height: 0.96;
  letter-spacing: -2px;
}

.nx-hero p {
  max-width: 720px;
  margin: 0;
  color: #eef8ff;
  font-size: 19px;
  line-height: 1.7;
}

.nx-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.nx-hero-points span {
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.nx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  transition: 0.25s ease;
}

.nx-btn-primary {
  background: #00bceb;
  color: #03111f;
}

.nx-btn-primary:hover,
.nx-btn-light:hover {
  transform: translateY(-2px);
}

.nx-btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.nx-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nx-btn-light {
  background: #ffffff;
  color: #06111f;
}

.nx-hero-panel {
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 188, 235, 0.25), transparent 38%),
    #102b4b;
  border: 1px solid rgba(0, 188, 235, 0.26);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.nx-panel-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #00bceb;
  color: #03111f;
  font-size: 12px;
  font-weight: 900;
}

.nx-hero-panel h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.1;
}

.nx-hero-panel p {
  color: #eef8ff;
  font-size: 16px;
  line-height: 1.7;
}

.nx-voucher-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.nx-voucher-list span {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 800;
}

.nx-section {
  margin-top: 82px;
}

.nx-section-head {
  max-width: 820px;
  margin-bottom: 30px;
}

.nx-section-head h2,
.nx-voucher-copy h2,
.nx-final-cta h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.nx-section-head p,
.nx-voucher-copy p,
.nx-final-cta p {
  margin: 0;
  color: #eef8ff;
  font-size: 17px;
  line-height: 1.75;
}

.nx-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nx-benefit-card,
.nx-process-item,
.nx-course-card,
.nx-requirements div,
.nx-faq details,
.nx-voucher-box {
  border-radius: 24px;
  background: #102845;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.nx-benefit-card {
  padding: 26px;
}

.nx-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(0, 188, 235, 0.13);
  font-size: 24px;
}

.nx-benefit-card h3,
.nx-process-item h3,
.nx-course-card h3,
.nx-requirements h3,
.nx-voucher-box h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
}

.nx-benefit-card p,
.nx-process-item p,
.nx-course-card p,
.nx-requirements p,
.nx-faq p,
.nx-voucher-box li {
  margin: 0;
  color: #eef8ff;
  font-size: 15.5px;
  line-height: 1.65;
}

.nx-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.nx-process-item {
  padding: 24px;
  position: relative;
}

.nx-process-item span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(0, 188, 235, 0.15);
  color: #6ee7ff;
  font-weight: 900;
}

.nx-accreditations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nx-course-card {
  min-height: 190px;
  padding: 25px;
  position: relative;
}

.nx-level,
.nx-discount {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.nx-level {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

.nx-discount {
  background: #00bceb;
  color: #03111f;
}

.nx-highlight {
  background:
    linear-gradient(135deg, rgba(0, 188, 235, 0.20), rgba(16, 40, 69, 1));
  border: 1px solid rgba(0, 188, 235, 0.42);
}

.nx-voucher-section {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at right, rgba(0, 188, 235, 0.18), transparent 35%),
    #081a30;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.nx-voucher-box {
  padding: 28px;
  background: #103053;
}

.nx-voucher-box ul {
  margin: 0;
  padding-left: 20px;
  line-height: 2;
}

.nx-requirements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nx-requirements div {
  padding: 26px;
}

.nx-faq {
  display: grid;
  gap: 14px;
}

.nx-faq details {
  padding: 22px 24px;
}

.nx-faq summary {
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.nx-faq p {
  margin-top: 14px;
}

.nx-final-cta {
  margin-top: 82px;
  padding: 60px 30px;
  text-align: center;
  border-radius: 32px;
  background: linear-gradient(135deg, #00bceb, #0078bf);
}

.nx-final-cta p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #ffffff;
}

@media (max-width: 1050px) {
  .nx-hero,
  .nx-voucher-section {
    grid-template-columns: 1fr;
  }

  .nx-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nx-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .nx-accreditations-grid,
  .nx-requirements {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .nx-container {
    padding: 42px 16px;
  }

  .nx-hero {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .nx-hero h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .nx-hero p {
    font-size: 16px;
  }

  .nx-hero-actions {
    flex-direction: column;
  }

  .nx-btn {
    width: 100%;
  }

  .nx-benefits-grid,
  .nx-process,
  .nx-accreditations-grid,
  .nx-requirements {
    grid-template-columns: 1fr;
  }

  .nx-section {
    margin-top: 58px;
  }

  .nx-voucher-section {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .nx-final-cta {
    padding: 42px 20px;
    border-radius: 24px;
  }
}

.nx-calendar-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.nx-calendar-card{
    display:flex;
    gap:20px;
    align-items:center;
    padding:24px;
    border-radius:24px;
    background:#102845;
    border:1px solid rgba(255,255,255,.10);
}

.nx-calendar-date{
    min-width:90px;
    text-align:center;
    padding:14px;
    border-radius:18px;
    background:rgba(0,188,235,.12);
}

.nx-calendar-date span{
    display:block;
    color:#ffffff;
    font-size:38px;
    font-weight:900;
    line-height:1;
}

.nx-calendar-date small{
    color:#6ee7ff;
    font-size:14px;
    font-weight:700;
}

.nx-calendar-content h3{
    color:#ffffff;
    margin:0 0 8px;
    font-size:24px;
}

.nx-calendar-content p{
    color:#eef8ff;
    margin:0;
    line-height:1.6;
}

.nx-calendar-featured{
    border:1px solid rgba(0,188,235,.40);
    background:
    linear-gradient(
        135deg,
        rgba(0,188,235,.18),
        #102845
    );
}

.nx-calendar-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
}

.nx-calendar-tags span{
    padding:7px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    color:#ffffff;
    font-size:12px;
    font-weight:800;
}

.nx-calendar-selfpaced{
    position:relative;
}

.nx-calendar-badge{
    position:absolute;
    top:18px;
    right:18px;
    background:#00bceb;
    color:#03111f;
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
}

@media(max-width:768px){

    .nx-calendar-grid{
        grid-template-columns:1fr;
    }

    .nx-calendar-card{
        flex-direction:column;
        text-align:center;
    }

    .nx-calendar-date{
        width:100%;
        max-width:120px;
    }
}/* End custom CSS */