﻿/* tour_image.css */
.tourHeaderContainer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 16px
}

@media only screen and (max-width: 767px) {
    .tourHeaderContainer {
        margin-bottom: 4px
    }
}

@media only screen and (max-width: 767px) {
    .tourHeaderContainer .padding-mobile {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}



.tourHeaderContainer #popupGallery {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    padding-top: 80px
}

    .tourHeaderContainer #popupGallery .mobile-booking-title {
        display: none;
        padding: 10px 15px 15px;
        text-align: center
    }

        .tourHeaderContainer #popupGallery .mobile-booking-title .closePopup {
            position: absolute;
            top: 28px;
            left: 15px;
            cursor: pointer
        }

        .tourHeaderContainer #popupGallery .mobile-booking-title b {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.4;
            display: inline-block;
            text-indent: 40px;
            color: #fff
        }

    .tourHeaderContainer #popupGallery #closePopup {
        position: absolute;
        top: 32px;
        right: calc((100% - 930px)/2);
        cursor: pointer
    }

    .tourHeaderContainer #popupGallery .popup-slider {
        position: relative;
        height: 520px;
        width: 930px;
        margin: 0 auto;
        z-index: 1
    }

        .tourHeaderContainer #popupGallery .popup-slider .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .tourHeaderContainer #popupGallery .popup-slider .swiper-slide .slide-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
            color: #fff;
            font-size: 16px;
            text-shadow: 1px 1px #000;
            line-height: 60px;
            text-align: center
        }

        .tourHeaderContainer #popupGallery .popup-slider .swiper-slide.swiper-slide-next,
        .tourHeaderContainer #popupGallery .popup-slider .swiper-slide.swiper-slide-prev {
            opacity: 0;
            visibility: hidden;
            transform: scale(0.85)
        }

        .tourHeaderContainer #popupGallery .popup-slider .swiper-slide.swiper-slide-active {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
            transition: transform .3s ease, opacity .3s ease
        }

        .tourHeaderContainer #popupGallery .popup-slider .swiper-button-prev,
        .tourHeaderContainer #popupGallery .popup-slider .swiper-button-next {
            width: 48px;
            height: 48px;
            color: #fff;
            background: rgba(0, 0, 0, .5);
            border-radius: 50%
        }

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 24px;
    height: 24px;
}

    .swiper-button-next svg path,
    .swiper-button-prev svg path {
        stroke-width: 2.5;
    }

.tourHeaderContainer #popupGallery .popup-slider .swiper-button-prev:hover,
.tourHeaderContainer #popupGallery .popup-slider .swiper-button-next:hover {
    background: rgba(0, 0, 0, .7)
}

.tourHeaderContainer #popupGallery .popup-slider .swiper-button-prev:after,
.tourHeaderContainer #popupGallery .popup-slider .swiper-button-next:after {
    font-size: 25px
}

.tourHeaderContainer #popupGallery .popup-slider .swiper-pagination {
    position: absolute;
    display: none;
    bottom: -90px;
    color: #fff;
    font-size: 16px
}

.tourHeaderContainer #popupGallery .thumbnail-slider {
    position: relative;
    height: 90px;
    width: 930px;
    margin: 0 auto;
    overflow: hidden
}

    .tourHeaderContainer #popupGallery .thumbnail-slider .swiper-slide {
        width: 120px;
        height: 75px;
        margin-top: 10px;
        margin-right: 10px;
        transition: opacity .3s ease;
        cursor: pointer;
    }

        .tourHeaderContainer #popupGallery .thumbnail-slider .swiper-slide.swiper-slide-thumb-active:after {
            background-color: rgba(0, 0, 0, 0)
        }

        .tourHeaderContainer #popupGallery .thumbnail-slider .swiper-slide .hidden-thumbnail {
            display: none
        }

