.fz-tour-perks-list {
                                    list-style: none !important;
                                    padding: 0 !important;
                                    display: flex;
                                    gap: 25px;
                                    flex-wrap: wrap;
                                 }
                                 .fz-tour-perks-list li {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    gap: 8px;
                                    padding: 0 !important;
                                 }
                                 .fz-tour-perks-list li::before {
                                    content: none !important;
                                 }
                                 .fz-tour-perks-list .icon-circle {
                                    width: 50px;
                                    height: 50px;
                                    border-radius: 50%;
                                    background-color: #f0f5f9;
                                    color: var(--togo-theme-primary);
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    font-size: 22px;
                                 }
                                 .fz-tour-perks-list span {
                                    font-weight: 500;
                                    font-size: 14px;
                                 }

.togo-tour-destinations-grid {
                                    display: flex;
                                    flex-direction: column;
                                    gap: 32px;
                                 }

                                 .togo-tour-destinations-content,
                                 .togo-tour-destinations-map {
                                    width: 100%;
                                    max-width: 100%;
                                 }

                                 @media (min-width: 768px) {
                                    .togo-tour-destinations-grid {
                                       flex-direction: row;
                                       align-items: flex-start;
                                       gap: 40px;
                                    }

                                    .togo-tour-destinations-content {
                                       flex: 1.15 1 52%;
                                       min-width: 0;
                                       overflow: visible;
                                    }

                                    .togo-tour-destinations-map {
                                       flex: 1 1 48%;
                                       min-width: 0;
                                    }
                                 }

                                 .togo-tour-destinations-timeline {
                                    list-style: none;
                                    margin: 0;
                                    padding: 0;
                                    position: relative;
                                    padding-left: 28px;
                                 }

                                 .togo-tour-destinations-timeline::before {
                                    content: '';
                                    position: absolute;
                                    left: 7px;
                                    top: 14px;
                                    bottom: 14px;
                                    width: 2px;
                                    background: var(--togo-gray-1, #ddd);
                                    border-radius: 1px;
                                 }

                                 .togo-tour-destinations-item {
                                    position: relative;
                                    padding: 14px 0;
                                    display: flex;
                                    align-items: flex-start;
                                    gap: 12px;
                                    transition: transform 0.3s ease;
                                 }

                                 .togo-tour-destinations-copy {
                                    flex: 1 1 auto;
                                    width: 100%;
                                    max-width: 100%;
                                    min-width: 0;
                                 }

                                 .togo-tour-destinations-about {
                                    margin: 8px 0 0;
                                    font-size: 0.9rem;
                                    line-height: 1.65;
                                    color: var(--togo-text-body, #555);
                                    overflow: visible;
                                    overflow-wrap: break-word;
                                    word-wrap: break-word;
                                    max-width: 100%;
                                 }

                                 .togo-tour-destinations-weather {
                                    margin: 6px 0 0;
                                    font-size: 0.82rem;
                                    line-height: 1.5;
                                    color: var(--golden, #002147);
                                    font-weight: 500;
                                 }

                                 .togo-tour-destinations-weather .bi {
                                    margin-right: 4px;
                                    opacity: 0.85;
                                 }

                                 .togo-tour-destinations-wx-label {
                                    margin-right: 4px;
                                 }

                                 .togo-tour-destinations-weather.is-pending .togo-tour-destinations-wx-text {
                                    font-style: italic;
                                    opacity: 0.75;
                                 }

                                 .togo-tour-destinations-city-link {
                                    color: inherit;
                                    text-decoration: none;
                                    border-bottom: 1px solid rgba(0, 33, 71, 0.25);
                                 }

                                 .togo-tour-destinations-city-link:hover {
                                    color: var(--golden, #002147);
                                    border-bottom-color: currentColor;
                                 }

                                 h1.togo-tour-details-top-title {
                                    font-size: 34px;
                                    font-weight: 600;
                                    line-height: 1.25;
                                    margin-bottom: 10px;
                                 }

                                 .togo-tour-destinations-item.is-map-linked:hover,
                                 .togo-tour-destinations-item.is-map-active {
                                    transform: none;
                                 }

                                 .togo-tour-destinations-map {
                                     border-radius: 16px;
                                     overflow: hidden;
                                     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
                                     transition: transform 0.3s ease;
                                     min-height: 400px;
                                     background: #f0f0f0;
                                  }

                                  .togo-tour-destinations-map.interactive-map-wrap {
                                     transform: none !important;
                                  }

                                  .togo-tour-destinations-map:hover:not(.interactive-map-wrap) {
                                     transform: scale(1.02);
                                  }

                                  .togo-tour-destinations-map img {
                                     display: block;
                                     width: 100%;
                                     height: auto;
                                     min-height: 200px;
                                     object-fit: cover;
                                  }

                                  .tour-route-map-shell {
                                     display: flex;
                                     flex-direction: column;
                                     gap: 0;
                                     width: 100%;
                                     height: 100%;
                                     min-height: 400px;
                                     background: var(--togo-common-white, #fff);
                                  }

                                  @media (min-width: 768px) {
                                     .tour-route-map-shell {
                                        flex-direction: row;
                                        align-items: stretch;
                                     }
                                  }

                                  .tour-route-map-stage {
                                     flex: 1 1 auto;
                                     position: relative;
                                     min-height: 400px;
                                  }

                                 .togo-tour-destinations-marker {
                                    position: absolute;
                                    left: -28px;
                                    width: 14px;
                                    height: 14px;
                                    border-radius: 50%;
                                    background: var(--togo-gray-1, #ddd);
                                    border: 2px solid var(--togo-common-white, #fff);
                                    transition: all 0.3s ease;
                                    flex-shrink: 0;
                                 }

                                 .togo-tour-destinations-item.is-embarkation .togo-tour-destinations-marker,
                                 .togo-tour-destinations-item.is-end .togo-tour-destinations-marker {
                                    width: 16px;
                                    height: 16px;
                                    left: -29px;
                                    top: 4px;
                                    background: var(--golden, #002147);
                                    border-color: var(--golden, #002147);
                                 }

                                 .togo-tour-destinations-item:hover .togo-tour-destinations-marker {
                                    background: var(--golden, #002147);
                                    border-color: var(--golden, #002147);
                                 }

                                 .togo-tour-destinations-label {
                                    font-family: var(--togo-ff-body);
                                    font-size: 1rem;
                                    color: var(--togo-text-body);
                                    line-height: 1.5;
                                 }

                                 .togo-tour-destinations-item.is-embarkation .togo-tour-destinations-label,
                                 .togo-tour-destinations-item.is-end .togo-tour-destinations-label {
                                    font-weight: 700;
                                    color: var(--togo-common-black);
                                 }

                                 .togo-tour-destinations-label em {
                                    font-style: italic;
                                    font-weight: 700;
                                    color: var(--golden, #002147);
                                 }


                                 .tour-route-sidebar {
                                    flex: 0 0 auto;
                                    width: 100%;
                                    max-width: 100%;
                                    margin: 0;
                                    padding: 16px 18px;
                                    list-style: none;
                                    background: var(--togo-gray-0, #f7f7f7);
                                    border-bottom: 1px solid var(--togo-gray-1, #e8e8e8);
                                 }

                                 @media (min-width: 768px) {
                                    .tour-route-sidebar {
                                       width: 260px;
                                       max-width: 260px;
                                       border-bottom: none;
                                       border-right: 1px solid var(--togo-gray-1, #e8e8e8);
                                       overflow-y: auto;
                                       max-height: 520px;
                                    }
                                 }

                                 .tour-route-sidebar-item {
                                    display: block;
                                    width: 100%;
                                    margin: 0 0 8px;
                                    border-radius: 10px;
                                    overflow: hidden;
                                    transition: background 0.2s ease, transform 0.2s ease;
                                 }

                                 .tour-route-sidebar-item:last-child {
                                    margin-bottom: 0;
                                 }

                                 .tour-route-sidebar-item:hover {
                                    background: rgba(201, 162, 39, 0.12);
                                 }

                                 .tour-route-sidebar-item.is-active {
                                    background: var(--golden, #002147);
                                    color: var(--togo-common-white, #fff);
                                    font-weight: 700;
                                 }

                                 .tour-route-sidebar-item-main {
                                    display: block;
                                    width: 100%;
                                    text-align: left;
                                    padding: 12px 14px;
                                    margin: 0;
                                    border: none;
                                    border-radius: 0;
                                    background: transparent;
                                    font-family: var(--togo-ff-body);
                                    font-size: 0.95rem;
                                    color: inherit;
                                    cursor: pointer;
                                 }

                                 .tour-route-trivia-more {
                                    display: none;
                                    width: 100%;
                                    text-align: left;
                                    padding: 0 14px 12px;
                                    margin: 0;
                                    border: none;
                                    background: transparent;
                                    font-family: var(--togo-ff-body);
                                    font-size: 0.78rem;
                                    font-weight: 600;
                                    text-decoration: underline;
                                    cursor: pointer;
                                    color: var(--golden, #002147);
                                 }

                                 .tour-route-sidebar-item.is-active .tour-route-trivia-more {
                                    color: rgba(255, 255, 255, 0.95);
                                 }

                                 .tour-route-sidebar-item .tour-route-side-title {
                                    display: block;
                                    font-weight: 600;
                                 }

                                 .tour-route-sidebar-item .tour-route-side-desc {
                                    display: block;
                                    font-size: 0.82rem;
                                    opacity: 0.85;
                                    margin-top: 4px;
                                    line-height: 1.35;
                                 }

                                 .tour-route-sidebar-summary {
                                    padding-bottom: 14px;
                                    margin-bottom: 12px;
                                    border-bottom: 1px solid var(--togo-gray-1, #e8e8e8);
                                 }

                                 .tour-route-total-dist {
                                    font-size: 0.9rem;
                                    font-weight: 700;
                                    color: var(--togo-common-black);
                                 }

                                 .tour-route-summary-hint {
                                    font-size: 0.72rem;
                                    color: var(--togo-text-body);
                                    opacity: 0.75;
                                    margin: 6px 0 0;
                                    line-height: 1.3;
                                 }

                                 .tour-route-side-leg {
                                    display: block;
                                    font-size: 0.75rem;
                                    font-weight: 600;
                                    margin-top: 8px;
                                    color: var(--golden, #002147);
                                 }

                                 .tour-route-side-weather,
                                 .tour-route-trivia {
                                    display: block;
                                    font-size: 0.76rem;
                                    margin-top: 6px;
                                    line-height: 1.4;
                                    text-align: left;
                                 }

                                 .tour-route-trivia {
                                    opacity: 0.92;
                                 }

                                 .tour-route-side-weather.is-loading,
                                 .tour-route-trivia.is-loading {
                                    font-style: italic;
                                    opacity: 0.65;
                                 }

                                 .tour-route-sidebar-item.is-active .tour-route-sidebar-item-main,
                                 .tour-route-sidebar-item.is-active .tour-route-side-desc,
                                 .tour-route-sidebar-item.is-active .tour-route-side-leg,
                                 .tour-route-sidebar-item.is-active .tour-route-side-weather,
                                 .tour-route-sidebar-item.is-active .tour-route-trivia {
                                    color: var(--togo-common-white, #fff);
                                    opacity: 0.95;
                                 }

                                 .tour-route-sidebar-item.is-active .tour-route-side-leg {
                                    color: rgba(255, 255, 255, 0.95);
                                 }

                                 .tour-route-map-stage {
                                    position: relative;
                                    flex: 1;
                                    min-width: 0;
                                    min-height: 280px;
                                 }

                                 @media (min-width: 768px) {
                                    .tour-route-map-stage {
                                       min-height: 420px;
                                    }
                                 }

                                 .tour-route-map {
                                    width: 100%;
                                    height: 280px;
                                    z-index: 1;
                                 }

                                 @media (min-width: 768px) {
                                    .tour-route-map {
                                       height: 100%;
                                       min-height: 420px;
                                    }
                                 }

                                 .tour-route-map-skel {
                                    position: absolute;
                                    inset: 0;
                                    z-index: 2;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    background: linear-gradient(110deg, #e8e8e8 0%, #f3f3f3 40%, #e8e8e8 80%);
                                    background-size: 200% 100%;
                                    animation: tour-route-skel 1.2s ease-in-out infinite;
                                 }

                                 .tour-route-map-skel.is-hidden {
                                    display: none;
                                 }

                                 .tour-route-map-skel-shim {
                                    width: 48px;
                                    height: 48px;
                                    border: 3px solid rgba(0, 0, 0, 0.08);
                                    border-top-color: var(--golden, #002147);
                                    border-radius: 50%;
                                    animation: tour-route-spin 0.8s linear infinite;
                                 }

                                 @keyframes tour-route-skel {

                                    0%,
                                    100% {
                                       background-position: 0% 0%;
                                    }

                                    50% {
                                       background-position: 100% 0%;
                                    }
                                 }

                                 @keyframes tour-route-spin {
                                    to {
                                       transform: rotate(360deg);
                                    }
                                 }

                                 .leaflet-popup-content b {
                                    font-weight: 700;
                                 }

                                 .leaflet-overlay-pane svg path.tour-route-line {
                                    stroke-linecap: round;
                                    stroke-linejoin: round;
                                    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.95)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
                                    animation: tour-route-dashmove 1.1s linear infinite;
                                 }

                                 .tour-route-div-icon-outer {
                                    background: none !important;
                                    border: none !important;
                                 }

                                 .tour-route-labeled-pin {
                                    position: relative;
                                    width: 180px;
                                    height: 80px;
                                 }

                                 .tour-route-pin-name {
                                    position: absolute;
                                    left: 50%;
                                    bottom: 47px;
                                    transform: translateX(-50%);
                                    display: block;
                                    padding: 5px 10px;
                                    font-family: var(--togo-ff-body, system-ui, sans-serif);
                                    font-size: 12px;
                                    font-weight: 700;
                                    line-height: 1.25;
                                    color: #111;
                                    text-align: center;
                                    white-space: nowrap;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    max-width: 176px;
                                    background: rgba(255, 255, 255, 0.96);
                                    border: 1px solid rgba(0, 0, 0, 0.12);
                                    border-radius: 8px;
                                    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                                 }

                                 .tour-route-pin-svg {
                                    position: absolute;
                                    left: 50%;
                                    bottom: 0;
                                    transform: translateX(-50%);
                                    display: block;
                                    width: 30px;
                                    height: 44px;
                                 }

                                 .tour-route-leg-km-wrap {
                                    background: transparent;
                                    border: none;
                                 }

                                 .tour-route-leg-km {
                                    display: inline-block;
                                    padding: 4px 10px;
                                    border-radius: 6px;
                                    background: rgba(255, 255, 255, 0.96);
                                    border: 1px solid #a16207;
                                    font-size: 12px;
                                    font-weight: 700;
                                    color: var(--golden, #002147);
                                    white-space: nowrap;
                                    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
                                    line-height: 1.2;
                                 }

                                 @keyframes tour-route-dashmove {
                                    to {
                                       stroke-dashoffset: -24;
                                    }
                                 }

.btn-golden-dark-shining {
                             background-color: var(--golden-dark, #001a38) !important;
                             color: #fff !important;
                             position: relative;
                             overflow: hidden;
                             z-index: 1;
                           }
                           .btn-golden-dark-shining::before {
                             content: '';
                             position: absolute;
                             top: 0;
                             left: -150%;
                             width: 50%;
                             height: 100%;
                             background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
                             transform: skewX(-25deg);
                             animation: togo-shine 3s infinite;
                             z-index: 2;
                             pointer-events: none;
                           }

.togo-tour-details-related-sec .togo-tour-10-slider-wrapper .togo-hot-deals-active { overflow: hidden; }
            .togo-tour-details-related-sec .togo-hot-deals-active .swiper-wrapper { align-items: stretch; display: flex; }
            .togo-tour-details-related-sec .togo-hot-deals-active .swiper-slide {
               height: auto; display: flex; padding: 0 6px; box-sizing: border-box;
               flex: 0 0 280px; width: 280px; max-width: calc(100% - 12px);
            }
            .togo-tour-details-related-sec .togo-hot-deals-active.swiper-initialized .swiper-slide {
               flex: none; width: auto; max-width: none;
            }
            .togo-tour-details-related-sec .togo-hot-deals-active .swiper-slide .togo-tour-card {
               flex: 1; display: flex; flex-direction: column; width: 100%; min-height: 100%; max-width: 100%;
               background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.06);
            }
            .togo-tour-details-related-sec .togo-hot-deals-active .togo-hot-deal-thumb {
               position: relative; width: 100%; height: 140px; overflow: hidden; border-radius: 12px 12px 0 0;
            }
            .togo-tour-details-related-sec .togo-hot-deals-active .togo-hot-deal-thumb .togo-img-skeleton-wrap {
               width: 100% !important; max-width: 100%; height: 100% !important; min-height: 100%; display: block;
            }
            .togo-tour-details-related-sec .togo-hot-deals-active .togo-hot-deal-thumb img,
            .togo-tour-details-related-sec .togo-hot-deals-active .togo-hot-deal-thumb .togo-img-skeleton-wrap > img {
               width: 100%; height: 100%; object-fit: cover; display: block;
            }
            .togo-tour-details-related-sec .togo-hot-deals-active .swiper-slide .togo-tour-2-card-content.togo-package-card-layout {
               padding: 0.85rem 1rem 1rem;
            }
            .togo-tour-details-related-sec .togo-destination-arrows .togo-hot-deals-prev,
            .togo-tour-details-related-sec .togo-destination-arrows .togo-hot-deals-next {
               background: none; border: none; padding: 0.5rem; cursor: pointer;
            }

