/* =========================================================================
   STYLING UTAMA LAYOUT GRID INDEPENDEN (ANTI-BENTROK)
   ========================================================================= */

/* Sasis Utama Komponen Kalkulator */
.npd-kalkulator-multiharga { 
    display: grid !important; 
    grid-template-columns: 1fr 360px !important; /* Mengunci lebar sidebar kalkulator tepat di 360px */
    gap: 30px !important; 
    align-items: flex-start !important; 
    max-width: 1140px !important; 
    margin: 20px auto 0 !important; 
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Sisi Konten Kiri (Detail Tour) */
.npd-kalkulator-multiharga .npd-calc-main-content { 
    width: 100% !important;
    max-width: 100% !important; 
    min-width: 0 !important; 
    box-sizing: border-box !important;
}

/* Sisi Konten Kanan (Sidebar Box Kalkulator) */
.npd-kalkulator-multiharga .npd-calc-sidebar-content { 
    width: 360px !important; 
    max-width: 100% !important;
    min-width: 0 !important; 
    position: sticky !important; 
    top: 100px !important; 
    box-sizing: border-box !important;
    z-index: 99 !important;
}

/* SEO Excerpt */
.npd-tour-excerpt-seo { 
    background: #f4f7f9 !important; 
    border-left: 4px solid var(--brand-color) !important; 
    padding: 12px 18px !important; 
    border-radius: 4px 12px 12px 4px !important; 
    margin: 0 0 20px 0 !important; 
    display: flex !important; 
    align-items: flex-start !important; 
    gap: 10px !important; 
}
.npd-tour-excerpt-seo-icon { 
    color: var(--brand-color) !important; 
    font-size: 18px !important; 
    width: 18px !important; 
    height: 18px !important; 
    margin-top: 2px; 
    flex-shrink: 0; 
}
.npd-tour-excerpt-seo-text { 
    font-size: 14px !important; 
    line-height: 1.5 !important; 
    color: #4a5568 !important; 
    margin: 0 !important; 
    font-weight: 500 !important; 
}

/* Sidebar & Booking Card Pembungkus */
.desktop-calc-only-holder {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
}
.sidebar-calculator-box { 
    display: flex !important; 
    flex-direction: column !important; 
    gap: 12px !important; 
    width: 100% !important; 
    max-width: 100% !important; 
    min-width: 0 !important;
    box-sizing: border-box !important; 
}
.npd-booking-card { 
    background: #fff !important; 
    padding: 16px !important; 
    border-radius: 12px !important; 
    box-shadow: 0 4px 25px rgba(0,0,0,0.04) !important; 
    display: flex !important; 
    flex-direction: column !important; 
    border: 1px solid #e2e8f0 !important; 
    box-sizing: border-box !important; 
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}
.npd-card-main-title { 
    font-size: 16px; 
    font-weight: 800; 
    color: #001D3D; 
    margin: 0 0 2px 0 !important; 
}
.npd-card-sub-title { 
    font-size: 12px; 
    color: #64748b; 
    margin: 0 0 12px 0 !important; 
    line-height: 1.4; 
    border-bottom: 1px solid #edf2f7; 
    padding-bottom: 8px; 
}

/* Invoice Breakdown */
.invoice-breakdown { 
    display: flex; 
    flex-direction: column; 
    gap: 6px; 
}
.invoice-row { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 10px; 
    font-size: 13px; 
}
.invoice-row .inv-name-area { 
    display: flex; 
    flex-direction: column; 
}
.invoice-row .inv-title { 
    font-weight: 700; 
    color: #1e293b; 
}
.invoice-row .inv-sub { 
    font-size: 11px; 
    color: #64748b; 
    margin-top: 1px; 
}
.invoice-row .inv-val { 
    font-weight: 700; 
    color: #001D3D; 
    white-space: nowrap; 
}
.invoice-divider { 
    height: 1px; 
    background: #e2e8f0; 
    margin: 4px 0; 
}
.invoice-row.inv-total-row { 
    align-items: center; 
    margin-top: 4px; 
}
.invoice-row.inv-total-row .inv-title { 
    font-size: 14px; 
    font-weight: 800; 
}
.invoice-row.inv-total-row .inv-val { 
    font-size: 20px; 
    font-weight: 800; 
    color: #001D3D; 
}

/* Tombol Booking */
.npd-btn-booking { 
    display: inline-flex !important; 
    align-items: center; 
    justify-content: center; 
    background: var(--brand-color) !important; 
    color: #fff !important; 
    padding: 12px 16px !important; 
    border-radius: 8px !important; 
    font-weight: 700; 
    text-decoration: none !important; 
    width: 100% !important; 
    box-sizing: border-box !important; 
    transition: all 0.2s ease; 
    border: none; 
    cursor: pointer; 
    font-size: 14px; 
}
.npd-btn-booking .dashicons { 
    margin-right: 6px; 
    font-size: 16px; 
    width: 16px; 
    height: 16px; 
}
.npd-btn-booking:hover { 
    transform: translateY(-1px); 
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
    opacity: 0.95; 
}

/* Desain Komponen Konten */
.npd-new-section { 
    margin-top: 30px; 
    background: #fff; 
    padding: 30px; 
    border-radius: 24px; 
    border: 1px solid #f0f5fa; 
    box-shadow: 0 10px 30px rgba(0,29,61,0.02);
}
.npd-sec-title { 
    border-left: 4px solid var(--brand-color) !important; 
    padding-left: 15px; 
    margin-bottom: 25px; 
    font-weight: 800; 
    font-size: 24px;
    color: #001D3D; 
}
.npd-text-content { 
    line-height: 1.6 !important; 
    color: #444; 
    font-size: 15px; 
}

/* =========================================================================
   STYLE TOUR ITINERARY (TIMELINE TRACKER MINI & PRESISI)
   ========================================================================= */
.npd-timeline-wrapper {
    position: relative;
    padding-left: 20px !important;
    margin-top: 15px;
}
.npd-timeline-wrapper::before {
    content: '' !important;
    position: absolute !important;
    left: 5px !important; 
    top: 10px !important;
    bottom: 10px !important;
    width: 2px !important;
    background: #e2e8f0 !important;
}
.npd-timeline-item {
    position: relative !important;
    margin-bottom: 25px !important;
}
.npd-timeline-item:last-child {
    margin-bottom: 0 !important;
}
.npd-timeline-badge {
    position: absolute !important;
    left: -20px !important;
    top: 5px !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 3px solid var(--brand-color) !important; 
    box-shadow: 0 0 0 3px #fff !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
}
.npd-timeline-time-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #001D3D !important;
    margin: 0 0 6px 0 !important;
}
.npd-timeline-desc {
    font-size: 14px !important;
    color: #4a5568 !important;
    line-height: 1.6 !important;
    margin: 0 0 10px 0 !important;
}
.npd-timeline-img-box {
    max-width: 200px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-top: 8px !important;
    border: 1px solid #edf2f7 !important;
}
.npd-timeline-img-box img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* =========================================================================
   STYLE WHY CHOOSE US (DASHED BOX HIGHLIGHT)
   ========================================================================= */
