/* Custom tour landing pages (corporate / private / transit / holiday) */
.tl_wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.tl_hero {
  position: relative;
  background: radial-gradient(120% 120% at 15% 10%, #173c58 0, #0d2135 55%);
  overflow: hidden;
  padding: 60px 0 80px;
}
.tl_hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 90% at 85% 20%, rgba(206, 142, 49, .18), transparent 60%);
  pointer-events: none;
}
.tl_hero_row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.tl_hero_copy { flex: 1 1 460px; }
.tl_hero_form { flex: 1 1 380px; max-width: 480px; margin-top: 160px; }
.tl_hero_copy h1 {
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 16px;
}
.tl_hero_copy h1 span { color: #e2b061; }
.tl_hero_copy p {
  color: #c8d2dc;
  font-size: 17px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 0 22px;
}
.tl_tag_list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.tl_tag {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #eaf0f5;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.tl_hero_actions { display: flex; flex-wrap: wrap; gap: 12px; }
.tl_btn_wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  padding: 11px 22px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14.5px;
}
.tl_btn_wa:hover { color: #fff; opacity: .92; }
.tl_btn_call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .06);
  border: 1.5px solid rgba(255, 255, 255, .3);
  color: #fff;
  padding: 11px 22px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14.5px;
}
.tl_btn_call:hover { color: #fff; opacity: .92; }

.tl_form_card {
  background: #fff; border-radius: 18px; padding: 28px; box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
  min-height: 480px; display: flex; flex-direction: column; justify-content: center;
}
.tl_form_card h3 { font-size: 21px; font-weight: 800; color: #10263b; margin: 0 0 12px; }
.tl_form_card .tl_divider { width: 46px; height: 4px; background: var(--warning, #CE8E31); border-radius: 4px; margin-bottom: 18px; }
.tl_thankyou { text-align: center; padding: 30px 10px; }
.tl_thankyou .tl_check { font-size: 46px; }
.tl_thankyou h3 { margin: 10px 0 6px; color: #10263b; }
.tl_thankyou p { color: #586570; font-size: 15px; line-height: 1.6; }
.tl_trust_line {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin-top: 14px; color: #8a94a0; font-size: 12px; flex-wrap: wrap;
}

/* Trust bar */
.tl_trust_bar {
  background: #fff;
  border-top: 1px solid #efe6d6;
  box-shadow: 0 24px 60px rgba(16, 38, 59, .12);
  border-radius: 16px;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  z-index: 20;
  padding: 30px 20px;
}
.tl_trust_bar .row > div { text-align: center; border-right: 1px solid #eee3d5; }
.tl_trust_bar .row > div:last-child { border-right: none; }
.tl_trust_icon {
  width: 50px; height: 50px; margin: 0 auto 10px; border-radius: 14px;
  background: #f7efe0; display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.tl_trust_num { font-size: 26px; font-weight: 800; color: #10263b; }
.tl_trust_label { color: #7a848e; font-size: 13px; margin-top: 2px; }

/* Section heading */
.tl_section_title { text-align: center; margin-bottom: 40px; }
.tl_section_title h2 { font-size: 34px; font-weight: 800; color: #10263b; margin: 0; }
.tl_section_title p { max-width: 640px; margin: 12px auto 0; color: #586570; font-size: 15.5px; line-height: 1.6; }

/* Package cards feature chips */
.tl_package_card { margin-bottom: 14px; }
.tl_chip_row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.tl_chip {
  background: #f7efe0;
  color: #10263b;
  border: 1px solid #eee3d5;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 600;
}

/* How it works */
.tl_step_card { background: #faf7f2; border: 1px solid #eee3d5; border-radius: 16px; padding: 26px; height: 100%; }
.tl_step_num {
  width: 46px; height: 46px; border-radius: 12px; background: #10263b; color: #e2b061;
  display: flex; align-items: center; justify-content: center; font-size: 19px; font-weight: 800;
}
.tl_step_card h3 { font-size: 16.5px; font-weight: 700; color: #10263b; margin: 14px 0 6px; }
.tl_step_card p { color: #586570; font-size: 13.5px; line-height: 1.55; margin: 0; }

/* About split */
.tl_about_imgwrap { position: relative; }
.tl_about_img_main { position: relative; height: 380px; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(16, 38, 59, .16); }
.tl_about_img_main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tl_about_img_sub {
  position: absolute; bottom: -22px; left: -22px; width: 150px; height: 130px; border-radius: 14px;
  overflow: hidden; border: 5px solid #fff; box-shadow: 0 16px 34px rgba(16, 38, 59, .18);
}
.tl_about_img_sub img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tl_about_badge {
  position: absolute; top: -24px; right: -18px; background: #10263b; color: #fff;
  border-radius: 16px; padding: 16px 20px; box-shadow: 0 16px 34px rgba(16, 38, 59, .28); text-align: center;
}
.tl_about_badge_value { font-size: 28px; font-weight: 800; color: #e2b061; line-height: 1; }
.tl_about_badge_label { font-size: 12px; color: #c8d2dc; margin-top: 4px; line-height: 1.3; }
.tl_highlight_box { border: 1px solid #eee3d5; border-radius: 14px; padding: 16px; background: #fff; height: 100%; }
.tl_highlight_box .tl_hl_icon { font-size: 20px; }
.tl_highlight_box strong { display: block; color: #10263b; font-size: 14.5px; margin-top: 8px; }
.tl_highlight_box div.tl_hl_text { color: #586570; font-size: 13px; margin-top: 3px; line-height: 1.5; }

/* Ideal for */
.tl_ideal_card { text-align: center; padding: 26px 16px; border-radius: 16px; background: #faf7f2; border: 1px solid #eee3d5; height: 100%; }
.tl_ideal_card .tl_ideal_icon { font-size: 32px; }
.tl_ideal_card h3 { font-size: 16px; font-weight: 700; color: #10263b; margin: 12px 0 6px; }
.tl_ideal_card p { color: #586570; font-size: 13.5px; line-height: 1.55; margin: 0; }

/* Testimonials */
.tl_testimonials { background: #10263b; }
.tl_testimonials .tl_section_title h2 { color: #fff; }
.tl_testi_card { background: #16324a; border: 1px solid #22415c; border-radius: 16px; padding: 28px; height: 100%; }
.tl_testi_stars { color: #e2b061; font-size: 16px; letter-spacing: 2px; }
.tl_testi_quote { color: #e6edf3; font-size: 15px; line-height: 1.65; margin: 14px 0 18px; }
.tl_testi_person { display: flex; align-items: center; gap: 12px; }
.tl_testi_avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--warning, #CE8E31);
  color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0;
}
.tl_testi_name { color: #fff; font-weight: 600; font-size: 14.5px; }
.tl_testi_meta { color: #8fa2b3; font-size: 12.5px; }
.tl_testi_note { text-align: center; color: #6f8296; font-size: 13px; margin-top: 22px; }
.tl_testi_note a { color: #e2b061; text-decoration: underline; }

.tl_testi_stars_real { display: block; margin-bottom: 6px; }
.tl_testi_stars_real i { color: #FBBC04; margin-right: 1px; }
.tl_testi_avatar_img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.tl_testi_google_badge {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 10px; color: #cdd8e2; font-size: 13.5px; font-weight: 600;
}
.tl_testi_google_logo { width: 20px; height: 20px; flex-shrink: 0; }

/* FAQ */
.tl_faq_list { display: grid; gap: 14px; max-width: 820px; margin: 0 auto; }
.tl_faq_item { border: 1px solid #eae0d1; border-radius: 12px; background: #fff; overflow: hidden; }
.tl_faq_item summary {
  list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 600; font-size: 16.5px; color: #10263b;
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.tl_faq_item summary::-webkit-details-marker { display: none; }
.tl_faq_plus { color: var(--warning, #CE8E31); font-size: 24px; font-weight: 400; transition: transform .2s; }
.tl_faq_item[open] .tl_faq_plus { transform: rotate(45deg); }
.tl_faq_answer { padding: 0 22px 20px; color: #586570; line-height: 1.7; font-size: 15px; }

/* Bottom CTA */
.tl_cta_banner {
  position: relative;
  background: radial-gradient(120% 140% at 12% 10%, #173c58 0, #0d2135 60%);
  border-radius: 22px;
  padding: 46px 36px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(16, 38, 59, .24);
}
.tl_cta_banner h2 { color: #fff; font-size: 30px; font-weight: 800; margin: 0 0 12px; }
.tl_cta_banner p { color: #c8d2dc; font-size: 15.5px; margin: 0 0 22px; max-width: 460px; line-height: 1.6; }
.tl_cta_actions { display: flex; flex-direction: column; gap: 12px; max-width: 260px; }
.tl_cta_actions a { text-align: center; padding: 14px 22px; border-radius: 10px; font-weight: 700; font-size: 15px; }
.tl_cta_quote { background: var(--warning, #CE8E31); color: #fff; }
.tl_cta_quote:hover { color: #fff; opacity: .92; }
.tl_cta_wa { background: #25D366; color: #fff; }
.tl_cta_wa:hover { color: #fff; opacity: .92; }
.tl_cta_call { background: rgba(255, 255, 255, .08); border: 1.5px solid rgba(255, 255, 255, .28); color: #fff; }
.tl_cta_call:hover { color: #fff; opacity: .92; }

@media (max-width: 991px) {
  .tl_hero_copy h1 { font-size: 32px; }
  .tl_trust_bar .row > div { border-right: none; border-bottom: 1px solid #eee3d5; padding-bottom: 16px; margin-bottom: 12px; }
  .tl_about_img_sub { display: none; }
}