.tourHeaderContainer #popupGallery .btn-bottom-departure {
    position: absolute;
    left: 15px;
    bottom: 8px;
    width: calc(100% - 30px);
    border-radius: 4px;
    font-size: 20px;
    padding: 10px 0;
    display: none
}

@media only screen and (max-width: 929px) {
    .tourHeaderContainer #popupGallery #closePopup {
        right: 0
    }

    .tourHeaderContainer #popupGallery .popup-slider {
        width: 100%;
        height: 500px
    }

    .tourHeaderContainer #popupGallery .thumbnail-slider {
        height: 60px;
        width: 100%
    }

        .tourHeaderContainer #popupGallery .thumbnail-slider .swiper-slide {
            margin-top: 5px;
            margin-right: 5px
        }

            .tourHeaderContainer #popupGallery .thumbnail-slider .swiper-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }
}

@media only screen and (max-width: 767px) {
    .tourHeaderContainer #popupGallery {
        background-color: #3f3b3b;
        padding-top: 0
    }

        .tourHeaderContainer #popupGallery #closePopup {
            display: none
        }

        .tourHeaderContainer #popupGallery .mobile-booking-title {
            display: block
        }

        .tourHeaderContainer #popupGallery .popup-slider {
            height: 400px
        }

            .tourHeaderContainer #popupGallery .popup-slider .swiper-slide .slide-caption {
                line-height: 22px;
                background: rgba(0, 0, 0, 0);
                bottom: -70px;
                padding: 0 15px
            }

            .tourHeaderContainer #popupGallery .popup-slider .swiper-pagination {
                display: block
            }

            .tourHeaderContainer #popupGallery .popup-slider .swiper-button-prev,
            .tourHeaderContainer #popupGallery .popup-slider .swiper-button-next {
                top: 475px;
                background: rgba(0, 0, 0, 0)
            }

                .tourHeaderContainer #popupGallery .popup-slider .swiper-button-prev:hover,
                .tourHeaderContainer #popupGallery .popup-slider .swiper-button-next:hover {
                    background: rgba(0, 0, 0, 0)
                }

        .tourHeaderContainer #popupGallery .thumbnail-slider {
            height: 60px;
            width: 100%;
            display: block
        }

        .tourHeaderContainer #popupGallery .btn-bottom-departure {
            display: block
        }
}

@media only screen and (max-width: 430px) {
    .tourHeaderContainer #popupGallery .popup-slider {
        height: 350px
    }

        .tourHeaderContainer #popupGallery .popup-slider .swiper-button-prev,
        .tourHeaderContainer #popupGallery .popup-slider .swiper-button-next {
            top: 425px
        }
}

@media only screen and (max-width: 390px) {
    .tourHeaderContainer #popupGallery .popup-slider {
        height: 300px
    }

        .tourHeaderContainer #popupGallery .popup-slider .swiper-button-prev,
        .tourHeaderContainer #popupGallery .popup-slider .swiper-button-next {
            top: 375px
        }
}

.tourHeaderContainer #popupVideo {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    padding-top: 80px
}

    .tourHeaderContainer #popupVideo .mobile-booking-title {
        display: none;
        padding: 10px 15px 15px;
        text-align: center
    }

        .tourHeaderContainer #popupVideo .mobile-booking-title .closePopup {
            position: absolute;
            top: 28px;
            left: 15px;
            cursor: pointer
        }

        .tourHeaderContainer #popupVideo .mobile-booking-title b {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.4;
            display: inline-block;
            text-indent: 40px;
            color: #fff
        }

    .tourHeaderContainer #popupVideo .wrap-video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 10px
    }

        .tourHeaderContainer #popupVideo .wrap-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

    .tourHeaderContainer #popupVideo #closePopup {
        position: absolute;
        top: 32px;
        right: calc((100% - 930px)/2);
        cursor: pointer
    }

    .tourHeaderContainer #popupVideo .btn-bottom-departure {
        position: absolute;
        left: 15px;
        bottom: 8px;
        width: calc(100% - 30px);
        border-radius: 4px;
        font-size: 20px;
        padding: 10px 0;
        display: none
    }

