/*
Theme Name: NPT GoTravel V1.2 | Amerthanadi Studios
Description: Sempurna untuk menampilkan destinasi eksotis, paket wisata by Amerthanadi Studios
Author: Amerthanadi Studios
Author URI: https://www.amerthanadi.com
Version: 1.2
*/
body { font-family: 'Inter', sans-serif; background-color: #f8f9fa; color: #333; margin: 0; padding: 0; overflow-x: hidden !important; }
:root { --brand-color: inherit; }
.site-header { background: #ffffff; padding: 15px 0; box-shadow: 0 2px 15px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 1000; }
.header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.logo img { max-height: 50px; width: auto; display: block; }
.logo-text { font-weight: 800; font-size: 1.2rem; color: #001D3D; letter-spacing: -0.5px; }
.main-nav ul { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
.main-nav ul li a { text-decoration: none; color: #333; font-weight: 600; font-size: 15px; transition: color 0.3s ease; }
.main-nav ul li a:hover { color: #0077b6; }
.btn-contact-header { background: #001D3D; color: #fff !important; padding: 10px 22px; border-radius: 50px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all 0.3s ease; display: inline-block; }
.btn-contact-header:hover { background: #ffd700; color: #001D3D !important; transform: translateY(-2px); }
.mobile-menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 5px; z-index: 1001; }
.mobile-menu-toggle span { width: 25px; height: 3px; background: #001D3D; border-radius: 2px; transition: all 0.3s ease; }
.mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
@media (max-width: 768px) { .mobile-menu-toggle { display: flex; margin-left: 15px; } .btn-contact-header { padding: 8px 15px; font-size: 12px; } .main-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; border-top: 1px solid #eee; box-shadow: 0 10px 15px rgba(0,0,0,0.1); padding: 20px; z-index: 1000; } .main-nav.active { display: block; } .main-nav ul { flex-direction: column; gap: 15px; list-style: none; padding: 0; margin: 0; } }
.tour-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #eee; height: 100%; }
.tour-card:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.badge-item { background-color: var(--brand-color, #ff5b00) !important; color: #ffffff !important; display: inline-block !important; padding: 4px 12px !important; border-radius: 6px !important; font-size: 11px !important; font-weight: 500 !important; text-transform: uppercase !important; line-height: 1 !important; margin-bottom: 5px; vertical-align: middle; }
.tour-badge-container { position: absolute; top: 15px; left: 15px; z-index: 10; }
.tour-card .swiper-pagination-bullet { background: #fff !important; opacity: 0.4 !important; width: 15px !important; height: 9px !important; margin: 0 4px !important; border-radius: 30% !important; transition: all 0.3s ease !important; }
.tour-card .swiper-pagination-bullet-active { background: #FFD700 !important; opacity: 1 !important; }
.tour-content { padding: 20px 20px; flex-grow: 1; display: flex; flex-direction: column; }
.tour-title { margin: 0 0 10px 0; font-size: 1.25rem; color: #001D3D; font-weight: 700; line-height: 1.3; }
.tour-excerpt { color: #6c757d; font-size: 0.9rem; margin-bottom: 12px; line-height: 1.5; }
.tour-excerpt a.view-detail-link { display: none !important; }
.tour-features { list-style: none; padding: 0; margin: 0 0 15px 0; }
.tour-features li { margin-bottom: 5px !important; display: flex; align-items: center; font-size: 0.85rem; color: #444; line-height: 1.3 !important; }
.tour-features .dashicons { color: #2ecc71; margin-right: 8px; font-size: 16px; width: 16px; height: 16px; }
.tour-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--brand-color, #ff5b00) !important; padding-top: 20px; position: relative; }
.npd-view-details-btn { text-decoration: none !important; font-family: 'Inter', sans-serif; position: absolute; top: 0px; transform: translateY(-50%); right: 15px; font-size: 11px; font-weight: 700; color: var(--brand-color, #ff5b00) !important; background: #ffffff; display: inline-flex !important; align-items: center !important; justify-content: center !important; height: 22px !important; padding: 0 14px !important; box-sizing: border-box !important; border: 1px solid var(--brand-color, #ff5b00) !important; border-radius: 50px; text-transform: none !important; z-index: 2; transition: all 0.2s ease; }
.npd-view-details-btn:hover { opacity: 1; background: var(--brand-color, #ff5b00) !important; color: #ffffff !important; transform: translateY(-50%) scale(1.03); }
.price-container .price-label { font-size: 11px; color: #888; font-weight: 400; text-transform: uppercase; }
.price-container .currency-symbol { font-size: 0.8rem; color: #888; font-weight: 400; margin-right: 2px; vertical-align: middle; }
.price-container .price-amount { font-weight: 800 !important; font-size: 1.45rem !important; color: var(--brand-color, #ff5b00) !important; display: block; line-height: 1.1; letter-spacing: -0.5px; }
.price-container .price-sublabel { font-size: 10px; color: #666; display: block; margin-top: 2px; }
.tour-card-link-wrapper { display: block; cursor: pointer; -webkit-tap-highlight-color: transparent; z-index: 5; position: relative; }
.tour-card .swiper-pagination { z-index: 20 !important; pointer-events: auto !important; }
.tour-title a { transition: color 0.3s ease; }
.tour-title a:hover { color: #0077b6 !important; }
.tour-image-container { overflow: hidden; }
.tour-card-link-wrapper:hover img { transform: scale(1.05); transition: transform 0.5s ease; }
.tour-card .btn-booking, .tour-card a.btn-booking { color: #fff !important; padding: 10px 22px !important; border-radius: 50px !important; font-weight: 700 !important; font-size: 14px !important; text-decoration: none !important; display: flex !important; align-items: center !important; gap: 6px !important; transition: all 0.3s ease !important; }
.tour-card .btn-booking:hover { filter: brightness(0.9); transform: scale(1.05); }
.tour-grid-container { width: 100% !important; max-width: 1200px !important; margin: 0 auto !important; padding: 40px 15px !important; display: block !important; box-sizing: border-box !important; }
.tour-grid-layout { display: grid !important; grid-template-columns: 1fr !important; gap: 30px !important; width: 100% !important; overflow: visible !important; }
@media screen and (min-width: 1025px) { .tour-grid-layout { grid-template-columns: repeat(3, 1fr) !important; grid-auto-flow: row !important; } }
@media screen and (min-width: 641px) and (max-width: 1024px) { .tour-grid-layout { grid-template-columns: repeat(2, 1fr) !important; gap: 20px !important; } }
@media screen and (max-width: 640px) { .tour-grid-container { padding: 20px 16px !important; } .tour-grid-layout { grid-template-columns: 1fr !important; justify-content: center !important; justify-items: center !important; gap: 25px !important; width: 100% !important; margin: 0 auto !important; } .tour-card-item { width: 100% !important; max-width: 345px !important; margin: 0 auto !important; display: flex !important; justify-content: center !important; box-sizing: border-box !important; } .tour-footer::before, .npd-view-details-btn { right: 15px !important; } }
.tour-card-item { width: 100% !important; min-width: 0 !important; display: flex !important; }
.tour-image-container { width: 100% !important; height: 230px !important; position: relative; }
.tour-image-container img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.npd-custom-modal { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 999999 !important; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; transition: all 0.3s ease; pointer-events: none; }
.npd-custom-modal.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.modal-container { position: relative; background: #fff; width: 100%; max-width: 600px; max-height: 85vh; border-radius: 20px; overflow-y: auto; z-index: 1000001; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); transform: translateY(20px); transition: transform 0.3s ease; }
.npd-custom-modal.is-active .modal-container { transform: translateY(0); }
.modal-content-inner { padding: 30px; }
.modal-close { position: absolute; top: 15px; right: 15px; background: #f8f9fa; border: none; font-size: 28px; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; line-height: 1; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s; }
.modal-close:hover { background: #e9ecef; color: #ff0000; }
.npd-single-slider { width: 100%; border-radius: 20px; overflow: hidden; margin-bottom: 30px; height: auto !important; max-height: 500px; }
.npd-single-slider img { width: 100%; height: 100%; object-fit: cover; }
.npd-single-slider .swiper-slide img { aspect-ratio: 16/9; object-fit: cover; }
.npd-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; background: #f9f9f9; padding: 20px; border-radius: 15px; }
.feat-item { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.feat-item .dashicons { color: #25d366; }
.npd-booking-card { border: 2px solid #eee !important; background: #fff !important; }
.npd-single-wrapper { padding: 60px 20px !important; background: #fdfdfd !important; }
.npd-container { max-width: 1140px !important; margin: 0 auto !important; }
.npd-main-grid { display: grid !important; grid-template-columns: 1fr 380px !important; gap: 40px !important; margin-top: 30px !important; }
.npd-entry-title { font-size: 32px !important; color: #001D3D !important; font-weight: 800 !important; }
.npd-breadcrumb { color: #888; font-size: 14px; }
.npd-main-image img { width: 100% !important; height: auto !important; border-radius: 20px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important; }
.npd-booking-card { background: #ffffff !important; border: 1px solid #eeeeee !important; padding: 30px !important; border-radius: 24px !important; box-shadow: 0 20px 40px rgba(0,0,0,0.05) !important; position: sticky !important; top: 120px !important; }
.npd-price-display { display: flex; align-items: baseline; gap: 5px; color: #001D3D; margin-top: 5px; }
.npd-curr { font-size: 18px; font-weight: 700; }
.npd-amount { font-size: 36px; font-weight: 800; }
.npd-sub-text { font-size: 14px; color: #777; margin-bottom: 20px; }
.npd-btn-wa { display: flex !important; align-items: center; justify-content: center; background: #25d366 !important; color: #fff !important; padding: 18px !important; border-radius: 50px !important; text-decoration: none !important; font-weight: 700 !important; font-size: 18px !important; transition: 0.3s !important; }
.npd-btn-wa:hover { background: #128c7e !important; transform: scale(1.02); }
@media (max-width: 991px) { .npd-main-grid { grid-template-columns: 1fr !important; } .npd-booking-card { position: static !important; } }
.npd-description-box { margin-top: 30px; line-height: 1.8; }
.menu-footer-quick-links-container ul li { margin-bottom: 10px; }
.menu-footer-quick-links-container ul li a { color: #ccc !important; text-decoration: none; }
.menu-footer-quick-links-container ul li a:hover { color: <?php echo esc_attr($btn_color); ?> !important; }
@media (min-width: 992px) { .npd-main-grid { display: grid !important; grid-template-columns: 1fr 380px !important; gap: 40px !important; align-items: flex-start !important; } .npd-content-side { width: 100% !important; } .npd-sidebar-side { display: block !important; position: sticky !important; top: 100px !important; z-index: 10; } }
@media (min-width: 992px) { body.left-sidebar .npd-main-grid { grid-template-columns: 380px 1fr !important; } body.left-sidebar .npd-content-side { grid-column: 2; } body.left-sidebar .npd-sidebar-side { grid-column: 1; grid-row: 1; } }
body.no-sidebar .npd-sidebar-side { display: none !important; }
body.no-sidebar .npd-main-grid { grid-template-columns: 1fr !important; }
/* =========================================================================
   DWHERBIE PREMIUM ARCHIVE & CATEGORY STYLES
   ========================================================================= */
.dwherbie-main-hero { position: relative; width: 100%; height: 350px; background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important; display: flex; flex-direction: column; justify-content: flex-end; padding: 40px 20px; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.dwherbie-hero-title { font-size: 42px; font-weight: 800; color: #ffffff; margin: 0 0 12px 0; letter-spacing: -0.5px; line-height: 1.1; text-transform: capitalize; }
.dwherbie-hero-desc { font-size: 15px; color: #e2e8f0; line-height: 1.6; margin: 0; max-width: 750px; opacity: 0.95; }
.dwherbie-sticky-nav { background: #ffffff; border-bottom: 1px solid #eaeef3; position: -webkit-sticky; position: sticky; top: 0; z-index: 99; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
.dwherbie-nav-tabs { max-width: 1200px; margin: 0 auto; display: flex; gap: 25px; padding: 0 20px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.dwherbie-nav-tabs::-webkit-scrollbar { display: none; }
.dwherbie-tab-item { padding: 16px 2px; font-size: 14px; text-decoration: none; transition: all 0.2s ease; box-sizing: border-box; }
.dwherbie-dest-wrapper { max-width: 1200px; margin: 25px auto -15px; padding: 0 20px; display: flex; align-items: center; gap: 12px; overflow: hidden; }
.dwherbie-dest-label { font-weight: 800; color: #001d3d; font-size: 14px; flex-shrink: 0; margin-bottom: 0; }
.dwherbie-dest-scroll { display: flex; align-items: center; gap: 10px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; padding: 5px 2px; -webkit-overflow-scrolling: touch; cursor: grab; flex-grow: 1; }
.dwherbie-dest-scroll::-webkit-scrollbar { display: none; }
.dwherbie-dest-scroll:active { cursor: grabbing; }
.dwherbie-dest-item { display: inline-flex; align-items: center; background: #fff; padding: 6px 14px; border-radius: 50px; text-decoration: none; border: 1px solid #e2e8f0; color: #334155; transition: all 0.2s ease; box-shadow: 0 2px 6px rgba(0,0,0,0.02); height: 36px; box-sizing: border-box; flex-shrink: 0; }
.dwherbie-dest-item:hover { transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.dwherbie-dest-img { width: 22px !important; height: 22px !important; object-fit: cover !important; border-radius: 50% !important; margin-right: 8px !important; border: 1px solid #edf2f7 !important; }
.dwherbie-dest-text { font-size: 13px; font-weight: 700; }
.dwherbie-archive-wrapper { max-width: 1200px; margin: 0 auto; padding: 35px 20px 60px; background: transparent; }
.dwherbie-tour-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dwherbie-premium-card { background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border: 1px solid #eaeef3; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); display: flex; flex-direction: column; height: 100%; }
.dwherbie-premium-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.08); }
.dwherbie-badge-box { position: absolute; top: 12px; left: 12px; z-index: 10; display: flex; flex-direction: column; gap: 4px; }
.dwherbie-single-badge { background: rgba(255, 91, 0, 0.95); color: #ffffff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.3px; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }
.dwherbie-feature-list { list-style: none; padding: 0; margin: 0 0 15px 0; display: flex; flex-direction: column; gap: 6px; }
.dwherbie-feature-list li { font-size: 12px; color: #555555; display: flex; align-items: center; gap: 6px; }
.dwherbie-feature-list li .dashicons { color: #22c55e; font-size: 16px; width: 16px; height: 16px; }
.dwherbie-btn-group { display: flex; gap: 8px; margin-top: 15px; }
.dwherbie-btn-help { flex: 1; padding: 10px 4px; border: 1px solid #ddd; border-radius: 8px; color: #4b5563; font-size: 12px; font-weight: 600; text-align: center; text-decoration: none; transition: all 0.2s; display: inline-flex; align-items: center; justify-content: center; }
.dwherbie-btn-help:hover { background: #f3f4f6; border-color: #9ca3af; }
.dwherbie-btn-book { flex: 1.3; color: #ffffff !important; padding: 10px 4px; border-radius: 8px; font-size: 12px; font-weight: 700; text-align: center; text-decoration: none; transition: opacity 0.2s; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.dwherbie-btn-book:hover { opacity: 0.9; }
.dwherbie-pagination-container { margin-top: 50px; display: flex; justify-content: center; }
.dwherbie-pagination-container .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 6px; border-radius: 8px; background: #ffffff; border: 1px solid #e5e7eb; color: #4b5563; text-decoration: none; font-weight: 600; font-size: 14px; margin: 0 3px; transition: all 0.2s; }
.dwherbie-pagination-container .page-numbers.current { color: #ffffff; }
.tour-slider .swiper-pagination { bottom: 8px !important; }
.tour-slider .swiper-pagination-bullet { background: #ffffff !important; opacity: 0.6 !important; width: 6px !important; height: 6px !important; margin: 0 4px !important; transition: all 0.3s ease !important; }
.tour-slider .swiper-pagination-bullet-active { background: #ffffff !important; opacity: 1 !important; width: 8px !important; height: 8px !important; }
@media (max-width: 1100px) { .dwherbie-tour-card-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .dwherbie-tour-card-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .dwherbie-main-hero { height: 240px; padding: 20px; } .dwherbie-hero-title { font-size: 26px; margin-bottom: 6px; } .dwherbie-hero-desc { font-size: 13px; line-height: 1.4; } .dwherbie-dest-wrapper { margin-top: 15px; margin-bottom: -20px; } }
@media (max-width: 480px) { .dwherbie-archive-wrapper { padding: 25px 15px 40px; } .dwherbie-tour-card-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; } .dwherbie-feature-list { display: flex !important; } }