.elementor-117 .elementor-element.elementor-element-a163224{--display:flex;}.elementor-117 .elementor-element.elementor-element-d16a298{--display:flex;}.elementor-117 .elementor-element.elementor-element-bfc1a39{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a4178bb *//* =====================================================
   BOOKING PAGE – HERO + INFO
   Font: Poppins | Cyan #20cfff / Magenta #ff2aa6
   ===================================================== */

/* -----------------------------------------------------
   HERO
   ----------------------------------------------------- */

.booking-hero {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: center;
  gap: 48px;
  max-width: 1282px;
  margin: 0 auto;
  padding: 72px 32px 80px;
  color: #ffffff;
}

.booking-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.booking-hero__orb--cyan {
  width: 520px;
  height: 520px;
  top: -160px;
  left: -100px;
  background: radial-gradient
}

.booking-hero__orb--magenta {
  width: 420px;
  height: 420px;
  bottom: -120px;
  right: 60px;
  background: radial-gradient(circle, rgba(255, 42, 166, .10), transparent 70%);
}

.booking-hero__inner {
  position: relative;
  z-index: 1;
}

/* Kicker */
.booking-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
}

.booking-hero__kicker-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20cfff, #ff2aa6);
  box-shadow: 0 0 8px rgba(32, 207, 255, .6);
  animation: booking-pulse 2s ease-in-out infinite;
}

@keyframes booking-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.85); }
}

/* Headlines */
.booking-hero__h1 {
  margin: 0 0 12px;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.8px;
  color: #ffffff;
}

.booking-hero__h1 span {
  background: linear-gradient(90deg, #20cfff 0%, #ff2aa6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.booking-hero__h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  opacity: .78;
  letter-spacing: -.2px;
}

.booking-hero__text {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.8;
  opacity: .82;
  max-width: 58ch;
}

.booking-hero__text strong {
  color: #20cfff;
  font-weight: 700;
}

/* Badges */
.booking-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.booking-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
}

.booking-hero__badge-icon {
  color: #20cfff;
  font-weight: 900;
}

/* Arrow */
.booking-hero__arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  opacity: .6;
  letter-spacing: .2px;
}

.booking-hero__arrow-icon {
  width: 18px;
  height: 18px;
  color: #20cfff;
  animation: booking-bounce 1.8s ease-in-out infinite;
}

@keyframes booking-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(5px); }
}

/* -----------------------------------------------------
   HERO RIGHT – STAT GRID
   ----------------------------------------------------- */

.booking-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-hero__stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.booking-hero__stat {
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .10);
  backdrop-filter: blur(12px);
}

.booking-hero__stat--cyan {
  background: linear-gradient(135deg, rgba(32, 207, 255, .10), rgba(32, 207, 255, .04));
  border-color: rgba(32, 207, 255, .18);
}

.booking-hero__stat--magenta {
  background: linear-gradient(135deg, rgba(255, 42, 166, .10), rgba(255, 42, 166, .04));
  border-color: rgba(255, 42, 166, .18);
}

.booking-hero__stat-number {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}

.booking-hero__stat--cyan .booking-hero__stat-number  { color: #20cfff; }
.booking-hero__stat--magenta .booking-hero__stat-number { color: #ff2aa6; }

.booking-hero__stat-unit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 2px;
}

.booking-hero__stat-label {
  font-size: 12px;
  font-weight: 600;
  opacity: .65;
  line-height: 1.4;
}

.booking-hero__stat-wide {
  grid-column: 1 / -1;
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .10);
  backdrop-filter: blur(12px);
}

.booking-hero__stat-wide-icon {
  font-size: 24px;
  flex: 0 0 auto;
}

.booking-hero__stat-wide-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.booking-hero__stat-wide-text strong {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
}

.booking-hero__stat-wide-text span {
  font-size: 12px;
  opacity: .6;
}

/* -----------------------------------------------------
   INFO SECTION
   ----------------------------------------------------- */

.booking-info {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  max-width: 1282px;
  margin: 0 auto;
  padding: 0 32px 56px;
  color: #ffffff;
}

/* Tip Banner */
.booking-info__tip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: rgba(32, 207, 255, .06);
  border: 1px solid rgba(32, 207, 255, .20);
  font-size: 14px;
  line-height: 1.65;
  opacity: .95;
}

.booking-info__tip-icon {
  font-size: 20px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.booking-info__tip strong {
  color: #20cfff;
}

/* Cards Grid */
.booking-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

.booking-info__card {
  border-radius: 20px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, .09);
  display: flex;
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(10px);
  transition: transform .25s ease;
}

