/**
Theme Name: hoianvespadiscovery
Author: webgool
Author URI: https://webgool.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hoianvespadiscovery
Template: astra
*/


.ast-theme-transparent-header #masthead {
    background: rgb(210, 210, 210);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute !important;
    width: 100% !important;
}


/* ===== Tour Badges ===== */
.tour-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 24px 0;
}
.tour-badge {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.tour-badge .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #6b7280;
  margin-bottom: 6px;
}
.tour-badge .value {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

/* Responsive badges */
@media (max-width: 1024px) {
  .tour-badges { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .tour-badges { grid-template-columns: 1fr; }
}

/* ===== Itinerary Timeline ===== */
.tour-itinerary {
  position: relative;
  margin: 28px 0 0;
  padding-left: 22px;
}
.tour-itinerary:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #d1d5db, #e5e7eb);
}
.tour-itinerary .itinerary-item {
  position: relative;
  padding: 12px 12px 12px 18px;
  margin: 0 0 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.tour-itinerary .itinerary-item:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 18px;
  width: 12px;
  height: 12px;
  background: #111827;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #d1d5db;
  border-radius: 50%;
}
.itinerary-time {
  font-weight: 700;
  color: #111827;
  font-size: 14px;
  margin-bottom: 2px;
}
.itinerary-title {
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}
.itinerary-desc {
  color: #4b5563;
  line-height: 1.55;
  font-size: 15px;
}

/* Included / Excluded lists */
ul.tour-included, ul.tour-excluded {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.tour-included li, ul.tour-excluded li {
  position: relative;
  padding-left: 26px;
  margin: 8px 0;
}
ul.tour-included li:before,
ul.tour-excluded li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  line-height: 1;
}
ul.tour-included li:before { color: #10b981; }  /* xanh */
ul.tour-excluded li:before { color: #ef4444; }  /* đỏ */