/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.header .elementor-nav-menu li:last-child a {
    padding: 11px 26px !important;
    background-color: #29B1E6;
    margin-left: 25px;
    border: 1px solid #29B1E6;
    font-weight: 500 !important;
}
.header .elementor-nav-menu li:last-child a:hover,.header .elementor-nav-menu li.current_page_item:last-child a{
    background-color: transparent;
	color:#fff !important;
}
.left_line {
    background-image: url(/wp-content/uploads/2025/10/left-line.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 20px 25px;
    background-size: contain;
	line-height:1.5;
}
.carousel_image .e-n-carousel>.swiper-wrapper>.swiper-slide{
	max-width: auto !important;
}
.footer_top_boder{
	margin-top: -2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(41, 177, 230, 1) 48.766106367111206%,
    rgba(153, 153, 153, 0) 100%
  );
  border-image-slice: 1;
  position: relative;
}
.Veelgestelde_accourda .e-n-accordion-item[open]{
	border: 1px solid #848484;
}
.Veelgestelde_accourda .e-n-accordion-item[open] [role="region"] {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.Veelgestelde_accourda .e-n-accordion-item{
	border-bottom:1px solid #cbcbcb;
}
.serv_pro{
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(
		119.82deg,
		rgba(37, 37, 37, 1) 0%,
		rgba(149, 149, 149, 0) 100%
	);
	border-image-slice: 1;
}
.wat-we-deden-list{
	display:grid;
	gap:20px;
}
.wat-we-deden-list .d-flex{
	display:flex;
	align-items: flex-start;
	gap:20px;
	background-color:#EAEBEC;
	padding:19px;
	border:1px solid #CBCBCB;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.wat-we-deden-list .d-flex .counter{
	background-color: #E2E3E4;
	line-height: 1.2;
	font-size: 30px;
	height:40px;
	width:40px;
	max-width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.wat-we-deden-list .d-flex h4{
	font-weight:500;
	margin:0 ;
	font-size:26px;
	color:#252525;
	line-height:1.5;
}

.fotos_gallery .elementor-gallery-item:nth-child(even),.fotos_gallery .elementor-gallery-item:nth-child(even) .elementor-gallery-item__overlay {
    margin-top: -90px;
}
.contact_divider .elementor-widget-image-box{
	position:relative;
}
.contact_divider .elementor-widget-image-box:after{
	content : "";
	border: 1px solid rgba(41, 177, 230, 0.5);
	position:absolute;
	height:61px;
	top:20px;
	width:1px;
}
.contact_divider .elementor-widget-image-box:first-child:after{
	display:none;
}
.icon_button a{
	position:relative;
}
.icon_button a:after {
	content: "";
    background-image: url(https://peerlings-carrosserie.vr4creativity.com/wp-content/uploads/2025/10/Right-arrow.svg);
    background-size: cover;
	height: 12px;
    width: 18px;
    display: block;
    position: absolute;
	opacity:0;
    right: 10px;
    top: 40%;
	transition:right 0.25s ease-out;
}
.icon_button a:hover:after{
	right:20px;
	opacity:1;	
}
.icon_button_white a{
	position:relative;
}
.icon_button_white a:after {
	content: "";
    background-image: url(https://peerlings-carrosserie.vr4creativity.com/wp-content/uploads/2025/10/Right-arrow-white.svg);
    background-size: cover;
	height: 12px;
    width: 18px;
    display: block;
    position: absolute;
	opacity:0;
    right: 10px;
    top: 40%;
	transition:right 0.25s ease-out;
}
.icon_button_white a:hover:after{
	right:20px;
	opacity:1;	
}
.service_icon_button a{
	position:relative;
}
.service_icon_button a:after {
	content: "";
    background-image: url(https://peerlings-carrosserie.vr4creativity.com/wp-content/uploads/2025/10/Right-arrow.svg);
    background-size: cover;
	height: 12px;
    width: 18px;
    display: block;
    position: absolute;
	opacity:0;
    right: 10px;
	top: 16px;
	transition:right 0.25s ease-out;
}
.service_icon_button a:hover:after{
	right:20px;
	opacity:1;	
}
.circle_icons figure{
	width:100px;
	height:100px;
	border:1px solid #29b1e6;
	border-radius:100px;
	padding:20px;
}

.company-logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-wrapper {
    width: 100%;
    overflow: hidden;
}
.logo-wrapper::before {
    content: "";
    position: absolute;
    width: 182px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #EAEBEC 21.76%, rgba(234, 235, 236, 0) 100%);
    z-index: 9999000;
    right: 0;
}
.logo-wrapper::after {
    content: "";
    position: absolute;
    width: 182px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #EAEBEC 21.76%, rgba(234, 235, 236, 0) 100%);
    z-index: 9999000;
    right: 0;
}
.logo-track {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
    animation: scrollLeft var(--speed) linear infinite;
    width: max-content;
    gap: var(--logo-gap);
    align-items: center;
}

.company-logo-slider.pause-hover .logo-wrapper:hover .logo-track {
    animation-play-state: paused;
}

.logo-slide {
    width: auto;
    height: 100%;
    object-fit: contain; 
    max-height: 100%;
}

.company-logo-slider.fade .logo-track {
    animation: none; 
}
.insurance-companies .elementor-widget-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); 
    }
}
.logo-slide[data-src] {
    opacity: 0;
    transition: opacity 0.3s;
}

.logo-slide[src] {
    opacity: 1;
}
@media (max-width: 1366px){
	.wat-we-deden-list .d-flex h4{
		font-size: 24px;
	}
	.wat-we-deden-list .d-flex .counter{
		font-size: 28px;
		height:35px;
		max-width:35px;
		width:100%;
	}
	}
@media (max-width: 1024px){
	.header .elementor-nav-menu li:last-child a{
		margin-left:10px;
		padding: 10px 15px !important;		
	}
	.wat-we-deden-list .d-flex h4{
		font-size: 22px;
	}
	.wat-we-deden-list .d-flex .counter{
		font-size: 26px;
	}
	.contact_divider .elementor-widget-image-box:nth-child(3):after{
		border:none;
	}
	.contact_divider .elementor-widget-image-box:after{
		left: -10px;
	}
}
@media (max-width: 991px){
	.vr4c-services-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.header .elementor-nav-menu li:last-child a
	{
		padding: 10px 20px !important;
		background-color: #ffffff;
		margin-left: 0;
		border: 1px solid #ffffff;
		font-weight: 700 !important;
	}
	.wat-we-deden-list .d-flex h4{
		font-size: 22px;
	}
	.wat-we-deden-list .d-flex .counter{
		font-size: 24px;
	}
	.wat-we-deden-list .d-flex{
		gap:15px;
	}
	.header .elementor-nav-menu li:last-child a:hover, .header .elementor-nav-menu li.current_page_item:last-child a{
		color:#29b1e6 !important;
	}
}
@media (max-width: 575px){
	.fotos_gallery .elementor-gallery-item:nth-child(even), .fotos_gallery .elementor-gallery-item:nth-child(even) .elementor-gallery-item__overlay {
    	margin-top: 0px;
	}
	.vr4c-services-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.vr4c-booking-form{
		padding:20px;
	}
	.wat-we-deden-list .d-flex .counter{
		font-size:20px;
		max-width:30px;
		height:30px;
	}
	.wat-we-deden-list .d-flex h4{
		font-size:20px;
	}	
	.logo-wrapper::before, .logo-wrapper::after {
		width: 100px;
	}
}
