.elementor-130 .elementor-element.elementor-element-78566f7{--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;}.elementor-130 .elementor-element.elementor-element-3985699 .elementor-repeater-item-d334154 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://rankwithandres.com/wp-content/uploads/2026/03/gempages_563701812176094219-76581e76-7a0f-490a-b8bb-d70a809c0724.webp);background-size:cover;}.elementor-130 .elementor-element.elementor-element-3985699 .elementor-repeater-item-f26f7d8 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://rankwithandres.com/wp-content/uploads/2026/03/gempages_563701812176094219-aa73cefe-528a-4ad7-9e79-1591d97a5296.webp);background-size:cover;}.elementor-130 .elementor-element.elementor-element-3985699 .elementor-repeater-item-ad12265 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://rankwithandres.com/wp-content/uploads/2026/03/gempages_563701812176094219-3efa31ab-5a06-47e9-a8e9-939d8f8b5d56.webp);background-size:cover;}.elementor-130 .elementor-element.elementor-element-3985699 .swiper-slide{transition-duration:calc(5000ms*1.2);height:400px;}.elementor-130 .elementor-element.elementor-element-3985699 .swiper-slide-contents{max-width:66%;}.elementor-130 .elementor-element.elementor-element-3985699 .swiper-slide-inner{text-align:center;}.elementor-130 .elementor-element.elementor-element-1d77791{--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;}@media(min-width:768px){.elementor-130 .elementor-element.elementor-element-78566f7{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e439b22 */.ticket-booking-bar {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
  background: #efefef;
  border-radius: 18px;
  padding: 20px 28px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.ticket-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ticket-field label {
  font-size: 14px;
  line-height: 1.2;
  color: #6d6d6d;
  margin-bottom: 10px;
  font-weight: 500;
}

.ticket-type {
  flex: 1.3;
  min-width: 220px;
}

.ticket-date {
  flex: 1;
  min-width: 180px;
}

.ticket-counter-field {
  flex: 0.8;
  min-width: 170px;
}

.ticket-button-wrap {
  flex: 0 0 260px;
  min-width: 220px;
}

.ticket-type select,
.ticket-date input {
  width: 100%;
  height: 46px;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  background: transparent;
  font-size: 18px;
  color: #111;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 34px 0 0;
}

.ticket-type select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23111' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5.5 7.5l4.5 4.5 4.5-4.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 18px;
  cursor: pointer;
}

.ticket-date input {
  cursor: pointer;
}

.ticket-counter {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 46px;
}

.ticket-counter .counter-btn {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  border-radius: 50% !important;
  border: 1px solid #bfc7cf !important;
  background: #f8f8f8 !important;
  color: #264a73 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  flex: 0 0 34px !important;
}

.ticket-counter .counter-btn:hover {
  background: #eaeaea !important;
}

.ticket-counter input {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 20px !important;
  color: #23364d !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.ticket-main-btn {
  width: 100%;
  height: 58px;
  border: none !important;
  border-radius: 999px !important;
  background: #d31318 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  box-shadow: none !important;
}

.ticket-main-btn:hover {
  background: #b91014 !important;
}

/* Popup */
.ticket-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.58);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
  box-sizing: border-box;
}

.ticket-popup.active {
  display: flex;
}

.ticket-popup-box {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-sizing: border-box;
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
}

.ticket-popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px !important;
  height: 36px !important;
  border: none !important;
  background: transparent !important;
  color: #222 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.ticket-popup-box h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.1;
  color: #111;
}

.ticket-popup-box p {
  margin: 0 0 18px;
  font-size: 15px;
  color: #666;
}

.ticket-popup-box input {
  width: 100%;
  height: 52px;
  border: 1px solid #d7d7d7 !important;
  border-radius: 12px;
  background: #fff;
  padding: 0 16px;
  font-size: 16px;
  color: #111;
  box-sizing: border-box;
  outline: none;
  box-shadow: none !important;
  margin-bottom: 12px;
}

.ticket-popup-box input:focus {
  border-color: #d31318 !important;
}

.ticket-summary {
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f6f6f6;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.ticket-popup-submit {
  width: 100%;
  height: 54px;
  border: none !important;
  border-radius: 999px !important;
  background: #d31318 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ticket-popup-submit:hover {
  background: #b91014 !important;
}

@media (max-width: 900px) {
  .ticket-booking-bar {
    gap: 20px;
    padding: 18px 22px;
  }

  .ticket-type,
  .ticket-date,
  .ticket-counter-field,
  .ticket-button-wrap {
    flex: 1 1 calc(50% - 10px);
  }

  .ticket-button-wrap {
    min-width: 100%;
  }
}

@media (max-width: 640px) {
  .ticket-booking-bar {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 14px 14px 12px;
  }

  .ticket-field {
    width: 100%;
    max-width: 320px;
  }

  .ticket-type,
  .ticket-date,
  .ticket-counter-field,
  .ticket-button-wrap {
    flex: 0 0 auto;
    min-width: 0;
  }

  .ticket-field label {
    font-size: 16px;
    margin-bottom: 6px;
    text-align: center;
  }

  .ticket-type select,
  .ticket-date input {
    height: 42px;
    font-size: 18px;
    padding-right: 26px;
  }

  .ticket-counter-field {
    margin-bottom: 0;
  }

  .ticket-counter {
    height: 38px;
    gap: 10px;
    justify-content: center;
  }

  .ticket-counter .counter-btn {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    flex: 0 0 34px !important;
    font-size: 22px !important;
  }

  .ticket-counter input {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    font-size: 20px !important;
  }

  .ticket-button-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 4px;
  }

  .ticket-main-btn {
    width: 100%;
    max-width: 320px;
    height: 50px;
    font-size: 16px !important;
  }

  .ticket-popup-box {
    padding: 20px 18px 18px;
    border-radius: 16px;
  }

  .ticket-popup-box h3 {
    font-size: 24px;
  }
}/* End custom CSS */