/*---------------- TOUR RESULT HEADER ----------------*/

.tour-box-wrapper {
    margin-bottom: 0px;
}

/* .tour-result-header-bar {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    padding: 16px 20px;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
} */

.tour-result-header-bar {
    background: #0194f3;
    padding: 16px 20px;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}

/* 
.tour-result-header-bar {
    background: linear-gradient(135deg, #2E7D32 0%, #D32F2F 100%);
    padding: 16px 20px;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 6px 16px rgba(211, 47, 47, 0.3);
}
 */

.tour-icon-main {
    color: white;
    font-size: 42px;
    margin-right: 20px;
}

.tour-search-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}

.tour-route-info {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0px;
    display: flex;
    align-items: center;
}

.tour-content-wrapper {
    display: flex;
    flex-direction: column;
}

.tour-result-desc-container {
    width: 400px;
}

.tour-destination {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
}

.tour-route-arrow {
    margin: 0 12px;
    font-size: 16px;
    opacity: 0.9;
}

.tour-details {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.tour-detail-item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
}

.tour-detail-item i {
    margin-top: -3px;
    margin-right: 5px;
}

.tour-detail-separator {
    margin: 0 6px;
    opacity: 0.7;
}

.tour-result-header-btn {
    color: white;
}

.tour-result-header-btn:active {
    color: white;
}

.tour-search-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tour-search-info {
    flex: 1;
}

.tour-search-action {
    flex-shrink: 0;
    align-self: center;
}

.days-badge {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: white;
    padding: 0px 6px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    margin-left: 5px;
    box-shadow: 0 1px 3px rgba(251, 191, 36, 0.4);
}

@media (max-width: 1024px) {
    .tour-detail-separator {
        margin: 0px;
    }
}
/*---------------- END TOUR RESULT HEADER ----------------*/

/*---------------- tour RESULT CARD ----------------*/

.tour-result-card {
    width: 100%;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.tour-result-card .img-tour {
    width: 250px;
    height: 177px;
    object-fit: cover;
    border-radius: 5px;
}

.img-tour-wrapper {
    position: relative;
    width: 250px;
    height: 177px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-tour-default {
    width: 64px;
    height: 64px;
    margin-bottom: 40px;
    object-fit: contain;
}

.img-tour-default-text {
    position: absolute;
    top: 60%;
    font-weight: 500;
    font-size: 14px;
    color: #6d6d6d;
}

.tour-result-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-primary);
    margin-top: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
}

.tour-result-title i {
    font-size: 10px;
    margin-top: 1px;
}

.tour-result-title p {
    font-size: 11px;
    color: #6d6d6d;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
}

.tour-result-detail {
    margin-top: 10px;
    font-weight: 800;
}

.tour-result-include-wrapper {
    position: relative;
    max-height: 22px;
    overflow: hidden;
}

.tour-result-include-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 24px;
    background: linear-gradient(to right, transparent, white 60%);
    pointer-events: none;
    display: none;
}

.tour-result-include-wrapper.show-dots::after {
    display: block;
}