.booking-info__card:hover {
  transform: translateY(-3px);
}

.booking-info__card--cyan {
  background: linear-gradient(145deg, rgba(32, 207, 255, .09), rgba(0, 0, 0, .20));
  border-color: rgba(32, 207, 255, .15);
}

.booking-info__card--magenta {
  background: linear-gradient(145deg, rgba(255, 42, 166, .09), rgba(0, 0, 0, .20));
  border-color: rgba(255, 42, 166, .15);
}

.booking-info__card--neutral {
  background: linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(0, 0, 0, .20));
}

.booking-info__card-icon {
  font-size: 22px;
  line-height: 1;
}

.booking-info__card-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.1px;
  color: #ffffff;
}

.booking-info__card--cyan .booking-info__card-title  { color: #20cfff; }
.booking-info__card--magenta .booking-info__card-title { color: #ff2aa6; }

.booking-info__card-text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  opacity: .80;
}

.booking-info__card-text strong {
  color: #ffffff;
  opacity: 1;
  font-weight: 700;
}

/* Closing Note */
.booking-info__closing {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  opacity: .58;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.booking-info__closing strong {
  color: #ffffff;
  opacity: 1;
}

/* -----------------------------------------------------
   IFRAME WRAPPER
   ----------------------------------------------------- */

.booking-iframe-wrap {
  max-width: 1282px;
  margin: 0 auto;
  padding: 0 32px 64px;
  border-radius: 24px;
  overflow: hidden;
}

/* -----------------------------------------------------
   RESPONSIVE
   ----------------------------------------------------- */

@media (max-width: 1024px) {
  .booking-hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 56px 24px 48px;
    gap: 40px;
  }

  .booking-hero__kicker,
  .booking-hero__badges,
  .booking-hero__arrow {
    justify-content: center;
  }

  .booking-hero__text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .booking-hero__stat-grid {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .booking-info__grid {
    grid-template-columns: 1fr;
  }

  .booking-info {
    padding: 0 16px 48px;
  }
}

@media (max-width: 560px) {
  .booking-hero__h1 { font-size: 34px; }
  .booking-hero__h2 { font-size: 16px; }

  .booking-hero__stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-iframe-wrap {
    padding: 0 16px 48px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b0115c *//* =====================================================
   BOOKING PAGE – HERO + INFO
   Font: Poppins | Cyan #20cfff / Magenta #ff2aa6
   ===================================================== */

/* -----------------------------------------------------
   HERO
   ----------------------------------------------------- */

.booking-hero {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: center;
  gap: 48px;
  max-width: 1282px;
  margin: 0 auto;
  padding: 72px 32px 80px;
  color: #ffffff;
}

.booking-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.booking-hero__orb--cyan {
  width: 520px;
  height: 520px;
  top: -160px;
  left: -100px;
  background: radial-gradient
}

.booking-hero__orb--magenta {
  width: 420px;
  height: 420px;
  bottom: -120px;
  right: 60px;
  background: radial-gradient(circle, rgba(255, 42, 166, .10), transparent 70%);
}

.booking-hero__inner {
  position: relative;
  z-index: 1;
}

/* Kicker */
.booking-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
}

.booking-hero__kicker-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20cfff, #ff2aa6);
  box-shadow: 0 0 8px rgba(32, 207, 255, .6);
  animation: booking-pulse 2s ease-in-out infinite;
}

@keyframes booking-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.85); }
}

/* Headlines */
.booking-hero__h1 {
  margin: 0 0 12px;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.8px;
  color: #ffffff;
}

.booking-hero__h1 span {
  background: linear-gradient(90deg, #20cfff 0%, #ff2aa6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.booking-hero__h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  opacity: .78;
  letter-spacing: -.2px;
}

.booking-hero__text {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.8;
  opacity: .82;
  max-width: 58ch;
}

.booking-hero__text strong {
  color: #20cfff;
  font-weight: 700;
}

/* Badges */
.booking-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.booking-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
}

.booking-hero__badge-icon {
  color: #20cfff;
  font-weight: 900;
}

/* Arrow */
.booking-hero__arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  opacity: .6;
  letter-spacing: .2px;
}

.booking-hero__arrow-icon {
  width: 18px;
  height: 18px;
  color: #20cfff;
  animation: booking-bounce 1.8s ease-in-out infinite;
}

@keyframes booking-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(5px); }
}

