button.toggle-booking-form-popup {
  width: 100%;
  background: #24ad78 !important;
  color: #fff !important;
  border-radius: 47px;
  padding: 15px;
  font-weight: 600;
  border: none;
}

button.toggle-booking-form-popup:hover {
  background: #f60c76;
  color: #fff;
}

.booking-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: #66666673;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
}

.booking-form-popup-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.booking-form-popup-content {
  background: #fff5fa;
  padding: 20px;
  border-radius: 21px;
  position: relative;
  width: 950px;
}

.booking-form-popup-content-inner {
  overflow: auto;
  padding-right: 15px;
  max-height: calc(100vh - 100px);
}

.booking-form-popup-pregressbar {
  width: 100%;
  height: 6px;
  background-color: #fde9ef;
  border-radius: 4px;
  margin-bottom: 20px;
}

.booking-form-popup-pregress {
  height: 100%;
  background-color: #f60c76;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 4px;
}

button.booking-form-popup-close {
    position: absolute;
    right: -16px;
    top: -21px;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #f60c76;
    color: #fff;
    border: 2px solid #f60c76;
    z-index: 999;
}

button.booking-form-popup-close:hover {
  background-color: #fff;
  color: #f60c76;
}

button.booking-form-popup-close i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

.ovatb-origin-rooms-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.ovatb-origin-rooms-wrapper > div {
  flex: 1;
}

.product-source-W2M .form-field.ovatb-origin {
  flex: 1;
}

.product-source-W2M .form-field.ovatb-nights {
  flex: 1;
}

.product-source-W2M .form-field.ovatb-rooms.w2m {
  flex: 2;
}
.ovatb-accommodations-select {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
}

.ovatb-accommodation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.ovatb-accommodation-item:hover {
  background: #f9f9f9;
  border-color: #e0e0e0;
}

/* .ovatb-accommodation-item.selected {
  background: #fde9ef;
  border-color: #f60c76;
} */

.ovatb-accommodation-item-select-icon {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  outline: 2px solid #f60c76;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.ovatb-accommodation-item.selected .ovatb-accommodation-item-select-icon {
  background: #f60c76;
}

