.page-template-destination .page-img {
    margin-bottom: 0;
}

.navigation-bar-custom {
    border-bottom: 1px solid #f5f5f5;
    background-color: #222;
    width: 100%;
    z-index: 102;
    transition: all 0.3s ease;
}

.nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
    border-bottom: none;
}

.nav-item {
    margin: 0;
}

.nav-link {
    display: block;
    padding: 20px 0;
    color: #e0e0e0;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.nav-item.active .nav-link {
    color: #ffffff;
    background-color: #333;
}

.nav-item.active .nav-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
}

.nav-cta {
    display: none;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        padding: 15px;
    }

    .nav-wrapper {
        display: none;
        flex-direction: column;
    }

    .nav-wrapper.is-active {
        display: flex;
    }

    .nav-tabs {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .nav-item {
        border-bottom: 1px solid #f5f5f5;
    }

    .nav-link {
        padding: 15px;
    }
}

.sticky {
    position: fixed;
    top: 123px;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.admin-bar .sticky {
    top: 122px;
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky {
        top: 146px;
    }
}

body.has-sticky-nav {
    padding-top: 60px;
}

.trustpilot-link .rating-score {
    border-left: solid 2px #333;
    padding-left: .5rem;
}
