

    html,
    body{
        margin:0 !important;
        padding:0 !important;
    }

    header,
    main,
    .container-fluid{
        margin-top:0 !important;
        padding-top:0 !important;
    }
    header, main, nav, .navbar, .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .banner{
        padding-top:70px;
    }
   
    @media (max-width: 600px) {
        .banner{
            padding-top:0px;
        }
    }

    
  
   
 
    .banner{
    
    overflow:hidden;
}

.banner img{
    width:100%;
    height:auto;
    display:block;
}

/* booking card naik overlap */
.booking-bar{
    
    position:relative;
    z-index:10;

    background:#fff;

    border-radius:28px;

    padding:32px !important;

    box-shadow:
        0 20px 50px rgba(0,0,0,0.10),
        0 6px 18px rgba(0,0,0,0.05);
}

.booking-header{
    margin-bottom: 35px;
}


  
   

  

.booking-card {
 
    position: relative;
    z-index: 10; /* biar di atas banner */
    border-radius: 20px;
     box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .booking-bar{
        margin-top:-50px !important;
    }
}
@media (max-width: 768px) {
    .booking-card {
        margin-top: -40px;
    }
}



.booking-bar label {
    font-size: 0.8rem;
    color: gray;
}

.booking-bar .form-control,
.booking-bar .form-select {
    border: none;
    border-bottom: 2px solid #eee;
    border-radius: 0;
}

.booking-bar .form-control:focus,
.booking-bar .form-select:focus {
    box-shadow: none;
    border-color: #ffc107;
}
   
#boxPesan{
    margin-bottom: 50px;
    }  

  .swap-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}
.swap-btn.active {
    background: #ffc107;
    color: black;
    transform: rotate(180deg) scale(1.1);
}
/* Samakan tinggi label dengan input lain */
.booking-bar label,
.form-label {
    font-size: 0.8rem;
    color: gray;
    margin-bottom: 4px;
}

/* posisi lebih balance */
.col-md-1 .swap-btn {
    margin-top: auto;
}
.home-services-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:22px;
}

.home-service-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.3s ease;
    height:100%;

    display:flex;
    flex-direction:column;
}


.home-service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 55px rgba(0,0,0,.10);
}

.home-service-image{
    height:150px;
    margin:14px 14px 0;
    border-radius:18px;
    overflow:hidden;
    background:#f5f5f5;
}

.home-service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.35s ease;
}

.home-service-card:hover .home-service-image img{
    transform:scale(1.06);
}

.home-service-body{
    padding:18px 18px 20px;

    display:flex;
    flex-direction:column;
    flex:1;
}

.home-service-badge{
    text-align:center;
    display:inline-block;
    background:#fff3cd;
    color:#856404;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.5px;
    padding:6px 11px;
    border-radius:999px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.home-service-body h5{
    font-size:1.05rem;
    font-weight:800;
    color:#111;
    margin-bottom:8px;
}

.home-service-body p{
    color:#666;
    font-size:.92rem;
    line-height:1.65;
    margin-bottom:18px;
}

.home-service-actions{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:auto;
}

.btn-service-chat,
.btn-service-itinerary{
    text-decoration:none;
    border-radius:999px;
    font-size:.86rem;
    font-weight:700;
    padding:10px 15px;
    transition:.25s ease;

    background:#111;
    color:#fff;
}

.btn-service-itinerary:hover{
    background:#ffb400;
    color:#111;
}

.btn-service-chat{
    background:#ffb400;
    color:#111;
}

.btn-service-chat:hover{
    background:#e6a200;
    color:#111;
}



@media(max-width:1200px){
    .home-services-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:576px){
    .home-services-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .home-service-image{
        height:190px;
    }
}

/* gambar biar rapi */
.object-fit-cover {
    object-fit: cover;
}

/* hover */
.artikel-card {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

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

/* potong teks */
.artikel-preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-map-modal{
    max-width: 720px;
}

#mapWrap{
    width:100%;
    overflow:hidden;
    border-radius:16px;
}

#map{
    width:100%;
    height:420px;
}

