/* --- HERBIE TOUR SINGLE KLOOK STYLE --- */
.herbie-single-wrap * { box-sizing: border-box; }
.herbie-single-wrap { background-color: #fafafa; padding-bottom: 2px; } 
.herbie-single-container { max-width: 1200px; margin: 20px auto 80px; padding: 0 20px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.herbie-tour-header { margin-bottom: 20px; }
.herbie-tour-title { font-size: 2.2rem; font-weight: 800; color: #001D3D; margin: 0 0 12px 0; line-height: 1.25; }
.herbie-tour-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 15px; }
.herbie-badge-klook { background: #f0f2f5; color: #444; padding: 5px 12px; border-radius: 50px; font-weight: 600; font-size: 12px; display: inline-flex; align-items: center; gap: 5px; text-decoration: none; transition: 0.3s; }
.herbie-badge-klook:hover { background: #FFD700; color: #001D3D; }
.herbie-badge-highlight { background: rgba(255, 215, 0, 0.25); color: #8a6d00; border: 1px solid #FFD700; }
.herbie-badge-rating { background: #fff1e6; color: #ff5a00; font-weight: 700; }

/* Desktop Klook Grid Gallery */
.herbie-klook-gallery { display: grid; gap: 8px; border-radius: 16px; overflow: hidden; margin-bottom: 35px; position: relative; }
.herbie-grid-multi { grid-template-columns: 50% 25% 25%; grid-template-rows: 220px 220px; }
.herbie-grid-2 { grid-template-columns: 50% 50%; grid-template-rows: 380px; }
.herbie-grid-1 { grid-template-columns: 100%; grid-template-rows: 420px; }
.herbie-klook-item { position: relative; overflow: hidden; cursor: pointer; background: #eee; }
.herbie-klook-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease, filter 0.3s; display: block; }
.herbie-klook-item:hover img { transform: scale(1.05); filter: brightness(0.95); }
.herbie-item-main { grid-column: 1 / 2; grid-row: 1 / 3; }
.herbie-btn-gallery { position: absolute; bottom: 15px; right: 15px; background: #ffffff; color: #111; font-weight: 700; padding: 8px 16px; border-radius: 8px; cursor: pointer; z-index: 10; font-size: 13px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: 0.3s; border: none; display: flex; align-items: center; gap: 6px; }
.herbie-btn-gallery:hover { background: #f0f0f0; transform: translateY(-2px); }

/* Layout Grid 2 Kolom */
.herbie-layout-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: start; }
.herbie-content-box { background: transparent; padding: 0; box-shadow: none; border: none; } 

/* Package Perks / Highlights Box */
.herbie-perks-box { background: #fff9f0; border: 1px solid #ffe8cc; padding: 22px; border-radius: 14px; margin-bottom: 30px; position: relative; }
.herbie-perks-title { font-size: 15px; font-weight: 800; color: #001D3D; margin-top: 0; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.herbie-perks-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; padding: 0; margin: 0; }
.herbie-perks-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: #333; line-height: 1.45; font-weight: 500; }
.herbie-perks-list .dashicons { color: #ff5a00; font-size: 17px; margin-top: 1px; }

/* INCLUDES & EXCLUDES SECTION */
.herbie-inc-exc-section { background: #ffffff; border: 1px solid #e5e8ec; border-radius: 14px; padding: 24px; margin-bottom: 30px; }
.herbie-inc-exc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.herbie-inc-exc-col h4 { font-size: 15px; font-weight: 800; margin: 0 0 15px 0; display: flex; align-items: center; gap: 8px; }
.herbie-inc-title { color: #2e7d32; }
.herbie-exc-title { color: #c62828; }
.herbie-inc-exc-list { list-style: none; padding: 0; margin: 0; }
.herbie-inc-exc-list li { font-size: 13.5px; color: #444; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; font-weight: 500; }
.herbie-inc-list li .dashicons { color: #2e7d32; font-size: 18px; margin-top: 1px; }
.herbie-exc-list li .dashicons { color: #c62828; font-size: 18px; margin-top: 1px; }

/* ITINERARY TIMELINE SECTION */
.herbie-itinerary-section { background: #ffffff; border: 1px solid #e5e8ec; border-radius: 14px; padding: 24px; margin-bottom: 30px; }
.herbie-section-heading { font-size: 18px; font-weight: 800; color: #001D3D; margin: 0 0 20px 0; border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.herbie-timeline { position: relative; padding-left: 20px; border-left: 2px solid #FFD700; margin-left: 10px; }
.herbie-timeline-item { position: relative; margin-bottom: 24px; }
.herbie-timeline-item:last-child { margin-bottom: 0; }
.herbie-timeline-dot { position: absolute; left: -27px; top: 2px; width: 12px; height: 12px; background: #001D3D; border: 2px solid #FFD700; border-radius: 50%; }
.herbie-timeline-time { font-size: 12px; font-weight: 800; color: #ff5a00; background: #fff5eb; padding: 2px 8px; border-radius: 4px; display: inline-block; margin-bottom: 6px; }
.herbie-timeline-title { font-size: 15px; font-weight: 700; color: #001D3D; margin: 0 0 4px 0; }
.herbie-timeline-desc { font-size: 13.5px; color: #666; margin: 0; line-height: 1.5; }

/* FAQ ACCORDION SECTION */
.herbie-faq-section { background: #ffffff; border: 1px solid #e5e8ec; border-radius: 14px; padding: 24px; margin-bottom: 30px; }
.herbie-faq-list { display: flex; flex-direction: column; gap: 12px; }
.herbie-faq-item { border: 1px solid #eaeaea; border-radius: 10px; overflow: hidden; transition: 0.3s; }
.herbie-faq-question { padding: 15px 18px; background: #fcfcfc; font-size: 14.5px; font-weight: 700; color: #001D3D; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: 0.3s; }
.herbie-faq-question:hover { background: #f5f5f5; }
.herbie-faq-question .dashicons { font-size: 18px; transition: transform 0.3s ease; color: #888; }
.herbie-faq-item.active .herbie-faq-question .dashicons { transform: rotate(180deg); color: #FFD700; }
.herbie-faq-answer { padding: 0 18px; max-height: 0; overflow: hidden; transition: all 0.3s ease; background: #ffffff; font-size: 13.5px; color: #555; line-height: 1.6; }
.herbie-faq-item.active .herbie-faq-answer { padding: 15px 18px; max-height: 300px; border-top: 1px solid #eee; }

/* Description Body */
.herbie-content-body { font-size: 15px; line-height: 1.8; color: #444; padding: 0; }
.herbie-content-body h2, .herbie-content-body h3 { color: #001D3D; margin-top: 30px; margin-bottom: 12px; font-weight: 800; border-bottom: 2px solid #eaeaea; padding-bottom: 8px; }
.herbie-content-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 15px 0; }

/* Tipografi Harga & Satuan Paling Bawah */
.herbie-currency { font-size: 1rem; font-weight: 500; color: #777; margin-right: 6px; vertical-align: baseline; }
.herbie-price-unit { display: block; font-size: 13px; color: #888; font-weight: 500; margin-top: 4px; text-transform: lowercase; }
.herbie-mobile-currency { font-size: 0.8rem !important; font-weight: 500 !important; color: #777 !important; margin-right: 4px !important; vertical-align: middle !important; }
.herbie-mobile-price-unit { display: inline-block; font-size: 11px !important; color: #888 !important; font-weight: 500 !important; margin-left: 5px !important; text-transform: lowercase !important; line-height: 1 !important; }

/* Desktop Sticky Booking Sidebar */
.herbie-sidebar-klook { position: sticky; top: 30px; background: #fff; border: 1px solid #e5e8ec; border-radius: 16px; padding: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.herbie-price-label { display: block; font-size: 12px; color: #888; text-transform: uppercase; font-weight: 700; margin-bottom: 6px; letter-spacing: 0.5px; }
.herbie-price-amount { font-size: 2.1rem; font-weight: 800; margin-bottom: 0; display: block; line-height: 1; }
.herbie-btn-book { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; color: #ffffff !important; font-size: 15px; font-weight: 800; padding: 14px 20px; border-radius: 10px; text-decoration: none !important; transition: 0.3s; border: none; cursor: pointer; text-align: center; margin-top: 18px; }
.herbie-btn-book:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.2); filter: brightness(1.1); }

/* Komponen Mobile Default */
.herbie-mobile-gallery { display: none; position: relative; }
.herbie-mobile-gallery img { width: 100%; height: 280px; object-fit: cover; display: block; }
.herbie-mobile-bottom-bar { display: none; }

/* Swiper Klook Style Mobile Pagination */
.herbie-mobile-gallery .swiper-pagination { bottom: 12px !important; display: flex; justify-content: center; gap: 6px; z-index: 10; }
.herbie-mobile-gallery .swiper-pagination-bullet { width: 24px; height: 3px; border-radius: 2px; background: rgba(255,255,255,0.5); opacity: 1; margin: 0 !important; transition: all 0.3s; }
.herbie-mobile-gallery .swiper-pagination-bullet-active { background: #ffffff !important; width: 32px; }

.herbie-mobile-btn-gallery { position: absolute; bottom: 12px; right: 15px; background: rgba(0,0,0,0.7); color: #ffffff; font-weight: 700; padding: 6px 12px; border-radius: 20px; cursor: pointer; z-index: 20; font-size: 12px; border: none; display: flex; align-items: center; gap: 5px; backdrop-filter: blur(4px); transition: 0.3s; }
.herbie-mobile-btn-gallery:hover { background: rgba(0,0,0,0.9); }

/* Lightbox Fullscreen Popup */
.herbie-lightbox-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 999999; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: 0.3s ease; }
.herbie-lightbox-overlay.active { opacity: 1; visibility: visible; }
.herbie-lightbox-header { padding: 15px 25px; display: flex; justify-content: flex-end; }
.herbie-lightbox-close { color: #fff; font-size: 32px; cursor: pointer; text-decoration: none; font-weight: bold; transition: 0.3s; line-height: 1; }
.herbie-lightbox-close:hover { color: #FFD700; }
.herbie-lightbox-body { flex: 1; display: flex; align-items: center; justify-content: center; padding: 0 15px 30px; overflow: hidden; }
.herbie-lightbox-slider { width: 100%; max-width: 950px; height: 75vh; }
.herbie-lightbox-slider .swiper-slide { display: flex; justify-content: center; align-items: center; }
.herbie-lightbox-slider img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; }

/* Styling Harga Coret (Diskon) */
.herbie-price-strike-wrap { margin-bottom: 2px; }
.herbie-price-strike { text-decoration: line-through; color: #a0aab2; font-size: 14px; font-weight: 600; display: inline-block; }
.herbie-option-strike { text-decoration: line-through; color: #a0aab2; font-size: 11px; margin-right: 6px; }

/* Pemilih Multi-Harga & Addons (Klook Calculator) */
.herbie-options-wrap { border-top: 1px solid #eee; padding-top: 15px; margin-top: 15px; margin-bottom: 20px; }
.herbie-options-title { font-size: 15px; font-weight: 800; color: #001D3D; margin: 0 0 10px 0; border-bottom: 1px dashed #eee; padding-bottom: 8px; }
.herbie-option-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; }
.herbie-option-item:last-child { border-bottom: none; padding-bottom: 0; }
.herbie-option-info h5 { margin: 0 0 2px 0; font-size: 14px; font-weight: 700; color: #333; }
.herbie-option-desc { display: block; font-size: 11px; color: #888; margin-bottom: 4px; line-height: 1.3; }
.herbie-option-price-box { display: flex; align-items: center; flex-wrap: wrap; }
.herbie-option-price-box span.active-price { font-size: 13px; color: #333; font-weight: 700; }
.herbie-option-unit { font-size: 11px; color: #888; font-weight: 500; margin-left: 4px; text-transform: lowercase; }

.herbie-qty-controls { display: flex; align-items: center; background: #f4f6f8; border-radius: 8px; overflow: hidden; border: 1px solid #e5e8ec; }
.herbie-qty-btn { width: 30px; height: 30px; background: transparent; border: none; font-size: 18px; font-weight: bold; color: #001D3D; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s; }
.herbie-qty-btn:hover { background: #e2e6ea; }
.herbie-qty-input { width: 35px; height: 30px; border: none; border-left: 1px solid #e5e8ec; border-right: 1px solid #e5e8ec; text-align: center; font-size: 13px; font-weight: 700; background: #fff; color: #333; padding: 0; pointer-events: none; }
.herbie-total-display { margin-top: 15px; padding-top: 15px; border-top: 2px dashed #eee; display: flex; justify-content: space-between; align-items: center; font-size: 15px; font-weight: 800; color: #333; }
.herbie-total-amount { font-size: 1.8rem; color: #001D3D; }

/* KURSUS TAMPILAN HP (RESPONSIVE) */
@media (max-width: 768px) {
    .herbie-single-container { margin-top: 0 !important; padding: 0 !important; padding-bottom: 110px !important; margin-bottom: 0 !important; }
    .herbie-klook-gallery { display: none !important; }
    .herbie-mobile-gallery { display: block !important; border-radius: 0 !important; margin-bottom: 20px !important; }
    
    .herbie-tour-header { padding: 0 20px !important; }
    .herbie-layout-grid { grid-template-columns: 1fr !important; gap: 20px !important; padding: 0 20px !important; }
    
    .herbie-tour-title { font-size: 1.6rem !important; }
    
    /* Melebarkan area kalkulator di HP */
    .herbie-sidebar-wrap { display: block !important; margin-bottom: 30px; order: -1; width: 100%; } 
    .herbie-sidebar-klook { position: relative !important; top: 0; padding: 25px 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-radius: 0; border-left: none; border-right: none; margin: 0 -20px; width: calc(100% + 40px); }
    
    .herbie-perks-list { grid-template-columns: 1fr !important; gap: 10px !important; }
    .herbie-perks-box { padding: 18px !important; margin-bottom: 25px !important; }
    .herbie-inc-exc-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
    .herbie-inc-exc-section, .herbie-itinerary-section, .herbie-faq-section { padding: 18px !important; }
    
    .herbie-mobile-bottom-bar { display: flex !important; position: fixed !important; bottom: 0 !important; left: 0 !important; width: 100% !important; background: #ffffff !important; box-shadow: 0 -5px 25px rgba(0,0,0,0.15) !important; padding: 12px 20px !important; z-index: 999999 !important; justify-content: space-between !important; align-items: center !important; border-top: 1px solid #eee !important; gap: 15px; }
    .herbie-mobile-price-val { font-size: 1.3rem !important; font-weight: 800 !important; display: block !important; line-height: 1 !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 180px; }
    .herbie-mobile-price-lbl { font-size: 10px !important; color: #888 !important; text-transform: uppercase !important; font-weight: 700 !important; display: block !important; margin-bottom: 2px !important; }
    .herbie-mobile-btn-book { width: auto !important; padding: 12px 18px !important; flex-shrink: 0; color: #fff !important; font-weight: 800 !important; font-size: 14px !important; border-radius: 8px !important; text-decoration: none !important; display: inline-flex !important; align-items: center !important; gap: 6px !important; margin-top: 0 !important; }
    
    .herbie-footer, .site-footer { display: none !important; }
}