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

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

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

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

.swiper-group-guide .card-journey-small {
    max-width: 100%;
    margin-bottom: 10px !important;
}

.guide-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;
}

.guide-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;
}

@media (min-width: 1400px) {
    .container-slider {
        padding-left: 0;
        padding-right: 0;
    }
}

.card-title a {
    color: #444444;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: bottom;
}

.card-guide .card-title a {
    display: inline-block;
    min-height: 56px;
}

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

.btn.guide-btn-main {
    color: var(--bs-neutral-main) !important;
}
.btn.guide-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.guide-btn-main svg {
    stroke: var(--bs-neutral-main);
    margin-left: 13px;
}
.btn.guide-btn-main:hover {
    color: var(--bs-neutral-0) !important;
    background-color: var(--bs-neutral-main);
    border: 1px solid var(--bs-neutral-main);
}

/* Guide Card Hover Effects - Refined */
.card-guide {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid var(--bs-border-color);
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px !important;
}

.card-guide .card-image {
    position: relative;
    width: 100%;
    height: 326px;
    flex-shrink: 0;
    overflow: hidden;
}

.card-guide .card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
}

.card-guide:hover .card-image img {
    transform: scale(1.1) !important;
}

.card-guide .card-info {
    position: relative !important;
    background-color: var(--bs-neutral-0) !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    padding: 25px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 2 !important;
    transition: all 0.45s ease !important;
    margin-top: -40px !important;
}

.card-guide .card-description {
    font-family: "Manrope" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #666666 !important;
    opacity: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: all 0.45s ease !important;
}

.card-guide:hover .card-description {
    opacity: 1 !important;
    max-height: 150px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/* Grow-up hover: panel anchored to the bottom, pushes upward over the image */
@media (min-width: 640px) {
    .card-guide {
        height: 380px;
    }

    .card-guide .card-image {
        height: 240px;
        flex-shrink: 0;
    }

    .card-guide .card-info {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin-top: 0 !important;
    }
}

.card-date {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #a6a6a6;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-date img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.card-guide .card-hashtags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 15px !important;
}

@media (min-width: 1200px) {
    .card-guide .card-title a {
        font-size: 16px;
        line-height: 24px;
        min-height: 48px;
    }
}

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

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

.swiper-pagination-guide .swiper-pagination-bullet-active {
    background: var(--bs-neutral-main);
}

.btn-voyage-autrement {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 35px;
    border-radius: 182px;
    background: #e3f0ff;
    color: #000000 !important;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration: none !important;
    margin-top: 15px;
}

.btn-discover-guide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 40px;
    margin-top: 10px;
    border: 1.31px solid #27368b;
    border-radius: 68.63px;
    background: transparent;
    color: #27368b !important;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none !important;
    gap: 8px;
}

.btn-discover-guide::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/arrow-narrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.box-button-guide {
    text-align: center;
}

.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;
}

/* Guide Navigation */
.box-swiper {
    position: relative;
}

.guide-btn-prev,
.guide-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;
}

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

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

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

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