.tour-card {
  display: flex;
}
.price del {
  font-size: 13px;
  color: #999;
  margin-right: 6px;
}

.price .off {
  font-size: 12px;
  color: #d32f2f;
  font-weight: 600;
}

.final .pp {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  margin-top: 2px;
}
/* ================= SIMPLE FILTER UI ================= */
/* Hide Apply Filters by default */
.apply-btn{
  display:none;
}

.filter-drawer{
  background:#ffffff;
  padding:18px 16px 140px;
  overflow-y:auto;
}



.drawer-header{
  position:sticky;
  top:0;
  background:#ffffff;
  z-index:10001;
  padding:14px 16px;
  border-bottom:1px solid #e5e7eb;
}

/* Close button */
.drawer-header .close-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:60px;
  height:32px;
  font-size:14px;
  font-weight:700;
  color:#dc2626;
  background:#fee2e2;            /* light red background */
  border-radius:16px;
  cursor:pointer;
}

/* Tap feedback */
.drawer-header .close-btn:active{
  background:#fecaca;
}


/* Section titles */
.mobile-filters h4{
  font-size:15px;
  font-weight:700;
  margin:22px 0 10px;
  color:#000000;
}

/* Inline checkbox layout */
.mobile-filters label{
  display:inline-flex;
  align-items:center;
  margin-right:18px;
  margin-bottom:12px;
  font-size:14px;
  color:#000000;
  cursor:pointer;
  white-space:nowrap;
}

/* Checkbox */
.mobile-filters input[type="checkbox"]{
  width:14px;
  height:14px;
  margin-right:6px;
  accent-color:#2563eb;
  cursor:pointer;
}

/* Apply Filters button */
.apply-btn{
  position:fixed;
  bottom:16px;
  left:50%;
  transform:translateX(-50%);
  width:90%;
  max-width:420px;
  background:#2563eb;
  color:#ffffff;
  font-size:16px;
  font-weight:700;
  padding:14px 0;
  border:none;
  border-radius:12px;
  cursor:pointer;
  z-index:10000;
}

/* Prevent content hidden behind button */
.filter-drawer{
  padding-bottom:160px;
}

/* Hide filter on desktop */
@media (min-width:769px){
  .filter-drawer{
    display:none;
  }
}


/* ================= QUICK MOBILE PACKAGES ================= */



/* Title */
.quick-title{
  color:#ffffff;
  font-size:21px;
  font-weight:800;
  line-height:1.4;
  text-align:center;
  max-width:320px;
  margin:0 auto 28px;
  text-shadow:0 3px 8px rgba(0,0,0,0.7);
  letter-spacing:0.4px;
}

/* Package Card */
.quick-card{
  position:relative;
  max-width:340px;
  margin:0 auto 20px;
  background:rgba(255,255,255,0.95);
  border-radius:16px;
  padding:20px 18px 22px;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* Buttons Wrapper */
.quick-actions{
  display:flex;
  gap:14px;
}

/* Buttons Common */
.quick-actions a{
  flex:1;
  text-align:center;
  padding:14px 0;
  font-size:15px;
  font-weight:700;
  border-radius:12px;
  color:#ffffff;
}

/* WhatsApp Button */
.quick-wa{
  background:#25D366;
}

/* Call Button */
.quick-call{
  background:#2563eb;
}

/* Limited Time Offer Text */
.limited-offer{
  color:#dc2626;
  font-weight:700;
  font-size:13px;
}

/* Floating Icons (Optional) */
.quick-card .floating-icons{
  position:absolute;
  right:12px;
  bottom:20px;
}

.quick-card .floating-icons a{
  width:42px;
  height:42px;
  font-size:18px;
}

/* Disable Floating Icons on Mobile Ads */
@media(max-width:768px){
  .floating-icons{
    display:none;
  }
}

/* ================= SEO LINKS SECTION ================= */

.hx-seo-links{
  background:#f9fafb;
  padding:40px 16px;
}

.hx-seo-title{
  text-align:center;
  font-size:22px;
  font-weight:800;
  margin-bottom:28px;
  color:#111827;
}

.hx-seo-grid{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:24px;
}

.hx-seo-col h4{
  font-size:15px;
  font-weight:700;
  margin-bottom:10px;
  color:#111827;
}

.hx-seo-col a{
  display:block;
  font-size:14px;
  color:#374151;
  margin-bottom:6px;
  text-decoration:none;
}

.hx-seo-col a:hover{
  color:#2563eb;
  text-decoration:underline;
}

/* ================= SEO CONTENT ================= */
/* ===== FINAL POLISH FOR SEO LINKS SECTION ===== */

.hx-seo-links{
  background:#ffffff;
  padding:50px 20px 40px;
  border-top:1px solid #e5e7eb;
}

.hx-seo-title{
  text-align:center;
  font-size:24px;
  font-weight:800;
  margin-bottom:36px;
  color:#111827;
}

/* Grid spacing improvement */
.hx-seo-grid{
  max-width:1200px;
  margin:0 auto;
  column-gap:40px;
}

/* Column titles */
.hx-seo-col h4{
  font-size:15px;
  font-weight:700;
  margin-bottom:12px;
  color:#111827;
}

/* Links readability */
.hx-seo-col a{
  font-size:14px;
  color:#374151;
  line-height:1.7;
  margin-bottom:6px;
}

/* Subtle hover (no risk) */
.hx-seo-col a:hover{
  color:#2563eb;
  text-decoration:none;
}

/* ===== SEO CONTENT SECTION POLISH ===== */

.seo-content{
  background:#f9fafb;
  padding:50px 20px;
  margin-top:40px;
}

.seo-content h2{
  font-size:24px;
  font-weight:800;
  margin-bottom:16px;
  color:#111827;
}

.seo-content p{
  max-width:900px;
  margin-bottom:14px;
  color:#374151;
}

.seo-content ul{
  max-width:700px;
  margin-top:12px;
}


