.elementor-16 .elementor-element.elementor-element-da94a27{--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;}/* Start custom CSS for html, class: .elementor-element-9035212 *//* =========================
   CALENDAR SECTION
========================= */
.mpw-calendar-section {
  padding: 95px 20px;
  background:
    radial-gradient(circle at 8% 10%, rgba(201, 186, 247, 0.10) 0%, rgba(201, 186, 247, 0) 30%),
    radial-gradient(circle at 92% 85%, rgba(244, 220, 175, 0.12) 0%, rgba(244, 220, 175, 0) 28%),
    linear-gradient(180deg, #fbfaf7 0%, #f8f6ef 100%);
  font-family: 'Nunito', sans-serif;
}

.mpw-calendar-container {
  max-width: 1180px;
  margin: 0 auto;
}

.mpw-calendar-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.mpw-calendar-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #efe6ff;
  color: #7448f5;
  border-radius: 999px;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.mpw-calendar-heading h2 {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #101b3b;
}

.mpw-calendar-line {
  width: 58px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7d43f7, #8f66ff);
  margin: 20px auto 22px;
}

.mpw-calendar-heading p {
  margin: 0;
  color: #687997;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

/* =========================
   CARD
========================= */
.mpw-calendar-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 34, 61, 0.06);
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(44, 36, 78, 0.08);
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.mpw-calendar-table-wrap {
  width: 100%;
  overflow-x: auto;
}

/* =========================
   TABLE
========================= */
.mpw-calendar-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 760px;
}

.mpw-calendar-table thead th {
  background: linear-gradient(135deg, #7b43f7 0%, #6d42eb 100%);
  color: #ffffff;
  text-align: left;
  padding: 20px 26px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.mpw-calendar-table thead th:first-child {
  width: 34%;
}

.mpw-calendar-table thead th:last-child {
  width: 66%;
}

.mpw-calendar-table tbody tr {
  transition: background 0.25s ease, transform 0.25s ease;
}

.mpw-calendar-table tbody tr:nth-child(odd) {
  background: rgba(246, 242, 251, 0.62);
}

.mpw-calendar-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.88);
}

.mpw-calendar-table tbody tr:hover {
  background: #f3edff;
}

.mpw-calendar-table tbody td {
  padding: 18px 26px;
  border-bottom: 1px solid rgba(22, 32, 58, 0.06);
  vertical-align: top;
  color: #1b2743;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.mpw-calendar-table tbody tr:last-child td {
  border-bottom: none;
}

.mpw-calendar-table tbody td:first-child {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #16213d;
  white-space: nowrap;
}

.mpw-calendar-table tbody td strong {
  color: #6f42ef;
  font-weight: 800;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
  .mpw-calendar-section {
    padding: 70px 16px;
  }

  .mpw-calendar-heading {
    margin-bottom: 28px;
  }

  .mpw-calendar-heading h2 {
    font-size: 36px;
  }

  .mpw-calendar-heading p {
    font-size: 16px;
  }

  .mpw-calendar-card {
    border-radius: 22px;
  }

  .mpw-calendar-table thead th {
    padding: 16px 18px;
    font-size: 16px;
  }

  .mpw-calendar-table tbody td {
    padding: 15px 18px;
    font-size: 15px;
    line-height: 1.6;
  }
}/* End custom CSS */