body {
	padding: 0px;
	margin: 0px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.90);
    background-color: #0A0A0A;
    /*overflow-x: hidden;*/
    overflow-y: hidden !important;
    height: 100vh !important;
}
html {
    font-size: 62.5%;
    overflow-y: hidden !important;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****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;
}
.privacy_section p {
	margin-bottom: 10px;
}
.star_icon p { 
    margin-bottom: 0; 
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/****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;
}
/*****************header****************/
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 35px 0;
}
.header-active {
    padding: 10px 0;
}
.header-active .common-warp {
    backdrop-filter: blur(10px);
    background-color: #0A0A0A;
}
.common-warp{
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    padding: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img{
    width: 208px;
}
.header-nav > ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 26px;
}
.header-nav > ul > li {
    padding: 0px;
    margin: 0px;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 22px;
    font-family: 'PlusJakartaSans-Regular';
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #FFF;
    border-radius: 50px;
}
.header-nav > ul > li > a:hover {
    color: #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    padding: 11.5px 10px;
}
.header-nav > ul > li > a img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: 3px;
}
/* parent-dropdown */
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid #3B82F6;
	background-color: #3B82F6;
	box-shadow: 0px 10px 15px -3px rgb(15, 15, 15, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 10px;
    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;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: 0px;
    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 > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding-left: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
    opacity: 0.6;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/* menu-btn */
.menu-btn {
    padding: 0;
    width: 100px;
    height: 44px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #3B82F6;
    background-color: #3B82F6;
    border-radius: 50px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
}
.menu-btn.active strong{
    opacity: 0;
}
.menu-btn span:nth-child(2) {
    width: 13px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    content: "";
    top: 17px;
    right: 18px;
    border-radius: 2px;
}
.menu-btn span:nth-child(3) {
    width: 13px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    content: "";
    top: 21px;
    right: 18px;
    border-radius: 2px;
}
.menu-btn span:nth-child(4) {
    width: 13px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    content: "";
    top: 25px;
    right: 18px;
    border-radius: 2px;
}
.menu-btn.active span:nth-child(2) {
    transform: rotate(45deg);
    top: 21px;
    width: 18px;
    right: 40px;
}
.menu-btn.active span:nth-child(3){
    display: none;
}
.menu-btn.active span:nth-child(4){
    transform: rotate(-45deg);
    top: 21px;
    width: 18px;
    right: 40px;
}
.menu-btn strong{
    font-weight: normal;
    color: #FFF;
    font-family: 'PlusJakartaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
/*****side-menu****/
.header-area-active .common-warp {
    position: relative;
    z-index: 100;
    background-color: transparent;
}
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    padding: 170px 0px 100px;
    width: 100%;
    background-color: #181818;
    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-active .parent-dropdown > ul > li > a {
    color: rgb(255, 255, 255, 0.7);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
.side-menu-active .parent-dropdown > ul > li > a:hover {
    color: #0A0A0A;
}
.side-menu .container {
    height: 100%;
}
.mega-menu-info {
    padding: 0 52px;
    height: calc(100% - 0px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.mega-menu-info::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    border-radius: 5px;
}
.mega-menu-info::-webkit-scrollbar-track{
    background: #555;
    border-radius: 5px;
}
.mega-menu-info::-webkit-scrollbar-thumb {
    background: #0A0A0A;
    border-radius: 5px;
    border: 1px solid #555;
    transition: 0.6s ease-in-out;
}
.mega-menu-wave {
    position: absolute;
    bottom: 00px;
    right: 0px;
    z-index: -1;
    pointer-events: none;
}
.side-menu::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, #181818 100%);
    width: 100%;
    height: 141px;
    left: 0;
    bottom: 0px;
    z-index: 1;
}
.side-menu-btm{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.40);
    padding-top: 43px;
    margin-top: 72px;
}
.side-menu ul {
    padding: 0px;
    margin: 0px;
}
.side-menu-wrap > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 35px;
    column-gap: 269px;
}
.side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding: 0px;
    display: block;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 4rem;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.side-menu-wrap > ul > li::after {
    display: none;
}
.side-menu-wrap > ul > li > a {
    color: rgba(255, 255, 255, 0.90);
    display: block;
    padding-bottom: 0;
    position: relative;
}
.side-menu-wrap > ul > li > a:hover::after{
    background-color: #3B82F6;
}
.side-menu-wrap > ul > li > a::after {
    position: absolute;
    content: "";
    background-image: url(../images/mega-menu-arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #3B82F6;
    width: 47.688px;
    height: 28px;
    border-radius: 100px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-wrap > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.90);
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.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 img {
    top: 25px;
    width: 10px;
    filter: brightness(0) invert(1);
    right: 55px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    z-index: 3;
    pointer-events: all;
}
.header-btn a {
    color: #FFF;
    font-family: 'PlusJakartaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 9px 19px;
    border-radius: 50px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-btn a em{
    font-style: normal;
}
.header-btn a:hover{
    background-color: #3B82F6;
    border-color: #3B82F6;
}
.hd-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.header-area-active .header-btn a em{
    display: none;
}
.header-area-active .header-btn a{
    width: 44px;
    height: 44px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-area-active .header-nav{
    display: none;
}
.each-mega-nav{
    display: none;
}
.header-area-active .each-mega-nav {
    display: block;
    text-align: center;
}
.each-mega-nav p{
    margin-bottom: 0;
    color: #FFF;
    font-family: 'PlusJakartaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-mega-nav p a {
    color: #FFF;
    padding: 12px 27px;
    border-radius: 51px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
}
.each-mega-nav p a:hover{
    background-color: #3B82F6;
}
/* ========== HOME PAGE HERE ========== */
.home-warp{
    position: relative;
}
/* home-banner-sec */
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-sec::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.00) 0%, #0A0A0A 100%);
    width: 100%;
    height: 327px;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.home-banner-video,
.home-each-banner {
    height: 944px;
    overflow: hidden;
    position: relative;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-each-banner img {
    height: 100%;
    object-fit: cover;
}
.home-banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 100%;
}
.home-banner-heading h1 strong{
    display: block;
    margin-left: 426px;
    margin-top: 14px;
}
.home-banner-heading p{
    max-width: 432px;
    margin-bottom: 0;
    margin-top: 40px;
}
/* homne-box-sec */
.homne-box-sec {
    position: absolute;
    bottom: 23px;
    z-index: 1;
}
.homne-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
    --r: 60px;
    --s: 107px;
    --a: 19deg;
    --p: 50%;
    border-radius: 10px;
    --_m: var(--r), #000 calc(100% - 1px), #0000;
    --_d: (var(--s) + var(--r)) * cos(var(--a));
    mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
    radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
    radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
        #0000 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat,
    linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
}
.each-home-img{
    width: 164px;
    min-width: 164px;
    height: 164px;
    border-radius: 10px;
    overflow: hidden;
}
.each-home-img img{
    height: 100%;
    object-fit: cover;
}
.each-home-box {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 500px;
}
.homne-box-wrap .each-home-box:last-child {
    position: relative;
    left: -50px;
}
.each-home-text h5{
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-home-text p{
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-anbd-btn a {
    width: 153px;
    height: 153px;
    color: #0A0A0A;
    text-align: center;
    font-family: 'PlusJakartaSans-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    flex-direction: column-reverse;
    padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-anbd-btn a:hover{
    color: #FFF;
    border-color: #3B82F6;
    background-color: #3B82F6;
}
.home-anbd-btn a:hover::after{
    border-color: #3B82F6;
}
.home-anbd-btn a::after {
    position: absolute;
    content: "";
    border: 1px solid #FFF;
    width: calc(100% + 13px);
    height: calc(100% + 13px);
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    border-radius: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-anbd-btn {
    width: max-content;
    margin: 0 auto;
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
}
/* home-product-sec */
.home-product-sec{
    position: relative;
    padding-top: 106px;
    padding-bottom: 86px;
    z-index: 1;
    overflow: hidden;
}
.home-product-sec::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.00) 0%, #0A0A0A 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    z-index: -1;
}
.product-wave {
    position: absolute;
    right: 0px;
    top: -45%;
    pointer-events: none;
    z-index: -1;
}
.home-product-btn .common-btn{
    margin-left: auto;
}
.product-heading-wrap{
    margin-bottom: 50px;
}
.product-child-slider{
    border-radius: 10px;
    overflow: hidden;
}
.each-product{
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover{
    border: 1px solid #3B82F6;
}
.each-product:hover .each-product-price::after{
    background-color: #3B82F6;
}
.each-product:hover .product-child-control .common-arrow{
    opacity: 1;
}
.each-product-model h4{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p{
    color: rgba(255, 255, 255, 0.40);
    margin-top: 6px;
}
.each-product-spec{
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 12px;
    margin-top: 20px;
}
.each-product-info ul li::after{
    display: none;
}
.each-product-info ul li{
    padding: 0;
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.each-product-info ul {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}
.product-price p{
    margin-bottom: 0;
}
.product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
    padding-bottom: 0;
}
.each-product-price{
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price::after {
    position: absolute;
    content: "";
    background-image: url(../images/product-btn-img.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    width: 69.001px;
    height: 40.514px;
    border: 1px solid  #3B82F6;
    right: 0;
    top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-child-control .common-arrow{
    width: 69.001px;
    height: 40.514px;
    background-color: #000;
    border-color: #000;
    top: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.product-child-control .swiper-button-next{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
}
.product-child-control .swiper-button-prev{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 0;
}
.each-product:hover .product-child-control .swiper-button-disabled{
    opacity: 0.6;
}
.product-child-control .common-arrow:hover{
    background-color: #3B82F6;
    border-color: #3B82F6;
}
.product-child-control .common-arrow img{
    width: 15px;
}
.product-control{
    margin-top: 83px;
}
.product-control .row {
    --bs-gutter-x: 0;
}
.product-control .col-lg-9 {
    width: 95%;
}
.product-control .col-lg-3 {
    width: 5%;
}
.product-control-btn {
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
}
.product-control-btn .common-arrow {
    position: initial;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    width: 15px;
    height: 15px;
}
.product-control-btn .common-arrow:hover img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(54%) saturate(2395%) hue-rotate(202deg) brightness(99%) contrast(96%);
}
.product-scrollbar {
    height: 3px !important;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 28px;
    position: initial !important;
}
.product-scrollbar .swiper-scrollbar-drag {
    background-color: #3B66C1;
    border-radius: 28px;
    height: 3px;
}
/* home-service-sec */
.home-service-sec{
    background: radial-gradient(50% 50% at 50% 50%, rgba(24, 24, 24, 0.90) 0%, rgba(24, 24, 24, 0.97) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 80px;
}
.service-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.06;
}
.service-wave img{
    height: 100%;
    object-fit: cover;
}
.home-service-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
}
.service-heading-wrap{
    margin-bottom: 100px;
}
.service-slider .swiper-wrapper{
    pointer-events: none;
}
.service-slider .swiper-slide{
    pointer-events: all;
}
.service-slider .swiper-slide .each-service-img{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.service-slider .swiper-slide-active .each-service-img{
    border-radius: 5px 5px 0 0;
}
.service-thum-slider{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    background: #0A0A0A;
    padding: 40px 0px;
}
.service-thum-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.service-thum-text h3{
    color: rgba(255, 255, 255, 0.50);
}
.service-thum-text .common-btn{
    opacity: 0;
    pointer-events: none;
}
.service-thum-slider .swiper-slide-active .service-thum-text h3{
    color: #FFF;
}
.service-thum-slider .swiper-slide-active .common-btn{
    opacity: 1;
    pointer-events: all;
}
.home-service-control .common-arrow {
    top: 38%;
}
.home-service-control .swiper-button-next {
    right: -4%;
}
.home-service-control .swiper-button-prev {
    left: -4%;
}
/* home-meets-sec */
.home-meets-sec {
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding: 112px 0;
    z-index: 1;
}
.home-meets-wave {
    position: absolute;
    top: -12%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.home-meets-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.45);
    will-change: transform;
    overflow: hidden;
}
.home-meets-img img {
    height: 100%;
    object-fit: cover;
}
.home-meets-text {
    max-width:274px;
    width: 100%;
    margin-left: auto;
}
.home-meets-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.home-meets-wrap {
    --final-padding: 60px;
    --start-padding: 200px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
	padding-left: var(--start-padding);
	padding-right: var(--start-padding);
}
.home-meets-text p{
    margin-bottom: 60px;
}
.home-meets-border {
    position: absolute;
    background-color: rgba(255,255,255,.2);
    width: 100%;
    height: 1px;
    top: 28%;
    left: 0;
    transform: scaleX(0);
    transform-origin: center center;
    display: none;
}
/* home-about-sec */
.home-about-wrap{
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 115px;
    padding-top: 59px;
    padding-bottom: 129px;
}
.home-about-sub-heading h6{
    color: #3B82F6;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.home-about-heading h3{
    color: rgba(255, 255, 255, 0.90);
    font-family: 'PlusJakartaSans-Medium';
    font-size: 3.4rem;
    line-height: 58px;
}
.home-about-heading {
    max-width: 478px;
    margin-left: auto;
    padding-left: 30px;
}
.about-wrap{
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 128px;
}
.each-about{
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 33px 0;
}
.each-about:hover{
    border-color: rgba(255, 255, 255, 0.8);
}
.each-about:hover .each-about-heading h4,
.each-about:hover .each-about-text p{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about:hover .home-about-img {
    opacity: 1;
}
.each-about:hover .home-about-img img{
    transform: scale(1);
}
.home-about-img {
    width: 232.942px;
    height: 286.325px;
    border-radius: 5px;
    position: absolute;
    overflow: hidden;
    left: 45%;
    top: -64px;
    transform: translateX(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.home-about-img img{
    transform: scale(1.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    object-fit: cover;
    height: 100%;
}
.each-about-heading{
    width: 50%;
}
.each-about-text {
    width: 50%;
    max-width: 462px;
    margin-left: auto;
}
.each-about-heading h4{
    color: rgba(255, 255, 255, 0.40);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-text p{
    color: rgba(255, 255, 255, 0.40);
    margin-bottom: 20px;
}
.each-about-text p:last-child{
    margin-bottom: 0;
}
.each-about-text ul:last-child{
    margin-bottom: 0;
}
/* home-usp-sec */
.home-usp-sec{
    padding-bottom: 76px;
}
.home-usp-wrap{
    display: flex;
    gap: 33px;
}
.home-usp-wrap .home-usp-img{
    border-radius: 10px;
    overflow: hidden;
}
.home-usp-wrap .home-usp-img img{
    height: 100%;
    object-fit: cover;
}
.home-usp-wrap .home-usp-img:first-child {
    width: 24.6%;
    height: 447px;
}
.home-usp-wrap .home-usp-img:nth-child(2) {
    width: 33.4%;
    height: 660px;
}
.home-usp-wrap .home-usp-img:last-child{
    width: 42%;
    height: 767px;
}
/* review-sec */
.review-sec{
    padding-bottom: 77px;
}
/* footer-area */
.footer-area{
    background: radial-gradient(50% 50% at 50% 50%, #181818 0%, rgba(24, 24, 24, 0.97) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.02;
    height: 100%;
}
.footer-wave img{
    height: 100%;
    object-fit: cover;
}
.footer-logo img{
    width: 208px;
}
.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 62px;
    padding-bottom: 44px;
}
.footer-box {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    padding: 80px 28px;
}
.ft-text p{
    color: rgba(255, 255, 255, 0.60);
    margin-bottom: 40px;
}
.ft-text ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 22px;
}
.ft-text ul li::after{
    display: none;
}
.ft-text ul li{
    padding: 0;
    margin: 0;
}
.ft-text ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(38%) sepia(61%) saturate(2484%) hue-rotate(206deg) brightness(104%) contrast(93%);
}
.ft-text{
    max-width: 242px;
}
.each-ft-detail h6{
    color: rgba(255, 255, 255, 0.50);
}
.each-ft-detail p{
    margin-bottom: 0;
    color: #FFF;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 2.4rem;
    line-height: 32px;
}
.each-ft-detail p a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-ft-detail p a:hover{
    text-decoration: underline;
    color: #FFF;
}
.each-ft-detail table,
.each-ft-detail tbody{
    width: 100%;
}
.each-ft-detail table tr td{
    color: #FFF;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
    display: block;
}
.ft-detail-wrap {
    max-width: 1048px;
    margin-left: auto;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.each-ft-detail .each-ft-detail-text{
    margin-bottom: 20px;
}
.each-ft-detail .each-ft-detail-text:last-child{
    margin-bottom: 0;
}
.ft-privacy p {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 22.48px;
    letter-spacing: 0.16px;
    margin-bottom: 0;
}
.ft-btn-logos ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 17px;
}
.ft-btn-logos ul li{
    padding: 0;
    margin: 0;
}
.ft-btn-logos ul li::after{
    display: none;
}
.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 47px;
    padding-bottom: 37px;
}
/*===============================service-list page start======================================*/
.inner-banner-sec {
    position: relative;
    height: 520px;
}
.inner-banner-sec::after {
    content: "";
    height: 39%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.00) 0%, #0A0A0A 100%);
}
.inner-banner-img {
    height: 100%;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-txt {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 100%;
}
/*****service-list-sec*****/
.service-list-sec {
    padding: 84px 0 75px;
}
.each-service-list {
    margin-bottom: 20px;
    height: 435px;
}
.each-service-list:last-child {
    margin-bottom: 0;
}
.each-service-list-wrap {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
}
.each-service-list-wrap a > .row,
.each-service-list-wrap a > .row .col-lg-6 {
    height: 100%;
}
.each-service-list-img {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}
.each-service-list-img::after {
    content: "";
    height: 40px;
    width: 70px;
    border-radius: 133px;
    background-color: #3B82F6;
    bottom: 20px;
    right: 20px;
    position: absolute;
    background-image: url(../images/service-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-text {
    padding: 66px 20% 66px 40px;
    height: 100%;
}
.each-service-list-text p {
    margin: 12px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-list-text h6 {
    margin: 35px 0 44px;
    color: #F9F8F6;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    letter-spacing: 0.28px;
}
.each-service-list-text h5 {
    color: #F9F8F6;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
}
.each-service-list-text .text-btn {
    margin-top: 33px;
    display: none;
}
.each-service-list:hover .each-service-list-img::after  {
    opacity: 1;
}
.each-service-list:hover .each-service-list-wrap {
    border-color: #fff;
}
.each-service-list:hover .each-service-list-img img {
    transform: scale(1.06);
}
/*===============================service-dtl page start======================================*/
/*****bk-btn-sec****/
.bk-btn-sec {
    padding-top: 190px;
    position: relative;
    z-index: 1;
}
.bk-btn-sec .common-btn .arrow-svg {
    transform: scaleX(-1);
    position: relative;
    top: 2px;
}
/*****service-dtl-desc-sec****/
.service-dtl-desc-sec {
    margin-top: -57px;
}
.service-dtl-desc-img-right {
    padding-left: 20px;
    height: 100%;
}
.service-dtl-desc-top {
    overflow: hidden;
}
.service-dtl-desc-text {
    padding-left: 20px;
}
.service-dtl-desc-text h3 {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.service-dtl-desc-text h3::after {
    content: "";
    width: 200vw;
    height: 1px;
    margin-left: -50vw;
    left: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.30);
}
.service-dtl-desc-text h4 {
    margin-bottom: 21px;
}
.service-dtl-desc-text h4 strong {
    font-size: 3.4rem;
    line-height: 45px;
    margin-bottom: 21px;
    font-weight: normal;
}
.service-dtl-desc-text .text-btn {
    margin-top: 45px;
}
.service-dtl-desc-img {
    border-top: 1px solid rgba(255, 255, 255, 0.30); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.30); 
    padding: 35px 0;
    margin-top: 35px;
    position: relative;
}
.service-dtl-desc-img-left {
    height: 100%;
    max-width: 79%;
}
.service-dtl-desc-img-left, 
.service-dtl-desc-img-right {
    /* height: 470px; */
    height: 400px;
}
.service-dtl-desc-img-left img, 
.service-dtl-desc-img-right img {
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.service-dtl-desc-img::after {
    content: "";
    width: 493px;
    height: 272px;
    position: absolute;
    left: var(--left-offset, 0);
    bottom: calc(100% + 2px);
    background-image: url(../images/service-dtl-desc-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.service-dtl-desc-img::before {
    content: "";
    width: 493px;
    height: 30%;
    position: absolute;
    left: var(--left-offset, 0);
    bottom: calc(100% + 2px);
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.00) 0%, #0A0A0A 100%);
    z-index: 1;
    pointer-events: none;
}
/*****service-dtl-info-sec****/
.service-dtl-info-sec {
    padding: 70px 0 95px;
}
.service-dtl-info-sec table, .service-dtl-info-sec tbody {
    display: block;
    width: 100%;
}
.service-dtl-info-sec tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
    column-gap: 15px;
    opacity: 0.4;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.service-dtl-info-sec td {
    display: block;
    width: 50%;
}
.service-dtl-info-sec td:nth-child(even) {
    max-width: 552px;
    margin-left: auto;
}
.service-dtl-info-sec tr:hover {
    opacity: 1;
}
.service-dtl-info-sec td p:last-child, .service-dtl-info-sec td ul:last-child, .service-dtl-info-sec td li:last-child {
    margin-bottom: 0;
}
.service-dtl-info-sec td li {
    margin-bottom: 20px;
}
/*****form-sec****/
.form-sec {
    padding: 90px 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(24, 24, 24, 0.98) 0%, rgba(24, 24, 24, 0.97) 100%);
    overflow: hidden;
    position: relative;
}
.form-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/form-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}
.form-sec h3 {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
}
.form-sec h3::before, .form-sec h3::after {
    content: "";
    height: 12px;
    width: 27%;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    background-image: url(../images/form-heading.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-sec h3 strong {
    font-weight: normal;
    max-width: 775px;
    width: 100%;
}
.form-block {
    max-width: 762px;
    width: 100%;
}
.form-block .form-group {
	margin-bottom: 25px;
}
.form-block .form-style {
	resize: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    border-radius: 0;
    font-family: 'PlusJakartaSans-Medium';
    color: #fff;
    font-size: 1.6rem;
    padding: 20px 0;
    line-height: 24px;
    letter-spacing: 0.32px;
	background-color: transparent;
}
.form-block .form-style:placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-block .form-style::placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(255, 255, 255, 0.60);
}
.form-block .form-style.uploaded {
    color: #fff;
}
.form-block .form-style:focus {
    box-shadow: none;
	border-bottom: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #fff;
    border-color: #fff;
}
.form-block .form-style:not(:placeholder-shown) {
    border-color: #fff;
}
.form-block textarea.form-style {
    height: 100px;
}
.form-block .common-btn {
    margin-top: 45px;
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-info {
    max-width: 466px;
    width: 100%;
    padding-left: 30px;
    margin-left: auto;
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.form-social ul {
    display: flex;
    gap: 33px;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.form-social li {
    padding-left: 0;
}
.form-social li::after {
    display: none;
}
.form-social li img {
    width: 27px;
}
.form-social li:hover img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(98%) saturate(1706%) hue-rotate(203deg) brightness(100%) contrast(94%);
}
.each-form-reach {
    margin-bottom: 45px;
}
.each-form-reach:last-child {
    margin-bottom: 0;
}
.each-form-reach p, .each-form-reach td {
    margin-bottom: 0;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 2rem;
    line-height: 28px; 
}
.each-form-reach tr {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
/******related-service*****/
.related-service {
    padding: 76px 0 98px;
}
.related-service-heading {
    margin-bottom: 70px;
    text-align: center;
}
/*===============================contact page start======================================*/
/****map-sec*****/
.map-sec  {
    height: 600px;
}
/*===============================overons page start======================================*/
/****overons-welcome-sec****/
.overons-welcome-sec {
    padding: 60px 0 80px;
    overflow-x: clip;
}
.overons-welcome-img {
    overflow: hidden;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    margin-top: -7%;
    z-index: -1;
}
.overons-welcome-img::before, .overons-welcome-img::after {
    content: "";
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.00) 0%, #0A0A0A 100%);
    height: 40%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.overons-welcome-img::after {
    top: auto;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.00) 0%, #0A0A0A 100%); 
}
/****mission-vission-sec****/
.mission-vission-sec {
    padding-bottom: 353px;
    position: relative;
}
.mission-vission-heading h2 {
    text-align: center;
    margin-bottom: 26px;
}
.mission-vission-main {
    position: relative;
    padding: 36px;
}
.mission-vission-main::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    --r: 80px;
    --s: 124px;
    --a: 38deg;
    --p: 50%;
    border-radius: 10px;
    --_m: var(--r), #000 calc(100% - 1px), #0000;
    --_d: (var(--s) + var(--r)) * cos(var(--a));
    mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(-1 * sin(var(--a)) * var(--s)), #0000 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
    z-index: -1;
}
.mission-vission-content {
    max-width: 400px;
    width: 100%;
    padding-top: 22px;
    position: relative;
}
.mission-vission-content::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #3B82F6;
    position: absolute;
    left: 0;
    top: 0;
}
.mission-vission-main .col-lg-4:last-child .mission-vission-content {
    margin-left: auto;
}
.mission-vission-content h4 {
    margin: 22px 0 10px;
}
.mission-vission-content p:last-child {
    margin-bottom: 0;
}
.mission-vission-img {
    border-radius: 10px;
    overflow: hidden;
    top: 143px;
    max-width: calc(100% - 12%);
    width: 100%;
    height: 494px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.mission-vission-img img {
    height: 100%;
    object-fit: cover;
}
.mission-vission-wrap {
    border-top: 1px solid #fff;
    padding-top: 69px;
}
.mission-vission-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
/*****ceo-sec*****/
.ceo-sec {
    overflow-x: clip;
}
.ceo-sec .col-lg-7 {
    width: 57%;
}
.ceo-sec .col-lg-5 {
    width: 43%;
}
.ceo-text {
    position: relative;
    height: 100%;
    padding: 63px 125px 63px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ceo-text::after {
    content: "";
    height: 100%;
    width: calc(100% + 66%);
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    background-image: url(../images/ceo-bg.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.ceo-text::before {
    content: "";
    height: 100%;
    width: calc(100% + 66%);
    position: absolute;
    right: 0;
    top: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(24, 24, 24, 0.90) 0%, rgba(24, 24, 24, 0.97) 100%);
}
.ceo-text-wrap {
    position: relative;
    z-index: 1;
}
.ceo-text ul {
    margin: 76px 0 60px;
}
.ceo-text li {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 16px 0;
}
.ceo-text li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.ceo-text li::after {
    display: none;
}
.ceo-text li h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.ceo-text li strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.60);
}
.ceo-text li em {
    font-style: normal;
}
.ceo-text p:last-child {
    margin-bottom: 0;
}
.ceo-img {
    height: 100%;
}
.ceo-img img {
    height: 100%;
    object-fit: cover;
}
/****member-sec****/
.member-sec {
    padding: 161px 0 132px;
}
.member-sec h2 {
    margin-bottom: 52px;
    text-align: center;
}
.member-slider {
    position: relative;
}
.member-slider .swiper-button-next {
    right: -53px;
}
.member-slider .swiper-button-prev {
    left: -53px;
}
.each-member {
    background-color: #181818;
}
.each-member-text {
    padding: 18px 10px;
    text-align: center;
}
.each-member-text h6 {
    margin-top: 2px;
    letter-spacing: 0.32px;
    color: rgba(255, 255, 255, 0.70);
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1108px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(10, 10, 10, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
    display: none;
}
.modal-area .modal-content .col-lg-5 {
    width: 48%;
    padding: 0 10px;
}
.modal-area .modal-content .col-lg-7 {
    width: 52%;
    padding: 0 10px;
}
.modal-area .modal-content .row {
    margin: 0 -10px;
}
.modal-content-wrap {
    overflow: hidden;
}
.modal-area .popup-content img {
    width: 208px;
	margin-bottom: 26px;
}
.modal-area .popup-content p {
	margin-bottom: 26px;
}
.modal-area .popup-content h2 {
    margin-bottom: 16px;
    display: none;
}
.modal-area .popup-content ul {
    margin-bottom: 16px;
    display: none;
}
.modal-area .popup-content li::after {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
    height: 5px;
    width: 5px;
    border-radius: 100%;
    top: 10px;
}
.modal-area .popup-content li {
    padding-left: 15px;
}
.modal-area .popup-content {
    border-radius: 10px;
    border: 1px solid #3B82F6;
    background: radial-gradient(50% 50% at 50% 50%, rgba(24, 24, 24, 0.90) 0%, rgba(24, 24, 24, 0.97) 100%);
    overflow: hidden;
    padding:  70px;
    position: relative;
}
.modal-area .popup-content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/popup-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.modal-area .popup-content .d-table-cell {
    position: relative;
    z-index: 1;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .sec-mark {
    display: none;
}
/* ======== AANBOD LIST PAGE ======== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 30px 0 60px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'LamaSans-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #3B82F6;
}
.select-style {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'PlusJakartaSans-Regular';
    border: 1px solid  #3B82F6;
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center / 10px;
    appearance: none;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    background: url(../images/filter-arrow.svg) #3B82F6 no-repeat 91% center / 10px;
    border-radius: 5px 5px 0 0;
    border-color: #3B82F6;
}
.select-style:hover{
    background: url(../images/filter-arrow.svg) #3B82F6 no-repeat 91% center / 10px;
    border-color: #3B82F6;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color: #000;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #3B82F6;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.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: #F9F8F6;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #3B82F6;
    border-color: #3B82F6;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    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: #F9F8F6;
    border-radius: 20px;
    background-color: rgba(59, 130, 246, 0.5);
    font-size: 1.4rem;
    border: 1px solid rgba(59, 130, 246, 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;
}
.auto-overview-tag:hover {
    background-color: #3B82F6;
    border-color: #3B82F6;
    color: #FFF;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.aanbod-filter-sec-actv .mobile-show-filter{
    position: fixed;
    top: 73px;
}
.mobile-show-filter {
    position: initial;
    left: 0;
    top: 73px;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #3B82F6;
    border-color: #3B82F6;
    text-transform: capitalize;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn svg{
    display: none;
}
.mobile-show-filter .common-btn .btn-text-wrap{
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #3B82F6;
}
.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: #0A0A0A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.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.4);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #3B82F6;
    border: 1px solid #3B82F6;
    color: #FFF;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auto-overview-filter-result .total_search_records svg{
    display: none !important;
}
.auto-overview-filter-result .total_search_records .btn-text-wrap{
    display: none !important;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #FFF;
    border-color: #FFF;
    color: #3B82F6;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 262px;
}
.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: #3B82F6;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #3B82F6;
}
.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: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    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: #fff;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #3B82F6;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-bottom: 76px;
}
.aanbod-list-sec .row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
}
/* ========= ANNBOD DETAIL PAGE ========= */
/* anbd-detail-sec */
.anbd-detail-sec{
    padding-top: 65px;
    --less-height: 38%;
}
.anbd-detail-thum-wrap {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}
.anbd-detail-thum-wrap::-webkit-scrollbar{
    width: 3px;
    height: 3px;
    border-radius: 5px;
}
.anbd-detail-thum-wrap::-webkit-scrollbar-track{
    background: #555;
    border-radius: 5px;
}
.anbd-detail-thum-wrap::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #555;
    transition: 0.6s ease-in-out;
}
.anbd-detail-thum-wrap .swiper, .anbd-detail-thum-wrap .swiper-wrapper {
    height: auto;
}
.anbd-detail-thum-slider {
    height: 366px;
}
.anbd-thum-img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.anbd-thum-img img{
    height: 100%;
    object-fit: cover;
}
.anbd-detail-thum-wrap .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 20px;
    height: 100%;
}
.anbd-detail-wrap .col-lg-8 {
    width: 61.4%;
}
.anbd-detail-wrap .col-lg-4 {
    width: 38.6%;
}
.anbd-detail-wrap .row{
    --bs-gutter-x: 20PX;
}
.anbd-detail-img{
    border-radius: 10px;
    overflow: hidden;
}
.anbd-pro-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.anbd-pro-img{
    width: 110px;
    min-width: 110px;
    height: 122.284px;
    border-radius: 5px;
    overflow: hidden;
}
.anbd-pro-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.anbd-pro-text {
    width: 100%;
}
.anbd-pro-text h5{
    color: rgba(255, 255, 255, 0.90);
    font-family: 'PlusJakartaSans-Medium';
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 5px;
}
.anbd-pro-text p{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.anbd-pro-text p a{
    color: rgba(255, 255, 255, 0.70);
    transition: all 0.5s;   
    -webkit-transition: all 0.5s;   
}
.anbd-pro-text p a br{
    display: none;
}
.anbd-pro-text p a:hover{
    color: #3B82F6;
}
.anbd-pro-text ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 14px;
    padding-top: 14px;
}
.anbd-pro-text ul li::after{
    display: none;
}
.anbd-pro-text ul li{
    padding: 0;
    margin: 0;
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
}
.anbd-pro-text ul li a{
    color: #FFF;
    transition: all 0.5s;   
    -webkit-transition: all 0.5s; 
    display: flex;
    align-items: center;
    gap: 12px;
}
.anbd-pro-text ul li a:hover{
    color: #3B82F6;
}
.anbd-pro-wrap{
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 26px;
    padding-top: 26px;
}
.anbd-detail-spec{
    background-color: #181818;
    border: 1px solid #3B82F6;
    border-radius: 10px;
    padding: 45px;
    margin-top: 20px;
}
.anbd-detail-model h3{
    margin-bottom: 10px;
}
.anbd-detail-model p{
    color: rgba(255, 255, 255, 0.40);
    font-family: 'PlusJakartaSans-Medium';
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 0;
}
.anbd-detail-model h4{
    color: rgba(255, 255, 255, 0.90);
    font-family: 'PlusJakartaSans-Medium';
    font-size: 3.4rem;
    line-height: 58px;
    margin-bottom: 6px;
    text-align: right;
}
.anbd-detail-model h6{
    color: rgba(255, 255, 255, 0.40);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-align: right;
}
.anbd-detail-spec ul {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding: 42px 0;
    margin: 42px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.anbd-detail-spec ul li {
    margin: 0;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    padding-right: 88px;
    margin-right: 88px;
}
.anbd-detail-spec ul li:last-child{
    padding: 0;
    margin: 0;
    border: 0;
}
.anbd-detail-spec ul li::after{
    display: none;
}
.anbd-detail-spec ul li em{
    color: rgba(255, 255, 255, 0.40);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-style: normal;
    margin-bottom: 4px;
}
.anbd-detail-spec ul li h5{
    color: #FFF;
    font-family: 'PlusJakartaSans-Medium';
    font-size: 2rem;
    line-height: 28px;
}
.anbd-detail-btn .common-btn svg{
    display: none;
}
.anbd-detail-btn .btn-text-wrap{
    display: none;
}
.anbd-detail-btn .common-btn {
    min-width: 154px;
    padding: 11px 18px;
    text-align: center;
    justify-content: center;
}
.anbd-detail-btn .common-btn:hover{
    background-color: #3B82F6;
    color: #FFF;
    border-color: #3B82F6;
}
.anbd-detail-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}
.anbd-detail-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.anbd-shre{
    display: flex;
    align-items: center;
    gap: 15px;
}
.anbd-shre h5{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.anbd-shre a{
    width: 41px;
    height: 41px;
    border: 1px solid rgba(247, 240, 236, 0.50);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-shre a:hover{
    background-color: #3B82F6;
    border-color: #3B82F6;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding-top: 113px;
    padding-bottom: 106px;
}
.wp-btn a{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    border-radius: 5px;
    background: #2AB540;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.wp-btn a:hover{
    background-color: #32D851;
}
.wp-btn a img{
    width: 18px;
    height: 18px;
}
.wp-btn {
    display: flex;
    justify-content: end;
}
.tab-btn .tabs li.active {
    background-color: #3B82F6;
    border-color: #3B82F6;
    color: #FFF;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: #0A0A0A;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    font-family: 'PlusJakartaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 63px 12px 50px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.tab-btn ul.tabs li:hover{
    background-color: #3B82F6;
    border-color: #3B82F6;
    color: #FFFFFF;
}
.tab-btn ul.tabs li:hover::after {
    filter: brightness(0) invert(1);
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn{
    padding-bottom: 37px;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    padding-bottom: 0;
    margin: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab ul li:nth-child(7),
.kenmerken-tab ul li:nth-child(8),
.kenmerken-tab ul li:nth-child(9){
    border-bottom: 0;
}
.kenmerken-tab li {
    width: 33%;
    position: relative;
    color: #FFFFFF;
    padding: 28px 0;
    display: flex;
    font-family: 'PlusJakartaSans-Regular';
    font-size: 2rem;
    line-height: 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    transition: 0.5s ease-in-out;
}
.kenmerken-tab li:hover {
    padding-left: 20px;
    color: #3B82F6;
}
.kenmerken-tab li:hover::after{
    left: 20px;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 66%;
    position: relative;
    padding-left: 20px;
    transition: 0.5s ease-in-out;
}
.kenmerken-tab li em {
    font-style: normal;
    width: 50%;
    text-align: left;
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 12px;
    height: 16px;
    background-image: url(../images/tab-tick.svg);
    background-color: unset;
    background-size: 10px;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid rgba(255,255,255, 0.4);
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B82F6;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FFF;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #FFF;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: #FFF;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 2px;
    left: 6px;
    background-image: url(../images/tab_arrow.svg);
    background-color: unset;
    width: 6px;
    height: 12px;
    background-size: 6px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 10px;
    width: 10px;
    height: 12px;
    top: 3px;
}
.tab-btm-btn {
    margin-top: 32px;
}
.tab-btm-btn .common-btn {
    backdrop-filter: none;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}
.tab-btm-btn .common-btn:hover{
    background-color: #3B82F6;
    border-color: #3B82F6;
    color: #FFF;
}
.tab-btm-btn .common-btn svg{
    display: none;
}
.tab-btm-btn .common-btn .btn-text-wrap{
    display: none;
}
.tab_content p{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
}
/****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: rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #0A0A0A;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid rgba(255, 255 , 255, 0.2);
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #3B82F6;
    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 #3B82F6;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid rgba(255, 255 , 255, 0.2);
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255 , 255, 0.7);
}
.kenmarken-popup-content li::after {
    display: none;
}
/* related-product-sec */
.related-product-sec{
    padding-top: 90px;
    padding-bottom: 113px;
}
.related-product-heading {
    padding-bottom: 70px;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 0 20px 10px;
    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;
}
/* ========== THANK YOU PAGE ========== */
.thank-box-sec .white-btn svg{
    transform: scaleX(-1);
}
.thank-you-sec .common-btn{
    display: none;
    margin-top: 30px;
}
.thank-you-sec .common-btn svg{
    transform: scaleX(-1);  
}
/* ======== VERKOCHTE LSIT PAGE ======== */
.verkochte-list-sec .each-product-price::after {
    display: none;
}
.verkochte-list-sec{
    padding-top: 30px;
    padding-bottom: 76px;
}




/* Style For Developer start */

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#3B82F6 calc(1*100%/6),#0A0A0A 0 calc(3*100%/6),#3B82F6  0),
              linear-gradient(#3B82F6  calc(2*100%/6),#0A0A0A 0 calc(4*100%/6),#3B82F6  0),
              linear-gradient(#3B82F6  calc(3*100%/6),#0A0A0A 0 calc(5*100%/6),#3B82F6  0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #3B82F6;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */

/* whats app lab  */

.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 3vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    /* bottom: 28px; */
    bottom: 28px;
    /* / left: 16px; */
    right: -11px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fix-wp{
        display: none;
    }
}

/* whats app lab end  */


.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty
{ 
    border: 0; 
    width: 100%; 
    height: 1100px; 
    background: transparent; 
}
@media (max-width: 679.98px) 
{
.calsty{ height: 1900px;}
}
.anbd-mb-arrow .common-arrow {
    background-color: #FFF;
    border: 1px solid #FFF;
    width: 69.001px;
    height: 40.514px;
}
.anbd-mb-arrow .common-arrow img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(3895%) hue-rotate(206deg) brightness(104%) contrast(93%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-mb-arrow .common-arrow:hover{
    background-color: #3B82F6;
    border-color: #3B82F6;
}
.anbd-mb-arrow .common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.anbd-mb-arrow .swiper-button-next {
    right: 38px;
}
.anbd-mb-arrow .swiper-button-prev {
    left: 38px;
}
.share-social-media-button .a2a_dd svg {
    width: 14px !important;
    margin-right: 0 !important;
}
.popup-form-btn .common-btn svg{
    display: none !important;
}
.popup-form-btn .common-btn .btn-text-wrap{
    display: none !important;
}
.star_icon h4{
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.privacy_section {
    padding-top: 144px;
    padding-bottom: 80px;
}
.each-member-img {
    height: 355px;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.related-service-slider .each-service-list {
    height: 460px;
}

.swiper-slide-active .each-service-img{
    height: 590px;
}
.swiper-slide-active .each-service-img img{
    height: 100%;
    object-fit: cover;
}
