/* 
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 */




body{
	cursor: default;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
	background-color: #FAE3A0;
}
::-webkit-scrollbar-thumb {
	background-color: #FFC61E;
}

::-moz-selection{
	background-color: #FAE3A0; 
	color: #150F43;
}
::selection { 
	background-color: #FAE3A0; 
	color: #150F43;
}


*>*:last-child{
	margin-bottom: 0px !important;
}


body .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0px;
}
@media (max-width: 1100px){
	body .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
		padding:0px 15px;
	}
}
body .elementor-widget:not(:last-child){
	margin-bottom: 0px;
}


.the_header{
	padding-top: 90px;
	padding-bottom: 225px;
	position: relative;
	background-color: #EFF1E3;
}
.the_main_logo{
	position: absolute;
	left: 75px; 
	top: 34px;
	width: auto !important;
	width: 250px !important;
}
.elementor-section.the_header .elementor-container,
.the_header .elementor-column,
.the_header .elementor-widget-wrap{
	position: static;
}
.header_centered_content{
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	left: 80px;
}
.the_header .elementor-widget-heading .elementor-heading-title{
	font-family: 'Shrikhand' !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-size: 66px !important;
	line-height: 122.3% !important;
	/* or 81px */


	color: #EFF1E3 !important;
	
	padding-bottom: 40px;
	text-align:left;
}
.the_header .elementor-inner-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	justify-content: flex-end;
}
@media (max-width: 1560px){
	.header_centered_content{
		max-width: 530px;
	}
	.the_header .elementor-widget-heading .elementor-heading-title{
		font-size: 40px !important;
	}
}
@media (max-width: 1450px){
	.the_header .elementor-widget-heading .elementor-heading-title{
	}
	.header_centered_content{
		left: 0px;
		margin-left: 75px;
		margin-left: auto;
		margin-right: auto;
	}
	.the_header{
		background-color: #6da8fa;
	}
	.the_header .elementor-background-overlay{
		background-image: url('assets/images/header-bg-mobile.svg') !important;
		background-repeat:no-repeat !important;
		background-size: 100% auto !important;
	}
}
@media (max-width: 400px){
	.section_the_cars .elementor-widget-heading .elementor-heading-title,
	.the_car_subheader .elementor-inner-section .elementor-widget-heading .elementor-heading-title,
	.the_header .elementor-widget-heading .elementor-heading-title{
		font-size: 32px !important;
	}
}
@media (max-width: 1250px){
	.header_centered_content{
		margin-left: 75px;
	}
}

