body {
	padding: 0px;
	margin: 0px;
    color: #1E1C1C;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    background-color: #fff;
}
html {
    font-size: 62.5%;
    scrollbar-gutter: stable;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/******theme-switch*******/
.theme-switch {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 37px;
    height: 80px;
    border-radius: 100px;
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background-color: #E4E4E4;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5) inset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 2.5px;
    z-index: 99;
}
.theme-switch .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.theme-switch .icon img {
    width: 17px;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 3.6px;
    width: 28px;
    height: 28px;
    background-color: #303030;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
}
.theme-switch .sun { 
    opacity: 1; 
}
.theme-switch .moon { 
    opacity: 0; 
}
.theme-switch.active {
    background-color: #303030;
    border-color: rgba(255, 255, 255, 0.01);
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.50) inset;
}
.theme-switch.active .sun { 
    opacity: 0; 
}
.theme-switch.active .moon { 
    opacity: 1; 
}
.theme-switch.active .switch-handle {
    top: 47px;
    background-color: #E4E4E4;
}
.theme-switch .icon {
    position: relative;
    z-index: 3;
}
.switch-handle {
    pointer-events: none;
}
/*****header-area****/
.header-area {
    padding: 29px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #1E1C1C;
    border-color: rgba(255, 255, 255, 0.2);
}
.header-wrap {
    position: relative;
    z-index: 99;
}
.header-logo img {
    width: 250px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #1E1C1C;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.header-nav > ul > li > a {
    color: #1E1C1C;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 100px;
}
.header-nav > ul > li > a:hover {
    color: #fff;
    background-color: #EB752D;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
/******menu-btn******/
.menu-btn {
    text-align: right;
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    cursor: pointer;
    max-width: 45px;
    margin-left: auto;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-bar {
    max-width: 45px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 2px 0 2px auto;
    width: 45px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::after {
    width: 70%;
}
.menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(8px) rotate(135deg);
    width: 32px;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-1px) rotate(-135deg);
    width: 32px;
}
.menu-btn.active strong {
    display: none;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 36px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgba(8, 29, 58, 0.2);
	background-color: #fff;
	box-shadow: 0px 10px 15px -3px rgba(8, 29, 58, 0.2);
	min-width: 170px;
	margin-top: 20px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
    border-radius: 10px;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown::after {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: #1E1C1C;
	padding: 5px 17px;
	border-bottom: 1px solid rgba(8, 29, 58, 0.2);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #1E1C1C;
	background-color: #EB752D;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1E1C1C;
    padding: 172px 0 86px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu .container {
    height: 100%;
    position: relative;
    z-index: 1;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}
.side-menu-wrap::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.side-menu-nav {
    max-width: 500px;
    width: 100%;
}
.side-menu-nav > ul > li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 3.8rem;
    line-height: normal;
    font-family: 'iCielGotham-Bold';
    display: block;
}
.side-menu-nav > ul > li:last-child {
    margin-bottom: 0;
}
.side-menu-nav > ul > li::before {
    display: none;
}
.side-menu-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
    display: inline;
    padding-bottom: 0;
    position: relative;
}
.side-menu-nav > ul > li > a::after {
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    background-image: url(../images/mega-menu-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-nav > ul > li > a:hover {
    color: #fff;
    padding-left: 74px;
}
.side-menu-nav > ul > li > a:hover::after {
    transform: translate(150%, -50%);
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown > ul > li {
    font-size: 2.5rem;
}
.side-menu .parent-dropdown > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.side-menu .parent-dropdown img {
    top: 20px;
    width: 20px;
    filter: brightness(0) invert(1);
    opacity: 0.5;
}
.menu-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    pointer-events: none;
}
.menu-mark-dark {
    display: none;
}
.side-menu-right {
    max-width: 635px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.side-menu-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 53px;
}
.side-menu-img img {
    height: 100%;
    object-fit: cover;
}
.side-menu .reach-block {
    flex-direction: row;
    justify-content: space-between;
}
.side-menu-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.side-menu .social {
    margin-top: 50px;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-video, .each-banner {
	height: 883px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 73px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 21px;
}
.banner-cta .row {
    row-gap: 16px;
}
.banner-cta {
    margin-top: 180px;
    width: 100%;
    max-width: 690px;
}
.each-banner-cta {
    border-radius: 51px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    overflow: hidden;
    padding: 15px 13px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-banner-cta h6 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: normal;
}
.each-banner-cta-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.each-banner-cta-img strong {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    font-weight: normal;
}
.each-banner-cta:hover .txt-btn {
    color: #EB752D;
}
.each-banner-cta:hover .txt-btn::after {
	filter: brightness(1) invert(0);
}
.each-banner-cta:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.next-sec-btn {
    color: #EB752D;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 22px; 
    letter-spacing: 3.2px;
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    align-items: center;
    writing-mode: sideways-lr;
    margin-left: auto;
    cursor: pointer;
}
.next-sec-btn img {
    height: 102px;
}
/*****product-sec****/
.product-sec {
    padding: 87px 0 114px;
    position: relative;
    overflow-x: clip;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.product-sec .sec-mark {
    width: 100%;
    height: 100%;
}
.product-sec .sec-mark img {
    height: 100%;
    object-fit: cover;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-heading {
    margin-bottom: 60px;
}
.each-product-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
    height: 100%;
}
.each-product-img-wrap {
	height: 100%;
	width: 100%;
}
.each-product-img img {
	display: none;
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap img.active {
	display: block;
}
.each-product-progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.2);
	display: none;
}
.each-product-progress span {
	background: linear-gradient(90deg, rgba(235, 117, 45, 0.30) 0.8%, #EB752D 100%);
	display: block;
	height: 100%;
	width: 0;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-product {
    padding: 9px;
    border-radius: 10px;
    background: #F5F5F5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model {
    border-radius: 5px;
    position: relative;
    margin: 7px 0;
    padding: 16px 60px 16px 8px;
}
.each-product-model::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	border: 1px solid transparent;
	background: linear-gradient(180deg,rgba(30, 28, 28, 0.05) 0%, transparent 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
    pointer-events: none;
}
.product-arrow {
    height: 38px;
    width: 38px;
    border-radius: 100%;
    border: 1px solid #A5A5A5;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-arrow img {
    filter: brightness(0);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model p {
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin: 5px 0 0;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: normal;
    color: rgba(30, 28, 28, 0.80);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info table,
.each-product-info tbody {
    display: block;
}
.each-product-info tr {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.each-product-info td {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(30, 28, 28, 0.05);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td strong {
    font-weight: normal;
    display: block;
    color: #1E1C1C;
    font-size: 1.4rem;
    line-height: 20px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td em {
    position: relative;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    display: block;
}
.each-product-info td img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td .p-icon-hover {
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
}
.each-product-info td h5 {
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0.18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td h6 {
    color: rgba(30, 28, 28, 0.73);
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    line-height: 24px; 
    letter-spacing: 0.14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover {
    background-color: #1E1C1C;
}
.each-product:hover .each-product-model h6 {
    color: #fff;
}
.each-product:hover .each-product-model p {
    color: rgba(255, 255, 255, 0.8);
}
.each-product:hover .product-arrow {
    border-color: #EB752D;
}
.each-product:hover .product-arrow img {
    filter: brightness(1);
    opacity: 1;
}
.each-product:hover .each-product-model::before {
    background: linear-gradient(180deg,rgb(255, 255, 255, 0.05) 0%, transparent 100%) border-box;
}
.each-product:hover .each-product-info td {
    border-color: rgba(255, 255, 255, 0.05);
}
.each-product:hover .each-product-info td strong {
    color: #fff;
}
.each-product:hover .each-product-info td .p-icon-default {
    opacity: 0;
}
.each-product:hover .each-product-info td .p-icon-hover {
    opacity: 1;
}
.each-product:hover .each-product-info td h5 {
    color: #EB752D;
}
.each-product:hover .each-product-info td h6 {
    color: rgba(255, 255, 255, 0.73);
}
.product-control {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.product-control .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 0, 0, 0.20);
    position: relative;
    width: 100%;
    border-radius: 24px;
}
.product-control .swiper-scrollbar-drag {
    border-radius: 24px;
    background: #1E1C1C;
    cursor: grab;
}
.product-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product-nav .common-arrow {
    position: initial;
    margin: 0;
}
/******service-sec*******/
.service-sec {
    padding: 69px 0 105px;
    position: relative;
    background-color: #1E1C1C;
    overflow-x: hidden;
}
.service-sec .sec-mark {
    width: 49%;
}
.service-mark-dark {
    display: none;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    margin-bottom: 60px;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.service-heading .common-btn {
    margin-right: 17px;
}
.service-heading .common-btn:last-child {
    margin-right: 0;
}
.service-heading h5 {
    color: #fff;
    line-height: 24px;
    font-family: 'Inter-SemiBold';
}
.service-sec h2 {
    color: #fff;
}
.service-slider {
    margin-top: 109px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.swiper-wrapper.centered {
	justify-content: center;
}
.swiper-wrapper.centered .swiper-slide:last-child {
	margin-right: 0 !important;
}
.each-service-img {
    height: 517px;
    border-radius: 10px;
    overflow: hidden;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text {
    max-width: 500px;
    width: 100%;
    padding-left: 54px;
}
.each-service-text h3 {
    color: #fff;
    font-family: 'iCielGotham-Bold';
}
.each-service-text p {
    color: #F9F8F6;
    margin: 17px 0 54px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service:hover .each-service-img img {
    transform: scale(1.1);
}
.service-slider-control {
    max-width: 432px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 53%;
}
.service-slider-control .swiper-pagination {
    color: #fff;
    display: flex;
    align-items: center;
    position: initial;
}
.fraction-separator {
    background-color: #fff;
    height: 1px;
    width: 65px;
    display: block;
    margin: 0 12px;
}
.service-slider-nav {
    display: flex;
    gap: 10px;
    justify-content: end;
}
.service-slider-nav .common-arrow {
    position: initial;
    margin: 0;
}
/*****usp-marquee-sec******/
.usp-marquee-sec {
	position: relative;
	overflow-x: clip;
	width: 100%;
	padding: 73px 0 116px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 123px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 123px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	position: relative;
    color: rgba(30, 28, 28, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: 30px; 
    letter-spacing: 0.18px;
}
.usp-marquee-outer {
    overflow-x: clip;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(30, 28, 28, 0.20);
}
.usp-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 198px;
}
.usp-logo-dark {
    display: none;
}
/****about-sec****/
.each-about-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 648px;
    width: 100%;
    margin-left: auto;
}
.each-about-text {
    padding-right: 30px;
}
.each-about-text p {
    max-width: 595px;
    width: 100%;
    margin: 6px 0 0;
}
.counter {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin: 55px 0;
}
.each-counter {
    border-radius: 20px;
    padding: 40px 20px 20px;
    position: relative;
    width: 31%;
    overflow: hidden;
}
.each-counter::after {
    content: '';
    height: 23px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1E1C1C;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter-wrap {
    position: relative;
    z-index: 1;
}
.each-counter h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'iCielGotham-Bold';
}
.each-counter p {
    margin: 14px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter:hover::after {
    height: 100%;
}
.each-counter:hover h3 {
    color: #EB752D;
}
.each-counter:hover p {
    color: #fff;
}
/******core-values-sec*****/
.core-values-sec {
    padding: 150px 0 127px;
    overflow-x: clip;
}
.core-values-wrap {
    display: flex;
    justify-content: center;
}
.each-core-values {
    width: 25%;
    text-align: center;
    padding: 0 40px;
    position: relative;
}
.each-core-values h5 {
    margin: 50px 0 9px;
    font-family: 'Inter-SemiBold';
}
.each-core-values p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.each-core-values strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 98px;
    height: 98px;
    background-color: #fff;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.10));
}
.each-core-values strong img {
    width: 42px;
}
.each-core-values:nth-child(odd) {
    padding-top: 90px;
}
.each-core-values::after {
    content: "";
    height: 180px;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    background-image: url(../images/value-curve.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.each-core-values:nth-child(even)::after {
    transform: rotate(180deg);
    top: auto;
    bottom: -3px;
    left: -1px;
    width: calc(100% + 2px);
}
.each-core-values:first-child::before,
.each-core-values:last-child::before {
    content: "";
    height: 180px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    right: 100%;
    background-image: url(../images/value-curve.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    pointer-events: none;
}
.each-core-values:last-child::before {
    transform: rotate(0deg);
    left: 100%;
    right: auto;
    bottom: auto;
    top: 23px;
}
.odd-values .each-core-values:first-child::before,
.odd-values .each-core-values:last-child::before {
    display: none;
}
/*****review-sec*****/
.review-sec {
    padding-bottom: 63px;
}
.review-dark {
    display: none;
}
/*****gallery-sec***/
.gallery-sec {
    padding: 9px;
}
.each-gallery {
    overflow: hidden;
    height: 254px;
    border-radius: 10px;
}
.each-gallery img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
    transform: scale(1.1);
}
/****footer-area***/
.footer-area {
    background-color: #1E1C1C;
    position: relative;
    overflow-x: hidden;
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.footer-area .sec-mark {
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
.footer-area .sec-mark img {
    height: 100%;
    object-fit: cover;
}
.footer-logo img {
    width: 290px;
}
.social ul {
    margin-bottom: 0;
    display: flex;
    gap: 9px;
    padding-left: 0;
    list-style: none;
}
.social li a {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
}
.social li a:hover {
    background-color: #EB752D;
    border-color: #EB752D;
}
/* .social li a:hover img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(6846%) hue-rotate(177deg) brightness(100%) contrast(101%);
} */
.footer-desc h4 {
    color: #fff;
    font-family: 'Inter-SemiBold';
}
.footer-desc p {
    color: #fff;
    margin: 9px 0 17px;
    max-width: 447px;
    width: 100%;
}
.each-reach h6 {
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Inter-SemiBold';
}
.each-reach p {
    margin-bottom: 3px;
    font-family: 'Inter-Regular';
}
.each-reach p a {
    color: rgba(255, 255, 255, 0.7);
}
.each-reach p a:hover {
    color: #EB752D;
}
.reach-block {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.each-reach td {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter-Regular';
}
.each-reach td:nth-child(odd) {
    padding-right: 15px;
}
.footer-nav {
    margin-top: 30px;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-nav > ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 15px;
}
.footer-nav > ul > li {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
}
.footer-nav > ul > li > a {
    color: #fff;
}
.footer-nav > ul > li > a:hover {
    color: #EB752D;
}
.footer-nav .parent-dropdown > img {
    filter: brightness(0) invert(1);
}
.footer-nav .parent-dropdown > ul {
    margin-top: 20px;
}
.each-footer-top-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-footer-top {
    position: relative;
    height: 100%;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-footer-top::after {
    content: "";
    height: 100%;
    bottom: 0;
    right: 0;
    width: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
}
.footer-top .col-lg-4:last-child .each-footer-top::after {
    opacity: 0;
}
.footer-top .col-lg-4:last-child .each-footer-top {
    padding-right: 0;
}
.footer-top .col-lg-4:first-child .each-footer-top {
    padding-left: 0;
    padding-right: 135px;
}
.footer-top .col-lg-4 {
    flex: none;
    width: auto;
    max-width: fit-content;
}
.footer-desc {
    max-width: 680px;
}
.footer-btm {
    position: relative;
    padding: 32px 0;
}
.footer-btm::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    top: 0;
}
.footer-privacy{
    text-align: center;
}
.footer-privacy h5 {
    letter-spacing: normal;
    font-family: 'Inter-SemiBold';
}
.footer-privacy h5 a {
    color: #fff;
}
.footer-privacy h5 a:hover {
    color: #EB752D;
}
.footer-partner ul {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    padding: 0;
}
.footer-partner iframe {
    width: 147px;
    border-radius: 5px;
}
/*========================================diensten page start===========================================*/
.inner-banner-sec {
    position: relative;
}
.inner-banner-img {
    height: 531px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    bottom: 69px;
    width: 100%;
    left: 0;
}
/*****service-list-sec****/
.service-list-sec {
    padding: 90px 0 70px;
}
.each-service-list-wrap {
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid rgba(30, 28, 28, 0.2);
}
.each-service-list-text {
    max-width: 555px;
    width: 100%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.each-service-list-text h3{
    font-family: 'iCielGotham-Bold';
}
.each-service-list-text p {
    margin: 11px 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 4lh;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-list-img {
    border-radius: 10px;
    overflow: hidden;
    height: 339px;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list:hover .each-service-list-img img {
    transform: scale(1.1);
}
.each-service-list:last-child .each-service-list-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
/*========================================diensten-dtl page start===========================================*/
/***inner-header***/
.inner-header {
    background-color: #1E1C1C;
}
/**bk-btn-sec**/
.bk-btn-sec {
    position: relative;
}
.bk-btn-sec .common-btn {
    position: absolute;
    top: 207px;
    right: 0;
}
.bk-btn-sec .container {
    position: relative;
}
/***service-dtl-desc-sec***/
.service-dtl-desc-sec {
    padding-top: 200px;
}
.service-dtl-desc-sec h2 {
    margin-bottom: 50px;
    max-width: 70%;
}
.service-dtl-contact {
    border-radius: 20px;
    background-color: #F5F5F5;
    padding: 27px;
}
.service-dtl-contact p {
    margin: 8px 0 30px;
}
.service-dtl-desc-sec .col-lg-3 {
    width: 24%;
    padding: 0 24px;
}
.service-dtl-desc-sec .col-lg-9 {
    width: 76%;
    padding: 0 24px;
}
.service-dtl-desc-sec .col-lg-6 {
    padding: 0 24px;
}
.service-dtl-desc-sec .row {
    margin: 0 -24px;
}
.service-dtl-desc-img {
    border-radius: 10px;
    overflow: hidden;
}
.service-dtl-desc-text li {
    margin-bottom: 12px;
}
.service-dtl-desc-text li:last-child {
    margin-bottom: 0;
}
.service-dtl-desc-text h6 {
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Inter-SemiBold';
}
/****service-dtl-info-sec***/
.service-dtl-info-sec {
    padding: 87px 0 106px;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
    display: block;
    width: 100%;
}
.service-dtl-info-sec tr {
    display: flex;
    gap: 10px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(30, 28, 28, 0.2);
}
.service-dtl-info-sec td {
    width: 46%;
}
.service-dtl-info-sec td:nth-child(even) {
    width: 53%;
    padding-right: 46px;
    /* opacity: 0.7; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(30, 28, 28, 0.70);
}
.service-dtl-info-sec td h4 {
    display: flex;
    font-family: 'Inter-SemiBold';
    font-size: 2rem;
}
.service-dtl-info-sec td h4 strong {
    font-weight: normal;
    margin-right: 48px;
}
.service-dtl-info-sec tr:hover td:nth-child(even) {
    opacity: 1;
    color: rgba(30, 28, 28, 1);
}
.service-dtl-info-sec td ul {
    margin-bottom: 0;
}
.service-dtl-info-sec td li {
    margin-bottom: 12px;
}
.service-dtl-info-sec td li:last-child {
    margin-bottom: 0;
}
/****form-sec*****/
.form-sec {
    position: relative;
    padding-bottom: 90px;
}
.form-sec::after {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F5F5F5;
    pointer-events: none;
}
.form-sec .sec-mark {
    top: auto;
    bottom: calc(100% - 305px);
    left: 0;
    right: auto;
}
.form-mark-dark {
    display: none;
}
.form-sec .container {
    position: relative;
    z-index: 1;
}
.form-wrap {
    border-radius: 30px;
    background-color: #F5F5F5;
    padding: 25px;
}
.form-wrap > .row {
    margin: 0 -12px;
}
.form-wrap .col-lg-4 {
    padding: 0 12px;
    width: 38%;
}
.form-wrap .col-lg-8 {
    padding: 0 12px;
    width: 62%;
}
.form-info {
    padding: 30px 40px 44px 40px;
    border-radius: 20px;
    background-color: #1E1C1C;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.form-info h4 {
    color: #fff;
    margin-bottom: 64px;
    font-family: 'Inter-SemiBold';
    font-size: 2rem;
}
.form-info h4 img {
    margin-right: 12px;
    margin-top: -3px;
    width: 31px;
}
.form-info h3 {
    color: #fff;
    font-family: 'iCielGotham-Bold';
}
.form-info p {
    color: rgba(255, 255, 255, 0.80);
    margin: 5px 0 45px;
}
.form-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.form-info li {
    margin-bottom: 28px;
    font-family: 'Inter-SemiBold';
    font-size: 2rem;
    line-height: normal;
    display: flex;
    align-items: start;
}
.form-info li:last-child {
    margin-bottom: 0;
}
.form-info li a {
    color: #fff;
}
.form-info li a:hover {
    color: #EB752D;
}
.form-info li img {
    margin-right: 16px;
    margin-top: 1px;
}
.form-block {
    padding: 50px 40px;
    border-radius: 15px;
    background-color: #fff;
}
.form-block .form-group {
	margin-bottom: 20px;
}
.form-block .form-style {
	resize: none;
    border: 1px solid rgba(30, 28, 28, 0.2);
    border-radius: 10px;
    font-family: 'Inter-Regular';
    color: #1E1C1C;
    font-size: 1.4rem;
    padding: 15px 22px;
    letter-spacing: normal;
	background-color: transparent;
}
.form-block .form-style:placeholder {
	color: rgba(30, 28, 28, 0.3);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(30, 28, 28, 0.3);
}
.form-block .form-style::placeholder {
	color: rgba(30, 28, 28, 0.3);
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(30, 28, 28, 0.3);
}
.form-block .form-style:focus {
    box-shadow: none;
	border: 1px solid #1E1C1C;
    color: #1E1C1C;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #1E1C1C;
    border-color: #1E1C1C;
}
.form-block .form-style:not(:placeholder-shown) {
    border-color: rgba(30, 28, 28, 0.3);
}
.form-block textarea.form-style {
    height: 135px;
}
.form-block label {
    margin-bottom: 11px;
    color: #1E1C1C;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 22px;
}
.form-block .row {
    margin: 0 -10px;
}
.form-block .col-lg-6, .form-block .col-lg-12 {
    padding: 0 10px;
}
.form-block .common-btn{
    margin-top: 16px;
}
/****related-service-sec*****/
.related-service-sec {
    /* padding: 120px 0 70px; */
    padding: 25px 0 70px;
    position: relative;
    background-color: #F5F5F5;
}
.related-service-sec::after {
    content: "";
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #F5F5F5;
    pointer-events: none;
}
.related-service-heading {
    margin-bottom: 42px;
}
.related-service-control {
    position: relative;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.related-service-control .common-arrow {
    position: initial;
    margin: 0;
    background-color: #fff;
}
.related-service-control .common-arrow:hover {
    background-color: #EB752D;
}
.related-service-sec .each-service-list .each-service-list-wrap {
    padding: 42px 0;
    border-top: 1px solid rgba(30, 28, 28, 0.3);
    border-bottom: 1px solid rgba(30, 28, 28, 0.3);
}
/*========================================contact page start===========================================*/
/****contact-form-sec****/
.contact-form-sec {
    padding: 96px 0;
}
.contact-form-sec .sec-pattern {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.contact-form-sec .sec-pattern img {
    height: 100%;
    object-fit: cover;
}
.contact-form-sec::after {
    display: none;
}
.contact-form-mark-dark {
    display: none;
}
.contact-form-pattern-dark {
    display: none;
}
.contact-form-sec .sec-mark {
    bottom: auto;
    top: 0;
}
/****map-sec****/
.map-sec {
    padding: 0 10px;
    padding-bottom: 55px;
}
.map-sec-wrap {
    height: 622px;
    border-radius: 20px;
    overflow: hidden;
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1098px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(30, 28, 28, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 47%;
}
.modal-area .modal-content .col-lg-7 {
    width: 53%;
}
.modal-content-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .popup-content img {
	width: 250px;
}
.modal-area .popup-content p {
	margin: 58px 0 50px;
}
.modal-area .popup-content {
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    padding:  60px 80px;
    position: relative;
}
.modal-area .popup-content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/popup-mark.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-logo-dark {
    display: none;
}
/*====================================overons page start======================================*/
/****overons-welcome-sec**/
.overons-welcome-sec {
    padding-top: 143px;
}
/***"overons-counter-sec***/
.overons-counter-sec {
    padding: 80px 0;
}
.overons-counter-sec .row {
    margin: 0 -10px;
}
.overons-counter-sec .col-lg-6,
.overons-counter-sec .col-lg-3 {
    padding: 0 10px;
}
.each-overons-counter {
    padding: 30px;
    border-radius: 20px;
    background-color: #F5F5F5;
    height: 100%;
    min-height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-counter h2 {
    font-family: 'iCielGotham-Ultra';
    font-size: 12.1rem;
    line-height: 110px;
    display: flex;
    align-items: start;
    margin-top: 23px;
    margin-left: 23px;
}
.each-overons-counter h2 strong {
    font-size: 4.6rem;
    font-family: 'iCielGotham-Medium';
    line-height: 56px;
}
.each-overons-counter h2 strong::after {
    display: none;
}
.each-overons-counter p {
    margin-bottom: 0;
}
.each-overons-counter-img {
    height: 67px;
    width: 67px;
    border: 6px solid #F5F5F5;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 30px;
}
.each-overons-counter-img img {
    width: 25px;
    height: 25px;
}
.counter-icon-dark {
    display: none;
}
.overons-counter-first {
    background-color: #1E1C1C;
}
.overons-counter-first .each-overons-counter-img {
    background-color: #EB752D;
    border-color: #1E1C1C;
}
.overons-counter-first h2, .overons-counter-first p {
    color: #fff;
    gap: 22px;
}
.overons-counter-first p{
    font-size: 1.4rem;
}
.overons-counter-second {
    background-color: #EB752D;
}
.overons-counter-second .each-overons-counter-img {
    border-color: #EB752D;
    background-color: #1E1C1C;
}
.each-overons-counter:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
}
/****why-us-sec***/
.why-us-sec {
    background-color: #1E1C1C;
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}
.why-us-sec .sec-mark {
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
}
.why-us-mark-dark {
    display: none;
}
.why-us-sec .container {
    position: relative;
    z-index: 1;
}
.why-us-sec h2 {
    color: #fff;
}
.each-why-us-info h4 {
    color: #fff;
    margin: 35px 0 5px;
    font-family: 'Inter-SemiBold';
}
.each-why-us-info p {
    color: #fff;
    margin-bottom: 0;
}
.each-why-us-info img {
    width: 55px;
    height: 55px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-why-us-info:hover img {
    transform: scale(1.1);
}
.why-us-info {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
}
.why-us-info .row {
    row-gap: 80px;
    margin: 0 -40px;
}
.why-us-info .col-lg-6 {
    padding: 0 40px;
}
/*****owner-sec****/
.owner-sec {
    padding: 20px 0 133px;
}
.owner-text {
    max-width: 750px;
    width: 100%;
    padding-right: 30px;
}
.owner-text p {
    margin: 28px 0 46px;
    max-width: 787px;
    width: 100%;
}
.owner-img {
    border-radius: 40px;
    border: 10px solid #EFEFEF;
    background-color: #F5F5F5;
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    transform: rotate(1.8deg);
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.owner-img::after {
    content: "";
    height: 50px;
    width: 50px;
    border-radius: 100px;
    border: 9px solid #fff;
    background-color: #00CB40;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
}
.owner-img:hover {
    transform: rotate(0deg);
}
.owner-img-main {
    border-radius: 30px;
    overflow: hidden;
}
.owner-dark {
    display: none;
}
.owner-name {
    position: absolute;
    bottom: -43px;
    padding: 21px 60px;
    border-radius: 80px;
    background-color: #1E1C1C;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 20px);
    text-align: center;
}
.owner-name h4 {
    color: #fff;
    font-family: 'iCielGotham-Medium';
    font-size: 2.8rem;
    line-height: normal;
}
/*****member-sec***/
.member-sec {
    padding-bottom: 110px;
}
.member-sec h2 {
    margin-bottom: 50px;
    text-align: center;
}
.each-member-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-member-text {
    border-radius: 60px;
    border: 1px solid rgba(8, 29, 58, 0.70);
    backdrop-filter: blur(5px);
    padding: 17px 41px;
    text-align: center;
    display: table;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member:hover .each-member-text {
    background-color: rgba(8, 29, 58, 0.10);
}
.member-control {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.member-control .swiper-scrollbar {
    height: 2px;
    background: rgba(8, 29, 58, 0.2);
    position: relative;
    width: 100%;
    border-radius: 24px;
}
.member-control .swiper-scrollbar-drag {
    border-radius: 24px;
    background: #1E1C1C;
    cursor: grab;
}
.member-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.member-nav .common-arrow {
    position: initial;
    margin: 0;
}
.member-dark {
    display: none;
}
/*====================================aanbod page start======================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 150px 0 60px;
}
.filter-heading {
    margin-bottom: 38px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #1E1C1C;
	font-size: 1.4rem;
    font-family: 'Inter-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #EB752D;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(60%) sepia(82%) saturate(4002%) hue-rotate(348deg) brightness(108%) contrast(84%);
}
.select-style {
    width: 100%;
    height: 48px;
    color: #1E1C1C;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    border: 1px solid #1E1C1C;
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background: url(../images/filter-arrow-white-arrow.svg) no-repeat 91% center / 10px;
    background-color: #EB752D;
    border-color: #EB752D;
    color: #FFF;
}
.select-style:hover {
    background: url(../images/filter-arrow-white-arrow.svg) no-repeat 91% center / 10px;
    background-color: #EB752D;
    border-color: #EB752D;
    color: #FFF;
    
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option {
    font-family: 'Inter-Regular';
	background-color: #1E1C1C;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #1E1C1C;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 5;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #1E1C1C;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1E1C1C;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1E1C1C;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #EB752D;
    border-color: #EB752D;
    background-image: url(../images/check-tick-white.svg);
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #1E1C1C;
    border-radius: 20px;
    background-color: rgba(235, 117, 45, 0.5);
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(235, 117, 45, 0.5);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: brightness(0);
}

.auto-overview-tag:hover {
    background-color: #EB752D;
    border-color: #EB752D;
    color: #fff;
}
.auto-overview-tag:hover img{
    filter: brightness(0) invert(1);
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'AcuminPro-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 245px;
    /* background-color: #1E1C1C; */
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Inter-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #1E1C1C;;
    border: 1px solid #1E1C1C;;
    text-transform: capitalize;
    color: #fff;
    margin-left: 0;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #EB752D;
    border-color: #EB752D;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #1E1C1C;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #EB752D;
    border: 1px solid #EB752D;
    color: #fff;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    margin-left: 0;
    max-width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
    border-color: #fff;
    color: #1E1C1C;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #1E1C1C;
    font-family: 'Inter-Regular';
    text-transform: none;
    letter-spacing: normal;
    display: none;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 256px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #EB752D;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(235, 117, 45, 0.4);
    border-color: rgba(235, 117, 45, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #EB752D;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #1E1C1C;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(8, 29, 58, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #1E1C1C;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #1E1C1C;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #1E1C1C;
}
/******aanbod-product-sec*****/
.aanbod-product-sec {
    padding-bottom: 80px;
}
.aanbod-product-sec .container > .row {
    row-gap: 15px;
}
/*====================================aanbod-dtl page start======================================*/
/***aanbod-dtl-bk-btn***/
.aanbod-dtl-bk-btn {
    padding-top: 160px;
}
.aanbod-dtl-bk-btn .common-btn {
    position: relative;
    z-index: 2;
}
/***aanbod-dtl-welcome-sec***/
.aanbod-dtl-welcome-sec {
    position: relative;
}
.aanbod-dtl-welcome-sec .container {
    position: relative;
    z-index: 1;
}
.aanbod-dtl-welcome-sec .sec-mark {
    height: 100%;
    width: 100%;
    top: -67px;
}
.aanbod-dtl-welcome-sec .sec-mark img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aanbod-dtl-welcome-pattern-dark {
    display: none;
}
.share-area {
    margin: -35px 0 50px auto;
    display: table;
}
.share-area img{
    width: 18px;
}
.share-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.each-share {
    border: 1px solid rgba(28, 28, 28, 0.50);
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.each-share:hover {
    background-color: #EB752D;
    border-color: #EB752D;
}
.each-share:hover img{
    filter: brightness(0) invert(1);
}
.share-social-media-button:hover svg{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-welcome-slider {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.each-aanbod-dtl-welcome-car {
    border-radius: 40px;
    overflow: hidden;
}
.aanbod-dtl-welcome-slider .common-arrow {
    height: 70px;
    width: 70px;
    background-color: #F5F5F5;
}
.aanbod-dtl-welcome-slider .common-arrow:hover {
    background-color: #EB752D;
}
.aanbod-dtl-welcome-slider .common-arrow img {
    width: 16px;
}
.aanbod-dtl-welcome-slider .swiper-button-next {
    right: 25px;
}
.aanbod-dtl-welcome-slider .swiper-button-prev {
    left: 25px;
}
.aanbod-dtl-welcome-info {
    border-radius: 20px;
    border: 2px solid rgba(30, 28, 28, 0.06);
    background-color: #F5F5F5;
    padding: 20px 27px;
    margin-bottom: 6px;
}
.aanbod-dtl-welcome-info h4{
    font-family: 'Inter-SemiBold';
    font-size: 2rem;
}
.aanbod-dtl-welcome-info p {
    color: rgba(16, 24, 36, 0.50);
    margin: 5px 0 14px;
}
.aanbod-dtl-welcome-info ul {
    margin: 0;
    list-style: none;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    padding: 12px 17px
}
.aanbod-dtl-welcome-info li {
    border-bottom: 1px solid rgba(30, 28, 28, 0.15);
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.aanbod-dtl-welcome-info li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.aanbod-dtl-welcome-info li h6 {
    width: 35%;
}
.aanbod-dtl-welcome-info li h4,
.aanbod-dtl-welcome-info li h5 {
    width: 62%;
    text-align: right;
}
.aanbod-dtl-welcome-info table {
    margin: 20px 0;
    display: block;
    width: 100%;
    padding: 0 17px;
}
.aanbod-dtl-welcome-info tbody {
    width: 100%;
    display: block;
}
.aanbod-dtl-welcome-info tr {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.aanbod-dtl-welcome-info tr:last-child {
    margin-bottom: 0;
}
.aanbod-dtl-welcome-info td {
    width: 50%;
    letter-spacing: 0.32px;
}
.aanbod-dtl-welcome-info td:nth-child(even) {
    text-align: right;
}
.aanbod-dtl-welcome-info td strong {
    font-weight: normal;
    margin-right: 9px;
    position: relative;
    top: -2px;
}
.aanbod-dtl-welcome-info td strong img {
    width: 20px;
    height: 20px;
}
.aanbod-dtl-welcome-info td .welcome-dtl-dark {
    /* position: absolute;
    top: 2px;
    left: 0; */
}
.aanbod-dtl-welcome-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.aanbod-dtl-welcome-btn .common-btn {
    padding-left: 18px;
    border-radius: 100px;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    display: block;
}
.aanbod-dtl-welcome-btn .common-btn::after {
    display: none;
}
.aanbod-dtl-welcome-btn .common-btn:hover {
    background-color: #EB752D;
    color: #fff;
}
.aanbod-dtl-welcome-sec .col-lg-8 {
    width: 69%;
    padding: 0 11px;
}
.aanbod-dtl-welcome-sec .col-lg-4 {
    width: 31%;
    padding: 0 11px;
}
.aanbod-dtl-welcome-sec .container > .row {
    margin: 0 -11px;
}
.each-aanbod-dtl-welcome-gal {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
}
.aanbod-dtl-welcome-gal .row {
    margin: 0 -3px;
    row-gap: 6px;
}
.aanbod-dtl-welcome-gal .col-4 {
    padding: 0 3px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .col-lg-4 {
    width: 30%;
}
.dtl-tab-sec .col-lg-8 {
    width: 70%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    color: #1E1C1C;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #1E1C1C;
    text-transform: none;
	font-size: 2.4rem;
    font-family: 'Inter-SemiBold';
	line-height: normal;
	padding-right: 16px;
    padding-left: 0;
	position: relative;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover {
    opacity: 1;
    color: #1E1C1C;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 82px 0;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    margin-bottom: 28px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    margin: 0;
    list-style: none;
	gap: 10px;
}
.kenmerken-tab li {
    width: 32.6%;
	padding: 18px 23px;
	position: relative;
    font-family: 'Inter-Regular';
    color: rgba(30, 28, 28, 0.70);
	line-height: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
	border-radius: 5px;
    background-color: #F5F5F5;
    font-size: 1.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    height: 100%;
}
.kenmerken-tab li:hover {
    background-color: #EB752D;
	color: #fff;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #1E1C1C;
    text-align: right;
    font-family: 'Inter-Medium';
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover strong {
    color: #fff;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #1E1C1C;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #1E1C1C;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 5px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E1C1C;;
    font-size: 1.6rem;
    line-height: 24px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1E1C1C;;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #1E1C1C;
	text-transform: none;
    font-size: 1.8rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: #1E1C1C;
    line-height: 24px;
    font-family: 'Inter-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #1E1C1C;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
	line-height: 2.4rem;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-car-office-text h4{
    font-family: 'Inter-SemiBold';
}
.tab-btm-btn:hover{
    color: #EB752D;
}
.tab-btn .tabs li.active::after {
	transform: rotate(0deg);
    opacity: 1;
    top: 11px;
    right: -5px;
}
.tabs li::after {
    content: "";
    top: 10px;
    background-color: transparent;
    width: 13px;
    height: 12px;
    transition: all 0.5s;
    transform: rotate(-90deg);
    position: absolute;
    right: -1px;
    left: auto;
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tab_arrow.svg);
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #1E1C1C;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #1E1C1C;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: auto;
    overflow-x: clip;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
    border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'Inter-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.kenmarken-popup-content li::after {
    display: none;
}
.dtl-car-office {
    border-radius: 5px;
    border: 1px solid rgba(30, 28, 28, 0.1);
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 8px;
}
.dtl-car-office-top {
    padding: 17px;
    border-radius: 5px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
}
.dtl-car-office-img {
    border-radius: 100%;
    height: 69px;
    min-width: 67px;
    width: 67px;
    margin-right: 28px;
    overflow: hidden;
}
.dtl-car-office-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-office-dark {
    display: none;
}
.dtl-car-office-top h6 {
    color: rgba(30, 28, 28, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.dtl-car-office-top h6 a {
    color: rgba(30, 28, 28, 0.70);
}
.dtl-car-office-top h6 a:hover {
    color: #EB752D;
}
.dtl-car-office-btm {
    padding: 21px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.dtl-car-office-btm p {
    margin-bottom: 13px;
}
.dtl-car-office-btm p strong {
    margin-right: 6px;
    font-weight: normal;
}
.dtl-car-office-btm p:last-child {
    margin-bottom: 0;
}
.dtl-car-office-btm p a {
    color: #1E1C1C;
}
.dtl-car-office-btm p a:hover {
    color: #EB752D;
}
.dtl-car-office-btm p img {
    margin-right: 9px;
}
.dtl-car-office-share {
    width: 30px;
    text-align: right;
}
/****aanbod-dtl-form-sec*****/
.aanbod-dtl-form-sec .sec-mark {
    display: none;
}
.form-height-add {
    padding-bottom: 80px;
}
/****related-product-sec***/
.related-product-sec {
    /* padding: 90px 0 84px; */
    padding: 0px 0 84px;
    background-color: #F5F5F5;
    overflow-x: hidden;
}
.related-product-heading {
    margin-bottom: 51px;
    border-bottom: 1px solid rgba(30, 28, 28, 0.3);
    padding-bottom: 42px;
}
.related-product-nav {
    display: flex;
    justify-content: end;
    position: relative;
    gap: 15px;
}
.related-product-nav .common-arrow {
    position: initial;
    background-color: #fff;
    margin: 0;
}
.related-product-nav .common-arrow:hover {
    background-color: #EB752D;
}
/*====================================vacature page start======================================*/
.vacature-product-heading {
    padding-bottom: 48px;
}
.vacature-product-heading .filter-heading {
    margin-bottom: 0;
    padding-bottom: 44px;
}
.lfCQiA {
    display: none;
}
.privacy_section{
    padding-top: 70px;
    padding-bottom: 100px;
}
.privacy_section p{
    margin-bottom: 10px;
}
.service-dtl-contact h5{
    font-family: 'Inter-SemiBold';
}
.header-menu-btb-wrap{
    display: none;
}
.service-slider .swiper-slide.swiper-slide-prev .row{
    flex-direction: row-reverse;
}

.service-slider .fraction-item em{
    font-style: normal;
}
.service-slider .fraction-item-left{
    color: #EB752D;
}
.aanbod-product-sec .each-product-info td h5{
    font-family: 'AcuminPro-Regular';
}
.aanbod-product-sec .each-product-info td h6 {
    font-family: 'AcuminPro-Light';
}

/* .overons-usp-marquee-sec .usp-marquee-wrap ul{
    gap: 63px;
}
.overons-usp-marquee-sec .usp-marquee-wrap{
    gap: 63px;
} */
.member-sec{
    display: none;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}


.each-product{
    height:auto !important;
}

.welcome-dtl-white{
    display: none;
}
.share-social-media-button .a2a_dd svg{
    margin-right: 0 !important;
    width: 18px !important;
}
.dtl-car-office-share .each-share {
    border: none;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.dtl-car-office-share .each-share:hover {
    background-color: transparent;
}
.dtl-car-office-share .share-social-media-button .each-share:hover svg{
filter: brightness(0) saturate(100%) invert(71%) sepia(44%) saturate(6430%) hue-rotate(343deg) brightness(97%) contrast(90%);
}