/* Tablet */
@media (max-width: 992px){

    .custom-map-modal{
        max-width: 92%;
    }

    #map{
        height:360px;
    }
}

/* Mobile */
@media (max-width: 768px){

    .custom-map-modal{
        max-width: 96%;
        margin:auto;
    }

    #map{
        height:280px;
    }

    .modal-body{
        padding:14px;
    }

    .modal-header,
    .modal-footer{
        padding:14px;
    }

    #selectedAddress{
        font-size:14px;
    }
}

/* Small phone */
@media (max-width: 420px){

    #map{
        height:240px;
    }

    .modal-title{
        font-size:16px;
    }

    #searchMapAddress{
        font-size:14px;
    }

    #selectedAddress{
        font-size:13px;
    }
}
.whatsapp-float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    z-index: 9999;

    background: #25D366;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 12px rgba(0,0,0,0.25);

    transition: 0.3s;
}

.whatsapp-float:hover{
    transform: scale(1.1);
}

.whatsapp-float img{
    width: 35px;
    height: 35px;
}


.booking-title{
    font-size: 2rem;
    color: #212529;
    letter-spacing: 1px;
}

@media (max-width:768px){
    .booking-title{
        font-size: 1.5rem;
    }
}

.booking-header{
    margin-bottom: 18px;
    margin-top: 10px;
    text-align: center;
    position: relative;
    z-index: 20;
}

.booking-title{
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    color: #1f252d;
}

.booking-title .text-warning{
    color: #f2b400 !important;
}

.line-icon{
    color: #f2b400;
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0 15px;
}

.booking-subtitle{
    font-size: 1.05rem;
    color: #5f6368;
    margin: 0;
    font-weight: 400;
}

.booking-bar{
    margin-top: 0;
    background: #fff;
    border-radius: 28px;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
    padding: 32px !important;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.08),
        0 2px 10px rgba(0,0,0,0.04);
}

.line-icon{
    color: #f2b400;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 18px;
    position: relative;
    top: -2px;
    letter-spacing: -6px;
}

.section-title {
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.section-title::after {
    content: "";
    display: block;
    width: 80px;          /* panjang garis */
    height: 3px;          /* tebal garis */
    background-color: orange;
    margin: 8px auto 0;   /* center */
    border-radius: 2px;
}

.extra-section {
    margin-top: 50px;
}

.services-two-col {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* masing-masing kolom */
.services-two-col .section-block {
    flex: 1;
}

/* mobile responsive */
@media (max-width: 768px) {
    .services-two-col {
        flex-direction: column;
    }
}

.info-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.info-item:last-child {
    border-bottom: none;
}



.gallery-section{
    padding:60px 20px;
}

.destinationSwiper{
    padding-bottom:50px;
}

.gallery-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    transition:.3s;
   
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255,255,255,0.8);

    color: white !important;

    box-shadow: 0 4px 12px rgba(0,0,0,.4);
}

.gallery-card:hover{
    transform:translateY(-5px);
}

.gallery-card img{
    width:100%;
    aspect-ratio:3/5;
    object-fit:cover;
    height:220px;
}

.card-desc{
    padding:15px;
    font-size:14px;
    line-height:1.6;
    min-height:90px;
}


.about-card{
    background:#fff;
    border-radius:24px;
    padding:50px;
    box-shadow:
        0 10px 30px rgba(0,0,0,.06),
        0 2px 8px rgba(0,0,0,.03);

    max-width:1100px;
    margin:auto;
}

.about-heading{
    font-size:32px;
    font-weight:800;
    margin-bottom:25px;
    color:#222;
}

.about-card p{
    font-size:18px;
    line-height:1.9;
    color:#555;
}

