
/* CARD */
.tourmaster-tour-grid-style-2 .tourmaster-tour-grid-inner{
overflow:hidden;
border-radius:20px !important;
background:#fff;
transition:all .25s ease;
display:flex;
flex-direction:column;
height:100%;
}

.tourmaster-tour-grid-style-2 .tourmaster-tour-grid-inner:hover{
transform:translateY(-4px);
box-shadow:0 12px 30px rgba(0,0,0,0.12) !important;
}

/* IMAGE */
.tourmaster-tour-thumbnail{
position:relative;
overflow:hidden;
}

.tourmaster-tour-thumbnail img{
width:100%;
height:260px;
object-fit:cover;
display:block;
transition:all .4s ease;
}

.tourmaster-tour-grid-inner:hover .tourmaster-tour-thumbnail img{
transform:scale(1.03);
}

/* DURATION */
.mto-duration-badge{
position:absolute;
left:16px;
bottom:16px;
display:flex;
align-items:center;
gap:7px;
padding:8px 12px;
background:rgba(0,0,0,0.55);
backdrop-filter:blur(6px);
border-radius:12px;
color:#fff;
font-size:13px;
font-weight:600;
z-index:20;
}

.mto-duration-badge i{
font-size:14px;
color:#d0c296;
}

/* CONTENT */
.tourmaster-tour-content-wrap{
padding:22px !important;
display:flex;
flex-direction:column;
}

/* TITLE */
.tourmaster-tour-title{
margin-bottom:12px !important;
}

.tourmaster-tour-title a{
font-size:21px !important;
line-height:1.35;
font-weight:800;
color:#222 !important;
text-decoration:none;
}

/* EXCERPT */
.mto-tour-excerpt{
font-size:14px;
line-height:1.7;
color:#777;
font-weight:400 !important;
margin-bottom:18px;

display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;
}

/* ROUTE */
.mto-route-wrap{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:18px;
gap:12px;
}

.mto-route-wrap .tourmaster-tour-info{
margin:0 !important;
font-size:14px;
font-weight:600;
color:#555;
}

.mto-route-wrap i{
margin-right:6px;
}

/* BOTTOM */
.mto-bottom-wrap{
display:flex;
align-items:center;
gap:14px;
padding-top:18px;
}

.mto-bottom-wrap .tourmaster-tour-rating{
display:flex;
align-items:center;
gap:3px;
margin:0 !important;
}

.mto-bottom-wrap .tourmaster-tour-rating-text{
margin-left:4px;
font-size:14px;
font-weight:500;
}

.mto-bottom-wrap .tourmaster-tour-price-wrap{
margin-left:auto;
white-space:nowrap;
text-align:right;
}

/* PRICE */
.tourmaster-tour-price{
font-size:30px !important;
font-weight:800;
color:#f97150 !important;
}

.tourmaster-head{
font-size:13px !important;
margin:0 !important;
line-height:1;
}

.tourmaster-tail{
font-size:30px !important;
line-height:1;
}

/* MOBILE */
@media(max-width:767px){

.tourmaster-tour-title a{
font-size:18px !important;
}

.mto-tour-excerpt{
font-size:13px;
}

.tourmaster-tour-thumbnail img{
height:230px;
}

.tourmaster-tail{
font-size:28px !important;
}

.mto-duration-badge{
left:12px;
bottom:12px;
padding:7px 11px;
font-size:12px;
}

}
