.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-full {
  opacity: 1;
}

/* FONTS */
.float-right {
  text-align: right;
  float: right;
}

.schedule-header {
  padding: 8px;
  font-family: "Fira Sans";
  background-color: #1C90B6;
  color: #ffffff;
}

.schedule-body {
  padding: 8px;
  font-family: "Fira Sans";
  background-color: #ffffff;
  border: 1px solid;
  font-size: 0.875rem !important;
}

.schedule-price {
  padding: 8px 12px;
  background-color: #E0F1F0;
  border: 1px solid #65BBB5;
  border-top: none;
  font-family: "Fira Sans";
  font-size: 0.875rem;
}
.schedule-price p {
  margin-bottom: 0;
}
.schedule-price p.special-price {
  font-family: "DejaWeb";
  font-size: 0.8rem;
}
.schedule-price .schedule-hosted-by {
  font-size: 0.8rem;
  color: #555555;
}

.schedule-other-header {
  padding: 12px;
  font-family: "Fira Sans";
  font-weight: bold;
}

.schedule-other-body {
  padding: 12px;
  font-family: "DejaWeb";
}

.schedule-other-card {
  color: #444444;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  background-color: inherit;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule-other-card.yellow-bg {
  background-color: #FDFAEE;
}
.schedule-other-card.purple-bg {
  background-color: #F2F2F8;
}
.schedule-other-card.blue-bg {
  background-color: #ECF6F6;
}

.schedule-other-body {
  padding: 12px;
  font-family: "DejaWeb";
}

.schedule-other-header {
  padding: 12px;
  font-family: "Fira Sans";
  font-weight: bold;
}

.schedule-other-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* or center */
  gap: 1rem;
}

.main-heading.left-nav-offset h3 {
  font-family: "Fira Sans" !important;
  color: #454545 !important;
}
@media (max-width: 768px) {
  .main-heading.left-nav-offset h3 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
}
.main-heading.left-nav-offset p {
  font-family: "DejaWeb" !important;
  color: #707070 !important;
}
@media (max-width: 768px) {
  .main-heading.left-nav-offset p {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }
}

.top-cards h5 {
  font-family: "Fira Sans" !important;
  color: #454545 !important;
}
.top-cards p {
  font-family: "Fira Sans" !important;
  font-size: 1rem !important;
  color: #707070 !important;
}

.wi-header {
  font-family: "Fira Sans" !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  color: #444 !important;
}

.highlights-img {
  padding: 10px;
}
.highlights-img img {
  width: 100px !important;
}

.highlights-body {
  padding: 10px;
}

.pc-box {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.pc-num {
  background: #1C90B6;
  color: #ffffff;
  font-family: "BookMania";
  font-size: 2.5rem;
  font-weight: 700;
  vertical-align: middle;
}

.pc-desc-header {
  padding-top: 5px;
}

.find-program-body {
  background: #1C90B6;
}
.find-program-body .inner {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  padding: 30px;
}

.carousel-control-next,
.carousel-control-prev {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.carousel-indicators {
  -webkit-filter: invert(50%);
          filter: invert(50%);
}

.testimonial-bg {
  background-color: #FFF5E8;
}

.testimonialHeading {
  font-family: "Fira Sans";
  color: #454545;
  font-weight: bolder;
}

.schedule-tag {
  padding: 2px 12px 2px 12px;
  display: inline;
  position: static;
}

.schedule-tag-esl {
  background-color: #1C90B6;
}

/* Inquiry Flyout */
.inquiry-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
}
.inquiry-backdrop.open {
  display: block;
}

.inquiry-flyout {
  position: fixed;
  top: 0;
  right: -520px;
  width: 500px;
  height: 100%;
  background: #ffffff;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: -4px 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: -4px 0 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.inquiry-flyout.open {
  right: 0;
}
@media (max-width: 540px) {
  .inquiry-flyout {
    width: 100%;
    right: -100%;
  }
}

.inquiry-flyout-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  background-color: #1C90B6;
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 1.1rem;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.inquiry-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.inquiry-close:hover {
  opacity: 0.8;
}

.inquiry-iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: none;
}

