.searchFilter {
    width: 100%;
    padding: 5px;
    margin: 0 !important;
}

.searchFilter:focus,
.searchFilter:active {
    box-shadow: none;
    outline: none;
}

#result {
    width: 48%;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px #0000003b;
}

.filterdata {
    padding: 7px 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}

.filterdata:hover {
    background: #2B2D6C;
    color: white;
}

.map-container {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    align-items: center;
    justify-content: space-around;
}

.map-container svg {
    width: 40%;
}

.region {
    fill: #2c3e50;
    stroke: #ffffff;
    stroke-width: 1px;
    transition: fill 0.3s ease;
}

.region:hover,
.region.active {
    fill: #f39c12 !important;
}

/* Region List Styling */
.region-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 200px;
    background-color: transparent;
    /* border-radius: 5px; */
    display: block;
    min-width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.region-list li,
#back-button {
    padding: 10px;
    margin: 0;
    cursor: pointer;
    text-align: left;
    color: grey;
    font-weight: lighter;
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    justify-content: space-between;
}

.region-list li .counter {
    background: #2B2D6C;
    color: white;
    padding: 5px 10px;
    border-radius: 5%;
    font-size: 12px;
    font-weight: bold;
}

.region-list li:nth-child(odd) {
    background-color: #f4f4f4;
}

.region-list li:hover,
#back-button:hover,
.region-list li.active {
    background-color: #f39c12;
    color: #ffffff;
}

.region-label {
    fill: white;
    font-size: 14px;
    font-weight: bold;
    text-anchor: middle;
    pointer-events: none;
}

#back-button {
    background-color: #2B2D6C;
    color: white;
    position: absolute;
    left: -58px;
}

.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    width: 32%;
    overflow: hidden;
    padding: 20px;
}

@media(max-width: 768px) {
    .card {
        width: 49%;
    }
}
@media(max-width: 567px) {
    .card {
        width: 100%;
    }
}


.card:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.card h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.card img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.card p {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
}

.card .more-info-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #ffc107;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.card .more-info-btn:hover {
    background-color: #e0a800;
}

.single-line-text {
    white-space: nowrap;
    /* Prevents the text from wrapping */
    overflow: hidden;
    /* Hides the overflow text */
    text-overflow: ellipsis;
    /* Adds an ellipsis (...) at the end */
}
.gallery-viewport img {
    visibility: visible;
}

.listing_details_video_img {
    position: relative;
}

.thumbnail {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.listing_details_video_btn_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.play-button {
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.play-button:hover {
    opacity: 1;
}

/* @media (max-width: 991px) { */
.caroufredsel_wrapper {
    /* position: absolute !important; */
    /* opacity: 0;
    z-index: -10 !important; */
}

.gallery-thumbnails .thumbs-prev {
    position: absolute !important;
    top: -300px !important;
    left: 0 !important;
}

.gallery-thumbnails .thumbs-next {
    position: absolute !important;
    top: -300px !important;
    right: 0 !important;
}

.gallery-thumbnails .counter-overlay {
    opacity: 0 !important;
}

.thumb-navigation {
    position: absolute !important;
    z-index: -100 !important;
    opacity: 0 !important;
}

.gallery-thumbnails {
    height: 0 !important
}


.slick-next:before, .slick-prev:before{
    color: #000000 !important;
}