.owl-scrollbar {
  margin-top: 39px;
  border-radius: 10px;
  height: 5px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, 0.4);
  position: relative;
}

.owl-scrollbar .owl-scroll-handle {
  height: 5px;
  width: 15px;

  display: inline-block;
  background: #f6a37e;
  position: absolute;
  top: -2px;
  left: -1px;
}

.owl-scrollbar .owl-scroll-progress {
  background: #333;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.owl-item img {
  border-radius: 10px;
}
.du-tour-carousel {
  /* max-width: 1200px; */
}
.tour-template-header {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
/* new wrapper revision */
.tour-template-header-wrapper {
  width: 100%;
  background: #f8f6f2;
}
/* General styling for the tour grid */
.tours-list-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.page-header-tours .vc_row {
  margin: 0;
}

/* Tour item card styling */
.tour-item {
  margin: auto;
  background: #f8f6f2;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
  max-width: 512px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative; /* Added for positioning the price badge */
}

.tour-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.tour-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Styling for the carousel images */
.owl-carousel img {
  width: 100%;
  height: auto;
  display: block;
}

/* Price badge styling */
.tour-price span {
  position: absolute;
  top: 15px; /* Adjusted for better spacing */
  left: 15px; /* Adjusted for better spacing */
  background: #263371;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 15px;
  border-radius: 10px;
  z-index: 10;
  font-family: "peridot-pe-variable", sans-serif;
}

/* Tour info section */
.tour-info {
  padding: 20px; /* Adjusted padding for better spacing */
  text-align: left;
}

.tour-title {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  color: #0d275f;
}

.tour-duration span {
  font-size: 14px;
  color: #0d275f;
  display: block;
  margin-bottom: 10px;
  font-family: "peridot-pe-variable", sans-serif;
}

.tour-view-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  color: #0d275f;
  font-weight: light;
  transition: color 0.3s ease;
  font-family: "peridot-pe-variable", sans-serif;
}

span.tour-view-more {
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
span.du_arrow {
  margin-left: 20px;
}
.tour-header-du-button {
  margin: 45px 0 70px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .tour-header-du-button {
    margin: 35px 0;
  }
}
.tour-header-du {
  text-align: center;
}

.custom-accordion-tours-details .accordion-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.custom-accordion-tours-details .accordion-content {
  display: block;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.custom-accordion-tours-details .accordion-item.closed .accordion-content {
  max-height: 0;
}

span.accordion-toggle {
  max-width: 25px;
  display: flex;
  max-height: 25px;
}
@media (max-width: 640px) {
  .tour-title {
    font-size: 24px;
    line-height: 24px;
  }
  .tour-view-more {
    font-size: 12px;
  }
}
.tour_zoom {
  content: "";
  position: absolute;
  background: url("../icon/zoom.svg") no-repeat center center;
  width: 71px;
  height: 71px;
  bottom: 15px;
  right: 45px;
}
@media (max-width: 1200px) {
  .tour_zoom {
    right: 80px;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .tour_zoom {
    left: 88vw !important;
  }
}
@media (max-width: 640px) {
  .tour_zoom {
    width: 50px;
    height: 50px;
    bottom: 5px;

    background-size: contain;
  }
}
.owl-item {
  max-width: 1200px;
}
