.elementor-49578 .elementor-element.elementor-element-f5b4c0f{--display:flex;}#elementor-popup-modal-49578{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-49578 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-49578 .dialog-close-button{display:flex;}#elementor-popup-modal-49578 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-bd12aab */.peasy-popup-booking {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 8px 0;
  font-family: "Inter", sans-serif;
}

.peasy-popup-booking__header {
  text-align: center;
  margin-bottom: 24px;
}

.peasy-popup-booking__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(123, 97, 255, 0.08);
  border: 1px solid rgba(123, 97, 255, 0.16);
  color: #6a45d1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.peasy-popup-booking__title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 800;
  color: #101010;
}

.peasy-popup-booking__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5c5c5c;
}

.peasy-popup-booking__buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.peasy-booking-btn,
.peasy-booking-btn:visited,
.peasy-booking-btn:hover,
.peasy-booking-btn:active,
.peasy-booking-btn:focus {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 10px;
  text-decoration: none !important;
  overflow: hidden;
  isolation: isolate;
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  box-shadow:
    0 14px 32px rgba(15, 23, 42, 0.12),
    0 4px 10px rgba(15, 23, 42, 0.06);
}

.peasy-booking-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.18) 0%,
    rgba(255,255,255,0.04) 42%,
    rgba(255,255,255,0.00) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.peasy-booking-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 24%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  transition: left 0.55s ease;
  z-index: 2;
  pointer-events: none;
}

.peasy-booking-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.02);
  box-shadow:
    0 18px 38px rgba(15, 23, 42, 0.16),
    0 6px 16px rgba(15, 23, 42, 0.08);
}

.peasy-booking-btn:hover::after {
  left: 112%;
}

.peasy-booking-btn:focus-visible {
  outline: 3px solid rgba(48, 99, 219, 0.20);
  outline-offset: 4px;
}

.peasy-booking-btn__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 18px 28px;
  text-align: center;
}

.peasy-booking-btn__label,
.peasy-booking-btn__sub {
  color: inherit !important;
}

.peasy-booking-btn__label {
  display: block;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.peasy-booking-btn__sub {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  opacity: 0.92;
}

.peasy-booking-btn__glow {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  opacity: 0.18;
  filter: blur(26px);
  pointer-events: none;
  z-index: 0;
}

.peasy-booking-btn--blue,
.peasy-booking-btn--blue:visited,
.peasy-booking-btn--blue:hover,
.peasy-booking-btn--blue:active,
.peasy-booking-btn--blue:focus {
  background: linear-gradient(135deg, #2f7cf6 0%, #1f63db 100%);
  color: #ffffff !important;
}

.peasy-booking-btn--blue .peasy-booking-btn__glow {
  background: rgba(255,255,255,0.45);
}

.peasy-booking-btn--green,
.peasy-booking-btn--green:visited,
.peasy-booking-btn--green:hover,
.peasy-booking-btn--green:active,
.peasy-booking-btn--green:focus {
  background: linear-gradient(135deg, #3bdf96 0%, #2fd784 100%);
  color: #071a12 !important;
}

.peasy-booking-btn--green .peasy-booking-btn__glow {
  background: rgba(255,255,255,0.45);
}

.peasy-booking-btn--purple,
.peasy-booking-btn--purple:visited,
.peasy-booking-btn--purple:hover,
.peasy-booking-btn--purple:active,
.peasy-booking-btn--purple:focus {
  background: linear-gradient(135deg, #7a44d8 0%, #6434c4 100%);
  color: #ffffff !important;
}

.peasy-booking-btn--purple .peasy-booking-btn__glow {
  background: rgba(255,255,255,0.42);
}

@media (max-width: 767px) {
  .peasy-popup-booking {
    max-width: 100%;
  }

  .peasy-popup-booking__header {
    margin-bottom: 20px;
  }

  .peasy-popup-booking__title {
    font-size: 23px;
  }

  .peasy-popup-booking__text {
    font-size: 14px;
  }

  .peasy-popup-booking__buttons {
    gap: 14px;
  }

  .peasy-booking-btn__inner {
    min-height: 70px;
    padding: 16px 18px;
  }

  .peasy-booking-btn__label {
    font-size: 16px;
  }

  .peasy-booking-btn__sub {
    margin-top: 5px;
    font-size: 12px;
  }
}/* End custom CSS */