.c-word-menu {
    display: none;
    top: 50px;
    padding: 5px 15px;
    position: absolute;
    right: 50px;
    z-index: 10;
    background: #fff;
    border-radius: 5px
}

.c-word-menu .cwm {
    color: #767676;
    font-size: 18px;
    text-align: center;
    padding: 1px 0
}

.c-word-menu .cwm:hover {
    color: #000;
    cursor: pointer;
    text-decoration: underline
}

.c-word-menu .cwm-active {
    color: #000;
    font-size: 25px;
     
}

.c-word-menu .cwm-active:hover {
    text-decoration: none
}

@media (min-width:1025px) {
    .c-word-menu {
        display: block
    }
}

.c-word p {
    background-color: #ffedce;
    border-radius: 6px;
    width: 60px
}

.sticky-word {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
    position: fixed;
    top: 5px;
    width: 50px
}

.c-map {
    background-image: url(../images/map.webp);
    background-size: cover;
    height: 500px;
    filter: blur(25px);
    -webkit-filter: blur(25px)
}

@media ((min-width:768px) and (max-width:1024px) and (orientation:portrait)),
(max-width:767px) {
    .c-map {
        background-position: 34%
    }
}

.cf-select {
    position: relative
}

.cf-select .custom-select {
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik01MjYgNTUwbDI2Mi0yNzRjMTItMTMuMyAyNy4zLTIwIDQ2LTIwczM0LjcgNi43IDQ4IDIwbDI0IDI2YzEzLjMgMTMuMyAyMCAyOS43IDIwIDQ5cy02LjcgMzUuNy0yMCA0OUw1OTggNzIybC0yNCAyNmMtMTMuMyAxMy4zLTI5LjMgMjAtNDggMjBzLTM0LjctNi43LTQ4LTIwbC0yMi0yNmgtMkwxNDggNDAwYy0xMy4zLTEzLjMtMjAtMjkuNy0yMC00OXM2LjctMzUuNyAyMC00OWwyNC0yNmMxMi0xMy4zIDI3LjMtMjAgNDYtMjBzMzQuNyA2LjcgNDggMjBsMjYwIDI3NHoiIGZpbGw9IiNlZmE3MjgiLz48L3N2Zz4=") no-repeat right .75rem center/15px 55px;
    height: 46px
}

.cf-select .icon {
    color: #efa728;
    position: absolute;
    right: 10px;
    top: 10px
}

.custom-cwm a,
.custom-cwm a:hover {
    text-decoration: none;
    color: #000
}

.c-map-no-blur {
    -webkit-filter: none !important;
    filter: none !important;
    transition: 2s
}

.title-destinations {
     
}

.destination-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
    align-items: stretch
}

@media (max-width:767px) {
    .destination-grid {
        display: none
    }
}

.destination-card-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
    padding: .5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .destination-card-wrapper {
        flex: 1 1 calc(33.333% - 1rem);
        max-width: calc(33.333% - 1rem)
    }
}

.card-destination-countries,
.card-destination-countries-without-image {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    border-radius: 12px;
     ;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    background-color: #000
}

.card-destination-countries-without-image a,
.card-destination-countries a {
    color: inherit;
    text-decoration: none
}

.card-destination-countries-without-image a:hover,
.card-destination-countries a:hover {
    text-decoration: none
}

.card-destination-countries img {
    width: 100%;
    height: auto;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    border-radius: 12px 12px 0 0;
    margin: 0
}

.card-destination-countries .card-destination-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    align-items: flex-end;
    padding: .75rem 1rem;
    transition: background-color .3s ease;
    color: #fff;
    z-index: 2
}

.card-destination-countries .card-destination-overlay .card-destination-title {
    font-size: 1rem;
    font-weight: 700
}

.card-destination-countries .card-destination-hover-content {
    position: absolute;
    inset: 0;
    padding: .75rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    color: #fff;
    transition: opacity .3s ease;
    pointer-events: none;
    z-index: 3
}

.card-destination-countries .card-destination-hover-content .title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .25rem
}

.card-destination-countries .card-destination-hover-content .subtitle {
    font-size: 1rem;
    margin-bottom: .75rem
}

.card-destination-countries .card-destination-hover-content .pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.card-destination-countries:hover .card-destination-overlay {
    background-color: rgba(0, 0, 0, .6)
}

.card-destination-countries:hover .card-destination-hover-content {
    opacity: 1;
    pointer-events: auto
}

.card-destination-countries.active .card-destination-hover-content {
    opacity: 1 !important;
    pointer-events: auto !important;
    background-color: rgba(0, 0, 0, .5)
}

.card-destination-countries-without-image {
    background-color: #fff;
    color: #000;
    padding: .75rem 1rem;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25)
}

.card-destination-countries-without-image img {
    display: none
}

.card-destination-countries-without-image .card-destination-hover-content,
.card-destination-countries-without-image .card-destination-overlay {
    position: static;
    opacity: 1 !important;
    pointer-events: auto !important;
    color: #000;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.card-destination-countries-without-image .pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.card-destination-countries-without-image .subtitle {
    font-size: 1rem
}

