.info {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 2rem;
}
.bn-detail{
    background: #19393E;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #EAFC69;
}
.dark1{
    color: #19393E !important;
    background: #EAFC69 !important;
}
.info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 50px;
}

/* Left: Title */
.info-title {
  /* flex: 1; */
  /* min-width: 240px; */
}

.info-heading {
  margin: 0;
  line-height: 1.2;
}

.info-heading .highlight {
  color: #009b90;
  font-weight: 800;
  font-size: 72px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.info-heading .highlight i {
  color: #009b90;
  font-size: 1.2rem;
}

.info-heading .sub {
  font-size: 72px;
  font-weight: 800;
  color: #111;
  display: block;
  margin-top: 0.5rem;
}

/* Center: Icon */
.info-icon {
  flex-shrink: 0;
  background-color: #eef3e8;
  border-radius: 48px;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-arrow {
  height: 28px;
}

/* Right: Description */
.info-description {
  flex: 2;
  min-width: 300px;
  font-size: 0.95rem;
  color: #6e7685;
}

.info-list {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.info-list span {
  font-weight: 600;
  color: #009b90;
  position: relative;
  padding-left: 1.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.info-list span::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
  color: #009b90;
  font-size: 0.75rem;
}

.bg-section {
  background: url("../images/tour-detail-bg.webp") center/cover no-repeat;
  background-attachment: scroll;
  position: relative;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.4
  ); /* giảm độ tối để nội dung nổi bật hơn */
  backdrop-filter: blur(0px); /* giảm mờ để tránh mất chi tiết */
  -webkit-backdrop-filter: blur(0px);
  z-index: 1;
}
.creator-content {
  text-align: left;
  width: 480px;
  max-width: 480px;
  position: relative;
  z-index: 3;
}
.overview,
.overview-points,
.quick-info {
  position: relative;
  z-index: 3;
}
/*.creator-overlay {*/
/*  background-color: rgba(255, 255, 255, 0.1);*/
/*  backdrop-filter: blur(25.7px);*/
/*  -webkit-backdrop-filter: blur(25.7px);*/
/*  border-right: 2px solid rgba(255, 255, 255, 0.1);*/
/*  padding: 10rem 2rem 2rem 3rem;*/
/*  height: 100%;*/
/*  max-width: 480px;*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/
.creator-overlay {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.creator-overlay-bg {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25.7px);
  -webkit-backdrop-filter: blur(25.7px);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10rem 0 2rem 0; /* bỏ padding ngang ở đây */
  height: 100%;
  width: 45%;
  position: absolute;
  z-index: 2;
}
.creator-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 350px;
    display: flex;
    align-items: center;
}

.creator-content {
  max-width: 480px;
  text-align: left;
  position: relative;
  z-index: 3;
}
.btn {
  background-color: #4caf50;
  padding: 0.75rem 1.5rem;
  border: none;
  color: white;
  font-weight: bold;
  margin-top: 1rem;
  cursor: pointer;
}

.overview {
  background: linear-gradient(to right, #1A280A 50%, #019a94 50%);
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #00423d;
  color: #fff;
}
.overview-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1280px;
  width: 100%;
}

.overview-text,
.overview-points {
  flex: 1;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overview-text h2 {
  font-size: 50px !important;
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 0rem;
}

.overview-text p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  margin-top: 15px
}

.overview-points {
  background-color: #019a94;
}

.overview-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overview-points li {
  margin-bottom: 0rem;
  padding-left: 2rem;
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}

.overview-points li::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 0.3rem;
  color: #fff;
  font-size: 14px;
}

