/* Tour detail page (tour1.html) */
.tour-page-nav{
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: #fff;
  padding: 14px 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.tour-page-nav-logo{
  max-width: 240px;
  width: 70%;
  height: auto;
}

.tour-page{
  background-color: #fff;
}

.tour-hero-carousel{
  padding: 0;
  max-height: 420px;
}

.tour-hero-carousel .image-slider-slide{
  height: 380px;
}

.tour-hero-carousel .image-cards{
  padding: 0;
  border-radius: 0;
  height: 100%;
  object-fit: cover;
}

.tour-hero-carousel .image-slider-dots{
  bottom: 20px;
}

.tour-page-body{
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 20px 48px;
}

.tour-page-title{
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #0f520c;
  margin: 0 0 12px;
  line-height: 1.3;
}

.tour-page-intro{
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 20px;
}

.tour-highlights-badges{
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.tour-highlights-badges li{
  font-family: poppins, sans-serif;
  font-size: 14px;
  color: #0f520c;
  font-weight: 500;
}

.tour-highlights-badges .fa{
  color: #0f520c;
  margin-right: 6px;
}

.tour-info-cards{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.tour-info-card{
  background: #f7f7f7;
  border-radius: 16px;
  padding: 16px;
}

.tour-info-card h3{
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0f520c;
  margin: 0 0 6px;
}

.tour-info-card p{
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

.tour-book-cta{
  display: block;
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  background-color: #0f520c;
  border-radius: 30px;
  padding: 16px 24px;
  text-decoration: none;
  margin-bottom: 40px;
  transition: background-color 0.25s ease;
}

.tour-book-cta:hover{
  background-color: green;
}

.tour-book-cta--bottom{
  margin-top: 8px;
  margin-bottom: 0;
}

.tour-section{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.tour-section:last-of-type{
  border-bottom: none;
}

.tour-section-title{
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #0f520c;
  margin: 0 0 20px;
}

.tour-subsection-title{
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin: 16px 0 10px;
}

.tour-traveler-card{
  background: #f9f9f9;
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 16px;
}

.tour-traveler-header{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.tour-traveler-avatar{
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0f520c;
  color: #fff;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-traveler-rating{
  font-family: poppins, sans-serif;
  font-size: 14px;
  color: #f4b400;
  margin: 0 0 4px;
}

.tour-traveler-score{
  font-weight: 700;
  color: #333;
}

.tour-traveler-meta{
  font-family: poppins, sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.tour-traveler-text{
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.tour-itinerary-note{
  font-family: poppins, sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tour-legend-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tour-legend-dot--main{
  background: #0f520c;
}

.tour-timeline{
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.tour-timeline-step{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  float: none;
  clear: both;
}

.tour-timeline-rail{
  flex: 0 0 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
}

.tour-timeline-dot{
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #0f520c;
  box-sizing: border-box;
  z-index: 2;
}

.tour-timeline-line{
  flex: 1;
  width: 2px;
  min-height: 20px;
  margin: 6px 0;
  background: #0f520c;
}

.tour-timeline-step--transport .tour-timeline-dot{
  width: 10px;
  height: 10px;
  border: none;
  background: #8a8a8a;
}

.tour-timeline-step--transport .tour-timeline-line{
  background: #c5dcc4;
}

.tour-timeline-step--transport .tour-timeline-body h3{
  color: #666;
  font-weight: 500;
  font-size: 15px;
}

.tour-timeline-step--start .tour-timeline-dot,
.tour-timeline-step--end .tour-timeline-dot{
  background: #0f520c;
  border-color: #0f520c;
}

.tour-timeline-step--end .tour-timeline-line{
  display: none;
}

.tour-timeline-body{
  flex: 1;
  padding: 0 0 24px 12px;
  min-width: 0;
}

.tour-timeline-step--end .tour-timeline-body{
  padding-bottom: 0;
}

.tour-timeline-body h3{
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #0f520c;
  margin: 0 0 4px;
}

.tour-timeline-body p{
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

.tour-timeline-tag{
  display: inline-block;
  margin-top: 8px;
  font-family: poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0f520c;
  background: #e8f5e6;
  padding: 4px 10px;
  border-radius: 12px;
}

.tour-bullet-list,
.tour-check-list{
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  padding-left: 22px;
}

.tour-section--columns{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.tour-map-link{
  display: inline-block;
  margin-top: 8px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0f520c;
}

body.tour-has-booking-bar{
  padding-bottom: 76px;
}

body.tour-has-booking-bar .callbutton,
body.tour-has-booking-bar .whatsappiconinside{
  bottom: 88px;
}

.tour-booking-bar{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  background-color: #fff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}

.tour-booking-bar-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.tour-booking-bar-text{
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
  color: #333;
  margin: 0;
  flex: 1;
  min-width: 0;
}

.tour-booking-bar-price{
  font-weight: 600;
  color: #0f520c;
  font-size: 16px;
}

.tour-booking-bar-btn{
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background-color: #25d366;
  border-radius: 30px;
  padding: 14px 22px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.tour-booking-bar-btn:hover{
  background-color: #1ebe57;
  transform: translateY(-1px);
}

.tour-booking-bar-btn .fa{
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  body.tour-has-booking-bar{
    padding-bottom: 84px;
  }

  .tour-booking-bar-text{
    font-size: 13px;
  }

  .tour-booking-bar-price{
    font-size: 14px;
    display: block;
  }

  .tour-booking-bar-btn{
    font-size: 14px;
    padding: 12px 16px;
  }
}