.tour-result-include {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tour-result-badges {
    padding: 3px 5px 0px 5px;
    border: 1px solid var(--theme-primary);
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    background: #fff;
    max-width: 90px;
}

.tour-result-badges p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-result-detail i {
    font-size: 9px;
    color: black;
    padding-bottom: 4px;
    margin-right: 5px;
}

.tour-result-detail p {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
}

.tour-result-availability {
    margin-top: auto;
    font-weight: 500;
    font-size: 12px;
    color: var(--theme-primary);
}

.tour-result-border {
    border-right: 1px solid #e7e7e7;
    margin: -10px 10px;
}

.tour-result-price-booking {
    margin-top: 10px;
}

.tour-result-badge-star {
    background-color: #c0c0c0;
    color: #ffffff;
    font-size: 9px;
    height: 20px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.tour-result-price {
    width: 150px;
    height: 100%;
}

.tour-result-price span {
    color: var(--theme-primary);
    font-weight: bold;
    font-size: 20px;
}

.tour-result-price h6 {
    font-size: 10px;
    text-align: start;
    margin: 0px 0px -4px 0px;
    font-weight: bold;
    color: #6d6d6d;
}

.tour-result-price p {
    font-size: 10px;
    font-weight: bold;
    line-height: 6px;
    color: #6d6d6d;
}

.tour-result-price a {
    background-color: var(--theme-primary);
    color: #fff !important;
    margin-top: 40px;
    border-color: var(--theme-primary);
    border-radius: 0px;
    transition: all 0.3s;
    font-size: 14px;
    padding: 7px 20px;
    margin-left: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.tour-result-price a:hover {
    background-color: #fff !important;
    color: var(--theme-primary) !important;
    border: 1px solid var(--theme-primary);
}

.tour-load-more {
    background-color: var(--theme-primary);
    color: #fff;
    border-color: var(--theme-primary);
    border-radius: 0px;
    transition: all 0.3s;
    font-size: 14px;
    padding: 4px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.tour-load-more:hover {
    background-color: #fff;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

.tour-result-rating {
    margin: 0px 0px 10px 0px;
    font-size: 13px;
    align-items: center;
    display: flex;
}

.tour-result-rating h4 {
    margin: 0px;
}

.tour-result-rating i {
    color: #ffd700;
    font-size: 12px;
}

.tour-result-type {
    width: 40%;
    margin-top: 8px;
}

.tour-result-type i {
    font-size: 19px;
    color: var(--theme-primary);
}

.tour-result-type span {
    font-size: 10px;
    line-height: 12px;
    color: #5d646d;
}

.tour-result-type p {
    font-size: 11px;
    font-weight: bold;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
}

.tour-result-price-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.tour-result-price-range-label {
    font-size: 12px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    text-align: center;
}

.tour-result-price-range button {
    background-color: transparent;
    color: var(--theme-primary);
    font-weight: 500;
    font-size: 14px;
}

.tour-result-rooms-price-badge-refund {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #d4edda;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.tour-result-rooms-price-badge-not-refund {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #f8d7da;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.tour-result-rooms-price-badge-refund h4 {
    margin: 0;
    font-size: 11px;
    padding-top: 2px;
}

.tour-result-rooms-price-badge-not-refund h4 {
    margin: 0;
    font-size: 11px;
    padding-top: 2px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tour-result-card .img-tour,
    .img-tour-wrapper {
        width: 200px;
    }
    .tour-result-price {
        width: 135px;
    }
    .tour-result-price a {
        margin-top: 35px;
    }
    .tour-result-border {
        margin: -10px 10px;
    }
    .tour-result-rating {
        margin: 0px 0px 5px 0px;
    }
    .tour-result-type {
        width: 50%;
    }
}
/*---------------- END tour RESULT CARD ----------------*/

/* Badge ke-5 menjadi More + */
.tour-result-include .tour-result-badges:nth-child(5) {
    width: 50px;
    background: #ebebeb;
    color: #111827;
    font-weight: bold;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: var(--theme-primary, #ca262c);
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    max-width: 90px;
    transition: background 0.2s, color 0.2s;
}
.tour-result-include .tour-result-badges:nth-child(5) i {
    display: none;
}
.tour-result-include .tour-result-badges:nth-child(5) p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111827;
    position: relative;
    visibility: hidden; /* Sembunyikan teks asli */
}
.tour-result-include .tour-result-badges:nth-child(5) p::after {
    content: "More +";
    display: inline;
    position: absolute;
    left: 0;
    width: 100%;
    visibility: visible;
    color: #4f4f4f;
}
.tour-result-include .tour-result-badges:nth-child(5) p::before {
    content: "";
    display: none;
}

.tour-result-include .tour-result-badges:nth-child(n + 6) {
    display: none !important;
}

/*---------------- SKELETON FILTER tour RESULT ----------------*/

.search-tour-clear-filter {
    background-color: transparent;
    border: none;
    color: var(--theme-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
}

.txt-transit-idr {
    color: #6d6d6d;
    font-weight: 600;
    font-size: 14px;
}

:root {
    --loading-grey: #e5e7eb;
    --border-color: #d1d5db;
    --text-color: #374151;
}

.filter-container {
    max-width: 280px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.skeleton-filter-title {
    width: 50px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-clear-btn {
    width: 35px;
    height: 14px;
    border-radius: 4px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.filter-section {
    margin-bottom: 24px;
}

.skeleton-section-title {
    width: 120px;
    height: 18px;
    border-radius: 4px;
    background-color: var(--loading-grey);
    margin-bottom: 16px;
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-checkbox-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.skeleton-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: var(--loading-grey);
    flex-shrink: 0;
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-checkbox-label {
    height: 16px;
    border-radius: 4px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-checkbox-label.short {
    width: 80px;
}

.skeleton-checkbox-label.medium {
    width: 110px;
}

.skeleton-checkbox-label.long {
    width: 100px;
}

.skeleton-more-btn {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    background-color: var(--loading-grey);
    margin-top: 8px;
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-range-container {
    margin-bottom: 16px;
}

.skeleton-range-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.skeleton-range-value {
    width: 20px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-range-slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: var(--loading-grey);
    margin-bottom: 8px;
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-range-label {
    width: 100px;
    height: 14px;
    border-radius: 4px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-star-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.skeleton-filter-star {
    width: 60%;
    height: 16px;
    border-radius: 6px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-star-count {
    width: 12px;
    height: 14px;
    border-radius: 3px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

@keyframes loading {
    0% {
        background-position-x: 180%;
    }

    100% {
        background-position-x: -20%;
    }
}

/* Stagger animation delays for more natural loading */
.skeleton-checkbox-item:nth-child(1) .skeleton-checkbox,
.skeleton-checkbox-item:nth-child(1) .skeleton-checkbox-label {
    animation-delay: 0.1s;
}

.skeleton-checkbox-item:nth-child(2) .skeleton-checkbox,
.skeleton-checkbox-item:nth-child(2) .skeleton-checkbox-label {
    animation-delay: 0.2s;
}

.skeleton-checkbox-item:nth-child(3) .skeleton-checkbox,
.skeleton-checkbox-item:nth-child(3) .skeleton-checkbox-label {
    animation-delay: 0.3s;
}

.skeleton-checkbox-item:nth-child(4) .skeleton-checkbox,
.skeleton-checkbox-item:nth-child(4) .skeleton-checkbox-label {
    animation-delay: 0.4s;
}

.skeleton-checkbox-item:nth-child(5) .skeleton-checkbox,
.skeleton-checkbox-item:nth-child(5) .skeleton-checkbox-label {
    animation-delay: 0.5s;
}

.skeleton-star-item:nth-child(1) .skeleton-filter-star,
.skeleton-star-item:nth-child(1) .skeleton-star-count {
    animation-delay: 0.1s;
}

.skeleton-star-item:nth-child(2) .skeleton-filter-star,
.skeleton-star-item:nth-child(2) .skeleton-star-count {
    animation-delay: 0.2s;
}

.skeleton-star-item:nth-child(3) .skeleton-filter-star,
.skeleton-star-item:nth-child(3) .skeleton-star-count {
    animation-delay: 0.3s;
}

.skeleton-star-item:nth-child(4) .skeleton-filter-star,
.skeleton-star-item:nth-child(4) .skeleton-star-count {
    animation-delay: 0.4s;
}

.skeleton-star-item:nth-child(5) .skeleton-filter-star,
.skeleton-star-item:nth-child(5) .skeleton-star-count {
    animation-delay: 0.5s;
}

/*----------------END SKELETON FILTER tour RESULT ----------------*/

/* Desktop: 1025px ke atas */
@media (min-width: 1025px) {
}

/* Custom styles for Popular Facilities Accordion */
#accordionPopularFacilities .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

#accordionPopularFacilities .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

#accordionPopularFacilities .btn-link {
    color: inherit;
    text-decoration: none;
    padding: 5px 5px 5px 0px;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    background: transparent;
    width: 100%;
}

#accordionPopularFacilities .btn-link:hover,
#accordionPopularFacilities .btn-link:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

#accordionPopularFacilities .btn-link i {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}

#accordionPopularFacilities .btn-link.collapsed i {
    transform: rotate(-90deg);
}

#accordionPopularFacilities .card-body {
    padding: 0;
    border: none;
    background: transparent;
}

#accordionPopularFacilities .title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

/* Custom styles for Price Range Accordion */
#accordionPriceRange .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

#accordionPriceRange .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

#accordionPriceRange .btn-link {
    color: inherit;
    text-decoration: none;
    padding: 5px 5px 5px 0px !important;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    background: transparent;
    width: 100%;
}

#accordionPriceRange .btn-link:hover,
#accordionPriceRange .btn-link:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

#accordionPriceRange .btn-link i {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}

#accordionPriceRange .btn-link.collapsed i {
    transform: rotate(-90deg);
}

#accordionPriceRange .card-body {
    padding: 0;
    border: none;
    background: transparent;
}

#accordionPriceRange .title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

#accordionTourDuration .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

#accordionTourDuration .card-header {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 5px;
}

#accordionTourDuration .btn-link {
    color: inherit;
    text-decoration: none;
    padding: 5px 5px 5px 0px !important;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    background: transparent;
    width: 100%;
}

#accordionTourDuration .btn-link:hover,
#accordionTourDuration .btn-link:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

#accordionTourDuration .btn-link i {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}

#accordionTourDuration .btn-link.collapsed i {
    transform: rotate(-90deg);
}

#accordionTourDuration .card-body {
    padding: 0;
    border: none;
    background: transparent;
}

#accordionTourDuration .title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

#accordionTripType .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

#accordionTripType .card-header {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 5px;
}

#accordionTripType .btn-link {
    color: inherit;
    text-decoration: none;
    padding: 5px 5px 5px 0px !important;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    background: transparent;
    width: 100%;
}

#accordionTripType .btn-link:hover,
#accordionTripType .btn-link:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

#accordionTripType .btn-link i {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}

#accordionTripType .btn-link.collapsed i {
    transform: rotate(-90deg);
}

#accordionTripType .card-body {
    padding: 0;
    border: none;
    background: transparent;
}

#accordionTripType .title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
/*---------------- END CUSTOM STYLE ----------------*/

/*---------------- SKELETON TOUR SEARCH CARDS ----------------*/
/* SKELETON SEARCH TOUR */

:root {
    --loading-grey: #e5e7eb;
}

.card-loading-search-tour {
    display: flex;
    margin: 15px 0px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
    border: 1px solid rgba(127, 137, 150, 0.1);
}

.skeleton-search-tour-image {
    flex: 0 0 200px;
    height: 180px;
    border-radius: 6px 0 0 6px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-search-tour-content {
    flex: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skeleton-search-tour-title,
.skeleton-search-tour-subtitle,
.skeleton-search-tour-price,
.skeleton-search-tour-button {
    background-color: var(--loading-grey);
    border-radius: 6px;
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-search-tour-title {
    width: 70%;
    height: 20px;
    margin-bottom: 0.5rem;
}

.skeleton-search-tour-subtitle {
    width: 50%;
    height: 16px;
    margin-bottom: 0.7rem;
}

.skeleton-search-tour-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 1rem;
}

.skeleton-search-tour-icons .icon {
    width: 45px;
    height: 20px;
    border-radius: 4px;
    background-color: var(--loading-grey);
    animation: loading 0.8s infinite ease-in-out;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 60%
        )
        var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
}

.skeleton-search-tour-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skeleton-search-tour-price {
    width: 80px;
    height: 20px;
}

.skeleton-search-tour-button {
    width: 120px;
    height: 36px;
    border-radius: 8px;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .card-loading-search-tour {
        flex-direction: column;
    }
    .skeleton-search-tour-image {
        width: 100%;
        height: 180px;
    }
    .skeleton-search-tour-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* END SKELETON SEARCH tour */

/*---------------- END SKELETON TOUR SEARCH CARDS ----------------*/

/*---------------- RESPONSIVE HEADER tour MOBILE & TABLET ----------------*/
@media (max-width: 576px) {
    .main-banner .header-banner .flight-box,
    .main-banner .header-banner .tour-box {
        bottom: -390px;
        font-size: 16px;
        padding: 0px;
    }

    .indextours-destination {
        padding: 450px 0px 50px 0px;
    }

    .title-section-tours {
        font-size: 29px;
    }

    .tour-Step-by-Step-container {
        padding: 0 10px;
    }

    .card-tour .img-tour .badge {
        font-size: 12px;
    }

    .tour-Step-by-Step-title {
        font-size: 23px;
    }

    .tour-partner-title {
        font-size: 27px;
    }

    .tour-Step-by-Step-info-card {
        padding: 18px;
    }

    .tour-Step-by-Step-check-icon {
        font-size: 18px;
        min-width: 28px;
        height: 28px;
    }

    .card-tour-wrapper {
        padding: 0px 2px;
    }

    .card-tour .card-body-tour {
        padding: 15px 10px 5px 10px;
    }

    .card-tour .card-body-tour .card-price p {
        font-size: 9px;
    }

    .card-tour .card-body-tour .card-price h4 {
        font-size: 13px;
    }

    .card-tour .card-body-tour .tour-title h5 {
        font-size: 13px;
    }

    .card-tour .card-tour-content {
        height: 205px;
    }

    .card-tour .img-tour img,
    .card-tour .img-tour:hover img {
        height: 150px;
    }
    .tour-detail-item {
        font-size: 12px;
    }
}

/* Mobile: 0 - 767px */
@media (max-width: 767px) {
    .tour-result-header-bar {
        padding: 9px 20px 20px 20px;
    }
    .tour-result-header-bar {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .tour-result-detail {
        margin-top: 0px;
    }
    .tour-search-container {
        flex-direction: column;
    }

    .tour-details {
        margin-top: 5px;
        line-height: 12px;
    }

    .tour-icon-main {
        font-size: 50px;
        margin-right: 16px;
    }
    .tour-search-action {
        margin-top: 15px;
        width: 100%;
    }

    .tour-result-header-btn {
        width: 100%;
    }
}

/* Tablet: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .tour-detail-item {
        font-size: 11px;
    }
}

/*---------------- END RESPONSIVE HEADER tour MOBILE & TABLET ----------------*/

/*---------------- BOTTOM BAR / FILTER MOBILE & TABLET ----------------*/

.botom-bar-tour-container {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 1000;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
}

.botom-bar-tour-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.botom-bar-tour-item {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    font-size: 15px;
    padding: 13px 26px;
    font-weight: 500;
    color: var(--theme-primary);
    cursor: pointer;
}

.botom-bar-tour-item:hover {
    color: var(--theme-tertiary) !important;
}

.botom-bar-tour-item-count {
    font-size: 12px;
    color: #000;
}

.botom-bar-tour-item .fa-circle {
    font-size: 10px;
    color: #28a745;
}

.botom-bar-tour-item i {
    font-size: 14px;
}

.botom-bar-tour-item .fa-check {
    display: flex;
    font-size: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 13px;
    margin-left: 6px;
    height: 13px;
    color: white;
    background-color: #28a745;
}

.botom-bar-tour-item.disabled,
.botom-bar-tour-item[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.5;
    background: #f5f5f5;
    color: #aaa !important;
    cursor: not-allowed;
}

/*---------------- END BOTTOM BAR / FILTER MOBILE & TABLET ----------------*/

/*---------------- FILTER COUNTER STYLES ----------------*/
.filter-counter-tour {
    position: relative;
}
#filterCounterBartour {
    padding-top: 1px;
    position: absolute;
    left: 3px;
    top: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 14px;
    height: 13px;
    font-size: 9px;
    color: white;
    background-color: var(--theme-primary);
}

/*---------------- END FILTER COUNTER STYLES ----------------*/

/*---------------- STICKY BAR SEARCH tour ----------------*/

.filter-change-tour-bar {
    position: fixed;
    top: 75px;
    width: 100%;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    z-index: 99 !important;
    display: none;
}

.filter-change-tour-bar h4 {
    font-size: 18px !important;
}

.filter-change-tour-bar h4 i {
    font-size: 14px !important;
}

.filter-change-tour-bar .fa-chevron-down {
    position: absolute;
    right: 7px;
    font-size: 16px;
}

.filter-change-tour-bar-section h5 {
    font-size: 13px;
}

[data-toggle="collapse"][aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}

[data-toggle="collapse"][aria-expanded="true"] .border-search-tour-bar {
    border-bottom: 1px dashed #f1f1f1 !important;
}

@media only screen and (min-width: 320px) and (max-width: 395px) {
    .card-tour-mobile-result-card-price h4 {
        font-size: 16px;
    }
    .tour-detail-item {
        font-size: 10px;
    }
    .card-tour-mobile-result-card-price p {
        font-size: 8px;
    }

    .card-tour-mobile-result-card-price span {
        font-size: 9px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .filter-change-tour-bar {
        top: 85px;
    }
}

/*---------------- END STICKY BAR SEARCH tour ----------------*/

/*---------------- DISABLE FILTER ----------------*/

.filter-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.filter-hidden {
    display: none !important;
}

.filter-loading {
    position: relative;
    overflow: hidden;
}

.filter-loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

#lstFilterContentDataTemplate.no-data {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

#lstFilterContentDataTemplate.no-data * {
    pointer-events: none;
}

/*---------------- END DISABLE FILTER ----------------*/
