body{
    overflow-x:hidden;
}
.our-works-lists ul{
	list-style:none;
	display:flex;
	gap:10px;
	padding:0px;
}
.our-works-lists ul li{
	padding:10px 20px;
	border-radius:20px;
	background: #00000014;
}

.business-slider-section .pp-posts-carousel{
	margin-right:-17% !important;
}
.business-slider-section .pp-posts-container{
	overflow:hidden;
	padding-top:90px;
}
.business-slider-section .pp-slider-arrow{
	top:20px;
}
.business-slider-section .elementor-swiper-button-prev{
    left: unset !important;
    right: 80px;
}
.business-slider-section .pp-post-content-wrap{
    transform: translateY(50px);
	transition:.3s ease-in-out;
}
.business-slider-section .pp-carousel-item{
	position:relative;
	min-height:350px;
}
.business-slider-section .pp-carousel-item:before{
	content:'';
	position:absolute;
	width:84px;
	height:84px;
	background-image:url('https://video.mrsoftbd.xyz/wp-content/uploads/2025/01/Star.png');
	top:20px; 
	right:20px;
	opacity:0;
	transition:.2s ease-in-out;
}
.business-slider-section .pp-posts-button{
	opacity:0;
}
.business-slider-section .pp-carousel-item:hover:before, .business-slider-section .pp-carousel-item:hover .pp-posts-button{
	opacity:1;
}
.business-slider-section .pp-carousel-item:hover{
	background-color:#CBF48F!important
}
.business-slider-section .pp-carousel-item:hover  .pp-post-content-wrap{
	transform: translateY(0px);
}
.business-slider-section .pp-posts-carousel{}

.news-inspiration-slider {
	overflow:hidden;
}
.news-inspiration-slider .pp-posts-container {
	padding-top:100px;
}
.news-inspiration-slider .pp-slider-arrow{
	top:20px;
}
.news-inspiration-slider .elementor-swiper-button-prev{
    left: unset !important;
    right: 80px;
}

.news-inspiration-slider .pp-posts-carousel{
	margin-right:-5% !important;
}

.news-inspiration-slider .pp-post-wrap.swiper-slide-active{
	width:36% !important;
}
.news-inspiration-slider .pp-post-thumbnail{
	overflow:hidden;
}
.news-inspiration-slider .pp-post-thumbnail img{
	height:400px;
	object-fit:cover;
	transition:.3s ease-in-out;
}
.news-inspiration-slider .pp-post-wrap:hover .pp-post-thumbnail img{
	transform:scale(1.1);
}