/* -----------------------------------------------------
   HERO RIGHT – STAT GRID
   ----------------------------------------------------- */

.booking-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-hero__stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.booking-hero__stat {
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .10);
  backdrop-filter: blur(12px);
}

.booking-hero__stat--cyan {
  background: linear-gradient(135deg, rgba(32, 207, 255, .10), rgba(32, 207, 255, .04));
  border-color: rgba(32, 207, 255, .18);
}

.booking-hero__stat--magenta {
  background: linear-gradient(135deg, rgba(255, 42, 166, .10), rgba(255, 42, 166, .04));
  border-color: rgba(255, 42, 166, .18);
}

.booking-hero__stat-number {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}

.booking-hero__stat--cyan .booking-hero__stat-number  { color: #20cfff; }
.booking-hero__stat--magenta .booking-hero__stat-number { color: #ff2aa6; }

.booking-hero__stat-unit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 2px;
}

.booking-hero__stat-label {
  font-size: 12px;
  font-weight: 600;
  opacity: .65;
  line-height: 1.4;
}

.booking-hero__stat-wide {
  grid-column: 1 / -1;
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .10);
  backdrop-filter: blur(12px);
}

.booking-hero__stat-wide-icon {
  font-size: 24px;
  flex: 0 0 auto;
}

.booking-hero__stat-wide-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.booking-hero__stat-wide-text strong {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
}

.booking-hero__stat-wide-text span {
  font-size: 12px;
  opacity: .6;
}

/* -----------------------------------------------------
   INFO SECTION
   ----------------------------------------------------- */

.booking-info {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  max-width: 1282px;
  margin: 0 auto;
  padding: 0 32px 56px;
  color: #ffffff;
}

/* Tip Banner */
.booking-info__tip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: rgba(32, 207, 255, .06);
  border: 1px solid rgba(32, 207, 255, .20);
  font-size: 14px;
  line-height: 1.65;
  opacity: .95;
}

.booking-info__tip-icon {
  font-size: 20px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.booking-info__tip strong {
  color: #20cfff;
}

/* Cards Grid */
.booking-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

.booking-info__card {
  border-radius: 20px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, .09);
  display: flex;
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(10px);
  transition: transform .25s ease;
}

.booking-info__card:hover {
  transform: translateY(-3px);
}

.booking-info__card--cyan {
  background: linear-gradient(145deg, rgba(32, 207, 255, .09), rgba(0, 0, 0, .20));
  border-color: rgba(32, 207, 255, .15);
}

.booking-info__card--magenta {
  background: linear-gradient(145deg, rgba(255, 42, 166, .09), rgba(0, 0, 0, .20));
  border-color: rgba(255, 42, 166, .15);
}

.booking-info__card--neutral {
  background: linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(0, 0, 0, .20));
}

.booking-info__card-icon {
  font-size: 22px;
  line-height: 1;
}

.booking-info__card-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.1px;
  color: #ffffff;
}

.booking-info__card--cyan .booking-info__card-title  { color: #20cfff; }
.booking-info__card--magenta .booking-info__card-title { color: #ff2aa6; }

.booking-info__card-text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  opacity: .80;
}

.booking-info__card-text strong {
  color: #ffffff;
  opacity: 1;
  font-weight: 700;
}

/* Closing Note */
.booking-info__closing {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  opacity: .58;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.booking-info__closing strong {
  color: #ffffff;
  opacity: 1;
}

/* -----------------------------------------------------
   IFRAME WRAPPER
   ----------------------------------------------------- */

.booking-iframe-wrap {
  max-width: 1282px;
  margin: 0 auto;
  padding: 0 32px 64px;
  border-radius: 24px;
  overflow: hidden;
}

/* -----------------------------------------------------
   RESPONSIVE
   ----------------------------------------------------- */

@media (max-width: 1024px) {
  .booking-hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 56px 24px 48px;
    gap: 40px;
  }

  .booking-hero__kicker,
  .booking-hero__badges,
  .booking-hero__arrow {
    justify-content: center;
  }

  .booking-hero__text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .booking-hero__stat-grid {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .booking-info__grid {
    grid-template-columns: 1fr;
  }

  .booking-info {
    padding: 0 16px 48px;
  }
}

@media (max-width: 560px) {
  .booking-hero__h1 { font-size: 34px; }
  .booking-hero__h2 { font-size: 16px; }

  .booking-hero__stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-iframe-wrap {
    padding: 0 16px 48px;
  }
}/* End custom CSS */