body:has(.bookings-page) .hero_in.general {
  position: relative;
  min-height: 180px;
}
body:has(.bookings-page) .hero_in.general::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(62, 39, 28, 0.7) 0%, rgba(27, 17, 12, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}
body:has(.bookings-page) .hero_in.general .wrapper {
  position: relative;
  z-index: 2;
}
body:has(.bookings-page) .bg_color_1 {
  background: #faf8f5;
}
body:has(.bookings-page) .filters_listing.sticky_horizontal {
  position: relative !important;
  background: #ffffff;
  border-bottom: 1px solid #e0dcd6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  z-index: 90;
  margin-top: 30px;
  padding: 0;
}
@media (max-width: 991px) {
  body:has(.bookings-page) .filters_listing.sticky_horizontal {
    margin-top: 0;
  }
}
body:has(.bookings-page) .filters_listing.sticky_horizontal .container {
  padding: 15px;
}
body:has(.bookings-page) .filters_listing.sticky_horizontal ul.clearfix {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
body:has(.bookings-page) .filters_listing.sticky_horizontal ul.clearfix li {
  margin: 0;
}
body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  border: none !important;
  background: transparent !important;
}
body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field input[type=radio]:checked + label {
  background: linear-gradient(135deg, #3e271c 0%, #22150f 100%);
  color: #ffffff;
}
body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field input[type=radio]:focus + label {
  box-shadow: 0 0 0 3px rgba(26, 95, 122, 0.2);
}
body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field label {
  display: inline-block;
  padding: 10px 20px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2c2c2c;
  background: #faf8f5;
  border: 2px solid #e0dcd6;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0;
  white-space: nowrap;
}
body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field label:hover {
  background: rgba(62, 39, 28, 0.2);
  border-color: #e0dcd6;
  color: #2c2c2c !important;
}
body:has(.bookings-page) .container.margin_60_35 {
  background: #faf8f5;
  padding-top: 40px;
  padding-bottom: 60px;
}
body:has(.bookings-page) .row.no-gutters.p-3.text-center {
  background: #ffffff;
  border-radius: 12px;
  padding: 60px 30px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
body:has(.bookings-page) .row.no-gutters.p-3.text-center h6 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid #e0dcd6;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item.reservations {
  border-left: 4px solid #2e7d32;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item.quote {
  border-left: 4px solid #1a5f7a;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item.transportation_requests {
  border-left: 4px solid #c4704f;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item.watchlist {
  border-left: 4px solid #b8860b;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure {
  margin: 0 !important;
  height: 100% !important;
  min-height: 280px;
  position: relative !important;
  overflow: hidden;
  background: #f5f1eb;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure > a {
  display: block !important;
  height: 100% !important;
  position: relative !important;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure > a img.img-fluid {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure > a .read_more {
  position: absolute !important;
  bottom: 15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: auto !important;
  right: auto !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 20px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure > a .read_more span {
  color: #ffffff;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure:hover > a .read_more {
  opacity: 1;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure small {
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  z-index: 3 !important;
  background: rgba(62, 39, 28, 0.9);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 {
  display: flex;
  flex-direction: column;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper {
  padding: 25px 25px 15px;
  flex: 1;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper h3,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.3;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper h3 a,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper h3 a {
  color: #3e271c;
  text-decoration: none;
  transition: color 0.2s ease;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper h3 a:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper h3 a:hover {
  color: #1a5f7a;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper h3 i,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper h3 i {
  color: #1a5f7a;
  margin-right: 8px;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details {
  list-style: none;
  padding: 0;
  margin: 0;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #e0dcd6;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.95rem;
  color: #6b6b6b;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li:last-child,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li:last-child {
  border-bottom: none;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li span,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li span {
  font-weight: 600;
  color: #2c2c2c;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li span.badge,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li span.badge {
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 12px;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li span.badge-warning,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li span.badge-warning {
  background: #fff3cd;
  color: #856404;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li span.badge-info,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li span.badge-info {
  background: #e8f4f8;
  color: #1a5f7a;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li span.badge-success,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li span.badge-success {
  background: #d4edda;
  color: #2e7d32;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li span.badge-secondary,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li span.badge-secondary {
  background: #f5f1eb;
  color: #6b6b6b;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li.font-weight-bold,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li.font-weight-bold {
  color: #c4704f;
  font-weight: 600;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li.font-weight-bold span,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper ul.cart_details li.font-weight-bold span {
  color: #c4704f;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper .font-italic,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 .wrapper .font-italic {
  display: block;
  margin-top: 15px;
  font-style: italic;
  color: #6b6b6b;
  font-size: 0.9rem;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 15px 25px;
  margin: 0;
  background: #faf8f5;
  border-top: 1px solid #e0dcd6;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li:first-child,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li:first-child {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.85rem;
  color: #6b6b6b;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn {
  border-radius: 6px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 20px;
  transition: all 0.2s ease;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1.purchase,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn.purchase,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1.purchase,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn.purchase {
  background: linear-gradient(135deg, #c4704f 0%, #a85838 100%);
  border: none;
  color: #ffffff;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1.purchase:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn.purchase:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1.purchase:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn.purchase:hover {
  background: linear-gradient(135deg, #ca8062 0%, #c4704f 100%);
  transform: translateY(-1px);
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1.btn-success,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn.btn-success,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1.btn-success,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn.btn-success {
  background: linear-gradient(135deg, #2e7d32 0%, #205823 100%) !important;
  border: none;
  color: #ffffff !important;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1.btn-success:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn.btn-success:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1.btn-success:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn.btn-success:hover {
  background: linear-gradient(135deg, #359039 0%, #2e7d32 100%) !important;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1.btn-success i,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn.btn-success i,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1.btn-success i,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn.btn-success i {
  margin-right: 5px;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1.btn-primary,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn.btn-primary,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1.btn-primary,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn.btn-primary {
  background: linear-gradient(135deg, #1a5f7a 0%, #113e50 100%);
  border: none;
  color: #ffffff;
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1.btn-primary:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn.btn-primary:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1.btn-primary:hover,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn.btn-primary:hover {
  background: linear-gradient(135deg, #2980b9 0%, #1a5f7a 100%);
}
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn_1.btn-primary i,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li .btn.btn-primary i,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn_1.btn-primary i,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-12 > ul li .btn.btn-primary i {
  margin-right: 5px;
}
@media (max-width: 991px) {
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure {
    min-height: 200px;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper {
    padding: 20px;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field {
    gap: 6px;
  }
  body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field label {
    padding: 8px 14px;
    font-size: 0.8rem;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure {
    min-height: 180px;
    position: relative;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-5 figure img {
    position: relative;
    height: auto;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper {
    padding: 20px 15px 15px;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper h3 {
    font-size: 1.25rem;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 .wrapper ul.cart_details li {
    font-size: 0.9rem;
    padding: 8px 0;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li:first-child {
    order: 2;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li:last-child {
    order: 1;
    width: 100%;
  }
  body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li:last-child .btn_1,
body:has(.bookings-page) .isotope-wrapper .box_list.isotope-item .col-lg-7 > ul li:last-child .btn {
    width: 100%;
    display: block;
  }
}
@media (max-width: 576px) {
  body:has(.bookings-page) .filters_listing.sticky_horizontal .container {
    padding: 12px 10px;
  }
  body:has(.bookings-page) .filters_listing.sticky_horizontal .switch-field label {
    padding: 6px 10px;
    font-size: 0.75rem;
    border-radius: 20px;
  }
  body:has(.bookings-page) .container.margin_60_35 {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}