.itemcountry{
      border: none;
    margin: 0 0 10px;
    padding-bottom: 54%;
    height: 0px;
        position: relative;
    overflow: hidden;
}
.itemcountry .dark_block_animate {
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.itemcountry:hover .dark_block_animate {
opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.itemcountry .img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.itemcountry:not(.touch_class):hover .scale_block_animate
 {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.itemcountry .info {
    padding: 0px;
    position: absolute;
    bottom: 0px;
    z-index: 4;
    margin: 0px 23px 17px;
}
.itemcountry .title .wrap_outer {
    position: relative;
    left: -3px;
    padding: 6px 7px;
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    display: inline;
    font-weight: 700;
    background:  #ff6917;
}
.itemcountry .inner_text {
    position: relative;
    color: #FFF;
    font-style: normal;
    z-index: 1;
}
.submenu-travellab{
      padding: 8px 23px 15px 20px;
    background-color: #f5f6f7;
    list-style: none;
}
.submenu-travellab > li > a {
    text-decoration: none;
    color: #666666;
    display: block;
    padding: 5px 0;
    font-size: 16px;
}
.submenu-travellab > li.current > a{
  font-weight: bold;
}
.text-white .breadcrumb-item a {
    color: white;
}
.text-white .breadcrumb-item+.breadcrumb-item::before, 
.text-white .breadcrumb-item.active
 {
    color: #adb5bd;
}
.advantage-cards-travellab{
        display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.advantage-cards-travellab .advantage-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.popular-destinations {
    display: flex
;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    gap: 15px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f4f4f4;
}
.popular-destination-item {
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    text-decoration: none;
    color: #333;
    display: block;
}
.popular-destination-item span {
    display: block;
    font-weight: bold;
}
.faqtravellab details {
    margin-bottom: 10px;
    background: #ecf0f1;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.faqtravellab summary {
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    color: #2c3e50;
    transition: background-color 0.2s ease;
}
.faqtravellab details[open] summary {
    background-color: #e0e6e9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faqtravellab details p, .faqtravellab details ol, .faqtravellab details ul {
    padding: 10px 15px 15px;
    margin: 0;
    background: #fdfdfd;
    font-size: 0.95em;
    color: #444;
}
.faqtravellab details ol, .faqtravellab details ul{
    padding-left: 30px;
}
.bx-filter-param-label.disabled{
    display: none;
}
@media (max-width: 768px) {
    .popular-destinations {
        padding-bottom: 0;
        overflow-x: scroll;
    }
.advantage-cards-travellab {
        grid-template-columns: 1fr;
        gap: 15px;
    }

}