@media only screen and (max-width: 929px) {
    .tourHeaderContainer #popupVideo #closePopup {
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .tourHeaderContainer #popupVideo {
        background-color: #3f3b3b;
        padding-top: 0
    }

        .tourHeaderContainer #popupVideo #closePopup {
            display: none
        }

        .tourHeaderContainer #popupVideo .mobile-booking-title {
            display: block
        }

        .tourHeaderContainer #popupVideo .btn-bottom-departure {
            display: block
        }
}



.tour-image-gallery {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    overflow: hidden
}

.main-image-container {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
    border-radius: 5px
}

.main-tour-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s ease;
    display: block
}

    .main-tour-image.fade-out {
        opacity: .5
    }

    .main-tour-image.fade-in {
        opacity: 1
    }

.main-image-container .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
    pointer-events: none
}

.main-image-container .image-counter {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    pointer-events: none
}

.thumbnail-gallery {
    display: flex;
    margin-top: 10px;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .thumbnail-gallery::-webkit-scrollbar {
        display: none
    }

.thumbnail-item {
    flex: 0 0 105px;
    height: 72px;
    cursor: pointer;
    opacity: .6;
    transition: all .3s ease;
    border: 2px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border-radius: 5px
}

    .thumbnail-item img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .thumbnail-item.active {
        opacity: 1;
        border-color: #588fd6
    }

    .thumbnail-item:hover {
        opacity: 1
    }

@media only screen and (max-width: 767px) {
    .main-image-container {
        height: 250px
    }

    .tour-image-gallery {
        margin-bottom: 10px
    }

    .thumbnail-gallery {
        display: none
    }
}

/*# sourceMappingURL=tour-image.css.map */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.flatpickr-day {
    font-size: 1rem;
    margin: 2px;
}

.price-text-date {
    font-size: 10px;
}

.flatpickr-calendar .flatpickr-current-month .cur-year {
    display: none !important;
}

.flatpickr-calendar .flatpickr-current-month .numInput {
    display: none !important;
}

.flatpickr-calendar .flatpickr-current-month {
    font-size: 1.25rem;
    font-weight: 600;
}

    .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
        display: none !important;
    }

.flatpickr-calendar .flatpickr-months {
    padding-bottom: 0.5rem;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #3563ed !important;
    border-color: #3563ed !important;
}

    .flatpickr-day.selected:hover,
    .flatpickr-day.startRange:hover,
    .flatpickr-day.endRange:hover {
        background: #0d47a1 !important;
        border-color: #0d47a1 !important;
    }

.flatpickr-calendar {
    box-shadow: none !important;
    border: none !important;
}

.flatpickr-weekday {
    font-weight: 600;
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .flatpickr-calendar .flatpickr-current-month {
        font-size: 12px;
    }

    .flatpickr-weekday {
        font-size: 10px !important;
    }

    .flatpickr-day {
        font-size: 13px;
        margin: 1px;
    }

    .price-text-date {
        font-size: 9px !important;
    }

    .flatpickr-months .flatpickr-prev-month,
    .flatpickr-months .flatpickr-next-month {
        width: 18px;
        height: 18px;
        padding: 1px;
    }

        .flatpickr-months .flatpickr-prev-month svg,
        .flatpickr-months .flatpickr-next-month svg {
            width: 14px;
            height: 14px;
            transform: scale(0.8);
        }
}