body.flyout-open {
  overflow: hidden;
}

/* Calendar Scroll Styles */
.calendar-scroll-container {
  width: 100%;
  max-width: 580px; /* Reduced width (approx 4 cards) */
  margin-bottom: 1rem;
  position: relative;
  padding: 0 30px; /* Space for arrow buttons */
}
.calendar-scroll-container .cal-scroll-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 20;
  color: #888;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar-scroll-container .cal-scroll-btn:hover {
  color: #1C90B6;
  background: transparent;
}
.calendar-scroll-container .cal-scroll-btn.cal-prev {
  left: -5px;
}
.calendar-scroll-container .cal-scroll-btn.cal-next {
  right: -5px;
}
.calendar-scroll-container .cal-scroll-btn i {
  font-size: 1.5rem; /* Elegant size */
  font-weight: 300; /* Thinner look if font supports */
}
.calendar-scroll-container .calendar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
  /* Hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.calendar-scroll-container .calendar-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Webkit */
}
.calendar-scroll-container .calendar-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.calendar-scroll-container .calendar-wrapper .calendar-item {
  scroll-snap-align: start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 90px; /* Reduced width */
  margin-right: 18px;
  background: #ffffff;
  border-radius: 7px;
  /* Stacked paper effect */
  -webkit-box-shadow: 0 1px 0 #ddd, 0 3px 0 #fff, 0 4px 0 #ddd, 0 8px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 #ddd, 0 3px 0 #fff, 0 4px 0 #ddd, 0 8px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #e0e0e0;
  position: relative;
  margin-top: 10px; /* Space for spiral */
}
.calendar-scroll-container .calendar-wrapper .calendar-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 1px 0 #ddd, 0 3px 0 #fff, 0 4px 0 #ddd, 0 15px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 0 #ddd, 0 3px 0 #fff, 0 4px 0 #ddd, 0 15px 25px rgba(0, 0, 0, 0.15);
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-header {
  background-color: #E31837; /* Hanen Red */
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem; /* Reduced font size */
  padding: 7px 0;
  letter-spacing: 1px;
  border-radius: 6px 6px 0 0;
  position: relative;
  /* Two Silver Rings Effect */
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-header::before, .calendar-scroll-container .calendar-wrapper .calendar-item .cal-header::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 6px;
  height: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(#f0f0f0), to(#aaa));
  background: linear-gradient(to right, #ccc, #f0f0f0, #aaa);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-header::before {
  left: 20%;
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-header::after {
  right: 20%;
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-body {
  padding: 12px 8px; /* Reduced padding */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  border-radius: 0 0 6px 6px;
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-body .cal-day {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem; /* Reduced font size */
  font-weight: 800;
  color: #454545;
  line-height: 1.1;
  text-align: center;
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-body .cal-year {
  font-family: "DejaWeb", sans-serif;
  font-size: 0.7rem; /* Reduced font size */
  color: rgb(137.5, 137.5, 137.5);
  margin-top: 3px;
  font-weight: 500;
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-body .cal-price {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1C90B6;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}
.calendar-scroll-container .calendar-wrapper .calendar-item .cal-body .cal-price .cal-price-strike {
  text-decoration: line-through;
  color: #999;
  font-size: 0.65rem;
  font-weight: normal;
}
.calendar-scroll-container .calendar-wrapper .calendar-item {
  /* Full Status Styling */
}
.calendar-scroll-container .calendar-wrapper .calendar-item.cal-item-full .cal-content {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.calendar-scroll-container .calendar-wrapper .calendar-item.cal-item-full .cal-full-overlay {
  position: absolute;
  bottom: 15px; /* Moved up a little bit */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #E31837;
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
  background: transparent;
  z-index: 10;
  pointer-events: none;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}