/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.splide__slide {
  opacity: 0.6;
}
.splide__slide.is-active {
  opacity: 1;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 0;
}
ul.info-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.info-box-list i {
  width: 25px;
}
ul.info-box-list li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin: 0;
}
.csp-list-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-box {
  flex: 1 1 30%;
  padding: 20px;
}
.csp-list-info {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
div#csp-slider-gallery {
  margin-bottom: 60px !important;
}
div#csp-slider-gallery-track {
  border: 0px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
ul#csp-slider-thumbnails-list img {
  border: 0px solid #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
h3.info-box-title {
  border-bottom: 3px solid #0194D1;
  padding-bottom: 3px;
  margin: 0;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  font-family: Roboto !important;
  margin-bottom: 10px !important;
  position:relative;
}
.info-box-tab-links {
  display: flex;
  gap: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
a.info-box-tab-link {
  color: #fff;
  text-decoration: none !important;
  font-size: 10px;
  background: #0194D1;
  padding: 10px 7px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  line-height: 1.5;
}
a.info-box-tab-link .fa-star {
  vertical-align: text-top;
}
a.info-box-tab-link.active,
a.info-box-tab-link:hover {
  color: #fff;
  background: #FF6400;
}
span.csp-teks {
  font-family: 'Roboto' !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
  display: block;
  padding-top: 5px;
  position:relative;
}
span.csp-teks i,
span.csp-teks svg {
  margin-right: 10px;
}
span.csp-teks .csp-teks-icon-right {
  position: absolute !important;
  top: 7px !important;
  right: 0 !important;
  margin: 0 !important;
}
.csp-harga-item {
  display: flex !important;
  justify-content: space-between;
  align-items: end;
}
span.csp-harga {
  font-family: 'Roboto' !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
}
@media (max-width: 768px) {
  .info-box {
    flex: 1 1 100%;
  }
}

/* Grid layout for columns */
.csp-grid {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 40px;
}
.csp-col-50 {
  width: 50%;
}
.csp-section h3 {
  border-bottom: 3px solid #ff6600;
  padding-bottom: 3px;
  margin: 0;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  font-family: Roboto !important;
  margin-bottom: 40px !important;
}
/* Itinerary section styling */
.csp-itinerary {
  display: flex;
  margin-bottom: 30px;
}
.csp-itinerary-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.csp-itinerary-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white; /* Adjust color and thickness as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Creates a subtle shadow */
  object-fit: cover;
  object-position: center;
  margin-right: 15px;
}
.csp-itinerary-activity {
  flex: 1;
}
/* Table structure for the itinerary */
.csp-itinerary-activity table {
  width: 100%;
  border-collapse: collapse;
}
.csp-itinerary-activity table tbody tr:first-child span {
  margin-top: 10px;
  border-top: 0;
}
.csp-itinerary-activity th {
  border: 0 !important;
}
th.csp-i-day {
  width: 130px;
  padding: 0;
  background-color: #19a9ff; /* Light blue background */
  border-radius: 20px 0px 0px 20px; /* Rounded corners on the left side */
}
.csp-i-day span {
  display: block;
  background-color: #FF6600; /* Orange background */
  color: white; /* White text */
  padding: 3px 10px !important; /* Padding for spacing */
  border-radius: 20px; /* Rounded corners on the left side */
  font-weight: bold; /* Bold text */
  font-size: 18px; /* Font size */
  text-transform: uppercase; /* Uppercase text */
  font-family: Roboto !important;
}
.csp-i-act {
  background-color: #19a9ff; /* Light blue background */
  color: white; /* White text */
  padding: 3px 10px !important; /* Padding for spacing */
  border-radius: 0px 20px 20px 0px; /* Rounded corners on the right side */
  font-weight: bold; /* Bold text */
  font-size: 18px; /* Font size */
  text-transform: uppercase; /* Uppercase text */
  font-family: Roboto !important;
}
/* Rows for activity details */
.csp-itinerary-activity td {
  padding: 0 15px;
  font-size: 14px;
  vertical-align: top;
  background:transparent !important;
  border: 0px;
}
.csp-itinerary-activity td.csp-i-time {
  color: #FF6600;
  /* font-weight: 500; */
}
.csp-itinerary-activity td.csp-i-time span {
  border-top: 1px solid #FF6600;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 0;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 5px;
  text-align: center;
  font-family: Roboto !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
}
.csp-itinerary-activity td.csp-i-desc {
  color: #333;
  font-weight: normal;
}
.csp-itinerary-activity td.csp-i-desc span {
  margin-bottom: 0;
  border-top: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  font-family: Roboto !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
}
/* Reservasi form section */
.csp-reservasi {
  padding-top: 5px;
  margin-top: 40px;
}

#info-box-tab-2 {
  display: block;
}
.info-box-tab-content {
  display: none;
}

img.best-seller-label {
  position: absolute;
  top: 0;
  right: 50px;
  width: 70px;
}

.tour-only-items {
    display: flex;
    justify-content: space-around;
    background: #0094D4;
    border-radius: 7px;
    max-width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}
.tour-only-item {
    color: #fff;
    width: 100%;
    text-align: center;
}
.tour-only-price {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.tour-only-price-unit {
    font-size: 12px;
}
.tour-only-item:last-child {
    border-right: 0;
}
.tour-only-item {
    color: #fff;
    width: 100%;
    text-align: center;
    border-right: 1px solid #fff;
}
.tour-only-text i {
    font-size: 18px;
    margin-right: 5px;
}
.tour-only-text {
    font-size: 16px;
    font-weight: 500;
}
.tour-only-header span {
    background: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 2px 30px;
    color: #000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.tour-only-header {
    text-align: center;
}
.tour-only {
    position: absolute;
    bottom: -45px;
    width: 100%;
}
.info-box.box-destinasi span.csp-teks {
    display: block !important;
}
.info-box.box-fasilitas span.csp-teks {
    display: block !important;
}

/* #csp-slider-thumbnails .splide__track {
  height: 350px;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  #csp-slider-thumbnails .splide__track {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #csp-slider-thumbnails .splide__track {
    height: 250px;
  }
}
@media (max-width: 480px) {
  #csp-slider-thumbnails .splide__track {
    height: 200px;
  }
} */

.csp-slider-wrap {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.csp-slider-left {
  flex: 1 1 180px;
}
.csp-slider-right {
  flex: 1 1 100%;
}

/* Responsive layout */
@media screen and (max-width: 768px) {
  .csp-grid {
    flex-direction: column;
  }
  .csp-col-50 {
    width: 100%;
  }
  .csp-itinerary {
    flex-direction: column;
  }
  .csp-itinerary-image img {
    width: 150px;
    height: 150px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .csp-i-day, .csp-i-act {
    font-size: 16px;
  }
  .csp-i-time {
    font-size: 12px;
  }

  a.info-box-tab-link {
    font-size: 6px;
    padding: 11px 5px;
  }

  .tour-only-items {
    max-width: 90%;
    border-radius: 5px;
    padding: 8px 0;
  }
  .tour-only-text {
    font-size: 8px;
  }
  .tour-only-text i {
    font-size: 8px;
    margin-right: 2px;
  }
  .tour-only-price {
    font-size: 14px;
  }
  .tour-only-price-unit {
    font-size: 8px;
  }

  img.best-seller-label {
    right: 30px;
    width: 30px;
  }
  .tour-only-header span {
    background: #FF6400;
    padding: 1px 14px;
    color: #fff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    font-size: 12px;
  }
  .csp-list-info {
    margin-top: 20px;
  }
  .info-box {
    padding: 15px 20px;
  }
}