.table-responsive {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-picker-btn {
    padding: 8px 15px;
    border-radius: 4px;
    color: #666;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

@media (max-width: 768px) {
    .date-picker-btn {
        padding: 6px 10px;
        font-size: 12px;
        max-width: 150px;
    }
}

/* Table Styles */
.table-custom {
    margin-bottom: 0;
    width: 100%;
}

    .table-custom thead th {
        font-weight: 500;
        color: #666;
        border-bottom: none;
        padding-bottom: 15px;
        font-size: 15px;
    }

    /* Font 16px như yêu cầu */
    .table-custom tbody td {
        font-size: 16px;
        padding: 18px 10px;
        vertical-align: middle;
        color: #333;
        border-bottom: 1px solid #eee;
    }

    .table-custom tbody tr:nth-of-type(odd) > td {
        background-color: #f9f9f9 !important;
    }

    .table-custom tbody tr:hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }

/* Helper Classes cho màu sắc */
.text-green {
    color: #28a745 !important;
    font-weight: 600;
}

.text-red {
    color: #dc3545 !important;
}

.price-text-date {
    font-weight: 500;
}

.price-text {
    font-weight: 600;
    text-align: right;
}

.arrow-icon {
    color: #999;
    float: right;
    margin-left: 15px;
}

.view-more {
    text-align: center;
    padding-top: 15px;
    color: #0056b3;
    font-weight: 500;
    cursor: pointer;
}

    .view-more:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .view-more {
        padding-top: 8px;
        font-size: 12px;
    }
}

.flatpickr-day.has-tour:hover {
    border: none !important;
}

/* Ô có tour: viền xanh, text xanh */
.flatpickr-day.has-tour {
    border: 1px solid #666666;
    border-radius: 8px;
    color: #666666;
}

    /* Giá mặc định xanh */
    .flatpickr-day.has-tour .price-text-date {
        color: #666666;
    }

    /* Khi chọn: giá trắng */
    .flatpickr-day.has-tour.selected .price-text-date,
    .flatpickr-day.has-tour.startRange .price-text-date,
    .flatpickr-day.has-tour.endRange .price-text-date {
        color: #fff !important;
    }

    /* Khi hover ô có tour: giá trắng */
    .flatpickr-day.has-tour:hover .price-text-date {
        color: #fff !important;
    }

/* Giữ màu mặc định cho ngày không có tour */
.flatpickr-day:not(.has-tour) {
    border: none;
    color: inherit;
}

/* Ngày thuộc tháng khác: đổi màu chữ */
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #a0a3a7;
    /* xám nhạt */
}

    /* Không ghi đè màu khi đang được chọn/hover */
    .flatpickr-day.prevMonthDay.selected,
    .flatpickr-day.nextMonthDay.selected,
    .flatpickr-day.prevMonthDay:hover,
    .flatpickr-day.nextMonthDay:hover {
        color: #fff !important;
    }

