 .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;
}
/* ================= QUICK MOBILE PACKAGES ================= */

.mobile-quick-packages{
  margin-top:-150px;
  padding:60px 16px 40px;
}

/* ===== Thailand Background (FINAL) ===== */
.thailand-section{
  background-image:
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url('/asset/images/Thailand/thailand1.webp');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-color:#000;
}

/* ================= TITLE ================= */

.quick-title{
  color:#ffffff;
  text-align:center;
  font-size:22px;
  font-weight:800;
  line-height:1.35;
  max-width:340px;
  margin:0 auto 32px;
  text-shadow:0 3px 8px rgba(0,0,0,0.7);
}

/* ================= CARD ================= */

.quick-card{
  background:#ffffff;
  border-radius:18px;
  padding:20px 18px 22px;
  max-width:340px;
  margin:0 auto 20px;
  box-shadow:0 12px 28px rgba(0,0,0,0.18);
}

.quick-card h3{
  font-size:16px;
  font-weight:700;
  margin-bottom:8px;
  color:#111827;
}

/* Text lines */
.quick-card p{
  font-size:14px;
  margin:6px 0;
  color:#374151;
  line-height:1.5;
  word-break:keep-all;
}

/* Price – locked (no break ever) */
.quick-card p strong{
  font-weight:800;
  color:#111827;
  white-space:nowrap;
}

/* Limited offer */
.limited-offer{
  color:#dc2626;
  font-weight:700;
  font-size:13px;
  margin-top:8px;
}

/* ================= BUTTONS ================= */

.quick-actions{
  display:flex;
  gap:14px;
  margin-top:16px;
}

.quick-wa{
  flex:1;
  background:#25D366;
  color:#ffffff;
  text-align:center;
  padding:14px 0;
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
}

.quick-call{
  flex:1;
  background:#2563eb;
  color:#ffffff;
  text-align:center;
  padding:14px 0;
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
}

/* Cleanup */
.floating-icons{
  display:none;
}
.cta-subtext{
  font-size:13px;
  opacity:0.9;
}

/* ================= SHOW MORE PACKAGES ================= */

@media (max-width: 768px){
  .tour-img .days{
    bottom:170px;   /* move it lower */
    left: 12px;     /* keep alignment */
    font-size: 11px;
    padding: 5px 9px;
  }
}

.hx-testimonial-slider{
  overflow: hidden;
}

.hx-testimonial-track{
  display: flex;
  transition: transform 0.5s ease;
}

.hx-testimonial-card{
  min-width: 100%;
}

/* DOTS */
.hx-testimonial-dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.hx-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
}

.hx-dot.active{
  background: #2563eb;
}