.card-destination-countries-without-image:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .35)
}

.pill {
    display: inline-flex;
    align-items: center;
    height: 24px;
        font-size: 14px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #845500;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    transition: background-color .3s ease, color .3s ease
}

.pill .pill-index {
    background-color: #fcf3de;
    color: #845500;
    font-weight: 700;
    transition: background-color .3s ease, color .3s ease
}

.pill .pill-index,
.pill .pill-label {
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    height: 100%
}

.pill .pill-label {
    border-left: 1px solid #845500;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .3s ease
}

.pill:hover {
    background-color: #fff7e6;
    border-color: #6b4600
}

.pill:hover .pill-index {
    background-color: #f7e9c9;
    color: #6b4600
}

.pill:hover .pill-label {
    color: #6b4600
}

.swiper {
    position: relative;
    padding-bottom: 40px;
    width: 100%
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    pointer-events: auto
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    margin: 0 6px !important;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease
}

.swiper-pagination-bullet-active {
    border-color: #efa728;
    background-color: transparent
}

.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #efa728;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.active.accordion,
.active.accordion:hover {
    background-color: #e2e2e2;
    border-radius: 5px
}

.custom-html-content h2,
.custom-html-content h3 {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    font-size: 20px;
     
}

.custom-html-content {
    font-size: 16px
}

.background-info-destination {
    background: #f6fbff
}

.destinations-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.destination-map {
    background-image: url(../images/map.webp);
    background-size: cover;
    height: 400px;
    filter: blur(25px);
    -webkit-filter: blur(25px)
}

@media ((min-width:768px) and (max-width:1024px) and (orientation:portrait)),
(max-width:767px) {
    .destination-map {
        background-position: 34%
    }
}

.destination-map-no-blur {
    -webkit-filter: none !important;
    filter: none !important;
    transition: 2s
}

.items-closets-destination {
    border-radius: 8px;
     ;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25)
}

.items-closets-destination a {
    color: #000
}

.items-closets-destination:hover {
    background-color: #000
}

.items-closets-destination:hover a {
    color: #fff
}

.search-wrapper {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%
}

.dual-table-wrapper {
    display: flex;
    flex-wrap: nowrap;
    min-width: 768px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px
}

.dual-table-wrapper,
.table-wrapper {
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden
}

.table-wrapper {
    border-top: none;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px
}

.dual-table-container {
    width: 50%;
    flex-shrink: 0
}

.dual-table-container:first-child {
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.destinations-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0
}

.destinations-table thead th {
    background-color: #0c8450;
    color: #fff;
    font-size: 16px;
    padding: 10px 1.25rem
}

.destinations-table tbody td {
    padding: 10px 1.25rem;
    font-size: 13px;
    border: none;
    vertical-align: middle
}

.destinations-table tbody tr:nth-child(odd) {
    background-color: #fff
}

.destinations-table tbody tr:nth-child(2n) {
    background-color: rgba(12, 132, 80, .1)
}

.destinations-table a {
    font-size: 16px;
    color: #000;
    text-decoration: none
}

.destinations-table a:hover {
    text-decoration: underline
}

.button-show-more {
    color: #fff;
    background-color: #0c8450;
    font-weight: bolder;
    border-radius: 13px;
    padding: 8px 30px;
    transition: background-color .3s ease, box-shadow .3s ease
}

.button-show-more:active,
.button-show-more:focus,
.button-show-more:hover {
    color: #fff
}

.destination-vehicle {
    border: 1px solid hsla(0, 0%, 80.8%, .5);
    border-radius: 10px
}

.destination-vehicle .title {
    font-weight: 700;
    font-size: 16px
}

.destination-vehicle ul li {
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    margin: 10px 0
}

.destination-vehicle ul li .icon {
    font-size: 18px;
    padding-right: 5px
}

.destination-vehicle ul li .vehicle-text-information {
    font-size: 12px
}

.custom-tooltip-modal {
    position: absolute;
    bottom: 140%;
    left: 90px;
    z-index: 1050;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    width: 450px;
    max-width: 90vw;
    min-width: 240px;
    opacity: 1;
    transition: opacity .15s ease-in-out
}

@media (max-width:767px) {
    .custom-tooltip-modal {
        width: 250px
    }
}

.custom-tooltip-modal .tooltip-arrow {
    top: 100%;
    left: 25px;
    border-top: 10px solid #cecece
}

.custom-tooltip-modal .tooltip-arrow,
.custom-tooltip-modal .tooltip-arrow:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.custom-tooltip-modal .tooltip-arrow:after {
    content: "";
    top: -9px;
    left: -10px;
    border-top: 10px solid #fff
}

.button-show-more-vehicles {
    padding: 5px 20px;
    border: 1px solid #0c8450;
    color: #0c8450;
    border-radius: 10px
}

.button-show-more-vehicles:hover {
    background-color: #0c8450;
    color: #fff
}