h1,h2,h3,h4,h5,h6 {font-weight:bold;}
.makeflex {display:flex; flex-direction: row; gap: 20px;}
.galeria-principal .list-container .wp-caption {
    display:none;
}
.galeria-principal .list-container .wp-caption:nth-child(1) {
    display:block;
}
.rating-label {
  background-color: #009fb0;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}
.testimonios {}
.flexslider .slides, .slides {
  display: flex;
  gap: 20px;
}
.flexslider .slides > li {
  border: 1px solid #dcdfe4;
  border-radius: 9px;
  width: 348px !important;
  padding: 10px;
}
blockquote {
  padding: 0;
}
blockquote::before {
  display:none;
}
blockquote p {
  font-size: 16px!important;
  font-weight: 400!important;
}
#itinerary-info {}
.itinerary-step {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.itinerary-line {
  background-image: url('https://www.vipholbox.com/wp-content/uploads/2026/01/itinerario-line.png');
  background-repeat: repeat-y;
  background-size: 18px;
  background-position: 6px 12px;    
}
.step-info {
  font-size: 13px;
  line-height: 15px;
  width: 260px;
}
.step-info h6 {
    font-size: 15px;
    margin-bottom: 4px;
}
.step-icon {
    border-radius:50%;
    width: 30px;
    height: 30px;
}
.step-red {
    background-color: red;
    border: 1px solid white;
}
.step-white {
    background-color: white;
    border: 1px solid #ccc;
}
.step-marker {
  background-color: #009fb0;
  background-image: url('https://www.vipholbox.com/wp-content/uploads/2026/01/marker-white.png');
  background-repeat: no-repeat;
  border: 1px solid white;
  background-size: 80%;
  background-position: center;
}
.info-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 20px 0;
}
.info-row .text-default {
    display: flex;
    gap: 20px;
}
.title-col {
    width: 20%;
}
.info-col {
    width: 80%;
}
.stars-pic img {
    max-width: 250px;
}
.info-icons {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.icon-info-data {
    font-family: Lato, sans-serif;
}
.product-booking-col {}
.booking-form-box  {
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-top: 35px;
}
.fomo-badge {
  background-color: #ef6c5f;
  font-weight: bold;
  padding: 4px 10px 4px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: -15px;
}
.fomo-badge p {
  margin-bottom: 0;
}
#starting-price-row {
  padding-top: 25px;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.from-price {
  margin-top: -10px;
}
#from-price-num {
  font-weight: 800;
  color: #ef6c5f;
  font-size: 1.6em;
  margin-right: 8px;
}
input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#people-form {}
.form-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.field-row {
  margin-bottom: 15px;
}
.form-label {
  width: 50%;
  line-height: 16px;
}
.button-minus, .button-plus {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0px;
  background-color: #fff!important;
  border: 2px solid #009fb0!important;
  color: #009fb0!important;
  font-size: 16px;
  line-height: 16px;
}
.quantity-field {
  max-width: 45px;
  text-align: center;
  margin: 0 10px;
}
.field-icon {
  width: 16px;
  margin-right: 5px;
}
.qty-field {
  display: none;
}
.formfield {
  background-color: #ebeef1;
  padding: 10px 12px;
  border-radius: 20px;
  cursor: pointer;
  background-image: url('https://www.vipholbox.com/wp-content/uploads/2026/02/down-arrow.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
}
.dropdown-form {
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,20,50,0.3);
  padding: 24px;
  display: none;
  position: absolute;
  top: 160px;
  width: 100%;
  background-color: #fff;
  max-width: 360px;
}
.form-header {
  text-align: right;
}
.close-form {
  width: 22px;
  position: relative;
  top: -15px;
  right: -8px;
  cursor: pointer;
}
#datepicker {
  width: 92%;
  border: 0;
  background-color: transparent;
  padding: 0;
  line-height: 0;
  height: 24px;
}
#check-availability {
  background-color: #15bed0;
  color: #fff;
  border-radius: 20px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 8px;
  cursor: pointer;
  display: none;
}
#check-availability:hover {
  background-color: #009fb0;
}
.loading {
  background-image: url('https://vipholbox.com/wp-content/themes/lambda-child-theme/images/oval.svg');
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 24px;
}
.tour-options-box {
  display: none;
}
#tour-options-list {}
.tour-item {
  border: 2px solid #cecece;
  border-radius: 16px;
  overflow: hidden;
  display: none;
  margin-bottom: 30px;
}
.selected-item {
  border-color: #15bed0;
}
.item-header {
  font-weight: 800;
  font-size: 20px;
  padding: 20px 20px 0;
}
.item-description {
  padding: 10px 20px;
}
.item-description p {}
.guide-type {
  padding: 10px 20px;
}
.sm-icon {}
.sm-icon img {
  height: 20px;
  margin-right: 10px;
}
.guide-icon {}
.guide-info {
  font-weight: bold;
}
.location-point {
  padding: 10px 20px;  
}
.location-icon {}
.location-info {
  font-weight: bold;
}
.tour-datetime {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 20px;
  margin: 15px 20px 5px;
}
.tour-datetime p {
  margin-bottom: 8px;
  line-height: 14px;
}
.tour-date {
  color: #777;
}
.tour-slots {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.tour-slots span {}
.slot-time {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 6px;
  padding: 12px 30px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #fff;
  cursor: pointer;
}
.selected-time {
  background-color: #009fb0;
  color: #fff;
  border-color: #009fb0;
}
.cancelation-info {
  padding: 10px 20px 15px;
}
.cancelation-icon {
  font-weight: bold;
}
.tour-cancel-time {}
.tour-cancel-date {}
.pricing-booking-info {
  background-color: #ebeef1;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-pricing {}
.total-price {
  color: #ef6c5f;
  font-weight: 800;
  font-size: 1.6em;
}
.unit-price {
  color: #556a77;
}
.tax-info {
  font-size: 0.8em;
  color: #556a77;
}
.tour-booking {}
.book-btn  {
  background-color: #15bed0;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px 25px 8px;
  display: inline-block;
  border-radius: 25px;
  cursor: pointer;
}
.book-btn:hover, .book-btn:active, .book-btn:focus, .book-btn:visited {
  background-color: #009fb0;
  color: #fff;
}
.btn-disabled {
  color: #666;
  background-color: #aaa;
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px 25px 8px;
  display: inline-block;
  border-radius: 25px;
}
.sticky-div {
  position: fixed;
  top: 160px; /* Stays at the top of the viewport once it reaches this position */
  background-color: #fff;
  width: 360px;
}
#booking-form {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#form-col {
  width: 60%;
}
#summary-col {
  border: 1px solid #ccc;
  width: 37%;
  border-radius: 6px;
  font-weight: normal;
  margin-top: 30px;
}
.steps-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.step-nav-item {
  color: #666;
  background-color: #aaa;
  font-weight: bold;
  font-size: 0.8em;
  padding: 5px 25px 8px;
  border-radius: 6px;
}
.step-nav-active {
  background-color: #15bed0;
  color: #fff;
  cursor: pointer;  
}
.step-nav-item span {}
.steps-wrap {}
.step-item {
  display: none;
}
.active-step {
  display: block;
}
.step-item h3  {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
#contact-data {}
.bkform-row {
  margin-bottom: 5px;
}
.bkform-row label {
  display: block;
}
.bkform-row input {
  margin-bottom: 10px;
  width: 100%;
  font-weight: normal;
}
.participant-data {}
.participant-header {}
.participant-header h4 {
  margin: 0 0 10px;
}
.participant-block {
  border: 1px solid #ccc;
  padding: 10px 20px 5px;
  margin-bottom: 13px;
  border-radius: 6px;
}
#payment-block {}
.hidden-row {
  display: none;
}
.bottom-nav {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
}
.prev-btn {
  color: #333;
  background-color: #cecece;
  font-weight: normal;
  font-size: 1em;
  padding: 5px 25px 8px;
  border-radius: 6px;  
}
.next-btn {
  background-color: #15bed0;
  color: #fff;
  cursor: pointer;  
  font-weight: normal;
  font-size: 1em;
  padding: 5px 25px 8px;
  border-radius: 6px;  
}
#tour-name {
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
#tour-datetime {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

#tour-participants {
  padding: 10px 20px;
}
#tour-totalprice {
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  background-color: #f0f0f0;
}
.totalprice-col1 {
  font-weight: bold;
}
.totalprice-col2 {
  font-weight: 800;
  color: #ef6c5f;
}

/* Mobile overrides */
@media only screen and (max-width: 667px) {
  #booking-form {
    flex-direction: column;
  }
  #form-col {
    width: 100%;
  }
  #summary-col {
    width: 100%;
  }  
}