.npd-why-choose-dashed-box {
    background: #FFFDF3;
    border: 1.5px dashed #FFD600;
    border-radius: 16px;
    padding: 25px;
    margin-top: 15px;
}
.npd-why-choose-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.npd-why-choose-list li {
    position: relative;
    padding-left: 28px !important;
    font-size: 14.5px;
    line-height: 1.6;
    color: #2D3748;
}
.npd-why-choose-list li .dashicons {
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    color: var(--brand-color) !important; 
}

/* Destinasi Grid & Include/Exclude */
.destinasi-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
    gap: 15px; 
    margin-top: 15px; 
}
.destinasi-card { 
    background: #fff; 
    border: 1px solid #eee; 
    border-radius: 12px; 
    overflow: hidden; 
}
.destinasi-img-wrap { 
    width: 100%; 
    height: 150px; 
    overflow: hidden; 
}
.destinasi-img-wrap img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.destinasi-info { 
    padding: 12px; 
}
.inc-exc-split { 
    display: flex; 
    gap: 20px; 
    margin-top: 15px; 
}
.inc-box, .exc-box { 
    flex: 1; 
    background: #fff; 
    padding: 20px; 
    border-radius: 16px; 
    border: 1px solid #f0f0f0; 
}
.npd-inc-exc-list { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
.npd-inc-exc-list li { 
    position: relative; 
    padding-left: 24px; 
    margin-bottom: 6px; 
    font-size: 14.5px; 
}
.npd-inc-exc-list li .dashicons { 
    position: absolute; 
    left: 0; 
    top: 1px; 
}

/* =========================================================================
   STYLE KALKULATOR - INTERACTIVE ITEM DISPLAY (UPDATED DINAMIS & DI-PERBESAR)
   ========================================================================= */
/* Memaksa Judul Utama Kalkulator (PRICING OPTIONS) Mengikuti Warna Tema */
.calc-main-intro h3 { 
    font-size: 24px !important; /* Ukuran disesuaikan rasionya */
    font-weight: 800 !important; 
    color: var(--brand-color) !important; /* Gunakan variabel ini agar seragam */
    margin: 0 0 2px 0; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
}
.calc-main-intro p { 
    font-size: 12px !important;
    color: #080616 !important;
    margin: 0; 
    line-height: 1.3; 
}
.calc-main-intro p.calc-intro-text {
    font-size: 14px !important;    /* Diperbesar dari 13px agar lebih jelas */
    color: #4a5568 !important;    /* Warna teks deskripsi dibuat lebih lembut */
    margin-bottom: 15px !important; 
}
.calc-group-container { 
    background: transparent !important; 
    border: none !important; 
    padding: 0 !important; 
    margin-bottom: 22px !important; 
    box-shadow: none !important; 
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
.calc-group-title { 
    font-size: 16px !important; /* Diperbesar dari 13px agar judul PRICING & GROUP SIZE lebih tegas */
    font-weight: 600 !important; 
    color: #001D3D !important; /* Menggunakan warna gelap pekat premium */
    margin: 0 0 12px 0 !important; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
}
.calc-options-list { 
    display: flex !important; 
    flex-direction: column !important; 
    gap: 8px !important; /* Jarak antar kotak opsi sedikit dilonggarkan */
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
.calc-option-item { 
    display: flex !important; 
    justify-content: space-between !important; 
    align-items: center !important; 
    background: #ffffff !important; 
    border: 1px solid #cbd5e1 !important; 
    border-radius: 12px !important; /* Sudut kotak dibuat lebih melengkung modern */
    padding: 14px 18px !important; /* Ruang dalam kotak diperluas agar empuk */
    cursor: pointer !important; 
    transition: all 0.2s ease !important; 
    position: relative !important; 
    box-sizing: border-box !important; 
    width: 100% !important; 
    max-width: 100% !important;
    min-width: 0 !important;
}
.calc-option-item:hover { 
    border-color: <?php echo esc_attr($theme_main_color); ?> !important; /* Hover mengikuti warna dashboard */
    background: #f8fafc !important; 
}
.calc-option-item.selected-item { 
    border-color: <?php echo esc_attr($theme_main_color); ?> !important; /* Border aktif mengikuti warna dashboard */
    background: #ffffff !important; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important; 
}
.calc-option-left-side { 
    display: flex !important; 
    align-items: center !important; 
    gap: 12px !important; 
    flex: 1 !important; 
    padding-right: 5px !important; 
    min-width: 0 !important; 
}
.calc-radio-input, .calc-checkbox-input { 
    transform: scale(1.25) !important; /* Ukuran lingkaran tombol radio diperbesar */
    margin: 0 !important; 
    cursor: pointer; 
    accent-color: <?php echo esc_attr($theme_main_color); ?> !important; /* Warna internal radio mengikuti dashboard */
    flex-shrink: 0 !important; 
}
.calc-option-details { 
    display: flex !important; 
    flex-direction: column !important; 
    gap: 4px !important; 
    flex: 1 !important;
    min-width: 0 !important; 
}
.calc-opt-label { 
    font-size: 15px !important; /* Font diperbesar dari 13px untuk teks opsi utama spt Solo Traveler */
    font-weight: 700 !important; 
    color: #1e293b !important; 
    margin: 0 !important; 
    line-height: 1.3 !important; 
    word-break: break-word !important; 
    white-space: normal !important;
}
.calc-option-item.selected-item .calc-opt-label { 
    color: <?php echo esc_attr($theme_main_color); ?> !important; /* Warna teks aktif mengikuti warna dashboard */
}
.calc-opt-desc { 
    font-size: 12px !important; /* Sub-teks diperbesar dari 11px */
    color: #64748b !important; 
    margin: 0 !important; 
    line-height: 1.3 !important; 
    word-break: break-word !important;
    white-space: normal !important;
}
.calc-option-right-price-side { 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: flex-end !important; 
    justify-content: center !important; 
    flex-shrink: 0 !important; 
    text-align: right !important; 
    min-width: 90px !important; 
}
.calc-strike-price-display { 
    font-size: 11px !important; 
    color: #94a3b8 !important; 
    text-decoration: line-through !important; 
    margin-bottom: 2px !important; 
    font-weight: 400 !important; 
    display: block !important; 
}
.calc-actual-price-display { 
    font-size: 15px !important; /* Harga diperbesar dari 13.5px agar menonjol */
    font-weight: 800 !important; 
    color: #0f172a !important; 
    display: block !important; 
}

/* =========================================================================
   RESPONSIVE LAYOUT & MOBILE OPTIMIZATION
   ========================================================================= */
.mobile-calc-holder { 
    display: none; 
} 

@media (max-width: 991px) { 
    .npd-kalkulator-multiharga { 
        display: flex !important;
        flex-direction: column !important; 
        padding: 0 15px !important; 
        gap: 15px !important; 
    }
    .npd-kalkulator-multiharga .npd-calc-main-content, 
    .npd-kalkulator-multiharga .npd-calc-sidebar-content { 
        flex: 0 0 100% !important; 
        max-width: 100% !important; 
        width: 100% !important;
    }
    .npd-kalkulator-multiharga .npd-calc-sidebar-content { 
        display: none !important; 
    } 
    .mobile-calc-holder { 
        display: block !important; 
        margin-bottom: 20px; 
        width: 100%; 
    }
    .inc-exc-split { 
        flex-direction: column; 
        gap: 12px; 
    }
    
    /* Sticky Mobile Bottom Sheet Bar */
    .npd-mobile-sticky-footer { 
        position: fixed; 
        bottom: 0; 
        left: 0; 
        width: 100%; 
        background: #fff; 
        padding: 10px 16px; 
        box-shadow: 0 -4px 15px rgba(0,0,0,0.06); 
        z-index: 1000; 
        box-sizing: border-box; 
    }
    .npd-msf-container { 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        background: #fdfdfd; 
        padding: 8px 15px; 
        border-radius: 50px; 
        border: 1px solid #eee; 
    }
    .npd-msf-btn { 
        background: var(--brand-color) !important; 
        color: #fff; 
        padding: 8px 16px; 
        border-radius: 20px; 
        font-weight: 700; 
        font-size: 12px; 
    }
    .npd-booking-overlay { 
        position: fixed; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
        background: rgba(0,0,0,0.5); 
        display: none; 
        z-index: 1001; 
    }
    .npd-bottom-sheet { 
        position: fixed; 
        bottom: -100%; 
        left: 0; 
        width: 100%; 
        background: #fff; 
        border-radius: 20px 20px 0 0; 
        padding: 15px 20px 30px; 
        transition: all 0.4s ease; 
        z-index: 1002; 
        max-height: 85vh; 
        overflow-y: auto; 
        box-sizing: border-box; 
    }
    .npd-bottom-sheet.active { 
        bottom: 0; 
    }
    .npd-booking-overlay.active { 
        display: block; 
    }
    .sheet-handle { 
        width: 40px; 
        height: 4px; 
        background: #e0e0e0; 
        margin: 0 auto 15px; 
        border-radius: 10px; 
    }
    body { 
        padding-bottom: 80px !important; 
    }
}

@media (min-width: 992px) { 
    .npd-mobile-sticky-footer, 
    .npd-bottom-sheet, 
    .npd-booking-overlay { 
        display: none !important; 
    } 
}

/* =========================================================================
   STYLE OVERVIEW TOGGLE (SEE MORE / READ MORE EFFECT)
   ========================================================================= */
.npd-description-box {
    position: relative;
    margin-bottom: 25px;
}

.npd-overview-wrapper-toggle {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

/* Ketika dalam kondisi tertutup (collapsed) */
.npd-overview-wrapper-toggle.collapsed {
    max-height: 140px; /* Mengunci tinggi tampilan awal artikel */
}

/* Membuat efek gradien memudar transparan di bawah teks saat collapsed */
.npd-overview-wrapper-toggle.collapsed::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 70px !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

/* Tombol See More Klook Style */
.npd-see-more-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: transparent !important;
    border: none !important;
    color: #0056b3 !important; /* Sesuaikan warna link brand aktif Anda */
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 8px 0 !important;
    cursor: pointer !important;
    margin-top: 5px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: color 0.2s ease !important;
}

.npd-see-more-btn:hover {
    color: #001D3D !important;
    background: transparent !important;
}

.npd-see-more-btn .dashicons {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    display: inline-block !important;
    transition: transform 0.3s ease !important;
}


/* =========================================================================
   SWIPER SLIDER UNTUK LAYOUT KARTU DESTINASI ASLI
   ========================================================================= */
.nusa-destination-swiper {
    width: 100%;
    padding: 10px 5px 45px 5px !important;
    overflow: hidden;
}

/* Mempertahankan struktur kotak vertikal asli dari screenshot Anda */
.nusa-dest-card-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f5;
    display: flex;
    flex-direction: column;
    height: auto;
}

.nusa-dest-thumb {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.nusa-dest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nusa-dest-info {
    padding: 15px;
    text-align: left;
}

.nusa-dest-info h4 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #001D3D !important;
    margin: 0 0 8px 0 !important;
}

.nusa-dest-info p {
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Kustomisasi Indikator Titik Bulat Menjadi Merah */
.nusa-destination-swiper .nusa-dest-pagination {
    bottom: 10px !important;
    text-align: center;
    width: 100%;
}

.nusa-destination-swiper .nusa-dest-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cccccc;
    opacity: 1;
    margin: 0 5px !important;
    transition: all 0.3s ease;
}

.nusa-destination-swiper .nusa-dest-pagination .swiper-pagination-bullet-active {
    background: #ff3b30 !important; /* Warna Merah Sesuai Garis Judul */
    width: 10px;
    height: 10px;
}

/* =========================================================================
   NATIVE SMOOTH SLIDER FOR TOUR DESTINATIONS
   ========================================================================= */
.destinasi-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5px 0 15px 0;
}

.destinasi-grid-slider {
    display: flex !important;
    gap: 16px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 10px;
}

/* Mengatur ukuran kartu agar pas di desktop dan mobile */
.destinasi-card-slider {
    flex: 0 0 280px !important; /* Lebar default kartu di mobile */
    scroll-snap-align: start !important;
    background: #fff;
    border: 1px solid #eef2f5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

/* Desain minimalis untuk scrollbar horizontal */
.destinasi-grid-slider::-webkit-scrollbar {
    height: 5px !important;
}

.destinasi-grid-slider::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.destinasi-grid-slider::-webkit-scrollbar-thumb {
    background: #0056b3 !important; /* Warna indikator scroll bar sesuai warna tema */
    border-radius: 10px !important;
}

/* Responsive breakpoint untuk layar komputer (Desktop) */
@media (min-width: 768px) {
    .destinasi-card-slider {
        flex: 0 0 calc(33.333% - 11px) !important; /* Pas 3 kolom sejajar di desktop, sisanya otomatis tersembunyi dan bisa di-scroll */
    }
}

/* =========================================================================
   INTERACTIVE ACCORDION TIMELINE FOR ITINERARY
   ========================================================================= */
.npd-accordion-timeline {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}

/* Garis vertikal penghubung linimasa */
.npd-accordion-timeline::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #eef2f5;
}

.npd-accordion-item {
    position: relative;
    margin-bottom: 15px;
}

/* Header/Judul Jam */
.npd-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.npd-accordion-header:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

/* Judul Teks Jam */
.npd-accordion-time-title {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #001D3D !important;
    flex-grow: 1;
}

/* Bulatan indikator timeline */
.npd-accordion-badge {
    position: absolute;
    left: -20px;
    top: 14px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #6366f1; /* Warna ungu/biru bawaan Anda */
    border-radius: 50%;
    z-index: 2;
    transition: background 0.3s ease, transform 0.3s ease;
}

/* Ketika item terbuka, bulatan berubah warna penuh */
.npd-accordion-item.is-open .npd-accordion-badge {
    background: #6366f1;
    transform: scale(1.1);
}

/* Ikon Panah */
.npd-accordion-icon {
    font-size: 18px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.npd-accordion-item.is-open .npd-accordion-icon {
    transform: rotate(-180deg);
}

/* Konten Pembungkus Animasi */
.npd-accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* Isi dalam konten */
.npd-accordion-content-inner {
    padding: 15px 14px 5px 14px;
}

.npd-timeline-desc {
    margin: 0 0 10px 0 !important;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.5;
}

.npd-timeline-img-box img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: block;
    margin-top: 10px;
}