.about-stats{
    margin-top:35px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.stat-item{
    background:#fff8e6;
    border:1px solid #ffe29a;
    border-radius:16px;

    padding:20px;
    text-align:center;
}

.stat-item span{
    display:block;
    font-size:32px;
    font-weight:800;
    color:black;
}

.stat-item small{
    color:#666;
}

@media(max-width:768px){

    .about-card{
        padding:25px;
    }

    .about-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .about-heading{
        font-size:24px;
    }
}

#itineraryDetail {
    max-height: 400px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.6;
}

.itinerary-table textarea {
    resize: none;
}

.itinerary-table td,
.itinerary-table th {
    vertical-align: middle;
}


.article-preview-section{
    background:white;
}

.article-section-title{
    font-size:38px;
    font-weight:800;
    margin-bottom:10px;
}

.article-section-subtitle{
    color:#777;
    margin:0;
}

.btn-view-all{
    background:#111;
    color:white;
    text-decoration:none;
    padding:14px 24px;
    border-radius:12px;
    font-weight:700;
    transition:.25s;
}

.btn-view-all:hover{
    background:#2b2b2b;
    color:white;
}

.article-preview-card{
    background:white;
    border-radius:24px;
    overflow:hidden;
    transition:.3s;
    height:100%;
}

.article-preview-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.article-preview-img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.article-preview-content{
    padding:28px;
}

.article-preview-date{
    color:#888;
    font-size:14px;
    margin-bottom:14px;
}

.article-preview-title{
    font-size:28px;
    line-height:1.4;
    font-weight:800;
    margin-bottom:18px;
    color:#111;
}

.article-preview-desc{
    color:#555;
    line-height:1.9;
    margin-bottom:24px;
}

.article-preview-link{
    color:#111;
    font-weight:700;
    text-decoration:none;
}

.article-preview-link:hover{
    text-decoration:underline;
}


.gallery-card img:hover {
    transform: scale(1.03);
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* FIX 3 kolom */
    gap: 16px;
}



@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}
/* Modal */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,.8);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.gallery-modal-content {
    background: white;
    border-radius: 12px;
    padding: 20px;
    max-width: 900px;
    width: 100%;
    text-align: center;
    position: relative;
}

.gallery-modal-content img {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 8px;
}

.gallery-modal-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 32px;
    cursor: pointer;
    font-weight: bold;
}

.about-stats{
    opacity:0;
    transform:translateY(40px);
    transition:all .8s ease;
}

.about-stats.show{
    opacity:1;
    transform:translateY(0);
}


.cta-section {
    background: white; /* bisa kamu ganti warna brand */
    color: black;
    padding: 60px 20px;
    text-align: center;
}

.cta-container {
    max-width: 800px;
    margin: auto;
}

.cta-title {
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.cta-text {
    font-size: 16px;
    line-height: 1.6;
    color: black;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    padding: 12px 25px;
    background: #ffcc00;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0; /* sesuai style kamu sebelumnya */
    transition: 0.3s;
}

.cta-button:hover {
    background: #e6b800;
}

.car-section {
  padding: 60px 20px;
  background: white;
  color: black;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.car-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,.4);
}

.car-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.car-body {
  padding: 15px;
}

.car-body h3 {
  margin: 0;
  font-size: 18px;
}

.price {
  color: #ffb400;
  margin: 10px 0;
  font-weight: bold;
}

.btn-rent {
  width: 100%;
  padding: 10px;
  border: none;
  background: #ffb400;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: .3s;
}

.btn-rent:hover {
  background: #ffcc55;
}

.mySwiper{
    padding:10px;
}

.reviewSwiper{
    padding:20px 10px 50px;
}


.review-card:hover{
    transform:translateY(-5px);
}

.review-avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.review-card{
    background:#fff;
    border-radius:20px;
    padding:25px;

    min-height:420px;
    max-height: 450px;
    border:1px solid #eee;
    box-shadow:0 5px 20px rgba(0,0,0,.08);

    display:flex;
    flex-direction:column;
}

.review-text{
    
    max-height:180px;
    overflow-y:auto;
    line-height:1.8;

}

