.page-template-features.page-template-homepage #full-width-page-wrapper > .container {
    max-width: 1400px!important;
}

@media (max-width: 768px) {
    .page-template-features.page-template-homepage #full-width-page-wrapper > .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

/* HERO */
/* Desktop static layout */
.slider-container { width: 100%; }

.slider-desktop {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.slider-main {
	align-self: stretch;
}
.slider-main-img {
    width: 100%;
    max-width: 900px;
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.slider-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    align-self: stretch;
}

.slider-side-img {
    width: 420px;
    object-fit: cover;
    border-radius: 10px;
}

/* Mobile carousel */
.slider-mobile {
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    flex-shrink: 0;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Fragments */
.carousel-fragments {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.fragment {
    width: 85px;
    height: 4px;
    background: #FBF5F4;
    border-radius: 12px;
    overflow: hidden;
}

.fragment span {
    display: block;
    width: 0%;
    height: 100%;
    background: #D8127D;
}
@media (max-width: 1300px) and (min-width: 769px) {
    
}
/* Responsive switch */
@media (max-width: 991px) {
    .slider-desktop { display: none; }
    .slider-mobile { display: block; }
    .slider-container {
	    margin-left: -20px;
	    width: calc(100vw);
	}
}

/* END HERO */

/* Category slider */
.category-block-container{
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
}
.category-slider-container {
	overflow: hidden;
	max-width: 100%;
	height: 137px;
	position: relative;
}

.category-slider {
	position: absolute;
	display: flex;
	gap: 17px;
	width: 100%;
	transition: transform 0.5s ease;
}
.category-slide{
	border-radius: 8px;
	background-color: #FBF5F4;
	display: flex;
	justify-content: space-between;
	max-height: 137px;
	padding: 10px 9px 6px;
	/* max-width: 180px; */
	width: calc((100% - (6 * 17px)) / 7);
}
.category-slide__image{
	width: 60%;
	height: 80%;
	margin-left: auto;
}
.category-slide__image img{
	max-width: 100%;
	width: 97px;
}

.category-slide__footer{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.category-slide__title{
	
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}
.category-slide__button{
	Background-color: #ffffff;
	border-radius: 50%;
	outline: none;
	width: 18px;
	height: 18px;
	min-width: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	color: #000000;
}
.category-slide__link{
	width: 100%;
}

@media(max-width: 1200px){
    .category-slide{
        min-width: 140px;
        max-height: 117px;
    }
}

@media(max-width: 991px){
    .category-block-container{
        margin-top: 20px;
        max-height: 117px;
    }
}
@media (min-width: 1201px){
	.category-block-container .slider-fade-end,
	.category-block-container .slider-fade-start{
		display: none!important;;
	}
}
@media (max-width: 1200px){
    .category-block-container .slider-fade-end {
    	width: 30px;
    	top: 0;
    	height: 100%;
    	right: 0;
    	pointer-events: initial;
        background: linear-gradient(270deg, #FFFFFF 40%, rgba(255, 255, 255, 0.1) 100%);
    }
    .category-block-container .slider-fade-start {
    	width: 30px;
    	top: 0;
    	height: 100%;
    	left: 0;
    	pointer-events: initial;
        background: linear-gradient(90deg, #FFFFFF 40%, rgba(255, 255, 255, 0.1) 100%);
    }
}


/* extra voor oud blok*/
.home-clients{
	margin-top: 60px;
}
@media(max-width: 768px){
	.home-clients{
		margin-top: 15px;
	}
}