.contact_form_header{
	position: absolute;
	right: 43px; 
	bottom: -65px;
	
	width: 100% !important; 
	max-width: 390px !important;
	
	background: rgba(255, 198, 30, 0.25) !important;
	border: 1px solid #FFFFFF !important;
	border-radius: 30px !important;
	
	padding: 50px 60px;
	padding-top: 30px;
	
	
	z-index: 2;
}
@media (max-width: 1700px){
	.contact_form_header{
		padding-left: 30px; 
		padding-right: 30px;
		max-width: 330px !important;
	}
}
.contact_form_header h3{
	font-family: 'Shrikhand';
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: center;

	color: #FFFFFF;
	
	margin-bottom: 15px;
	margin-top:0px; 
	text-align:left;
}
.contact_form_header .contact_form{
	padding:0px !important;
	margin:0px !important;
	border:none !important;
	background:transparent !important;
}
.contact_form_header .contact_form input{
	background: #FAE3A0;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	
	padding: 10px 15px;
	line-height: 1;
	
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;

	color: #8A8A8A;
}
.contact_form_header .contact_form textarea.wpcf7-form-control.wpcf7-textarea{
	background: #FAE3A0;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	height: 169px;
	
	
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	
	padding: 10px 15px;
}
.contact_form_header .contact_form p{
	margin-bottom: 12px;
}
.contact_form_header .contact_form input.wpcf7-form-control.has-spinner.wpcf7-submit{
	font-family: 'Shrikhand';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #150F43;
    background: #FFC61E;
    border-radius: 30px;
    padding: 8px 30px;
	
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 30px;
}
.contact_form_header .contact_form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	color:white !important;
	background-color: #f66403 !important;
}
.contact_form_header .wpcf7-form:not(.submitting) .wpcf7-spinner{
	display:none;
} 
.contact_form_header .wpcf7-not-valid-tip{
	color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.contact_form_header .wpcf7 form .wpcf7-response-output{
	margin:0px; 
	font-size: 14px;
	margin-top: 30px;
}
@media (max-width: 1000px){
	.the_header .elementor-widget-wrap{
		display:block !important;
	}
	.the_header .elementor-widget-wrap>*{
		position: relative !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		top: auto !important;
		margin: 0 auto !important;
		margin-bottom: 30px !important;
	}
	.the_header .elementor-widget-heading .elementor-heading-title{
		text-align: center;
	}
	.the_header .my_button{
		text-align:center;
	} 
	.the_header .my_button a{
		width:100%; 
		max-width: 230px;
	}
}



.the_car_subheader{
	background-color: #EFF1E3;
	padding-bottom: 25px; 
	padding-top: 53px;
	
	position: relative;
}
.the_car_subheader .elementor-widget-wrap>*{
	width: auto !important;
	
}
.the_car_subheader .elementor-widget-wrap{
	justify-content: center;
	justify-content: flex-start;
	align-items: flex-end;
}
.the_car_subheader .elementor-inner-section .elementor-widget-heading{
	max-width: 340px !important;
}
.the_car_subheader .elementor-inner-section .elementor-widget-heading .elementor-heading-title{
	font-family: 'Shrikhand';
	font-style: italic;
	font-weight: 400;
	font-size: 38px;
	line-height: 41px;

	color: #150F43;
}
.the_car_subheader *{
	position: static !important;
}
.the_car_subheader .elementor-widget-image .elementor-widget-container{
	position: relative !important;
	width: 825px;
	
}
@media(max-width: 1700px){
	.the_car_subheader .elementor-widget-image .elementor-widget-container{
		width: 600px;
	}
}
.the_car_subheader .elementor-widget-image .elementor-widget-container img{
	display: block;
	width: 100%;
	left:0px; 
	bottom: 0px;
	position: absolute !important;
}
.the_car_subheader .elementor-inner-section .elementor-widget-heading{
	margin-left: 25px;
}

@media (max-width:1450px){
	.the_car_subheader .elementor-widget-wrap{
		display:block !important;
	}
	.the_car_subheader .elementor-inner-section .elementor-widget-heading{
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
	}
	.the_car_subheader .elementor-widget-image .elementor-widget-container{
		width: 30vw;
	}
}
@media (max-width: 1000px){
	.the_car_subheader .elementor-widget-image .elementor-widget-container{
		width: 45vw;
	}
}
@media (max-width: 750px){
	.the_car_subheader .elementor-widget-image .elementor-widget-container{
		width: 50vw;
	}
}

.yellow_label_on_right{
	padding: 28px 0px;
	padding-left: 70px;
	padding-right: 35px;
	
	
	position: absolute !important;
	right:0px; 
	top:0px; 
	
	
	
	background-image: url('assets/images/the-yellow-label.svg');
	background-size: 100% 100%;
	
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
@media (min-width: 1000px){
	.yellow_label_on_right{
		-moz-transform: translateY(0%) !important;
		-webkit-transform: translateY(0%) !important;
		-o-transform: translateY(0%) !important;
		-ms-transform: translateY(0%) !important;
		transform: translateY(0%) !important;
		top: calc(100vw * 65/1750) !important;
	}
	.contact_form_header{
		bottom: calc(100vw * 20/1750) !important;
	}
}
.yellow_label_on_right .elementor-heading-title{
	font-family: 'Shrikhand' !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	text-align: right !important;

	color: #150F43 !important;
	
}
.the_car_subheader .elementor-inner-section{
	width: calc(100% - 2*90px) !important;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 750px){
	.yellow_label_on_right{
		top: -200px;
	}
}
@media (max-width: 550px){
	.the_car_subheader .elementor-inner-section{
		width: 100% !important;
	}
}



.my_button .elementor-button{
	
	line-height: 1.25 !important;
	
	padding: 10px 33px !important;
	
	font-family: 'Shrikhand';
	font-style: italic !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;

	color: #150F43 !important;
	
	text-shadow: none !important;
}
.my_button .elementor-button:hover{
	color:white !important;
	background-color: #f66403 !important;
}

	.my_button>div{
		margin:0px !important;
	}
	*>.my_button{
		margin-right: 23px !important;
	}
	*>.my_button:last-child{
		margin-right: 0px; !important;
	}



.x3_icons_in_a_row{
	padding-top: 50px; 
	padding-bottom: 40px;
	background: linear-gradient(180deg, #EFF1E3 0%, #DADCCC 100%);
}
.x3_icons_in_a_row .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	display: grid !important; 
	  grid-template-columns: 1fr 1fr 1fr !important; 
	  grid-template-rows: 1fr !important; 
	  gap: 100px 60px !important; 
	  grid-template-areas: 
		". . ." !important; 
	
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
@media (max-width: 1000px){
	.x3_icons_in_a_row .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
		display: block !important;
		
	}
	.x3_icons_in_a_row .elementor-column-gap-default>.elementor-column>.elementor-element-populated>*{
		display:block !important;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto; 
		margin-bottom: 80px !important;
	}
	.the_car_subheader .elementor-inner-section .elementor-widget-heading{
		margin-top: 50px;
	}
	
	
	.x3_icons_in_a_row .elementor-widget-image-box{
		position: relative;
	}
	.x3_icons_in_a_row .elementor-widget-image-box:after{
		display: block;
		width: 250px !important;
		content: '';
		height: 1px !important; 
		
		position: absolute;
		top: calc(100% + 50px) !important;
		left: 50% !important;
		right: 0px !important;
		background-color: #2A3482;
		
		
		-moz-transform: rotate(5deg) translateX(-50%)  !important;
		-webkit-transform: rotate(5deg) translateX(-50%) !important;
		-o-transform: rotate(5deg) translateX(-50%) !important;
		-ms-transform: rotate(5deg) translateX(-50%) !important;
		transform: rotate(5deg) translateX(-50%) !important;
		
		transform-origin: center !important;
	}
	.x3_icons_in_a_row *>.elementor-widget-image-box:last-child:after{
		display: none;
	}
	
}
.x3_icons_in_a_row .elementor-image-box-img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.x3_icons_in_a_row .elementor-image-box-img img{
	display:block;
	width: 49px; 
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	
	object-fit: contain;
	object-position: center top;
	-o-object-fit: contain;
	-o-object-position: center top;
}
.x3_icons_in_a_row .elementor-widget-image-box .elementor-image-box-title{
	font-family: 'Shrikhand';
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	/* leading-trim and text-edge are draft CSS properties.

	Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
	*/
	leading-trim: both;
	text-edge: cap;
	text-align: center;
	text-transform: uppercase;

	color: #150F43;
	
	margin-top: 0px; 
	margin-bottom: 10px;
}
.x3_icons_in_a_row .elementor-widget-image-box .elementor-image-box-description{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	line-height: 2;
	/* leading-trim and text-edge are draft CSS properties.

	Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
	*/
	leading-trim: both;
	text-edge: cap;
	text-align: center;

	color: #000000;
	
	max-width: 265px;
	margin-left: auto;
	margin-right: auto;
}
.x3_icons_in_a_row .elementor-widget-image-box{
	position: relative;
}
.x3_icons_in_a_row .elementor-widget-image-box:after{
	position: absolute;
	content:'';
	display:block;
	height: calc(100% + 2*0px);
	width: 1px; 
	background-color: #2A3482;
	
	top: 0px; 
	right: calc( 0px - 60px / 2 );
	
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
.x3_icons_in_a_row *>.elementor-widget-image-box:nth-child(3n):after {
	display:none;
}



.section_the_cars{
	padding-top: 70px; 
	padding-bottom: 165px;
	padding-top: 0px; 
	padding-bottom: 0px;
	background-color: #eff1e3;
}
.the_cars_grid{
	max-width: 1100px;
	padding-bottom: 165px;
	margin-left: 175px;
}
@media (max-width: 1700px){
	.the_cars_grid{
		margin-left: 75px;
	}
}
.the_cars_grid .elementor-widget-wrap.elementor-element-populated{
	display: grid !important; 
	  grid-template-columns: 1fr 1fr 1fr; 
	  grid-template-rows: 1fr; 
	  gap: 75px 0px; 
	  grid-template-areas: 
		". . ."; 
}
@media (max-width: 800px){
	.the_cars_grid .elementor-widget-wrap.elementor-element-populated{
		
	  grid-template-columns: 1fr 1fr; 
	  grid-template-areas: 
		". .";
	}
}
@media (max-width: 450px){
	.the_cars_grid .elementor-widget-wrap.elementor-element-populated{
		
	  grid-template-columns: 1fr; 
	  grid-template-areas: 
		".";
	}
}
.the_cars_grid .elementor-widget-image img{
	width: 100%;
	height: 260px;
	width:auto;
	max-width: 100%;
	height: auto;
	
	object-fit: contain;
	object-position:center;
	-o-object-fit: contain;
	-o-object-position:center;
	
	margin-bottom: 15px;
}
.the_cars_grid .elementor-widget-image{
	height: 260px; 
	display:flex; 
	align-items: flex-end;
	
}

@media (max-width: 1650px){
	.the_cars_grid{
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
		margin-left: 75px;
		max-width: 100%;
		width: calc(100vw - 600px - 50px) !important;
	}
	.the_cars_grid .elementor-widget-wrap.elementor-element-populated {
	}
}
@media (max-width: 1300px){
	
	.the_cars_grid{
		margin-left: 75px;
	}
	.the_cars_grid .elementor-widget-wrap.elementor-element-populated{
		    gap: 0px 0px;
	}
}
@media (max-width: 1000px){
	.the_side_background_cars_grid{
		display: none !important;
	}
	.section_the_cars.section_the_cars_grid .elementor-column-gap-default>.elementor-column>.elementor-element-populated>*{
		width: 100% !important;
		max-width: 100%;
		margin-left: 0px;
	}
	.the_cars_right_content{
		margin: 0 auto !important;
		padding-bottom: 50px;
		max-width: 320px !important;
		max-width: 100% !important;
		margin-left: -15px !important;
		margin-right: -15px !important;
		text-align: center;
	}
	.the_cars_right_content .elementor-button-wrapper{
		text-align: center;
	}
	.the_cars_right_content{
		background-image:url('assets/images/right-edge-mobile.svg');
		background-size: 100% auto;
		background-position: center bottom;
		background-repeat: no-repeat;
		
		background: rgb(113,171,248);
		background: linear-gradient(180deg, rgba(113,171,248,1) 0%, rgba(157,209,202,1) 100%);
	}
	
	.section_the_cars.section_the_cars_grid .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	}
	
	.the_cars_right_content{
		margin-left: auto !important;
		margin-right: auto !important;
		position: relative;
		
		padding-bottom: 15vw;
		padding-top: 50px !important;
		
	}
	.the_cars_right_content:before,
	.the_cars_right_content:after{
		content:'';
		display: block;
		position: absolute;
		left:-15px; 
		top:0px; 
		width: calc(100% + 2*15px); 
		height: 100%; 
		z-index: 1;
	}
	.the_cars_right_content:before{
		background: rgb(113,171,248);
		background: linear-gradient(180deg, rgba(113,171,248,1) 0%, rgba(157,209,202,1) 100%);
	}
	.the_cars_right_content>*{
		position: relative;
		z-index: 2;
	}
	.the_cars_right_content:after{
		background-image: url('assets/images/right-edge-mobile.svg');
		background-size: 100% auto;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.the_cars_right_content .elementor-widget-text-editor{
		max-width: 280px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.the_cars_right_content .elementor-widget-image{
		display:none !important;
	}
	
}
.the_cars_grid .elementor-widget-image>*{
	width: 100%;
}
.the_cars_grid .elementor-widget-image .widget-image-caption{
	font-family: 'Shrikhand';
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;

	color: #150F43;
}
.section_the_cars .elementor-widget-heading .elementor-heading-title{
	text-align: center;
	
	font-family: 'Shrikhand';
	font-style: italic;
	font-weight: 400;
	font-size: 38px;
	line-height: 41px;
	text-align: center;

	color: #150F43;
	
	margin-top: 0px; 
	padding-bottom: 70px;
	padding-top: 70px;
}
.section_the_cars .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	display:flex; 
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
}
.the_cars_right_content{
	max-width: 285px;
	margin-right: 75px;
}
.the_side_background *,
.the_side_background{
	position: absolute;
	right:0px; 
	top: 0px; 
	height: 100% !important;
	width: 600px !important;
	z-index: 1;
	display:block;
	
	
}
.the_side_background img{
	object-fit: cover;
	object-position: left bottom;
	-o-object-fit: cover;
	-o-object-position: left bottom;
}
.section_the_cars .elementor-inner-section{
	position: relative;
	z-index: 2;
}

.the_cars_right_content p{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 2;
	/* leading-trim and text-edge are draft CSS properties.

	Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
	*/

	color: #FAF8F5;
	
	margin-bottom: 60px;
}
.the_cars_right_content h2{
	margin-top: 0px; 
	
	font-family: 'Shrikhand';
	font-style: italic;
	font-weight: 400;
	font-size: 28px;
	line-height: 41px;
	line-height: 1.8;
	/* leading-trim and text-edge are draft CSS properties.

	Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
	*/
	leading-trim: both;
	text-edge: cap;
	text-transform: uppercase;

	color: #150F43;

	
}
.the_cars_right_content .elementor-widget-text-editor{
	margin-bottom: 55px !important;
}
.the_cars_right_content .elementor-widget-image{
	margin-bottom: 70px !important;
}
.the_cars_right_content .elementor-widget-image img{
	width: 380px; 
	height: auto;
	display: block;
	position:absolute;
	right: 100px; 
	bottom: 0px;
	max-width: 10000% !important;
}


.section_x4_texts .elementor-widget-wrap.elementor-element-populated{
	display: grid; 
	  grid-template-columns: 1fr 1fr; 
	  grid-template-rows: 1fr; 
	  gap: 140px 160px; 
	  grid-template-areas: 
		". ."; 
}
.section_x4_texts .the_side_background *, .section_x4_texts .the_side_background{
	right: auto !important;
	left: 0px !important;
}
.section_x4_texts .the_cars_grid{
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	
	-moz-transform: translateX(205px);
	-webkit-transform: translateX(205px);
	-o-transform: translateX(205px);
	-ms-transform: translateX(205px);
	transform: translateX(205px);
}
@media (max-width: 1750px){
	.section_x4_texts .the_cars_grid{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		margin-left: 700px;
	}
}
@media (max-width: 1300px){
	.section_x4_texts .elementor-widget-wrap.elementor-element-populated{
		    grid-template-columns: 1fr;
			gap: 30px 0px;
			grid-template-areas: ".";
	}
}
.section_x4_texts .the_side_background img{
	object-position: right bottom;
	-o-object-position: right bottom;
}
.section_x4_texts.section_the_cars .elementor-widget-heading .elementor-heading-title{
	padding-top: 105px;
	padding-bottom: 120px;
	
	background: linear-gradient(0deg, #EFF1E3 0%, #DADCCC 100%);
}
.section_x4_texts.section_the_cars .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	display: block;
}
.section_x4_texts .elementor-widget-text-editor{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	/* leading-trim and text-edge are draft CSS properties.

	Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
	*/
	leading-trim: both;
	text-edge: cap;

	color: #150F43;
	position: relative;
	
	padding: 15px 28px; 
	padding-right: 0px;
	
}
.section_x4_texts .elementor-widget-text-editor:before{
	display: block; 
	content:'';
	position: absolute;
	height: calc(100%);
	left: 0px; 
	top: 0px;
	width: 1px; 
	background-color: #2A3482;
	
	transform-origin: 100% 0px;
	
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}


@media (max-width: 1650px){
	.section_x4_texts .the_cars_grid{
		max-width: 100%;
		margin-left: auto;
		margin-right: 75px;
		width: calc( 100vw - 600px - 50px - 100px ) !important;
	}
	.section_x4_texts .the_cars_grid.the_cars_grid_services{
		width: 100% !important;
	}
}
@media (max-width: 1500px){
	.section_x4_texts .elementor-widget-wrap.elementor-element-populated{
		gap: 60px 50px;
	}
	.section_x4_texts .elementor-widget-text-editor:before{
		-moz-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	
	.the_side_background *, .the_side_background{
		/*width: 30vw !important;*/
	}
	/*.section_x4_texts .the_cars_grid{
		margin-left: calc(30vw + 100px);
	}*/
}
@media (max-width: 1100px){
	.section_x4_texts.section_the_cars .elementor-widget-heading .elementor-heading-title{
		margin-left: -15px; 
		margin-right: -15px;
	}
}
@media (max-width: 1000px){
	.the_side_background_speaker{
		display: none;
	}
	.section_x4_texts .the_cars_grid{
		margin: 0 auto;
		width: 100% !important;
    	max-width: 450px;
	}
	.section_x4_texts .elementor-widget-text-editor:before{
		top: calc(100% + 30px);
		left: 50%;
		width: 250px;
		height: 1px;
		
		-moz-transform: rotate(5deg) translateX(-50%);
		-webkit-transform: rotate(5deg) translateX(-50%);
		-o-transform: rotate(5deg) translateX(-50%);
		-ms-transform: rotate(5deg) translateX(-50%);
		transform: rotate(5deg) translateX(-50%);
		
		transform-origin: center !important;
	}
	.section_x4_texts *>.elementor-widget-text-editor:last-child:before{
		display: none;
	}
	.section_x4_texts.section_the_cars .elementor-widget-heading .elementor-heading-title{
		padding-top: 50px;
			padding-bottom: 70px;
	}
	.the_cars_grid{
		padding-bottom: 80px;
	}
}

.section_x4_texts .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	align-items:flex-start;
}
.section_x4_texts.section_the_cars .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	align-items: stretch;
}
.section_x4_texts{
}

.section_x4_texts .the_cars_grid.the_cars_grid_services{
	margin-left: auto;
	margin-right: auto;
	
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	
	max-width: 1150px;
}
.section_x4_texts .the_cars_grid_services .elementor-widget-wrap.elementor-element-populated{
	display: grid !important; 
  grid-template-columns: 1fr 1fr 1fr !important; 
  grid-template-rows: 1fr !important; 
  gap: 150px 150px !important; 
  grid-template-areas: 
    ". . ." !important; 
}
@media (max-width: 1000px){
	.section_x4_texts .the_cars_grid_services .elementor-widget-wrap.elementor-element-populated{
		
		  grid-template-columns: 1fr !important; 
		  gap: 50px 150px !important; 
		  grid-template-areas: 
			"." !important; 
	}
	.the_cars_grid_services .elementor-image-box-title{
		text-align:center !important;
	}
	.the_cars_grid_services .elementor-widget-image-box .elementor-image-box-description{
		text-align: center !important;
	}
}
.the_cars_grid_services .elementor-image-box-img img{
	width: 170px;
	height: 240px;
	
	object-fit: contain;
	object-position: center;
	-o-object-fit: contain;
	-o-object-position: center;
	
	max-width: 10000%;
}
.the_cars_grid_services .elementor-image-box-img{
	margin-bottom: 15px !important;
}
.the_cars_grid_services{
	padding-bottom: 100px;
}
.services_x2_buttons_holder{
	padding-bottom: 175px;
}
.services_x2_buttons_holder .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	display:flex !important;
	align-items:center !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap:0px 0px !important;
}
.services_x2_buttons_holder .elementor-column-gap-default>.elementor-column>.elementor-element-populated>*{
	width: auto !important;
	display: block !important;
	width: 230px !important;
}
.services_x2_buttons_holder .elementor-column-gap-default>.elementor-column>.elementor-element-populated>* a{
	display: block !important;
	width: 100% !important;
}
.the_cars_grid_services .elementor-image-box-title{
	font-family: 'Shrikhand';
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;

	color: #150F43;
	text-align:left;
	margin-bottom: 20px; 
	margin-top: 0px;
}
.the_cars_grid_services .elementor-widget-image-box .elementor-image-box-description{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	/* leading-trim and text-edge are draft CSS properties.

	Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
	*/
	leading-trim: both;
	text-edge: cap;

	color: #150F43;
	
	text-align: left;
}
.the_cars_grid_services .elementor-image-box-wrapper{
	text-align: left !important;
}
@media (max-width: 1000px){
	.the_cars_grid_services .elementor-image-box-wrapper .elementor-image-box-img{
		margin:0 auto !important;
		text-align: center;
		display: block;
		margin-bottom: 20px !important;
	}
	.the_cars_grid_services .elementor-widget-image-box .elementor-image-box-description{
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.the_cars_grid_services .elementor-widget-image-box{
		position: relative;
	}
	.the_cars_grid_services .elementor-widget-image-box:after{
		display: block;
		width: 250px;
		content: '';
		height: 1px; 
		
		position: absolute;
		top: calc(100% + 50px);
		left: 50%;
		background-color: #2A3482;
		
		
		-moz-transform: rotate(5deg) translateX(-50%);
		-webkit-transform: rotate(5deg) translateX(-50%);
		-o-transform: rotate(5deg) translateX(-50%);
		-ms-transform: rotate(5deg) translateX(-50%);
		transform: rotate(5deg) translateX(-50%);
		
		transform-origin: center;
	}
	.the_cars_grid_services *>.elementor-widget-image-box:last-child:after{
		display: none;
	}
}
@media (max-width: 700px){
	.services_x2_buttons_holder{
		padding-bottom: 100px;
	}
	.services_x2_buttons_holder *>.my_button{
		margin: 10px 5px !important;
	}
}


.section_footer{
	padding-bottom: 12vw !important;
}
.section_footer *{
	position:static !important;
}
.section_footer_bg,
.section_footer_bg *{
	position:absolute !important;
	left:0px; 
	top:0px; 
	width: 100%; 
	height: 100%; 
	
}
.section_footer_bg img{
	position: absolute !important;
	top: auto !important;
	bottom: 0px !important;
	height: auto !important;
	width: 100% !important;
	
}

.footer_services .elementor-widget-wrap.elementor-element-populated{
	display: flex !important;
	align-items: center !important;
	justify-content:center;
}
.footer_services .elementor-widget-wrap.elementor-element-populated>*{
	width: auto !important;
	margin-left: 50px; 
	margin-right: 50px;
}
.section_footer .footer_services{
	position: relative !important;
}
.footer_services .elementor-widget-wrap.elementor-element-populated>*.elementor-widget-image{
	width: 250px !important;
}
.footer_services .elementor-widget-wrap.elementor-element-populated>*.elementor-widget-text-editor{
	max-width: 245px;
	
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	/* leading-trim and text-edge are draft CSS properties.

	Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
	*/
	leading-trim: both;
	text-edge: cap;

	color: #150F43;
}
.footer_services .elementor-widget-wrap.elementor-element-populated>*.elementor-widget-text-editor a{
	color:inherit !important;
}
.section_footer{
	background-color: #eff1e3;
}
@media (max-width: 1000px){
	.footer_services .elementor-widget-wrap.elementor-element-populated{
		display: block !important;
		
	}
	.footer_services .elementor-widget-wrap.elementor-element-populated>*{
		display: block !important;
		max-width: 320px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 30px !important;
		text-align: center;
	}
}