/* 
  Ekonichiwa Design System
  Primary Color: #bc002d
  Secondary Color: #000000
  Font: Roboto
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Space for sticky navbar */
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: clip !important;
}

/* Ensure sections are also contained */
section, header {
    overflow-x: clip !important;
}


:root {
    --primary-color: #bc002d;
    --primary-light: #fff0f1;
    --secondary-color: #000000;
    --secondary-light: #f0f0f0;
    --dark-color: #1a1a1a;
    --gray-color: #6c757d;
    --light-color: #f8f9fa;
    --white: #ffffff;
    --success: #28a745;
    --danger: #bc002d;
    --border-radius: 8px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s ease;
}

/* Utilities */
.badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
}

.badge-success {
    background-color: var(--success);
    color: white;
}

/* Color Utilities */
.text-primary-tf { color: var(--primary-color) !important; }
.text-secondary-tf { color: var(--secondary-color) !important; }
.text-success-tf { color: var(--success) !important; }
.text-warning-tf { color: var(--secondary-color) !important; }
.bg-primary-tf { background-color: var(--primary-color) !important; }
.bg-secondary-tf { background-color: var(--secondary-color) !important; }

body {
    font-family: 'Roboto', sans-serif;
    color: var(--dark-color);
    background-color: #f0f2f5;
    padding-top: 75px; /* Height of the navbar */
    line-height: 1.6;
    font-size: 15px;
}

h1 { font-size: 2rem; margin-bottom: 1rem; }
h2 { font-size: 1.75rem; margin-bottom: 0.85rem; }
h3 { font-size: 1.5rem; margin-bottom: 0.75rem; }
h4 { font-size: 1.25rem; margin-bottom: 0.75rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

p { font-size: 1rem; color: var(--gray-color); line-height: 1.6; }
.lead { font-size: 1.1rem; font-weight: 400; }

/* Layout */
.app-container {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--white);
    min-height: 100vh;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
}

@media (max-width: 1200px) {
    .app-container {
        max-width: 100%;
    }
}

/* Mobile Frame (Legacy Compatibility or Mobile-Only screens) */
.mobile-frame {
    max-width: 480px;
    margin: 0 auto;
    background: var(--white);
    min-height: 100vh;
    position: relative;
}

/* Buttons */
.btn-primary-tf {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: var(--border-radius);
    padding: 12px 24px;
    font-weight: 700;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-primary-tf:hover {
    background-color: #8b0021;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(188, 0, 45, 0.3);
}

.btn-secondary-tf {
    background-color: var(--secondary-color);
    color: var(--white);
    border: none;
    border-radius: var(--border-radius);
    padding: 12px 24px;
    font-weight: 700;
    transition: var(--transition);
}

.btn-secondary-tf:hover, .btn-secondary-tf.active {
    background-color: #333333;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-outline-tf {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius);
    padding: 10px 22px;
    font-weight: 700;
    transition: var(--transition);
}

/* Cards */
.card-tf {
    background: var(--white);
    border-radius: var(--border-radius);
    border: 1px solid #edf2f7;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    padding: 20px;
}

.card-tf:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Form Styling */
.form-group-tf {
    margin-bottom: 20px;
}

.form-label-tf {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: var(--dark-color);
}

.form-control-tf {
    width: 100%;
    padding: 12px 16px;
    border-radius: var(--border-radius);
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    transition: var(--transition);
    font-size: 1rem;
    height: 50px;
    color: var(--dark-color);
}

textarea.form-control-tf {
    height: auto;
    padding: 15px;
}

select.form-control-tf {
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%230050C9' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C2.185 5.355 2.403 5 2.814 5h9.462c.411 0 .629.355.363.658l-4.796 5.482a.502.502 0 0 1-.782 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 2.5rem !important;
}

.input-group > .form-control-tf {
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group {
    flex-wrap: nowrap !important;
}

.form-control-tf:focus {
    border-color: var(--primary-color);
    background: var(--white);
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 80, 201, 0.1);
}

/* Header & Navbar */
.navbar-tf {
    padding: 10px 0;
    transition: all 0.4s ease;
    z-index: 1050;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: var(--primary-color) !important;
}

.navbar-tf .navbar-brand img {
    height: 45px;
    filter: none !important; /* Ensure white logo stays white */
}

.navbar-tf .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    padding: 0.5rem 1.2rem !important;
    transition: var(--transition);
}