/* Không hover, không đổi màu khi chọn ngày không có tour */
.flatpickr-day:not(.has-tour):hover,
.flatpickr-day:not(.has-tour).selected,
.flatpickr-day:not(.has-tour).startRange,
.flatpickr-day:not(.has-tour).endRange {
    background: transparent !important;
    border-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

/* Ngày thuộc tháng khác và không có tour: vẫn xám, không đổi khi hover/chọn */
.flatpickr-day.prevMonthDay:not(.has-tour),
.flatpickr-day.nextMonthDay:not(.has-tour) {
    color: #a0a3a7 !important;
}

    .flatpickr-day.prevMonthDay:not(.has-tour):hover,
    .flatpickr-day.nextMonthDay:not(.has-tour):hover,
    .flatpickr-day.prevMonthDay:not(.has-tour).selected,
    .flatpickr-day.nextMonthDay:not(.has-tour).selected {
        background: transparent !important;
        border-color: transparent !important;
        color: #a0a3a7 !important;
    }

/* Loại giá: tốt nhất (xanh) và cao điểm (đỏ) */
.flatpickr-day.has-tour.price-best {
    border: 1px solid #28a745;
    color: #28a745;
}

    .flatpickr-day.has-tour.price-best .price-text-date {
        color: #28a745;
    }

.flatpickr-day.has-tour.price-peak {
    border: 1px solid #dc3545;
    color: #dc3545;
}

    .flatpickr-day.has-tour.price-peak .price-text-date {
        color: #dc3545;
    }

    /* Khi chọn/hover ô có tour: giá thành trắng để dễ nhìn */
    .flatpickr-day.has-tour.price-best.selected .price-text-date,
    .flatpickr-day.has-tour.price-best:hover .price-text-date,
    .flatpickr-day.has-tour.price-peak.selected .price-text-date,
    .flatpickr-day.has-tour.price-peak:hover .price-text-date {
        color: #fff !important;
    }

/* đảm bảo vẫn trắng khi hover/selected để dễ nhìn */
.flatpickr-day.has-tour.price-normal.selected .price-text-date,
.flatpickr-day.has-tour.price-normal:hover .price-text-date {
    color: #fff !important;
}

/* Legend dưới lịch */
.calendar-legend {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 12px;
    text-align: end;
}

    .calendar-legend .legend-item.best {
        color: #28a745;
        /* xanh lá */
        font-weight: 500;
    }

    .calendar-legend .legend-item.peak {
        color: #dc3545;
        /* đỏ */
        font-weight: 500;
    }

    .calendar-legend .legend-note {
        color: #666;
        font-style: italic;
    }

/* Căn phải tiêu đề giá */
.table-custom thead th.price-col {
    text-align: right;
}

/* Ô giá: chỉ text căn phải, không chứa icon */
#tour-data td.price-text {
    text-align: right;
    font-weight: 600;
    padding-right: 10px;
}

/* Cột mũi tên cuối cùng: căn giữa dọc và ngang */
#tour-data td.arrow-cell {
    width: 5%;
    text-align: center;
}

    #tour-data td.arrow-cell .arrow-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #999;
    }

/* Khi chọn dòng: mọi text trắng, kể cả icon */
#tour-data .tour-row.selected td,
#tour-data .tour-row.selected .arrow-icon {
    color: #fff !important;
}

/* Ép nền khi chọn hàng (đặt sau các rule nth-of-type/hover) */
#tour-data .tour-row.selected,
#tour-data .tour-row.selected > td {
    background-color: #3563ed !important;
    color: #fff !important;
}

    #tour-data .tour-row.selected .price-text,
    #tour-data .tour-row.selected .arrow-icon {
        color: #fff !important;
    }

/* Vô hiệu hoá nền sọc/hover khi selected */
.table-custom tbody .tour-row.selected:nth-of-type(odd) > td,
.table-custom tbody .tour-row.selected:hover > td {
    background-color: #3563ed !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .table-custom thead th {
        font-size: 11px;
        padding: 4px 4px 8px 4px;
    }

    .table-responsive {
        padding: 10px;
    }

    .table-custom tbody td {
        font-size: 12px;
        padding: 8px 4px;
    }
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Hide master-page banner/slider on this page only */
.header-hero .header-carousel {
    display: none !important;
}

.header-hero,
.header-hero.bg-header-img {
    background: none !important;
    min-height: 0 !important;
    height: auto !important;
}

#fadeBox {
    max-height: 250px;
    transition: max-height 0.4s ease-in-out;
}

    #fadeBox.open {
        overflow: hidden !important;
    }


/*    ////////////////////////////////////////////////////////////////////////////////*/


@media (max-width: 768px) {
    #book-tour-modal {
        width: 90vw !important;
    }
}

@media (max-width: 768px) {
    #mobile-departure-sheet .sheet-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        z-index: 9998;
    }

    #mobile-departure-sheet .sheet-panel {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        max-height: 85vh;
        z-index: 9999;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
        display: grid;
        grid-template-rows: auto 1fr;
        animation: slideUp 180ms ease-out;
    }

    #mobile-departure-sheet .sheet-header {
        padding: 10px 12px;
        border-bottom: 1px solid #eee;
    }

    #mobile-departure-sheet .sheet-body {
        overflow: auto;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }
}

