@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
  /* body font */
  --body-font: "Jost", Helvetica, Arial, sans-serif;
  --body-font-size: 18px;
  --body-font-color: #606060;
  --body-font-color-bg-dark: rgba(255, 255, 255, .75);
  --body-font-weight: 400;
  /* heading font */
  --heading-font: "Jost", Helvetica, Arial, sans-serif;  
  --heading-font-weight: 400;
  --heading-font-color: #181D24;
  --heading-font-color-bg-dark: #ffffff;
  --heading-text-transform: none;
  /* h1 */
  --h1-font-size: 60px;
  --h1-font-weight: var(--heading-font-weight);
  --h1-letter-spacing: -0.02em;
  --h1-line-height: 1.15em;
  --h1-margin-bottom: 20px;
  /* h2 */
  --h2-font: var(--heading-font);
  --h2-font-size: 52px;
  --h2-font-weight: var(--heading-font-weight);
  --h2-letter-spacing: -0.02em;
  --h2-line-height: 1.2em;
  --h2-margin-bottom: 25px;
  /* h3 */
  --h3-font-size: 26px;
  --h3-font-weight: 500;
  --h3-letter-spacing: 0;
  --h3-line-height: 1.5em;
  --h3-margin-bottom: 10px;
  /* h4 */
  --h4-font-size: 20px;
  --h4-font-weight: 500;
  --h4-letter-spacing: 0;
  --h4-line-height: 1.6em;
  --h4-margin-bottom: 10px;
  /* h5 */
  --h5-font-size: 18px;
  --h5-font-weight: 500;
  --h5-letter-spacing: 0;
  --h5-line-height: 1.6em;
  --h5-margin-bottom: 10px;
  /* h6 */
  --h6-font-size: 16px;
  --h6-font-weight: 500;
  --h6-letter-spacing: 0;
  --h6-line-height: 1.6em;
  --h6-margin-bottom: 10px;
  /* mainmenu */
  --mainmenu-font: var(--body-font);
  --mainmenu-font-size: 16px;
  --mainmenu-font-weight: 500;
  --mainmenu-letter-spacing: 0;
  --mainmenu-text-transform: none;
  /* subheader */
  --subheader-title-font-size: 60px;
  --subheader-title-text-transform: none;
  /* header logo */
  --logo-width: 240px;
  --logo-footer-width: 150px;
  /* misc */
  --border-default: solid 1px rgba(30, 30, 30, 1);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-light: #F8F9FA;
  --bg-dark-1: #101010;
  --bg-dark-2: #202020;
  --bg-dark-3: #303030;  
  --bg-dark-1-rgb: 16, 16, 16;
  --bg-grey: #eeeeee;
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--secondary-color-rgb), .2) 100%;
  --swiper-theme-color: var(--secondary-color);
  --rounded-1: 16px;
  --border-color:#bbbbbb;
  --container-max-width:1240px;
  /* button */
  --btn-color: #fff;
  --btn-hover-bg: var(--primary-color);
  --btn-font-family: var(--body-font);
  --btn-font-size: 15px;
  --btn-font-weight: 500;
  --btn-letter-spacing: 0;
  --btn-padding: 6px 30px 6px 30px;
  --btn-rounded: 30px;
  --btn-text-decoration: none;
  --btn-text-transform: uppercase;
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.schedule-gallery-section {
  padding: 80px 0;
  overflow: hidden;
}

.schedule-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.schedule-label {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.7;
}

.schedule-heading h2 {
  margin-bottom: 12px;
}

.schedule-heading p {
  margin: 0;
  opacity: 0.82;
}

.schedule-swiper {
  overflow: hidden;
  padding-bottom: 56px;
}

.schedule-swiper .swiper-wrapper {
  align-items: center;
}

.schedule-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 1;
  transform: none;
}

.schedule-card {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 24px;
  background: #f5f5f3;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.schedule-image-wrap {
  height: min(78vh, 820px);
  min-height: 420px;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.schedule-image-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.schedule-fullscreen-btn {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, background 0.25s ease;
}

.schedule-fullscreen-btn:hover {
  transform: scale(1.06);
  background: #ffffff;
}

.schedule-prev,
.schedule-next {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  background: #ffffff;
  color: #111;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.schedule-prev::after,
.schedule-next::after {
  font-size: 16px !important;
  font-weight: 700;
}

.schedule-pagination {
  bottom: 0 !important;
}

.schedule-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #111;
  opacity: 0.3;
}

.schedule-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.schedule-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 10, 10, 0.92);
}

.schedule-lightbox.active {
  display: flex;
}

.schedule-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: 94vw;
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}

.schedule-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 100001;
}

.schedule-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100001;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transition: background 0.2s ease, transform 0.2s ease;
}

.schedule-lightbox-nav:hover {
  background: #ffffff;
}

.schedule-lightbox-prev {
  left: 18px;
}

.schedule-lightbox-next {
  right: 18px;
}

@media (max-width: 767px) {
  .schedule-gallery-section {
    padding: 56px 0;
  }

  .schedule-image-wrap {
    height: 70vh;
    min-height: 360px;
  }

  .schedule-prev,
  .schedule-next {
    display: none !important;
  }

  .schedule-fullscreen-btn {
    top: 22px;
    right: 22px;
  }

  .schedule-lightbox {
    padding: 16px;
  }

  .schedule-lightbox img {
    max-width: 92vw;
    max-height: 82vh;
  }

  .schedule-lightbox-nav {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .schedule-lightbox-prev {
    left: 10px;
  }

  .schedule-lightbox-next {
    right: 10px;
  }

  .schedule-lightbox-close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    font-size: 26px;
  }
}
/* Force white/transparent backgrounds for the schedule gallery only */
.schedule-gallery-section,
.schedule-gallery-section .container,
.schedule-swiper,
.schedule-swiper .swiper-wrapper,
.schedule-swiper .swiper-slide,
.schedule-swiper .swiper-slide::before,
.schedule-swiper .swiper-slide::after,
.schedule-swiper .schedule-card,
.schedule-swiper .schedule-image-wrap,
.schedule-swiper .schedule-image-wrap img {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
}

/* Put back the only backgrounds we actually want */
.schedule-swiper .schedule-card {
  background: #f5f5f3 !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08) !important;
}

.schedule-swiper .schedule-image-wrap {
  background: #ffffff !important;
}

.schedule-swiper .schedule-image-wrap img {
  background: #ffffff !important;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

/* Prevent slide overlays from theme styles */
.schedule-swiper .swiper-slide *::before,
.schedule-swiper .swiper-slide *::after {
  background: transparent !important;
}

/* If theme gives generic dark backgrounds to swiper */
.schedule-swiper,
.schedule-swiper .swiper-wrapper,
.schedule-swiper .swiper-slide {
  border: 0 !important;
}