.mb-50 {
  margin-bottom: 50px;
}

.tour-view-adult-bg {
  background-color: #2c3e50; /* Dark blue-grey */
}

.tour-view-youth-bg {
  background-color: #46627f; /* Medium blue-grey */
}

.tour-view-child-bg {
  background-color: #718faa; /* Lighter blue-grey */
}

.tour-view-over-view-slider {
  margin: 0;
}

/* --- Custom Swiper Navigation Buttons --- */
.tour-view-over-view-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; /* Ensure buttons are above slides */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Override Swiper's default appearance */
  width: auto; /* Let content determine width */
  height: auto; /* Let content determine height */
  margin-top: 0; /* Remove swiper's default margin */
  background: none; /* No background color/image */
  color: rgba(255, 255, 255, 0.8); /* White arrow with slight transparency */
  transition: color 0.2s ease;
}

.tour-view-over-view-swiper-button:hover {
  color: rgba(255, 255, 255, 1); /* Fully opaque on hover */
  background: unset;
}

/* Style the actual arrow icon (using Swiper's default ::after) */
.tour-view-over-view-swiper-button::after {
  font-size: 2.5rem; /* Adjust size of the chevron arrow */
  font-weight: bold; /* Make it bolder if needed */
  /* Swiper uses 'swiper-icons' font-family by default */
  /* content property is automatically set by swiper ('next' or 'prev') */
}

/* Position the buttons */
.tour-view-over-view-swiper-button-prev {
  left: 20px; /* Adjust distance from left edge */
}

.tour-view-over-view-swiper-button-next {
  right: 20px; /* Adjust distance from right edge */
}

/* Hide default Swiper focus outline if desired */
.tour-view-over-view-swiper-button:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .tour-view-over-view-section .tour-view-calendar {
    margin-bottom: 60px;
  }
}

.tour-view-over-view-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.tour-view-over-view-section .section-title {
  font-size: 34px;
  font-weight: normal;
  color: #333333;
  /* margin-bottom: 50px; */
  margin-bottom: 30px;
}

.tour-view-over-view-section .section-title.section-title-big {
  font-size: 40px;
}

.experiences-section.tour-view .experience-category {
  height: 310px;
  margin-bottom: 0;
}

.experiences-section.tour-view::before {
  /* background-color: #000711; */
  background-color: #ffffff;
}

/* --- FAQ Section --- */
.tour-view-faq-section {
  background-color: #101c2c; /* Light blue background */
}

.tour-view-faq-section .section-title {
  font-size: 34px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}

.tour-view-faq-section .accordion {
  --bs-accordion-bg: inherit;
}

.tour-view-faq-section .accordion-body {
  /* background-color: #29476e; */
  background-color: #ffffff;
  color: black;
  padding: 25px 40px;
}

.tour-view-faq-section .accordion-button {
  color: white;
}

.tour-view-faq-section .accordion-button::after {
  background-image: url("../img/tour-view/chevron-down-solid.svg");
}

.tour-view-faq-section .accordion-button:not(.collapsed) {
  background-color: #101c2c;
  box-shadow: none;
}

.tour-view-faq-section .accordion-item {
  color: white;
}

.tour-view-faq-section .accordion-item button:focus:not(:focus-visible) {
  border: none;
  outline: none;
}

.tour-view-accordion-item {
  background-color: transparent !important; /* Ensure item background is transparent */
  border-bottom: 1px solid #a96d22;
}

.experiences-section.tour-view .experience-category-title {
  color: #333333;
}

.tour-view-over-view-section .custom-margin-top {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .tour-view-over-view-section .custom-margin-top {
    margin-top: 0px;
  }
}

.tour-view-over-view-section .custom-ul {
  padding-left: 1rem;
}

.tour-view-over-view-section .custom-ul > li {
  margin-bottom: 7px;
}

.sdf {
  font-size: 18px !important;
}

/* new code */
/* timeline code */
.timeline {
  list-style: none;
  padding-left: 8px; /* Creates space for the timeline elements */
  position: relative;
}

/* The vertical connecting line */
.timeline::before {
  content: "";
  position: absolute;
  background-color: #d48c3c;
  width: 2px;
  top: 10px;
  bottom: 10px;
  left: 7px;
}

.timeline-item {
  position: relative;
  padding-left: 30px; /* Space between line/dot and the text */
  margin-bottom: 22px;
  color: #d48c3c; /* Burnt orange color */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

/* The circular marker */
.timeline-item::before {
  content: "";
  position: absolute;
  background-color: #d48c3c; /* Same orange color */
  border-radius: 50%;
  width: 14px;
  height: 14px;

  /* Center the marker on the vertical line */
  /* The line is at left:0, so move the dot left by half its width */
  left: -7px;

  /* Vertically align the marker */
  top: 50%;
  transform: translateY(-50%);

  /* Ensure the dot sits on top of the line */
  z-index: 1;
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
}




/* Basic styling for all tabs */
.tour-nav-sticky .tab-head {
  padding-bottom: 8px;
  border-bottom: 3px solid transparent; /* A transparent border prevents "layout jumping" on state change */
  transition: all 0.3s ease-in-out;
}

/* Style for tab on hover */
.tour-nav-sticky .tab-head:hover {
  color: #b06d36 !important; /* Use Bootstrap's primary blue for hover or your theme's color */
  border-bottom-color: #dee2e6; /* A light gray for the hover border */
}

/* The style for the currently active tab */
.tour-nav-sticky .tab-head.active {
  color: #b06d36 !important; /* Make the active tab color stand out */
  border-bottom-color: #b06d36; /* A solid, colored border to indicate it's active */
}

/* This ensures smooth scrolling behavior for the whole page */
html {
  scroll-behavior: smooth;
}