.pm-tour-grid-section .pm-tours:not(.tour_slider){
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}
.single-tour-card{
	padding-bottom: 10px;
}
.tour_slider .slick-slide {
	margin: 0 10px; /* Adjust the value to set the gap size */
}
.single-tour-card{
	overflow: hidden;
	position: relative;
	flex: 0 0 32%;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(6, 30, 98, .08);
    border-radius: 20px;
	background: #ffffff;
}
.single-tour-card a:hover{
	color: #333
}
.single-tour-card .tour-card-content{
	padding: 16px;
	margin-right: 16px;
	margin-left: 16px;
	background-color: #ffffff;
	border-radius: 4px;
	position: relative;
}


.single-tour-card .tour-card-content p{
	margin-bottom: 0;
	font-size: 14px;
}
.tour-rating i{
	color: #2dd75d;
}

.tour-rating span{
	color: #555;
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.duration-des-card{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -40px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 60px 0 rgba(6,30,98,.08);
	padding: 13px 19px;
	margin-bottom: 23px;
}

.pm-tour-bottom-bar {
    display: flex;
    justify-content: space-between;
}

.duration-price{
	display:flex;
	align-items: center;
	gap:6px;
}

.tour-duration svg {
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

.tour-name{
	color: #161616;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.2px;
	margin: 8px 0px;
	text-transform: capitalize;
	width: 100%;
}
.tour-name a{
/* 	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden; */
	display: block;
	color: #121212;
	font-size: 16px;
}

.tour-price{
	color: #DD341D;
	font-family: "Poppins", Sans-serif;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.price-type{
	color: #121212;
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.tour-duration{
	margin-bottom: 0;
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	color: #121212;
}
.tour-duration, .tour-rating{
	font-size: 11px
}
.tour-rating{
	font-weight: 700;
}
.tour-destination{
	color: #121212;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 70%;
}

.tour-bottom-destination{
	color: #999999;
	font-family: "Poppins", Sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 20px !important;
	margin-top: 5px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #dddddd;
}


.tour-destination i, .tour-duration i{
	color: #121212;
}
.tour-action-btns{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
}
.tour-action-btns > a.btn{
	color: #161616 !important;
	line-height: 1;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.tour-action-btns > a.btn > i {
    margin-left: 5px;
}


.single-tour-card .tour-img img{
	width: 100%;
	height: 225px;
	border-radius: 15px;
	object-fit: cover;
}
.tour-discount{
	color: #ffffff;
	font-family: "Poppins", Sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 20.4px;
	background: #DD341D;
	z-index: 99;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 16px;
	padding: 0px 7px;
	text-align: center;
	border-radius: 25px;
}
.tour-price.del-price{
	color: #999999;
	font-family: "Poppins", Sans-serif;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: line-through;
}
.tour_ribbon {
	position: absolute;
	left: -4px;
	top: -1px;
	z-index: 1;
	overflow: hidden;
	width: 100px;
	height: 80px;
	text-align: right;
}
.tour_ribbon span {
	color: #ffffff;
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20.4px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background: #DD341D;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 0px 6px;
	border-radius: 20px;
}
.single-tour .single-tour-card{
	flex-basis: 49%;
}
.slick-slider .slick-arrow{
	color: #DD341D;
	position: absolute;
	top: 30%;
	width: 50px;
	height: 50px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	font-size: 17px;
	z-index: 99;
	box-shadow: 0px 0px 6px 2px #50505040;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-slider .slick-arrow:hover{
	color: #000;
}


.slick-dots{
	display: flex;
	justify-content: center;
}

.slick-slider .slick-next.slick-arrow{
	/*                 left: 10%; */
	right: -33px;
	left: unset;
}
.slick-slider .slick-prev.slick-arrow{
	left: 6px;
}


/* 	Dots navigation */
			 
/* Styling the dots navigation */
.pm-tour-grid-section .slick-dots li {
    margin: 0; /* Remove unnecessary margins */
}

/* Dot size and color */
.pm-tour-grid-section .slick-dots li button {
	width: 8px;
    height: 11px;
    border-radius: 50%; /* Make dots circular */
    background-color: #D9D9D9; /* Unactive color */
	border: 0px;
}

/* Active dot styling */
.pm-tour-grid-section .slick-dots li.slick-active button {
    background-color: #DD341D; /* Active color */
}

/* Remove marker line under dots */
.pm-tour-grid-section .slick-dots {
    margin-bottom: 10; /* Remove any bottom margin */
    padding: 0; /* Ensure no padding */
    list-style: none; /* Prevent marker lines */
	display: flex;
    gap: 8px;
	font-size: 0px;
}



/* .tour_ribbon span::before {
content: "";
position: absolute;
top: 100%;
z-index: -1;
border-bottom: 3px solid transparent;
border-top: 3px solid #d20957;
left: 0;
border-left: 3px solid #d20957;
border-right: 3px solid transparent;
}
.tour_ribbon span::after {
content: "";
position: absolute;
top: 100%;
z-index: -1;
border-bottom: 3px solid transparent;
border-top: 3px solid #d20957;
right: 0;
border-left: 3px solid transparent;
border-right: 3px solid #d20957;
} */
@media(max-width: 1024px){
	.single-tour-card{
		flex: 0 0 49%;
	}
}
@media(max-width: 767px){
	.single-tour-card{
		flex-basis: 100%;
		width: 100%
	}
	.pm-tour-grid-section .pm-tours{
		flex-direction: column;
		gap: 10px
	}
	.tour-name{
		max-width: 230px;
	}
	.single-tour-card .tour-card-content{
		margin-left: 6px;
		margin-right: 6px;
	}
	.single-tour-card .tour-img img{
		height: 200px;
	}
	.tour_slider .slick-list {
		padding: 0 17% 0 0 !important;
	}
	.tour_slider .slick-slide{
		margin: 0 5px;
	}
	.single-tour-card .tour-card-content{
		padding: 10px;
	}
	.single-tour-card .duration-price p, .single-tour-card p.tour-duration{
		font-size: 12px;
	}
     .tour_slider.slick-slider .slick-arrow{
		top: unset;
		bottom: 0;
		background: transparent;
	}
	
	.slick-slider .slick-arrow{
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-size: 17px;
	z-index: 99;
	box-shadow: none;
}
	
	    .tour_slider.slick-slider .slick-arrow {
        top: 90%;
        left: auto;
        bottom: 0;
        background: transparent;
    }
	
}


/* search widget */

.pm-search-widget {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: auto;
}

.pm-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.pm-tabs li {
    flex: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background: #f9f9f9;
    margin: 0 5px;
    border-radius: 5px 5px 0 0;
}

.pm-tabs li.active {
    background: #ff7f50;
    color: white;
    font-weight: bold;
}

.pm-search-filters input[type="text"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pm-results ul {
    list-style: none;
    padding: 0;
}

.pm-results li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.pm-results a {
    text-decoration: none;
    color: #0073aa;
}

.pm-results a:hover {
    text-decoration: underline;
}