/* Mobile */
@media (max-width: 768px) {

    /* Matikan swiper layout */
    .destinationSwiper .swiper-wrapper,
    .reviewSwiper .swiper-wrapper {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 16px;
        transform: none !important;
    }

    .destinationSwiper .swiper-slide,
    .reviewSwiper .swiper-slide {
        width: 100% !important;
        margin: 0 !important;
    }

    /* Sembunyikan navigasi swiper */
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none !important;
    }
}


/* ============================ */
/* SPESIFIKASI ARMADA           */
/* ============================ */
.armada-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.armada-specs .spec-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #555;
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.armada-specs .spec-item i {
    color: #ffc107;
    font-size: 0.85rem;
}

.armada-specs .spec-item span {
    font-weight: 500;
}

/* ============================ */
/* TABLET (768px ke bawah)      */
/* ============================ */
@media (max-width: 768px) {
    .armada-specs {
        gap: 6px;
        margin: 10px 0;
        padding: 8px 0;
    }

    .armada-specs .spec-item {
        font-size: 0.75rem;
        padding: 4px 8px;
    }

    .armada-specs .spec-item i {
        font-size: 0.8rem;
    }
}

/* ============================ */
/* MOBILE (576px ke bawah)      */
/* ============================ */
@media (max-width: 576px) {
    .armada-specs {
        gap: 5px;
        justify-content: flex-start;
    }

    .armada-specs .spec-item {
        font-size: 0.7rem;
        padding: 3px 8px;
    }

    /* Pastikan tombol full width di mobile */
    .home-service-actions {
        flex-direction: column;
        gap: 8px;
    }

    .home-service-actions .btn-service-chat,
    .home-service-actions .btn-service-itinerary {
        width: 100%;
        text-align: center;
        font-size: 0.85rem;
        padding: 8px 12px;
    }
}

/* ============================ */
/* MOBILE KECIL (400px ke bawah)*/
/* ============================ */
@media (max-width: 400px) {
    .armada-specs .spec-item span {
        /* Hanya tampilkan icon di layar sangat kecil jika perlu */
        font-size: 0.7rem;
    }
}

/* ============================ */
/* ARMADA - HIDDEN STATE        */
/* ============================ */
.armada-card.armada-hidden {
    display: none;
}

.armada-card.armada-show {
    display: flex;
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================ */
/* BUTTON LIHAT SELENGKAPNYA    */
/* ============================ */
.btn-show-more-armada {
    padding: 10px 28px;
    font-size: 0.95rem;
    border-radius: 30px;
    border-width: 2px;
    transition: all 0.3s ease;
    background: white;
}

.btn-show-more-armada:hover {
    background: #ffc107;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.btn-show-more-armada i {
    transition: transform 0.3s ease;
}

.btn-show-more-armada .badge {
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 12px;
}

/* Mobile */
@media (max-width: 576px) {
    .btn-show-more-armada {
        padding: 8px 20px;
        font-size: 0.85rem;
        width: 100%;
        max-width: 280px;
    }
}

/* ============================ */
/* COVERAGE SECTION              */
/* ============================ */
.coverage-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px 20px;
    border-radius: 20px;
    margin: 40px 0;
}

.coverage-subtitle {
    color: #6c757d;
    font-size: 1rem;
    max-width: 600px;
    margin: 10px auto 0;
}

/* ============================ */
/* STATISTIK BOX                 */
/* ============================ */
.coverage-stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    max-width: 900px;
    margin: 30px auto;
}

.coverage-stat-box {
    background: white;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #ffc107;
    transition: all 0.3s ease;
}

.coverage-stat-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.15);
}

.coverage-stat-box i {
    font-size: 2rem;
    color: #ffc107;
}

.coverage-stat-box .stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.coverage-stat-box small {
    color: #6c757d;
    font-size: 0.8rem;
}

/* ============================ */
/* FILTER TABS                   */
/* ============================ */
.coverage-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 30px auto;
    max-width: 900px;
}

