﻿.tour-name-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.no-tours-found {
    max-width: 600px;
    margin: 40px auto;
}

    .no-tours-found .icon-container {
        position: relative;
        display: inline-block;
    }

    .no-tours-found .bi-search {
        font-size: 48px;
        display: block;
        position: relative;
        z-index: 1;
    }

.no-tours-found .card {
    border-radius: 12px;
}

.single-destinations-list.style-two .thumb img {
    width: 526px;
    height: 360px;
    object-fit: cover;
}