.navbar-tf .nav-link:hover, 
.navbar-tf .nav-link.active {
    color: white !important;
    opacity: 1;
}

/* Variant for internal pages / Scrolled state */
.navbar-solid {
    background: var(--primary-color) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

@media (max-width: 991px) {
    .navbar-tf {
        background: var(--primary-color) !important;
        padding: 12px 0 !important;
    }
    .navbar-tf .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
        max-width: 100% !important;
    }
    .navbar-collapse {
        display: none !important; /* We use the overlay instead */
    }
}

.navbar-toggler-tf {
    border: none;
    background: transparent;
    padding: 10px;
    margin-right: -10px;
    outline: none !important;
}

.navbar-toggler-tf i {
    font-size: 1.5rem;
    color: white;
}

/* Overlay Mobile Menu */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateX(100%);
}

.mobile-overlay.active {
    transform: translateX(0);
}

.mobile-nav-link {
    font-size: 2.2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none !important;
    display: block;
    margin-bottom: 1.2rem;
    transition: all 0.5s ease;
    line-height: 1.1;
}

.mobile-nav-link:hover {
    color: var(--secondary-color);
    transform: translateX(20px);
}

.mobile-overlay-footer {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.social-circle:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
    transform: scale(1.1);
}

.menu-close-btn {
    position: absolute;
    top: 1rem;
    right: 2rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 2001;
}

body.menu-open {
    overflow: hidden;
}

@media (max-width: 576px) {
    .mobile-nav-link {
        font-size: 1.8rem;
    }
    .mobile-overlay {
        padding: 2rem;
    }
    .mobile-overlay-footer {
        bottom: 2rem;
        left: 2rem;
        right: 2rem;
    }
}

/* Hero Section - Full Height */
.hero-section {
    background: linear-gradient(rgba(0, 80, 201, 0.7), rgba(0, 40, 100, 0.8)), url('../img/hero_fuji_japan_tour_1772135006032.png');
    background-size: cover;
    background-position: center;
    min-height: 92vh;
    display: flex;
    align-items: center;
    color: white;
    padding: 80px 0;
}

.hero-title {
    color: white;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
    font-weight: 900;
}

.section-tag {
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    margin-bottom: 25px;
    display: block;
}

/* Benefit Cards */
.benefit-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-light);
    color: var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    transition: var(--transition);
}

.benefit-card:hover .benefit-icon {
    background: var(--primary-color);
    color: white;
    transform: translateY(-5px) rotate(5deg);
}

/* Package Cards Custom */
.pkg-card-custom {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: var(--transition);
    background: white;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.02);
    cursor: pointer;
}

.pkg-card-custom:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 80, 201, 0.1);
}

.pkg-img-custom {
    height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pkg-price-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 5px 15px;
    border-radius: 10px;
    color: var(--primary-color);
    font-weight: 800;
    font-size: 0.9rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Float WhatsApp */
@keyframes float-animation {
    0% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-10px) scale(1.05); }
    100% { transform: translateY(0px) scale(1); }
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    animation: float-animation 3s ease-in-out infinite;
    transition: var(--transition);
}

@media (max-width: 991px) {
    body.booking-mobile-padding .whatsapp-float {
        bottom: 100px;
        z-index: 1050;
    }
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.6);
    color: white;
    animation-play-state: paused;
}