@media (max-width: 992px) {
    :root {
        --mobile-bottom-gap: 0px;
    }

    body {
        padding-bottom: 72px;
    }

    .mobile-bottom-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9990;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    }

    #mobile-departure-content .tour-departure-detail section {
        position: static !important;
        top: auto;
        z-index: auto;
    }
}

/*////////////////////////////////////////////////////////////////////////////////////////////////*/

.form-field {
    display: flex;
    flex-direction: column;

    input,
    textarea {
        padding: 10px;
        border-radius: 8px;
        border: none;
        font-size: 0.875rem;
        background-color: #ebebeb;
    }
}


/*////////////////////////////////////////////////////////////*/

@media (max-width: 768px) {
    .fs-6 {
        font-size: 0.75rem !important;
    }

    .py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .fs-4 {
        font-size: 1rem !important;
    }
}


/*////////////////////////////////////////////////////////////*/

/* Màu chủ đạo */
:root {
    --bg-cream: #fff8e1;
    /* Màu nền vàng nhạt */
    --orange-primary: #ff9800;
    /* Màu cam nút bấm */
    --orange-text: #f57c00;
    --border-blue: #3563ed;
    /* Màu viền khi chọn ngày */
}

.booking-card {
    background-color: #fff8e1;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Segoe UI', sans-serif;
    border: 1px solid #eee;
}

.booking-title {
    font-size: 18px;
    font-weight: 700;
    color: #3563ed;
    /* Màu xanh đậm tiêu đề */
    margin-bottom: 5px;
}

.booking-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

/* Style nút chọn ngày */
.date-btn {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    min-width: 80px;
}

    .date-btn:hover {
        background-color: #f9f9f9;
    }

    .date-btn.active {
        border: 1px solid var(--border-blue);
        color: #3563ed;
        background-color: #fff;
        box-shadow: 0 0 0 1px var(--border-blue) inset;
        /* Hiệu ứng viền dày hơn tí */
    }

/* Make the date selection fill full width with equal columns */
.date-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
}

/* Style từng dòng hành khách */
.passenger-row {
    background: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.text-orange {
    color: var(--orange-text) !important;
}

/* Style bộ đếm +/- */
.btn-counter {
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-counter:hover {
        background-color: #f0f0f0;
        border-radius: 50%;
    }

.count-value {
    font-weight: 600;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
}

/* Tổng giá */
.total-price {
    color: var(--orange-text);
}

.original-price {
    font-size: 16px;
}

/* Nút hành động cuối cùng */
.btn-booking-primary {
    background-color: var(--orange-primary);
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border: none;
}

    .btn-booking-primary:hover {
        background-color: #e68900;
        color: #fff;
    }

.btn-booking-outline {
    background-color: #fff;
    color: var(--orange-text);
    border: 1px solid var(--orange-primary);
    font-weight: 700;
    padding: 10px;
}

    .btn-booking-outline:hover {
        background-color: #f8f3ec;
        border: 1px solid var(--orange-primary);
    }

/* Hàng tour được chọn */
.tour-row.selected {
    background-color: #3563ed !important;
    color: #fff !important;
}

    .tour-row.selected > td {
        background-color: #3563ed !important;
        color: #fff !important;
    }

/* Nếu dùng selector theo id tbody, vẫn ép màu cho nội dung bên trong */
#tour-data .tour-row.selected .price-text,
#tour-data .tour-row.selected .arrow-icon,
#tour-data .tour-row.selected a,
#tour-data .tour-row.selected span,
#tour-data .tour-row.selected i {
    color: #fff !important;
}

/* Vô hiệu hoá nền sọc/hover của bootstrap khi selected */
.table.table-striped tbody .tour-row.selected:nth-of-type(odd) > td,
.table.table-hover tbody .tour-row.selected:hover > td {
    background-color: #3563ed !important;
    color: #fff !important;
}

@media (max-width: 767.98px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