.ovatb-accommodation-photo {
  width: 150px;
  height: 150px;
}
.ovatb-accommodation-photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.ovatb-accommodation-item-center-bottom {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

p.ovatb-accommodation-address {
  margin-bottom: 5px;
  font-size: 14px;
  font-style: italic;
}

h4.ovatb-accommodation-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

p.ovatb-accommodation-diet {
  margin-bottom: 0;
  font-size: 15px;
  color: #24ad78;
  font-weight: 600;
}

p.ovatb-accommodation-supplement {
  margin: 0;
  background: #24ad78;
  color: #fff;
  padding: 5px 15px;
  border-radius: 34px;
}

a.ovatb-accommodation-see-hotel {
  border: 2px solid #f60c76;
  padding: 2px 12px;
  font-size: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

a.ovatb-accommodation-see-hotel:hover {
  background: #f60c76;
  color: #fff;
}

/* accommodation item layout helpers */
.ovatb-accommodation-item:not(:last-child) {
  margin-bottom: 20px;
}

.ovatb-accommodation-item-left {
  width: 185px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.ovatb-accommodation-item-center {
  flex: 1;
}

/* Extra Services */

.ovatb-extra-services-select {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
}

.ovatb-extra-service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.ovatb-extra-service-item:not(:last-child) {
  margin-bottom: 20px;
}

.ovatb-extra-service-item-left {
  width: 185px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.ovatb-extra-service-item-center {
  flex: 1;
}

.ovatb-extra-service-item-select-icon {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  outline: 2px solid #f60c76;
  border-radius: 50%;
}

.ovatb-extra-service-photo {
  width: 150px;
  height: 150px;
}
.ovatb-extra-service-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.ovatb-extra-service-item-center-bottom {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

p.ovatb-extra-service-description {
  margin-bottom: 5px;
  font-size: 14px;
  font-style: italic;
}

h4.ovatb-extra-service-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

p.ovatb-extra-service-price {
  margin: 0;
  background: #24ad78;
  color: #fff;
  padding: 5px 15px;
  border-radius: 34px;
}

a.ovatb-extra-service-link {
  border: 2px solid #f60c76;
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #f60c76;
}

a.ovatb-extra-service-link:hover {
  background: #f60c76;
  color: #fff;
}

/* Extra services selectable (checkbox-like) */
.ovatb-extra-service-item {
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.15s ease;
}

.ovatb-extra-service-item:hover {
  background: #f9f9f9;
  border-color: #eaeaea;
}
/* 
.ovatb-extra-service-item.selected {
  background: #fde9ef;
  border-color: #f60c76;
} */

.ovatb-extra-service-item.selected .ovatb-extra-service-item-select-icon {
  background: #f60c76;
}

/* Flight Items (same design as ovatb-accommodation-item) */

.ovatb-flights-select-outbound,
.ovatb-flights-select-return {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.ovatb-flight-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.ovatb-flight-item:not(:last-child) {
  margin-bottom: 20px;
}

.ovatb-flight-item:hover {
  background: #f9f9f9;
  border-color: #e0e0e0;
}

.ovatb-flight-item.selected {
  background: #fde9ef;
  border-color: #f60c76;
}

.ovatb-flight-item-select-icon {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  outline: 2px solid #f60c76;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.ovatb-flight-item.selected .ovatb-flight-item-select-icon {
  background: #f60c76;
}

.ovatb-flight-item-left {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ovatb-flight-item-center {
  flex: 1;
}

.ovatb-flight-item-right {
  text-align: right;
  flex-shrink: 0;
}

p.ovatb-flight-supplement {
  margin: 0;
  background: #24ad78;
  color: #fff;
  padding: 5px 15px;
  border-radius: 34px;
  font-size: 14px;
  white-space: nowrap;
}

/* Flight Card inside ovatb-flight-item */

.ovatb-flight-item .flight-card {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.ovatb-flight-item .flight-date {
  text-align: center;
  min-width: 90px;
}

.ovatb-flight-item .flight-date .time {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}

.ovatb-flight-item .flight-route {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.ovatb-flight-item .airport {
  text-align: center;
  width: 100px;
}

.ovatb-flight-item .airport h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.ovatb-flight-item .airport span {
  font-size: 13px;
  color: #666;
}

.ovatb-flight-item .flight-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  position: relative;
  flex: 1;
  padding: 0 10px;
}

.ovatb-flight-item .flight-line .line {
  height: 2px;
  width: 100%;
  background: #ccc;
  margin: 8px 0;
  position: relative;
}

.ovatb-flight-item .flight-line .line::before,
.ovatb-flight-item .flight-line .line::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f60c76;
  border-radius: 50%;
  position: absolute;
  top: -4px;
}

.ovatb-flight-item .flight-line .line::before {
  left: 0;
}

.ovatb-flight-item .flight-line .line::after {
  right: 0;
}

.ovatb-flight-item .duration {
  font-size: 13px;
  color: #666;
}

.ovatb-baggage-details {
  margin-top: 5px;
  font-size: 11px;
  color: #555;
  line-height: 1.4;
}

.baggage-item {
  display: block;
}

.baggage-label {
  color: #777;
  font-weight: 500;
}

.baggage-dims {
  font-size: 10px;
  color: #888;
  display: block;
}

.ovatb-flight-item .flight-info {
  min-width: 130px;
}

.ovatb-flight-item .status {
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
}

.ovatb-flight-item .status.ok {
  background: #e6f9ed;
  color: #1b9e4b;
}

/* -------------------------------------------------------
   Transfers, Insurances, Other Services
   (same design as ovatb-flights-select-*)
------------------------------------------------------- */

/* Container wrappers */
.ovatb-transfers-select-outbound,
.ovatb-transfers-select-return,
.ovatb-insurances-select,
.ovatb-otherServices-select {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

/* Generic item row */
.ovatb-transfer-item,
.ovatb-insurance-item,
.ovatb-otherServices-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.ovatb-transfer-item:not(:last-child),
.ovatb-insurance-item:not(:last-child),
.ovatb-otherServices-item:not(:last-child) {
  margin-bottom: 20px;
}

/* Hover state */
.ovatb-transfer-item:hover,
.ovatb-insurance-item:hover,
.ovatb-otherServices-item:hover {
  background: #f9f9f9;
  border-color: #e0e0e0;
}

/* Selected state */
.ovatb-transfer-item.selected,
.ovatb-insurance-item.selected,
.ovatb-otherServices-item.selected {
  background: #fde9ef;
  border-color: #f60c76;
}

/* Radio / checkbox dot icon */
.ovatb-transfer-item-select-icon,
.ovatb-insurance-item-select-icon,
.ovatb-otherServices-item-select-icon {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  outline: 2px solid #f60c76;
  border-radius: 50%;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.ovatb-transfer-item.selected .ovatb-transfer-item-select-icon,
.ovatb-insurance-item.selected .ovatb-insurance-item-select-icon,
.ovatb-otherServices-item.selected .ovatb-otherServices-item-select-icon {
  background: #f60c76;
}

/* Left column (icon area) */
.ovatb-transfer-item-left,
.ovatb-insurance-item-left,
.ovatb-otherServices-item-left {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Center column (content area) */
.ovatb-transfer-item-center,
.ovatb-insurance-item-center,
.ovatb-otherServices-item-center {
  flex: 1;
}

/* Right column (price badge) */
.ovatb-transfer-item-right,
.ovatb-insurance-item-right,
.ovatb-otherServices-item-right {
  text-align: right;
  flex-shrink: 0;
}

/* Price pill badge */
p.ovatb-transfer-supplement,
p.ovatb-insurance-supplement,
p.ovatb-otherServices-supplement {
  margin: 0;
  background: #24ad78;
  color: #fff;
  padding: 5px 15px;
  border-radius: 34px;
  font-size: 14px;
  white-space: nowrap;
}

/* Inner card (mirrors .ovatb-flight-item .flight-card) */
.ovatb-transfer-item .transfer-card,
.ovatb-insurance-item .insurance-card,
.ovatb-otherServices-item .otherServices-card {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

/* Route row inside the card */
/* .ovatb-transfer-item .transfer-route,
.ovatb-insurance-item .insurance-route,
.ovatb-otherServices-item .otherServices-route {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
} */

/* Origin select styling (matches accommodation design) */

.ovatb-origin-label {
  position: absolute;
  top: 9px;
  left: 19px;
  font-size: 12px;
  font-weight: 700;
  color: #f60c76;
  text-transform: uppercase;
  pointer-events: none;
}

.ovatb-origin-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 12px 18px;
  border: 2px solid #f60c76;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.ovatb-origin-native {
  display: none;
}

.ovatb-origin-value {
  pointer-events: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.ovatb-origin-chevron {
  pointer-events: none;
  margin-left: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #f60c76;
}

/* Custom dropdown list */
.ovatb-origin-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 50;
  max-height: 220px;
  overflow: auto;
  display: none;
}

.ovatb-origin-wrapper.open .ovatb-origin-dropdown {
  display: block;
}

.ovatb-origin-option {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 15px;
  color: #222;
}

.ovatb-origin-option:hover {
  background: #f7f7f7;
}

.ovatb-origin-option.selected {
  background: #fde9ef;
  color: #f60c76;
  font-weight: 700;
}

/* Small caret rotation when open */
.ovatb-origin-wrapper.open .ovatb-origin-chevron {
  transform: rotate(180deg);
}

/* Rooms Popup */

.ovatb-rooms-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 18px;
  border: 2px solid #f60c76;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ovatb-rooms-display {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ovatb-rooms-label {
  font-size: 12px;
  font-weight: 600;
  color: #f60c76;
  text-transform: uppercase;
}

.ovatb-rooms-value {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.ovatb-rooms-chevron {
  stroke: #f60c76;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}
/* rotate chevron when trigger is open */
.ovatb-rooms-trigger.open .ovatb-rooms-chevron {
  transform: rotate(180deg);
}

/* Rooms Popup Modal */

.ovatb-rooms-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  max-width: 425px;
}

.ovatb-rooms-popup.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ovatb-rooms-popup-container {
  z-index: 23;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  box-shadow: 10px 10px 0px -3px rgba(84, 84, 84, 0.34);
  -webkit-box-shadow: 10px 10px 0px -3px rgba(84, 84, 84, 0.34);
  -moz-box-shadow: 10px 10px 0px -3px rgba(84, 84, 84, 0.34);
}

.ovatb-rooms-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f60c76;
  color: #fff;
  padding: 5px 25px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.ovatb-rooms-popup-header::before {
  content: "";
  position: absolute;
  left: 65px;
  top: -17px;
  width: 0;
  height: 0;
  border-left: 55px solid #f60c76;
  border-top: 48px solid transparent;
  transform: rotate(15deg);
}

.ovatb-rooms-popup-header span {
  z-index: 2;
}

.ovatb-rooms-popup-close {
  background: none !important;
  border: none !important;
  color: #fff !important;
  font-size: 32px !important;
  cursor: pointer !important;
  padding: 0 !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ovatb-rooms-popup-content {
  padding: 10px 10px;
  overflow-y: auto;
  flex: 1;
}

.ovatb-rooms-popup-rooms {
  margin-bottom: 25px;
}

.ovatb-room-block {
  margin-bottom: 10px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  position: relative;
}
.ovatb-room-block:last-child {
  margin-bottom: 0;
}
.ovatb-room-remove {
  position: absolute;
  right: -7px;
  top: -7px;
  padding: 4px !important;
  font-size: 25px !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  background: #f60c76 !important;
  color: #fff !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.ovatb-room-remove:hover {
  background-color: #fff !important;
  color: #f60c76 !important;
}

.ovatb-room-field-wrapper.ovatb-room-field-wrapper-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.ovatb-room-field-wrapper.ovatb-room-field-wrapper-select h4 {
  margin: 0;
}
.ovatb-room-field-wrapper.ovatb-room-field-wrapper-select select {
  flex: 1;
}

.ovatb-room-title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.ovatb-room-field {
  margin-bottom: 0;
  margin-top: 10px;
}

.ovatb-room-field label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.ovatb-room-travelers,
.ovatb-room-age {
  width: 100%;
  padding: 6px 10px;
  border: 2px solid #f60c76;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  appearance: none;
}
.ovatb-room-travelers:focus,
.ovatb-room-age:focus {
  outline: none;
  border-color: #f60c76;
}

.ovatb-room-ages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
.ovatb-room-ages input {
  appearance: none !important;
  border: 2px solid #f60c76;
  border-radius: 8px;
}
.ovatb-room-age {
  text-align: center;
}

.ovatb-add-room-btn,
.ovatb-rooms-accept-btn {
  width: 100%;
  padding: 5px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.ovatb-add-room-btn {
  border: 2px solid #f60c76;
  background: #fff !important;
  color: #f60c76 !important;
  margin-bottom: 10px;
}

.ovatb-rooms-accept-btn {
  background: #f60c76;
  color: #fff;
}

.ovatb-rooms-accept-btn:hover {
  background: #f60c76;
}

/* Multi-Step Booking Form Styles */

h4.ovatb-form-title {
  color: #f60c76;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
/* h4.ovatb-form-title .inicio {
} */
.ovatb-booking-steps-wrapper {
  display: flex;
  flex-direction: column;
}

.ovatb-booking-step {
  width: 100%;
}

.ovatb-booking-step.hidden {
  display: none;
}

.ovatb-booking-step.visible {
  display: block;
}

.ovatb-booking-step[data-step="1"] {
  min-height: 280px;
}

.ovatb-step-content {
  display: block;
}

.ovatb-step-top {
  margin-bottom: 20px;
}

.ovatb-step-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ovatb-step-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.ovatb-booking-summary {
  flex: 1;
}

.ovatb-total {
  display: flex;
  flex-direction: column;
}

.ovatb-numberof-available,
.ovatb-total-amount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ovatb-numberof-available .item-label,
.ovatb-total-amount .total-label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.ovatb-total-amount .total-label {
  margin-right: 10px;
}
.ovatb-numberof-available .item-number,
.ovatb-total-amount .total-amount {
  font-size: 25px;
  font-weight: 700;
  color: #f60c76;
}

.ovatb-summary-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovatb-summary-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.ovatb-summary-amount {
  font-size: 24px;
  font-weight: 700;
  color: #f60c76;
}

.ovatb-step-nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.ovatb-step-btn {
  padding: 8px 35px 8px 35px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  align-items: center !important;
  gap: 8px;
  text-decoration: none;
  background: #24ad78 !important;
  color: #fff !important;
  border: none !important;
}

.ovatb-step-btn svg {
  width: 8px;
}

.ovatb-step-btn svg path {
  fill: #fff;
}

.ovatb-step-btn span {
  display: flex;
}

.ovatb-step-btn.hidden {
  display: none;
}

.ovatb-step-btn.visible {
  display: flex;
}

.ovatb-step-prev {
  background: #e8e8e8;
  color: #000;
  border: 1px solid #d0d0d0;
}

.ovatb-step-prev:hover {
  background: #d0d0d0;
  color: #000;
}

.ovatb-step-next,
.ovatb-step-submit {
  background: #f60c76;
  color: #fff;
}

.ovatb-step-next:hover,
.ovatb-step-submit:hover {
  background: #f60c76;
}

.ovatb-step-next:disabled,
.ovatb-step-prev:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ovatb-field-error {
  border-color: #e74c3c !important;
  background-color: #fadbd8 !important;
}

.ovatb-field-error:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1) !important;
}

.form-field.ovatb-guests-field {
  display: none;
}

.ovatb-numberof-available {
  display: none !important;
}

.form-field.ovatb-total:not(.ovatb-step-bottom .form-field.ovatb-total) {
  display: none !important;
}

.ovatb-step-bottom div#woocommerce-scalapay-gateway-widget {
  display: none !important;
}
.ovatb-step-top div#woocommerce-scalapay-gateway-widget {
  display: none !important;
}

@media (max-width: 1024px) {
  .ovatb-step-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ovatb-booking-step[data-step="1"] {
    min-height: auto;
  }
  .ovatb-room-travelers,
  .ovatb-room-age {
    color: #000;
  }
  .ovatb-step-top.booking-form-popup-content-title {
    display: none;
  }

  .ovatb-origin-rooms-wrapper {
    flex-direction: column;
  }
  .ovatb-origin-rooms-wrapper .form-field {
    max-width: 425px;
  }
  .ovatb-origin-label,
  .ovatb-rooms-label {
    font-size: 10px;
  }
  .ovatb-origin-wrapper {
    padding: 12px 18px 12px 18px;
  }
  .ovatb-origin-value,
  .ovatb-rooms-value {
    font-size: 12px;
  }
  .ovatb-rooms-display {
    gap: 0;
  }

  .ovatb-numberof-available .item-label,
  .ovatb-total-amount .total-label {
    font-size: 12px;
  }
  .ovatb-step-top.booking-form-popup-content-title {
    display: none;
  }

  button.booking-form-popup-close {
    width: 20px;
    height: 20px;
    padding: 0px;
    right: 10px;
    top: 10px;
  }

  button.booking-form-popup-close i {
    font-size: 15px;
  }

  .form-field.ovatb-checkin-field label {
    display: none;
  }

  .ovatb-origin-rooms-wrapper > div {
    flex: 1;
  }
  .ovatb-step-bottom {
    gap: 20px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .ovatb-numberof-available,
  .ovatb-total-amount {
    padding: 12px;
  }

  .ovatb-numberof-available .item-number,
  .ovatb-total-amount .total-amount {
    font-size: 16px;
  }

  .ovatb-summary-amount {
    font-size: 20px;
  }
  .ovatb-accommodations-select,
  .ovatb-extra-services-select {
    padding: 10px;
  }
  .ovatb-accommodation-item,
  .ovatb-extra-service-item,
  .ovatb-flight-item {
    flex-direction: column;
    padding: 10px 10px 10px 30px;
    position: relative;
    align-items: flex-start;
  }
  .ovatb-accommodation-item-select-icon,
  .ovatb-extra-service-item-select-icon,
  .ovatb-flight-item-select-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
  }

  .ovatb-accommodation-item-left,
  .ovatb-extra-service-item-left,
  .ovatb-flight-item-left {
    width: 100%;
  }

  .ovatb-accommodation-photo,
  .ovatb-extra-service-photo,
  .ovatb-flight-photo {
    width: 100%;
    height: 80px;
  }

  h4.ovatb-accommodation-name {
    font-size: 14px;
  }

  h4.ovatb-extra-service-name {
    font-size: 14px;
  }
  p.ovatb-accommodation-address {
    font-size: 11px;
  }
  p.ovatb-extra-service-address {
    font-size: 11px;
  }
  p.ovatb-accommodation-supplement {
    font-size: 12px;
  }
  p.ovatb-extra-service-price {
    font-size: 12px;
  }
  p.ovatb-accommodation-diet {
    font-size: 12px;
  }

  .ovatb-accommodations-select,
  .ovatb-extra-services-select {
    max-height: calc(100vh - 383px);
    overflow: auto;
  }
  .booking-form-popup-content-inner {
    max-height: calc(100vh - 200px);
  }

  .ovatb-step-btn {
    padding: 5px 30px 5px 30px !important;
    border-radius: 100px !important;
  }
  .ovatb-total-amount {
    padding: 0 !important;
  }
  .ovatb-step-nav {
    justify-content: space-between;
    width: 100%;
  }
}

.ovatb-deposit-type label {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: var(--ovatb-background);
  border: 1px solid var(--ovatb-border-color);
  border-radius: var(--ovatb-border-radius);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.ovatb-deposit-type {
  display: flex;
  gap: 20px;
}

.ovatb-deposit-type input {
  display: none;
}

.ovatb-deposit-type input:checked + label {
  background-color: #f60c76;
  border-color: #f60c76;
  color: #fff;
}

.checkin-date.ovatb-input-required.ovatb-datepicker {
  display: none;
}

.ovatb-summary-section.ovatb-summary-rooms .price-breakdown {
  margin-top: 2px;
  padding-top: 2px;
  border-top: 2px solid #f0e0e0;
}

.form-field.ovatb-checkin-field label {
  font-weight: 600;
  margin-bottom: 12px;
}

.content-conditions {
  font-size: 14px;
}

/* Nights select styling (matches origin design) */

.ovatb-nights-label {
  position: absolute;
  top: 9px;
  left: 19px;
  font-size: 12px;
  font-weight: 700;
  color: #f60c76;
  text-transform: uppercase;
  pointer-events: none;
}

.ovatb-nights-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 12px 18px;
  border: 2px solid #f60c76;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.ovatb-nights-native {
  display: none;
}

.ovatb-nights-value {
  pointer-events: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.ovatb-nights-chevron {
  pointer-events: none;
  margin-left: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #f60c76;
}

/* Custom dropdown list */
.ovatb-nights-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 50;
  max-height: 220px;
  overflow: auto;
  display: none;
}

.ovatb-nights-wrapper.open .ovatb-nights-dropdown {
  display: block;
}

.ovatb-nights-option {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 15px;
  color: #222;
}

.ovatb-nights-option:hover {
  background: #f7f7f7;
}

.ovatb-nights-option.selected {
  background: #fde9ef;
  color: #f60c76;
  font-weight: 700;
}

/* Small caret rotation when open */
.ovatb-nights-wrapper.open .ovatb-nights-chevron {
  transform: rotate(180deg);
}

/* W2M Room Selection Split Layout */
.ovatb-room-field-wrapper-select-split {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end; /* Align bottom to match labels if needed */
}

.ovatb-room-select-group {
  flex: 1;
}

.ovatb-room-select-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.ovatb-room-select-group select {
  width: 100%;
  padding: 6px 10px;
  border: 2px solid #f60c76;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  height: 48px; /* Match other inputs if possible, or auto */
}

.ovatb-room-select-group select:focus {
  outline: none;
  border-color: #f60c76;
}
.ovatb-transferss-select-outbound,
.ovatb-transferss-select-return {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.ovatb-transfers-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.ovatb-transfers-item:not(:last-child) {
  margin-bottom: 20px;
}

.ovatb-transfers-item:hover {
  background: #f9f9f9;
  border-color: #e0e0e0;
}

.ovatb-transfers-item.selected {
  background: #fde9ef;
  border-color: #f60c76;
}

.ovatb-transfers-item-select-icon {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  outline: 2px solid #f60c76;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.ovatb-transfers-item.selected .ovatb-transfers-item-select-icon {
  background: #f60c76;
}

.ovatb-transfers-item-left {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ovatb-transfers-item-center {
  flex: 1;
}

.ovatb-transfers-item-right {
  text-align: right;
  flex-shrink: 0;
}

p.ovatb-transfers-supplement {
  margin: 0;
  background: #24ad78;
  color: #fff;
  padding: 5px 15px;
  border-radius: 34px;
  font-size: 14px;
  white-space: nowrap;
}

/* RTX Custom Lodging Styles */
.lodgings.ovatb-lodging-group {
  background: white;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ovatb-lodging-left-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  width: 150px;
}
.ovatb-lodging-header-radio {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 5px;
}
.ovatb-lodging-header-radio-inner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s;
}
.ovatb-lodging-photo {
  flex: 1;
}
.ovatb-lodging-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ovatb-lodging-right-column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ovatb-lodging-header-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.ovatb-lodging-name {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.ovatb-lodging-address {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.lodgings.ovatb-lodging-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.ovatb-lodging-option-toggler-svg svg {
    width: 20px;
    fill: #f60c76;
    cursor: pointer;
}
.ovatb-lodging-option-toggler.open svg {
    transform: rotate(180deg);
}
.lodgings.ovatb-lodging-options-list {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 0 30px;
  width: 100%;
}
.lodgings.ovatb-lodging-group.selected .ovatb-lodging-header-radio {
  border-color: #ff0080 !important;
}
.lodgings.ovatb-lodging-group.selected .ovatb-lodging-header-radio-inner {
  background-color: #ff0080 !important;
}
.lodgings.ovatb-lodging-group:not(.selected) .ovatb-lodging-header-radio {
  border-color: #ccc !important;
}
.lodgings.ovatb-lodging-group:not(.selected) .ovatb-lodging-header-radio-inner {
  background-color: transparent !important;
}
.ovatb-lodging-options-list {
  padding: 10px;
  background: #f60c761a;
  border-radius: 20px;
}

.ovatb-lodgings-item.selected .ovatb-room-radio {
  border-color: #ff0080 !important;
}
.ovatb-lodgings-item.selected .ovatb-room-radio-inner {
  background-color: #ff0080 !important;
}
.ovatb-lodgings-item:not(.selected) .ovatb-room-radio {
  border-color: #ccc !important;
}
.ovatb-lodgings-item:not(.selected) .ovatb-room-radio-inner {
  background-color: transparent !important;
}
.lodgings.ovatb-meal-plan-option:hover {
  background-color: #f0fdf4 !important;
}
.ovatb-lodgings-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  border: none;
  border-radius: 0;
  padding: 20px;
}
.ovatb-lodgings-item:not(:last-child) {
  border-bottom: 2px dotted #ff0080;
}
.ovatb-room-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ovatb-room-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ff0080;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ovatb-room-radio-inner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s;
}
.ovatb-room-name {
  margin: 0;
  font-size: 15px;
  color: #555;
  font-weight: bold;
}
.ovatb-meal-plan-selector {
  position: relative;
  width: 100%;
  max-width: 450px;
}
.ovatb-meal-plan-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.ovatb-meal-plan-selected-name {
  color: #888;
  font-weight: 500;
  font-size: 13px;
}
.ovatb-meal-plan-price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ovatb-meal-plan-desde-text {
  color: #2fcc71;
  font-size: 13px;
  font-weight: 600;
}
.ovatb-meal-plan-selected-price {
  background: #2fcc71;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

a.ovatb-accommodation-see-hotel {
  display: inline-block;
  padding: 6px 16px;
  border: 1.5px solid #ff0080;
  color: #ff0080;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.2s;
}
a.ovatb-accommodation-see-hotel:hover {
  background-color: #ff0080;
  color: white;
}

span.ovatb-loader-date {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000002b;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes ovatb-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

i.ovatbicon-spinner-of-dots {
  display: flex;
  animation: ovatb-spin 1.5s linear infinite;
}

.ovatb-checkin-field i.ovatbicon-spinner-of-dots {
  font-size: 35px;
  color: #000;
}

/* API Services Included Container Background */
.ovatb-api-services-included-select,
.ovatb-api-optional-services-select {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

/* API Services Included Options */
.ovatb-includedOptions-item,
.ovatb-incrementOptions-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
  cursor: pointer;
}

.ovatb-incrementOptions-item {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  transition: all 0.2s ease;
}
.ovatb-incrementOptions-item:last-child{
  margin-bottom: 0;
}
.ovatb-incrementOptions-item:hover {
  background: #f9f9f9;
  border-color: #e0e0e0;
}

.ovatb-incrementOptions-item.selected {
  background: #fde9ef;
  border-color: #f60c76;
}

.ovatb-includedOptions-item-left,
.ovatb-incrementOptions-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ovatb-includedOptions-item-select-icon,
.ovatb-incrementOptions-item-select-icon {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  outline: 2px solid #f60c76;
  border-radius: 50%;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.ovatb-includedOptions-item-select-icon,
.ovatb-incrementOptions-item.selected .ovatb-incrementOptions-item-select-icon {
  background: #f60c76;
}

.ovatb-includedOptions-item-center,
.ovatb-incrementOptions-item-center {
  flex: 1;
}

.ovatb-incrementOptions-item-right {
  text-align: right;
  flex-shrink: 0;
}

.ovatb-includedOptions-name,
.ovatb-incrementOptions-name {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

p.ovatb-incrementOptions-supplement {
  margin: 0;
  background: #24ad78;
  color: #fff;
  padding: 5px 15px;
  border-radius: 34px;
  font-size: 14px;
  white-space: nowrap;
}