.btn-hero-tf {
    font-size: 18px;
    border-radius: 8px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* CTA Box Index */
.cta-box {
    background: linear-gradient(135deg, var(--primary-color), #002e7a);
    border-radius: 8px
    padding: 80px 40px;
    color: white;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
}

/* Helper Utilities from Index */
.hero-cek-pesanan {
    text-decoration: none;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}

.hero-luxury-img {
    border: 15px solid rgba(255,255,255,0.15);
    border-radius: 8px !important;
}

.hero-rating-badge {
    bottom: -20px;
    left: -20px;
    max-width: 200px;
}

.section-divider {
    width: 100px; 
    height: 6px; 
    background: var(--secondary-color); 
    border-radius: 8px;
}

.about-img-decor {
    border-radius: 8px; 
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.cta-text-limit {
    max-width: 750px;
}

.social-circle-custom {
    width: 50px; 
    height: 50px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.footer-logo {
    height: 55px;
}

.modal-round-30 { border-radius: 8px; }
.modal-side-img { background-size: cover; background-position: center; min-height: 400px; }
.modal-side-overlay { background: linear-gradient(to top, rgba(0,0,0,0.4), transparent); }
.modal-itinerary-header { font-size: 1.1rem; color: var(--primary-color); }

/* Page Specific Styles - Booking */
.booking-header {
    background: linear-gradient(rgba(188, 0, 45, 0.85), rgba(139, 0, 33, 0.95)), url('../img/hero_fuji_japan_tour_1772135006032.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0 160px;
    color: white;
    text-align: center;
    position: relative;
}

.booking-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #f0f2f5;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

@media (max-width: 768px) {
    .booking-header {
        padding: 60px 0 100px;
    }
}

.form-container-booking {
    margin-top: -60px;
    padding-bottom: 80px;
}

.form-section {
    background: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 1px solid #edf2f7;
    transition: none;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
}

.section-title i { margin-right: 15px; }

.vehicle-card {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 15px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #fbfcfe;
}

.vehicle-card.active {
    border-color: var(--primary-color);
    background: var(--primary-light);
    border-radius: 8px;
}

.vehicle-icon {
    width: 125px;
    height: 75px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.vehicle-card .check-icon {
    opacity: 0;
    transition: var(--transition);
}

.vehicle-card.active .check-icon {
    opacity: 1;
}

.vehicle-card.active .vehicle-icon {
    background: transparent;
}

.pkg-item {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    background: #fbfcfe;
    font-weight: 600;
    font-size: 0.9rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pkg-item.active {
    border-color: var(--primary-color);
    background: var(--primary-light);
    color: var(--primary-color);
}

.pkg-item-image {
    position: relative;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
    overflow: hidden;
    aspect-ratio: 16 / 9;
    align-items: center !important;
    padding: 15px !important;
    justify-content: center !important;
    text-align: center !important;
    border: 2px solid transparent !important;
    border-radius: 12px;
}

.pkg-item-image::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: var(--primary-color);
    opacity: 0;
    transition: var(--transition);
    z-index: 1;
}

.pkg-item-image.active {
    border-color: var(--primary-color) !important;
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(188, 0, 45, 0.3);
}

.pkg-item-image.active::after {
    opacity: 0.25;
}

#grid_destinasi {
    margin-right: -8px;
    margin-left: -8px;
}

#grid_destinasi > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.pkg-name-text {
    position: relative;
    z-index: 2;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.active-check-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 1.2rem;
    z-index: 2;
    opacity: 0;
    transition: var(--transition);
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.pkg-item-image.active .active-check-icon {
    opacity: 1;
}

.summary-card {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid #edf2f7;
    z-index: 10;
}

/* Ensure parents are visible for sticky content */
.row, .container, .form-container-booking {
    overflow: visible !important;
}

.summary-price-big {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--primary-color);
    margin: 10px 0;
}

.capacity-error {
    color: var(--danger);
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 5px;
    display: none;
}

.input-group-icon-tf {
    border-radius: 8px 0 0 8px !important;
    background: #f8fafc !important;
    border: 2px solid #e2e8f0 !important;
    border-right: 0 !important;
    color: var(--primary-color);
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    height: 50px;
}

.highlight-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.highlight-item-tf {
    padding: 12px 15px;
    background: #f0f7ff;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--primary-color);
    transition: var(--transition);
}

.highlight-item-tf:hover {
    background: #e6f0ff;
    transform: translateX(5px);
}

/* Midtrans Simulation Modal */
.mt-modal-content { border-radius: 8px; border: none; overflow: hidden; }
.mt-header { background: #f8fafc; padding: 20px; border-bottom: 1px solid #e2e8f0; display: flex; justify-content: space-between; align-items: center; }
.mt-body { padding: 30px; }
.payment-method-item { border: 1px solid #e2e8f0; border-radius: 8px; padding: 15px; margin-bottom: 10px; cursor: pointer; transition: var(--transition); display: flex; align-items: center; }
.payment-method-item:hover { background: #f8fafc; border-color: var(--primary-color); }
.qr-wrapper { text-align: center; padding: 20px; border: 1px dashed #e2e8f0; border-radius: 8px; }

@media (max-width: 768px) {
    .summary-card {
        position: static;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    h1 { font-size: 1.85rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.3rem; }
    h4 { font-size: 1.15rem; }
    .section-title { font-size: 1.2rem; }
    .summary-price-big { font-size: 1.5rem; }
    .hero-title { font-size: 1.8rem; }
}

.header-bg-solid {
    background: var(--primary-color);
    padding: 80px 0 120px;
    color: white;
    text-align: center;
}

/* Sticky Mobile Booking Bar */
.sticky-booking-bar-tf {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.08);
    z-index: 1040;
    border-top: 1px solid #edf2f7;
    padding: 15px 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .sticky-booking-bar-tf {
        display: flex !important;
    }
    .booking-mobile-padding {
        padding-bottom: 85px !important;
    }
    .summary-card-btn-desktop {
        display: none !important;
    }
}

.content-container-narrow {
    margin-top: -80px;
    padding-bottom: 80px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.main-card-premium {
    background: white;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 1px solid #edf2f7;
}

.search-id-wrapper {
    background: #f1f5f9;
    border-radius: 8px
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    transition: var(--transition);
}

.search-id-wrapper:focus-within {
    border-color: var(--primary-color);
    background: white;
    box-shadow: 0 0 0 4px rgba(0, 80, 201, 0.1);
}

.search-id-wrapper input {
    border: none;
    background: transparent;
    width: 100%;
    padding: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    outline: none;
}

.prefix-tf {
    font-weight: 800;
    color: #94a3b8;
    font-size: 1.1rem;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.detail-label { color: #64748b; }
.detail-value { font-weight: 700; color: var(--dark-color); text-align: right; }

.total-box-dashed {
    background: var(--primary-light);
    border-radius: 8px
    padding: 25px;
    text-align: center;
    margin: 25px 0;
    border: 1px dashed var(--primary-color);
}

.total-box-dashed .label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.total-box-dashed .amount {
    font-size: 1.85rem;
    font-weight: 900;
    color: var(--primary-color);
}

.ticket-status-badge {
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 20px;
}

.ticket-status-badge-small {
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 0.8rem;
}

.status-paid { background: #dcfce7; color: #166534; }
.status-unpaid { background: #fee2e2; color: #991b1b; }

.cta-box-lunas {
    border-radius: 8px; 
    background: #e6fffa !important;
    display: none;
}

.btn-round-12 { border-radius: 8px !important; }

.btn-pay-now-tf {
    background: var(--secondary-color);
    color: white;
    font-weight: 800;
    width: 100%;
    padding: 18px;
    border-radius: 8px
    border: none;
    box-shadow: 0 10px 20px rgba(255, 138, 4, 0.2);
    transition: var(--transition);
}

.btn-pay-now-tf:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 138, 4, 0.3);
    color: white;
}

.alert-not-found {
    display: none; 
    border-radius: 8px; 
    background: #fff5f5 !important; 
    color: #c53030;
}

.modal-round-24 { border-radius: 24px !important; border: none !important; }

.bank-info-card-tf { 
    background: #f0f7ff; 
    border-radius: 8px 
    padding: 25px; 
    border-left: 5px solid var(--primary-color); 
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 80, 201, 0.05);
}

.custom-file-label-tf {
    border-radius: 8px !important; 
    border: 2px solid #e2e8f0 !important; 
    background: #f8fafc !important;
    height: 50px !important;
    padding: 12px 16px !important;
    display: flex !important;
    align-items: center;
    color: var(--gray-color);
}

.custom-file-label-tf::after {
    height: 46px !important;
    padding: 12px 16px !important;
    background: #e2e8f0 !important;
    border-radius: 0 8px 8px 0 !important;
    display: flex !important;
    align-items: center;
    font-weight: 700;
    color: var(--primary-color);
}

/* Page Specific Styles - E-Ticket */
.ticket-wrapper-premium {
    max-width: 600px;
    margin: 40px auto;
    padding: 0 20px;
}

.success-announcement-tf {
    text-align: center;
    margin-bottom: 30px;
}

.success-circle-tf {
    width: 80px;
    height: 80px;
    background: #10b981;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px;
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.e-ticket-card-tf {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    position: relative;
    border: 1px solid #e2e8f0;
}

.ticket-header-tf {
    background: var(--primary-color);
    padding: 30px;
    color: white;
    text-align: center;
}

.ticket-header-tf img {
    height: 45px;
    margin-bottom: 15px;
}

.ticket-header-tf h2 {
    font-size: 1.25rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.ticket-body-tf {
    padding: 20px;
    background: white;
}

.info-grid-tf {
    margin-bottom: 30px;
}

.info-label-tf {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.info-value-tf {
    font-size: 1rem;
    font-weight: 800;
    color: var(--dark-color);
}

.divider-dashed {
    border-top: 2px dashed #e2e8f0;
    margin: 30px 0;
    position: relative;
}

.divider-dashed::before, .divider-dashed::after {
    content: '';
    position: absolute;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #f1f5f9;
    border-radius: 8px;
}

.divider-dashed::before { left: -50px; }
.divider-dashed::after { right: -50px; }

.status-badge-ticket {
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.qr-placeholder-tf {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
}

/* Page Specific Styles - Validasi Tiket */
.location-panel-tf {
    background: #f8fafc;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    border-left: 6px solid var(--secondary-color);
}

.loc-row-tf {
    padding-left: 20px;
    position: relative;
}

.loc-row-tf::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: var(--secondary-color);
}

.loc-divider-tf {
    height: 20px;
    width: 2px;
    background: #cbd5e1;
    margin-left: 4px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.ticket-divider-tf {
    border-top: 2px dashed #e2e8f0;
    margin: 30px 0;
    position: relative;
}

.ticket-divider-tf::before, .ticket-divider-tf::after {
    content: '';
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #f1f5f9;
    border-radius: 8px;
}

.ticket-divider-tf::before { left: -55px; }
.ticket-divider-tf::after { right: -55px; }

.payment-summary-tf {
    text-align: center;
}

.payment-status-badge-tf {
    background: #ecfdf5;
    color: #059669;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 10px;
}

.paid-amount-tf {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 1;
}

.qr-section-tf {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.qr-box-tf {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    margin-bottom: 10px;
}

.pelunasan-info-box {
    background: #fffbeb; 
    border-radius: 8px; 
    border: 2px solid #fef3c7;
}

.guide-box-tf {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
    border: 1px solid #e2e8f0;
}

/* Typography Extra */
.display-5 { font-size: 2rem; font-weight: 800; line-height: 1.2; }
.display-6 { font-size: 1.5rem; font-weight: 800; line-height: 1.2; }

.action-buttons-tf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.btn-wa-tf {
    background: #25D366 !important; 
    border: none !important; 
    border-radius: 8px !important;
    color: white !important;
}

.text-warning-tf { color: #d97706 !important; }
.text-warning-dark-tf { color: #92400e !important; }

@media print {
    @page {
        margin: 0.5cm;
        size: auto;
    }
    body { 
        background: white !important; 
        padding: 0 !important;
        margin: 0 !important;
    }
    .navbar, .footer-tf, .success-announcement-tf, .action-buttons-tf, 
    .whatsapp-float, .mobile-overlay, .guide-box-tf, .text-center.mt-4.pb-5 { 
        display: none !important; 
    }
    .ticket-wrapper-premium { 
        margin: 0 auto !important; 
        padding: 20px !important; 
        max-width: 100% !important; 
        width: 100% !important;
    }
    .e-ticket-card-tf { 
        box-shadow: none !important; 
        border: 2px solid #0050C9 !important; 
        border-radius: 8px !important;
        overflow: hidden !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    .ticket-header-tf {
        background-color: #0050C9 !important;
        color: white !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    .ticket-header-tf h2 {
        color: white !important;
    }
    .location-panel-tf {
        background-color: #f8fafc !important;
        border-left: 6px solid #FF8A04 !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    .ticket-divider-tf {
        border-top: 2px dashed #cbd5e1 !important;
    }
    .ticket-divider-tf::before, .ticket-divider-tf::after { 
        display: none !important; 
    }
    .qr-box {
        border: 1px solid #e2e8f0 !important;
        padding: 10px !important;
    }
    .paid-amount-tf {
        color: #0050C9 !important;
    }
    .print-footer {
        display: block !important;
        text-align: center;
        margin-top: 30px;
        font-size: 0.75rem;
        color: #94a3b8;
        border-top: 1px solid #e2e8f0;
        padding-top: 10px;
    }
}

.print-footer { display: none; }
/* Premium Footer Styles */
.footer-tf {
    background: linear-gradient(135deg, #001a4d 0%, #000c24 100%);
    color: white;
    padding-top: 80px;
    border-top: 4px solid var(--secondary-color);
    position: relative;
    overflow: hidden;
}

.footer-tf::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    opacity: 0.03;
    pointer-events: none;
}

.footer-logo-premium {
    height: 60px;
    filter: brightness(0) invert(1);
    margin-bottom: 25px;
}

.footer-title-tf {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: white;
    position: relative;
    padding-bottom: 12px;
}

.footer-title-tf::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--secondary-color);
}

.footer-link-tf {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none !important;
    transition: var(--transition);
    display: inline-block;
    padding: 5px 0;
}

.footer-link-tf:hover {
    color: var(--secondary-color);
    transform: translateX(8px);
}

.contact-item-tf {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.contact-icon-tf {
    color: var(--secondary-color);
    margin-right: 15px;
    margin-top: 5px;
    font-size: 1.1rem;
}

.social-circle-footer {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 12px;
    transition: var(--transition);
    text-decoration: none !important;
}

.social-circle-footer:hover {
    background: var(--secondary-color);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 138, 4, 0.3);
}



.footer-bottom-tf {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 60px;
}

/* New Premium Landing Page Styles */
:root {
    --glass-bg: rgba(255, 255, 255, 0.15);
    --glass-border: rgba(255, 255, 255, 0.2);
    --modern-gradient: linear-gradient(135deg, #bc002d 0%, #8b0021 100%);
    --accent-gradient: linear-gradient(135deg, #000000 0%, #333333 100%);
}

/* Swiper Hero Styles */
.hero-swiper {
    width: 100%;
    height: calc(100vh - 75px);
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
}

.slide-content {
    position: relative;
    z-index: 10;
    color: white;
    max-width: 800px;
}

.glass-pill {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 8px 20px;
    border-radius: 8px;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}

.slide-title {
    color: white !important;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px;
}

.slide-desc {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Problem & Solution Section */
.problem-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.problem-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.problem-icon {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-right: 20px;
    flex-shrink: 0;
}

.solution-box {
    background: #fff;
    border-left: 8px solid var(--primary-color);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* About Pak Eko */
.about-section {
    padding: 100px 0;
    background: white;
}

.about-img-wrapper {
    position: relative;
}

.about-img-wrapper::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
    background: var(--secondary-light);
    border-radius: 8px;
    z-index: 0;
}

.about-img {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
}

/* Vehicles */
.vehicle-card-v2 {
    border-radius: 8px;
    overflow: hidden;
    background: white;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.vehicle-card-v2:hover {
    transform: scale(1.02);
}

.vehicle-img-v2 {
    height: 300px; /* Specific height for consistency */
    object-fit: cover;
    width: 100%;
}

.vehicle-content {
    padding: 30px;
}

/* Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.gallery-item {
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.15);
}

/* CTA Footer Section */
.footer-cta {
    background: var(--modern-gradient);
    padding: 100px 0;
    color: white;
}

.whatsapp-btn-large {
    background: var(--primary-color);
    color: white;
    padding: 18px 45px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 10px 30px rgba(188, 0, 45, 0.4);
}

.whatsapp-btn-large:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(188, 0, 45, 0.5);
    color: white;
    text-decoration: none;
}


/* Custom Swiper Navigation Styles */
.swiper-button-prev-tf,
.swiper-button-next-tf {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 100;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.swiper-button-prev-tf {
    left: 30px;
}

.swiper-button-next-tf {
    right: 30px;
}

.swiper-button-prev-tf:hover,
.swiper-button-next-tf:hover {
    background: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 10px 30px rgba(188, 0, 45, 0.4);
    border-color: var(--primary-color);
}

/* Hide on mobile devices */
@media (max-width: 768px) {
    .swiper-button-prev-tf,
    .swiper-button-next-tf {
        display: none;
    }
}

/* Better Swiper Pagination for Mobile readability */
@media (max-width: 768px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        opacity: 0.5;
        margin: 0 6px !important;
    }
    .swiper-pagination-bullet-active {
        width: 30px;
        height: 10px;
        border-radius: 5px;
        background: var(--primary-color) !important;
        opacity: 1;
    }
}

/* Global Mobile Responsiveness Fixes */
@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }
    
    .slide-title {
        font-size: 2.2rem !important;
        line-height: 1.2;
    }
    
    .slide-desc {
        font-size: 1rem !important;
        margin-bottom: 25px;
    }
    
    .whatsapp-btn-large {
        padding: 14px 30px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
    
    .hero-swiper {
        height: calc(100vh - 65px) !important;
    }
    
    .slide-content {
        padding: 0 15px;
        text-align: center;
    }
    
    .about-img-wrapper::after {
        display: none;
    }
    
    .vehicle-img-v2 {
        height: 200px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .display-5 {
        font-size: 1.5rem !important;
        font-weight: 800 !important;
    }
    
    .slide-title {
        font-size: 1.8rem !important;
        line-height: 1.2;
    }
    
    .slide-desc {
        font-size: 0.95rem !important;
        margin-bottom: 20px;
    }

    .lead {
        font-size: 1rem !important;
    }
    
    p {
        font-size: 0.9rem !important;
    }

    .section-tag {
        font-size: 0.7rem !important;
        letter-spacing: 1.5px !important;
        margin-bottom: 15px !important;
    }
    
    .hero-swiper {
        height: calc(100vh - 65px) !important;
    }
}

/* Fix navbar height on mobile */
@media (max-width: 991px) {
    body {
        padding-top: 65px;
    }
}

/* Additional polishing for mobile bits */
@media (max-width: 991px) {
    .navbar-tf .navbar-brand img {
        height: 38px; /* Slightly smaller for mobile navbar */
    }
}

@media (max-width: 768px) {
    .problem-card {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .solution-box {
        padding: 25px;
    }
    
    .vehicle-card-v2 {
        margin-bottom: 30px;
    }
    
    .footer-cta h2 {
        font-size: 1.8rem !important;
    }
    
    .footer-cta p {
        font-size: 0.9rem !important;
    }
}

/* Ensure the WhatsApp button looks good on red background but distinctive */
.whatsapp-btn-large {
    background: var(--primary-color); /* WhatsApp brand green */
    border: 2px solid white; /* Adds distinction on red/black */
    font-size: 1rem;
    box-shadow: 0 10px 30px rgba(188, 0, 45, 0.4);
}

/* Slider Feature Items Style */
.slide-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 8px 18px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.feature-item i {
    font-size: 1.1rem;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .slide-features {
        justify-content: center;
        gap: 10px;
    }
    
    .feature-item {
        font-size: 0.85rem;
        padding: 6px 14px;
    }
}
@media (max-width: 768px) {
    .action-buttons-tf {
        display: block;
    }
    .action-buttons-tf .btn-primary-tf {
        width: 100%;
        margin-bottom: 10px;
    }
    .action-buttons-tf .btn-wa-tf {
        width: 100%;
    }
}

/* Refined Problem & Solution Styling */
#problem {
    background-color: #ffffff; /* Clean white background */
}

.problem-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.problem-icon {
    width: 60px;
    height: 60px;
    background: #fff0f1; /* Light red tint for problems */
    color: var(--primary-color);
    border-radius: 8px
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.solution-box {
    background: #fff;
    border: 2px solid var(--primary-color); /* Strong red border */
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(188, 0, 45, 0.1);
    position: relative;
    overflow: hidden;
}

.solution-box .fa-circle-check {
    color: var(--primary-color); /* Red checks instead of success green to match brand */
    margin-right: 12px;
}

.display-5 {
    font-size: 1.75rem !important;
    font-weight: 800;
    line-height: 1.3;
    color: var(--dark-color) !important;
}
