.elementor-5816 .elementor-element.elementor-element-7dd129d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-434dc2b */.nx-calendar-v3 {
  background: #f3f6fb;
  padding: 70px 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0f172a;
}

.nx-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.nx-hero-v3 {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  padding: 56px 40px;
  margin-bottom: 46px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.nx-hero-v3 span {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

.nx-hero-v3 h1 {
  color: #0f172a;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  margin: 0 0 16px;
  font-weight: 900;
}

.nx-hero-v3 p {
  color: #64748b;
  font-size: 18px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0;
}

.nx-partner-block {
  margin-bottom: 40px;
}

.nx-partner-head {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #0f172a;
  border-radius: 26px 26px 0 0;
  padding: 24px;
}

.nx-partner-logo {
  width: 190px;
  height: 88px;
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nx-partner-logo img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.nx-partner-head h2 {
  color: #ffffff;
  font-size: clamp(26px, 4vw, 38px);
  margin: 0 0 6px;
  line-height: 1.1;
  font-weight: 900;
}

.nx-partner-head p {
  color: #cbd5e1;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.nx-course-grid {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 0;
  border-radius: 0 0 26px 26px;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nx-course-card {
  background: #ffffff;
  border: 1px solid #e5eaf1;
  border-radius: 24px;
  padding: 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  transition: 0.25s ease;
}

.nx-course-card:hover {
  transform: translateY(-4px);
  border-color: #7dd3fc;
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.14);
}

.nx-badge-box {
  width: 96px;
  height: 96px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.nx-badge-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nx-date {
  display: inline-flex;
  width: fit-content;
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #bae6fd;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

.nx-course-card h3 {
  color: #0f172a;
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 10px;
  font-weight: 900;
}

.nx-course-card p {
  color: #64748b;
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.nx-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.nx-benefits span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  background: #eef6ff;
  border: 1px solid #bfdbfe;
  color: #075985;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(14, 165, 233, 0.10);
}

.nx-benefits span::before {
  content: "✓";
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background: #22c55e;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

.nx-btn {
  margin-top: auto;
  display: block;
  width: 100%;
  text-align: center;
  background: #0ea5e9;
  color: #ffffff !important;
  text-decoration: none;
  padding: 15px 16px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 900;
  transition: 0.25s ease;
}

.nx-btn:hover {
  background: #0284c7;
  color: #ffffff !important;
}

.nx-empty-card {
  grid-column: 1 / -1;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 22px;
  padding: 34px 24px;
  text-align: center;
}

.nx-empty-card h3 {
  color: #0f172a;
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 900;
}

.nx-empty-card p {
  color: #64748b;
  margin: 0;
  font-size: 15.5px;
}

.nx-cta {
  margin-top: 58px;
  background: linear-gradient(135deg, #0ea5e9, #0369a1);
  color: #ffffff;
  border-radius: 30px;
  padding: 50px 28px;
  text-align: center;
}

.nx-cta h2 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 44px);
  margin: 0 0 12px;
  line-height: 1.1;
  font-weight: 900;
}

.nx-cta p {
  color: #e0f2fe;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.nx-cta a {
  display: inline-block;
  background: #ffffff;
  color: #0369a1 !important;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 15px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .nx-course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nx-calendar-v3 {
    padding: 42px 14px;
  }

  .nx-hero-v3 {
    padding: 36px 22px;
    border-radius: 24px;
    margin-bottom: 36px;
  }

  .nx-partner-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .nx-partner-logo {
    width: 175px;
    height: 78px;
  }

  .nx-course-grid {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 18px;
  }

  .nx-course-card {
    padding: 20px;
  }

  .nx-badge-box {
    width: 82px;
    height: 82px;
  }

  .nx-course-card h3 {
    font-size: 23px;
  }

  .nx-btn,
  .nx-cta a {
    width: 100%;
  }

  .nx-cta {
    padding: 40px 22px;
    border-radius: 24px;
  }
}/* End custom CSS */