.box-top-rated {
    background-color: white;
    padding: 50px 0;
}

.swiper-group-tour .card-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.swiper-group-tour .card-title {
    min-height: 56px;
}

.tour-sub-title {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.92px;
    color: #d02129;
    text-align: center;
    margin-top: 20px !important;
}

.tour-main-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    color: #444444;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tour-main-title .brand {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    color: var(--bs-neutral-main);
}

.container-slider {
    padding-left: 0;
    padding-right: 0;
}

.card-title a {
    font-weight: 700;
}

.card-price .heading-6 {
    color: var(--bs-neutral-main);
    margin-bottom: 0;
}

.endtime {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card-price {
    text-align: right;
}

.btn.tour-btn-main {
    color: var(--bs-neutral-main) !important;
}
.btn.tour-btn-main {
    padding: 8px 18px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Manrope";
    font-weight: 700 !important;
    background-color: var(--bs-button-bg-2);
    border-radius: 50px;
    border: 1px solid var(--bs-neutral-main);
}
.btn.tour-btn-main svg {
    stroke: var(--bs-neutral-main);
    margin-left: 13px;
}
.btn.tour-btn-main:hover {
    color: var(--bs-neutral-0) !important;
    background-color: var(--bs-neutral-main);
    border: 1px solid var(--bs-neutral-main);
}
/* .btn.tour-btn-main:hover svg {
    stroke: var(--bs-neutral-0);
} */

.swiper-group-tour .card-journey-small .card-info {
    position: relative;
    z-index: 2;
    margin-top: -40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

@media (min-width: 640px) {
    .swiper-group-tour .card-journey-small {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px !important;
    }

    .swiper-group-tour .card-journey-small .card-image {
        height: 220px;
        flex-shrink: 0;
    }

    .swiper-group-tour .card-journey-small .card-info {
        padding: 20px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
}

.swiper-pagination-tour {
    position: relative;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.swiper-pagination-tour .swiper-pagination-bullet {
    width: 72px;
    height: 6.5px;
    border-radius: 36px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 5px;
}

.swiper-pagination-tour .swiper-pagination-bullet-active {
    background: var(--bs-neutral-main);
}
.card-location .text-md-medium.neutral-500 {
    font-family: "Manrope";
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #737373;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}

.card-meta {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #737373;
    line-height: 1.4;
}

.card-meta strong {
    color: #27368b;
    font-weight: 700;
}

.card-hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 78px;
    overflow: hidden;
    margin-top: 10px;
}

.card-journey-small .card-info .card-program {
    margin-top: 10px;
}

.btn-hashtag {
    height: 35px;
    max-width: 120px;
    background-color: #e3f0ff;
    border-radius: 182px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-hashtag span {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #27368b;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-hashtag:hover {
    background-color: #d1e6ff;
}

.card-title a {
    color: #444444;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: bottom;
}
/* Tour Navigation */
.box-swiper {
    position: relative;
}

.tour-btn-prev,
.tour-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition:
        background 0.3s ease,
        box-shadow 0.3s ease;
    font-size: 32px;
    font-weight: 700;
    color: #2e3ea8;
    user-select: none;
    line-height: 1;
    -webkit-text-stroke: 1.5px #2e3ea8;
    paint-order: stroke fill;
}

.tour-btn-prev:after,
.tour-btn-next:after {
    display: none;
}

.tour-btn-prev:hover,
.tour-btn-next:hover {
    background: #2e3ea8;
    box-shadow: 0 14px 36px rgba(46, 62, 168, 0.28);
    color: #fff;
}

.tour-btn-prev {
    left: -76px;
}

.tour-btn-next {
    right: -76px;
}

@media (min-width: 1400px) {
    .box-top-rated {
        padding: 50px 70px;
    }

    .container-slider {
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-group-tour .card-meta {
        font-size: 16px;
    }

    .swiper-group-tour .card-info {
        padding: 20px;
    }
    .swiper-group-tour .card-title a {
        font-size: 18px;
        line-height: 20px;
        font-weight: 800;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .swiper-group-tour .card-title {
        min-height: 40px;
    }
    .swiper-group-tour .card-location .text-md-medium.neutral-500 {
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
    }
    .swiper-group-tour .card-meta .card-price .heading-6 {
        font-size: 18px;
    }
    .swiper-group-tour .card-meta .card-price .text-md-medium {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    .tour-btn-prev {
        left: 10px;
    }
    .tour-btn-next {
        right: 10px;
    }
}

@media (max-width: 1399px) {
    .swiper-group-tour .card-location .text-md-medium.neutral-500 {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 768px) {
    .tour-btn-prev,
    .tour-btn-next {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .tour-btn-prev,
    .tour-btn-next {
        display: none;
    }
}