.coverage-tab {
    background: white;
    border: 2px solid #e9ecef;
    color: #495057;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.coverage-tab:hover {
    background: #fff8e1;
    border-color: #ffc107;
    color: #b8860b;
}

.coverage-tab.active {
    background: #ffc107;
    border-color: #ffc107;
    color: #000;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.coverage-tab i {
    font-size: 0.9rem;
}

/* ============================ */
/* SEARCH BOX                    */
/* ============================ */
.coverage-search-wrapper {
    max-width: 600px;
    margin: 20px auto 30px;
    text-align: center;
}

.coverage-search-box {
    position: relative;
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 5px;
}

.coverage-search-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.coverage-search-box input {
    border: none;
    background: transparent;
    padding: 12px 20px 12px 50px;
    border-radius: 50px;
    width: 100%;
    font-size: 0.95rem;
}

.coverage-search-box input:focus {
    outline: none;
    box-shadow: none;
}

#searchResult {
    display: block;
    margin-top: 10px;
    font-size: 0.85rem;
}

/* ============================ */
/* COVERAGE CARDS                */
/* ============================ */
.coverage-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.coverage-region-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    animation: fadeInUp 0.5s ease forwards;
}

.coverage-region-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.coverage-region-card.hidden {
    display: none;
}

/* ============================ */
/* REGION HEADER                 */
/* ============================ */
.coverage-region-header {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    cursor: pointer;
    position: relative;
}

.region-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
}

.region-title-wrapper {
    flex: 1;
    min-width: 0;
}

