/* BBT Premium Widgets — World-class Travel Design (Viator/GetYourGuide inspired) */

/* Destination Carousel */
.dest-carousel-wrapper { display: flex; gap: 20px; overflow-x: auto; padding: 20px 4px; scroll-behavior: smooth; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.dest-carousel-wrapper::-webkit-scrollbar { height: 6px; }
.dest-carousel-wrapper::-webkit-scrollbar-thumb { background: rgba(245,166,35,0.6); border-radius: 999px; }
.dest-card { flex: 0 0 auto; width: 280px; height: 360px; scroll-snap-align: start; position: relative; border-radius: 20px; overflow: hidden; cursor: pointer; transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s; box-shadow: 0 12px 40px rgba(0,0,0,0.18); background-size: cover; background-position: center; }
.dest-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%); z-index: 1; }
.dest-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(0,0,0,0.28); }
.dest-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; z-index: 2; color: #fff; }
.dest-name { margin: 0; font-size: 24px; font-weight: 900; line-height: 1.1; }
.dest-count { margin: 8px 0 0; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.05em; }

/* Best Selling Tours Card */
.tour-card-premium { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.12); transition: transform 0.35s, box-shadow 0.35s; display: flex; flex-direction: column; }
.tour-card-premium:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.18); }
.tour-card-premium img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 0.5s; }
.tour-card-premium:hover img { transform: scale(1.05); }
.tour-badge { position: absolute; top: 12px; left: 12px; padding: 6px 12px; background: linear-gradient(135deg, #F5A623, #FFB84D); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 900; text-transform: uppercase; z-index: 2; box-shadow: 0 4px 12px rgba(245,166,35,0.4); }
.tour-rating { position: absolute; top: 12px; right: 12px; display: flex; align-items: center; gap: 4px; padding: 6px 10px; background: rgba(255,255,255,0.95); border-radius: 999px; font-size: 12px; font-weight: 900; color: #1e3a5f; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.tour-rating svg { width: 14px; height: 14px; color: #F5A623; }
.tour-card-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tour-title { font-size: 16px; font-weight: 900; color: #0F172A; line-height: 1.3; margin: 0; }
.tour-meta { display: flex; gap: 12px; font-size: 12px; color: #64748B; }
.tour-meta-item { display: flex; align-items: center; gap: 4px; }
.tour-price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; }
.tour-price-main { font-size: 22px; font-weight: 950; color: #F5A623; }
.tour-price-sub { font-size: 12px; color: #64748B; }

/* Why Choose Us - Icon Cards */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.why-card { text-align: center; padding: 32px 24px; background: rgba(255,255,255,0.08); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; transition: transform 0.3s, background 0.3s; }
.why-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.12); }
.why-icon { width: 70px; height: 70px; margin: 0 auto 18px; background: linear-gradient(135deg, #F5A623, #FFB84D); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 36px; box-shadow: 0 8px 20px rgba(245,166,35,0.3); }
.why-title { font-size: 17px; font-weight: 900; color: #fff; margin: 0 0 10px; }
.why-desc { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.6; margin: 0; }

/* How It Works - Timeline */
.timeline { display: grid; gap: 0; }
.timeline-item { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 24px 0; position: relative; }
.timeline-item:not(:last-child)::after { content: ''; position: absolute; left: 29px; top: 90px; width: 2px; height: calc(100% + 24px); background: linear-gradient(180deg, #F5A623, transparent); }
.timeline-number { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #F5A623, #FFB84D); color: #0F172A; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; box-shadow: 0 10px 30px rgba(245,166,35,0.3); }
.timeline-content h4 { margin: 0 0 6px; font-size: 16px; font-weight: 900; color: #fff; }
.timeline-content p { margin: 0; font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.6; }

/* Responsive */
@media (max-width: 768px) {
    .dest-card { width: 240px; height: 320px; }
    .tour-card-premium img { aspect-ratio: 16/9; }
    .why-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .why-card { padding: 20px 16px; }
    .timeline-item { grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; }
    .timeline-number { width: 48px; height: 48px; font-size: 18px; }
}
@media (max-width: 480px) {
    .why-grid { grid-template-columns: 1fr; }
    .dest-card { width: 82vw; height: 300px; }
}
