/* Booking Widget Box */
.wtt-booking-widget {
  /* border: 0px solid #222222; */
  background: #FFFFFF;
  padding: 0;
  font-family: inherit;
  min-width: 230px;
  width: 100%;
  max-width: 350px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  overflow: hidden;
/*   box-shadow: 0 0 4px 0px rgba(0,0,0,0.5); */
  transition: all 0.2s ease;
  /* border: thin solid #d1d1d1; */
}

#tour-map-preview {
  /* border: thin solid #d1d1d1; */
}
/* Sticky Widget */
/* .wtt-booking-widget {
  position: fixed;
  top: 15em;
  right: 40px; 
  width: 320px; 
  z-index: 9999999;
} */

/* .wtt-booking-widget {
  position: fixed;
  opacity: 0;
  right: -350px;
  bottom: -350px;
} */
/* .wtt-booking-widget.fixed-widget {
  opacity: 1;
  right: 30px;
  bottom: 30px;
} */

.wtt-booking-widget {
  transition: all 0.25s ease-in-out;
}

#adultTourist, #childTourist {
  display: inline-flex;
  max-width: 49%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#adultTourist label, #adultTourist input, #childTourist label, #childTourist input {
  display: block;
  width: 100%;
/*   min-width: 100%; */
  margin-left: auto;
  margin-right: auto;
}

/* Price header */
.wtt-price-box {
/*   background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); */
  background-color: #2a2a2a;
  color: #fff;
  padding: 11px 15px;
  text-align: center;
}
.wtt-price-box h3 {
  margin: 0 0 0px;
  padding-bottom: 0;
  font-size: 16px !important;
  font-weight: 600;
  color: #FFFFFF;
}
.wtt-price-box .wtt-price {
  font-size: 22px;
  font-weight: 700;
}

/* Tabs */
.wtt-tabs {
  margin: 0;
}
.wtt-tab-nav {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0 !important;
  border-bottom: 1px solid #eee;
}
.wtt-tab-nav li {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
  background: #f9f9f9;
  border-right: 1px solid #eee;
  list-style: none;
}
.wtt-tab-nav li:last-child {
  border-right: none;
}
.wtt-tab-nav li.active {
  background: #fff;
  color: #2a2a2a;
  font-weight: 600;
}

/* Tab Content */
.wtt-tab-content {
  display: none;
  padding: 28px 15px;
}
.wtt-tab-content.active {
  display: block;
}

/* Forms */
.wtt-booking-form p,
.wtt-enquiry-form p {
  margin: 0 0 12px;
}
.wtt-booking-form label {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  text-align: center;
}
.wtt-booking-form input,
.wtt-booking-form select,
.wtt-enquiry-form input,
.wtt-enquiry-form select,
.wtt-enquiry-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* Buttons */
.wtt-booking-form button,
.wtt-enquiry-form button {
  width: 100%;
  background: #6a11cb;
/*   background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); */
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.wtt-booking-form button:hover,
.wtt-enquiry-form button:hover {
  opacity: 0.9;
}

/* Meta (wishlist + views) */
.wtt-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 10px 15px;
  font-size: 13px;
}
.wtt-meta a {
  color: #2a2a2a;
  text-decoration: none;
}
.wtt-meta a:hover {
  text-decoration: underline;
}

.wtt-agree-terms {
  display: inline-flex;
  font-size: 11.5px;
}
.wtt-agree-terms label {
  margin-right: 10px;
}

@media(max-width: 980px) {
  .wtt-booking-widget {
    position: static;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    }
  .wtt-booking-widget.fixed-widget {
    opacity: 1;
    right: unset;
    bottom: unset;
  }

  .wtt-booking-widget {
    transition: all 0.25s ease-in-out;
  }
}


/* Wishlist Grid */
.wtt-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.wtt-wishlist-grid .wtt-tour-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  text-align: center;
}
.wtt-wishlist-grid .wtt-tour-img {
  width: 100%;
  height: auto;
  display: block;
}
.wtt-wishlist-grid .wtt-tour-body {
  padding: 15px;
}
.wtt-wishlist-grid .wtt-tour-title {
  font-size: 16px;
  margin: 0 0 10px;
}
.wtt-wishlist-grid .wtt-tour-price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wtt-wishlist-grid .wtt-tour-card .button {
  margin: 5px 3px;
  font-size: 13px;
  padding: 6px 10px;
}
.wtt-wishlist-grid .wtt-wishlist-remove {
  background: #ccc;
  color: #333;
}
.wtt-wishlist-grid .wtt-wishlist-remove:hover {
  background: #999;
  color: #fff;
}
.wtt-wishlist-toggle[data-state="add"] {
  color: #6a11cb; /* purple for add */
}
.wtt-wishlist-toggle[data-state="remove"] {
  color: #e63946; /* red for remove */
}
.wtt-wishlist-grid .wtt-wishlist-toggle[data-state="remove"] {
  /* background: #e63946; */
  color: #e63946;
}
.wtt-wishlist-grid .wtt-wishlist-toggle[data-state="add"] {
  /* background: #6a11cb; */
  color: #6a11cb;
}
.wtt-wishlist-header {
  text-align: right;
  margin-bottom: 15px;
}
.wtt-clear-wishlist {
  display: block;
  background: #e63946;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}
.wtt-clear-wishlist:hover {
  background: #c71f30;
}