.region-name {
    color: white;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.region-route-count {
    font-size: 0.8rem;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 10px;
    border-radius: 12px;
    display: inline-block;
}

.region-toggle-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.region-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.region-toggle-btn i {
    transition: transform 0.3s ease;
}

.coverage-region-card.collapsed .region-toggle-btn i {
    transform: rotate(-90deg);
}

/* ============================ */
/* REGION BODY (ROUTES)          */
/* ============================ */
.coverage-region-body {
    padding: 20px 25px;
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.coverage-region-card.collapsed .coverage-region-body {
    max-height: 0;
    padding: 0 25px;
}

.route-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.route-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.route-item:hover {
    background: #fff8e1;
    border-color: #ffc107;
    transform: translateX(5px);
}

.route-item.highlight {
    background: #fff3cd;
    border-color: #ffc107;
    animation: pulse 1s ease;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.route-item.hidden {
    display: none;
}

.route-marker {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.route-content {
    flex: 1;
    min-width: 0;
}

.route-name {
    font-size: 0.9rem;
    color: #2c3e50;
    font-weight: 500;
    line-height: 1.4;
}

/* ============================ */
/* STATUS BADGE                  */
/* ============================ */
.route-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    animation: blink 2s ease infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.status-active {
    background: #d4edda;
    color: #155724;
}

.status-available {
    background: #fff3cd;
    color: #856404;
}

/* ============================ */
/* EMPTY STATE                   */
/* ============================ */
.coverage-empty-state {
    text-align: center;
    padding: 60px 20px;
    max-width: 500px;
    margin: 0 auto;
}

.coverage-empty-state i {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 20px;
}

.coverage-empty-state h5 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.coverage-empty-state p {
    color: #6c757d;
    margin-bottom: 20px;
}

/* ============================ */
/* INFO FOOTER                   */
/* ============================ */
.coverage-info-footer {
    max-width: 800px;
    margin: 40px auto 0;
    padding: 20px;
    background: #fff8e1;
    border-left: 4px solid #ffc107;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.coverage-info-footer i {
    color: #ffc107;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.coverage-info-footer p {
    margin: 0;
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ============================ */
/* ANIMATIONS                    */
/* ============================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================ */
/* RESPONSIVE                    */
/* ============================ */
@media (max-width: 992px) {
    .coverage-cards-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .coverage-section {
        padding: 40px 15px;
    }

    .coverage-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .coverage-stat-box {
        padding: 15px;
    }

    .coverage-stat-box i {
        font-size: 1.5rem;
    }

    .coverage-stat-box .stat-number {
        font-size: 1.4rem;
    }

    .coverage-tab {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .region-name {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .coverage-stats-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .coverage-filter-tabs {
        gap: 6px;
    }

    .coverage-tab {
        padding: 6px 12px;
        font-size: 0.75rem;
    }

    .coverage-tab i {
        font-size: 0.75rem;
    }

    .coverage-region-header {
        padding: 15px;
        gap: 10px;
    }

    .region-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .coverage-region-body {
        padding: 15px;
    }

    .route-item {
        padding: 10px;
        flex-wrap: wrap;
    }

    .route-name {
        font-size: 0.85rem;
    }

    .route-status {
        font-size: 0.7rem;
        padding: 3px 10px;
    }
}

/* === Pagination === */
.route-item.is-hidden {
    display: none !important;
}

.route-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 12px 8px;
    flex-wrap: wrap;
    border-top: 1px dashed #e5e7eb;
    margin-top: 8px;
}

.route-pagination .pg-btn {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1.5px solid #ccc;
    background: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.route-pagination .pg-btn:hover:not(:disabled):not(.active) {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    opacity: 0.85;
}

.route-pagination .pg-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.route-pagination .pg-numbers {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.route-pagination .pg-info {
    font-size: 12px;
    color: #6b7280;
    margin-left: 8px;
    font-weight: 500;
}

/* Animasi smooth saat pindah halaman */
.route-item {
    animation: fadeInRoute 0.3s ease;
}

@keyframes fadeInRoute {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 480px) {
    .route-pagination {
        gap: 4px;
    }
    .route-pagination .pg-btn {
        min-width: 32px;
        height: 32px;
        font-size: 12px;
    }
    .route-pagination .pg-info {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 4px;
    }
}

.armada-price {
    position: relative;
    margin: 16px 0 18px;
    padding: 8px 0 8px 14px;
}

.armada-price::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 3px;
    background: linear-gradient(#f7d66b, #c89b18);
}

.armada-price .price-label {
    display: block;
    font-size: .78rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.armada-price .price-value {
    display: block;
    margin-top: 2px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
}

/* Price Badge Styling */
.price-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #212529;
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
    white-space: nowrap;
    transition: all 0.3s ease;
}

.price-badge:not(.d-none) {
    animation: fadeInSlide 0.4s ease;
}

.price-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.price-amount {
    font-size: 1.05rem;
}

.price-vehicle {
    font-size: 0.8rem;
    opacity: 0.7;
    border-left: 1px solid rgba(0,0,0,0.15);
    padding-left: 0.5rem;
    margin-left: 0.2rem;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive: harga ke bawah di mobile */
@media (max-width: 768px) {
    .price-badge {
        width: 100%;
        justify-content: center;
        margin-top: 0.5rem;
    }
}

.booking-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
    margin-bottom: 24px;
}

.booking-title {
    font-size: 1.9rem;
    font-weight: 800;
    color: #212529;
    letter-spacing: .3px;
}

.booking-title span {
    color: #f59e0b; /* warna kuning premium */
}

.booking-subtitle {
    color: #6c757d;
    font-size: .95rem;
}

/* === Styling untuk catatan harga khusus === */
#priceSpecialNotes {
    background-color: #fff9e6;
    border: 1px solid #ffe4a1;
    border-radius: 8px;
    padding: 8px 12px;
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.4;
}

.price-note-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    color: #664d03;
}

.price-note-item:last-child {
    margin-bottom: 0;
}

.price-note-item.chat-wa {
    color: #0d6efd;
    font-weight: 500;
}

.price-note-item.min-hari {
    color: #664d03;
}

.price-note-warning {
    margin-top: 6px;
    font-size: 0.8rem;
    color: #dc3545;
    font-style: italic;
}

/* Optional: icon Bootstrap */
.bi {
    font-size: 1rem;
}