/* --- GENERAL GRID UNTUK SHORTCODE TOUR --- */
.tour-grid-container { width: 100% !important; max-width: 1200px !important; margin: 0 auto !important; padding: 20px 0 !important; display: block !important; }
.tour-grid-layout { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important; gap: 30px !important; width: 100% !important; justify-content: center; justify-items: center; }
.tour-card-item { width: 100% !important; max-width: 360px; margin: 0 auto; display: flex !important; }
.tour-card { width: 100% !important; display: flex !important; flex-direction: column !important; background: #ffffff; border-radius: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); height: 100% !important; border: 1px solid #eee; overflow: hidden; transition: transform 0.3s ease; }
.tour-card:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.tour-card-link-wrapper { text-decoration: none; display: block; position: relative; z-index: 5; }
.tour-image-container { width: 100% !important; height: 230px !important; position: relative; overflow: hidden; background: #f4f4f4; }
.tour-image-container img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 0.5s ease; }
.tour-card-link-wrapper:hover img { transform: scale(1.05); }
.tour-badges { position: absolute; top: 10px; left: 10px; z-index: 10; display: flex; gap: 5px; }
.badge-item { background: #FFD700; color: #000; padding: 5px 12px; border-radius: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.swiper-pagination { z-index: 20 !important; pointer-events: auto !important; bottom: 10px !important; }
.swiper-pagination-bullet { background: #fff !important; opacity: 0.4 !important; width: 15px !important; height: 8px !important; border-radius: 5px !important; transition: all 0.3s ease !important; }
.swiper-pagination-bullet-active { background: #FFD700 !important; opacity: 1 !important; width: 25px !important; }
.tour-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.tour-title { margin: 0 0 10px 0; font-size: 1.2rem; color: #001D3D; font-weight: 700; line-height: 1.3; }
.tour-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
.tour-title a:hover { color: #0077b6; }
.tour-excerpt { color: #6c757d; font-size: 0.9rem; margin-bottom: 15px; line-height: 1.5; }
.view-detail-link { color: #0073aa; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.tour-features { list-style: none; padding: 0; margin: auto 0 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border-top: 1px solid #f1f1f1; padding-top: 15px; }
.tour-features li { font-size: 0.85rem; color: #444; display: flex; align-items: center; }
.tour-features .dashicons { color: #2ecc71; margin-right: 5px; font-size: 16px; }
.tour-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f1f1f1; padding-top: 15px; }
.price-label { font-size: 11px; color: #888; text-transform: uppercase; display: block; }
.price-amount { font-weight: 800; font-size: 1.25rem; color: #001D3D; display: block; line-height: 1; }
.currency-symbol { font-size: 0.8rem; margin-right: 2px; }
.price-sublabel { font-size: 11px; color: #777; margin-top: 3px; }
.btn-booking { background: #25D366; color: #fff !important; padding: 10px 18px; border-radius: 50px; font-weight: 700; font-size: 13px; text-decoration: none !important; display: inline-flex; align-items: center; gap: 5px; transition: 0.3s; }
.btn-booking:hover { transform: scale(1.05); opacity: 0.9; }

/* --- SHORTCODE CATEGORY & BADGE --- */
.shortcode-tour-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; padding: 20px 0; }
.badge-card-sc { display: block; background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: 0.4s ease; text-decoration: none; border: 1px solid #eee; }
.badge-card-sc:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); border-color: #FFD700; }
.badge-img-wrapper { width: 100%; height: 120px; position: relative; overflow: hidden; }
.badge-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.badge-card-sc:hover img { transform: scale(1.1); }
.badge-count-sc { position: absolute; bottom: 10px; left: 10px; background: #FFD700; color: #000; padding: 4px 10px; border-radius: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.badge-content-sc { padding: 15px 10px; text-align: center; }
.badge-title-sc { margin: 0; color: #001D3D; text-transform: uppercase; font-size: 1.05rem; font-weight: 700; }
.badge-explore-sc { margin: 5px 0 0; color: #777; font-size: 13px; display: flex; align-items: center; justify-content: center; gap: 2px; }

.cat-sweet-card { display: block; background: #001D3D; border-radius: 15px; overflow: hidden; position: relative; height: 180px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: 0.3s ease; text-decoration: none; }
.cat-sweet-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.cat-bg-img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; opacity: 0.6; }
.cat-sweet-card:hover .cat-bg-img { transform: scale(1.1); opacity: 0.8; }
.cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); }
.cat-content-wrapper { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; padding: 10px; }
.cat-label-box { background: rgba(255, 215, 0, 0.95); padding: 8px 18px; border-radius: 30px; color: #000; box-shadow: 0 4px 10px rgba(0,0,0,0.2); transition: 0.3s ease; display: flex; align-items: center; gap: 8px; border: 1px solid #fff; }
.cat-sweet-card:hover .cat-label-box { background: #fff; transform: scale(1.05); }
.cat-number { font-weight: 800; font-size: 14px; background: #000; color: #FFD700; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%; line-height: 1; }
.cat-text { font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    .tour-grid-layout { grid-template-columns: 1fr !important; }
    .tour-card-item { max-width: 100% !important; }
}