.quick-info {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.quick-info h4 {
  font-size: 1rem;
  color: #fff;
}

.quick-info p {
  font-size: 0.8rem;
  color: #fff;
}



.itinerary {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 2rem;
    gap: 4rem;
    font-family: 'Inter', sans-serif;
  }
  
  .itinerary-sidebar {
    flex: 0 0 380px;
  }
  
  .itinerary-intro {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 0.75rem;
  }
  
  .itinerary-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    line-height: 1.1;
  }
  
  .itinerary-days {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .day-item {
    display: flex;
    align-items: center;
    padding: 1.2rem 1.5rem;
    border-radius: 14px;
    margin-bottom: 1rem;
    background-color: #f4f4f4;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .day-item.active {
    background-color: #00423d;
    color: white;
  }
  
  .day-item .circle {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  
  .day-item.active .circle {
    background-color: #fff;
  }
  
  .day-item p {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.8;
    color: inherit;
  }
  
  .day-item .arrow {
    margin-left: auto;
    font-size: 1.5rem;
    color: inherit;
  }
  
  /* Right content */
  .itinerary-content {
    flex: 1;
  }
  
  /* Gallery layout */
  .gallery {
    position: relative;
    margin-bottom: 2rem;
  }
  
  .main-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    object-fit: cover;
  }
  
  .gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  
  .gallery-thumbs img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  .gallery-thumbs img.active {
    outline: 2px solid #000;
    opacity: 1;
  }
  .gallery-thumbs img {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
  
  .btn-show {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    bottom: 1rem;
    left: 1rem;
    background: white;
    padding: 0.4rem 1rem;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .btn-show > img {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
  }
  /* Schedule */
  .schedule h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }
  
  .schedule h4 {
    color: #777;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .schedule-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .schedule-list li {
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1.5rem;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
  }
  
  .schedule-list .time {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    color: #23262F;
    width: 60px;
    flex-shrink: 0;
    background-color: #F1F4F4;
    border-radius: 32px;
    padding: 5px;
    text-align: center;
    max-height: 32px;
  }
  





  .services-section {
    text-align: center;
    padding: 6rem 2rem;
    background-color: #f6f9f8;
    font-family: 'Inter', sans-serif;
  }
  
  .section-subtitle {
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5e6e68;
    font-weight: 600;
    margin-bottom: 0.75rem;
  }
  
  .section-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 3.5rem;
    color: #101010;
  }
  
  .plan-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .plan-card {
    box-sizing: border-box;
    flex: 1 1 calc(50% - 1rem);
    max-width: 576px; /* toàn bộ gồm padding + border */
    padding: 2rem; /* thoải mái vì đã tính trong max-width */
    background: #fff;
    border-radius: 24px;
    text-align: left;
    box-shadow: 0 0 0 1px #e3e8e4;
  }
  
  
  @media (max-width: 767px) {
    .plan-card {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
  
  
  
  .plan-card.dark {
    background: #0c2f2b;
    color: white;
    box-shadow: none;
  }
  
  .icon-star {
    background-color: #0c2f2b;
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  
  .dark .icon-star {
    background-color: #dffe52 !important;
    color: #0c2f2b !important;
  }
  
  .plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }
  .dark .plan-name{
      color: white !important;
  }
  .plan-desc {
    font-size: 0.9rem;
    opacity: 0.85;
    margin-bottom: 1.5rem;
  }
  
  .plan-price {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }
  
  .price-currency {
    font-weight: 500;
    color: #8e9e96;
    font-size: 1.25rem;
    margin-left: 0.25rem;
  }
  
  .price-note {
    font-size: 0.75rem;
    color: #6b7e76;
    margin-bottom: 1.5rem;
  }
  
  .pickup-drop p {
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0.5rem 0 0.25rem;
    opacity: 0.9;
  }
  
  .locations {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  
  .location {
    font-size: 0.75rem;
    background-color: #edf0ee;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-weight: 500;
    color: #2d3d29;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  .location.active {
    background-color: #0c2f2b;
    color: white;
  }
  
  .plan-card.dark .location {
    background-color: #27443f;
    color: white;
  }
  
  .plan-card.dark .location.active {
    background-color: #dffe52;
    color: #0c2f2b;
  }
  
  
  .btn-check {
    background-color: #dffe52;
    color: #0c2f2b;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    cursor: pointer;
    transition: background 0.2s;
  }
  
  .btn-check:hover {
    background-color: #cde845;
  }
  
  .inclusion-exclusion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
  }
  
  .inclusion-exclusion .card {
    box-sizing: border-box;
    flex: 1 1 calc(50% - 1rem);
    max-width: 576px;
    padding: 2rem;
    background-color: white;
    border: 1px solid #dfe4e1;
    border-radius: 20px;
    text-align: left;
  }
  
  
  .card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1c1c1c;
  }
  
  .card ul {
    padding-left: 1.2rem;
    list-style: disc;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
  }
  
  .cta {
    margin-top: 4rem;
  }
  
  .btn-cta {
    background-color: #066c5f;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  }
  
  .btn-cta span {
    font-size: 1.25rem;
  }
  
  .day-toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.day-toggle .icon {
  font-size: 1rem;
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.day-block.open .icon {
  transform: rotate(180deg);
}
.mobile-gallery {
  margin-top: 1rem;
}
.thumb-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.thumb-row img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
}
.btn-show {
  margin-top: 0.75rem;
  background: #eee;
  border: none;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
}
