:root {
  --m1: rgb(200 169 126 / var(--tw-text-opacity, 1));
  --m2: #E9F0F7;
  --m3: #00356E;
  --m4: #000000;	
  --header: 92px;
  --headerFixed: 68px;
  --mw: 90%;
  --sitew: 100%;
  --main-text: 15px;
  --pad: 20px;
  --padfw: 20px;
}

html {
  scroll-behavior: smooth;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
 
 
body {
	font-family: "proxima-nova", sans-serif;

	font-size: var(--main-text);
	color:var(--m1);
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  _color: #000;
  outline: none;
  text-decoration: none;
  transition: all 300ms;
}
button {
    all: unset;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
	margin-top:0;
	margin-bottom:0;
}
.mw {
    width: var(--mw);
	max-width: var(--sitew);
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.post, .page {
	margin-bottom:0;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
main#primary {
    _padding-top: var(--header);
}
.main_wrapper {
	padding-left:var(--pad);
	padding-right:var(--pad);
}
header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    height: var(--header);
    width: 100%;
    z-index: 11;
}
.home  main#primary {
    padding-top: 0;
}
header#masthead.sticky {
    height: var(--headerFixed);
	background-color: #000;
}
header#masthead.sticky nav#navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}
/*GENERAL*/
.hide_until_load {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.hide_until_load.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.btn {
    color: #fff !important;
    padding: 0 25px;
    line-height: 58px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
}
.btn.orange {
    background-color: var(--m1);
	color:var(--m6) !important;
}
.btn.orange:hover {
    background-color: var(--m4);
	color:var(--m1) !important;
}
a.btn.green {
    background-color: var(--m2);
	border: solid 1px var(--m2);
}
.dots-general ul.slick-dots {
    list-style: none;
    margin-block-start: 0;
	margin-block-end: 0; 
	padding-inline-start: 0; 
	display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.dots-general ul.slick-dots li {
    width: 11px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 3px !important;
    background-color: transparent;
    border: 1px solid #fff;
}
.dots-general ul.slick-dots li button {
    display: none;
}
.dots-general ul.slick-dots li.slick-active {
    background-color: #fff;
}
.dots-general.bullet_dots ul.slick-dots li {
    width: 12px;
    height: 12px;
    border: solid 2px var(--m1);
    background-color: transparent;
}
.dots-general.bullet_dots ul.slick-dots li.slick-active {
    background-color: var(--m1);
}
.dots-general.dots_gprod {
    margin-top: 32px;
}

.general_text {
 
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.icon-maint{
	width: 50px;
    text-align: center;
    margin: auto;
    padding-bottom: 0px;
}
}

.general_text strong {
    font-weight: 600;
 
}
.section_general_wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.general_text p {
    margin-bottom: 18px;
}

.general_text h1,
.general_text h2{
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    color: #369ecd;
    line-height: 1;
    margin-bottom: 15px;
}
.general_text.description_wrapper_main ul {
    margin-bottom: 20px;
}
.description_wrapper_main ol {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #000;
    
    padding: 0 ;
    margin: 0;
    padding-left: 13px;
	margin-bottom:25px;
}
a.btn.transparent {
    border: solid 1px var(--m3);
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: var(--m3) !important;!i;!;
    width: 100%;
}

a.btn.transparent:hover {
    background-color: var(--m3);!;!I;!;
    color: #fff !IMPORTANT;!I;!;
}
.hide_until_load {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.hide_until_load.slick-initialized {
    visibility: visible;
    opacity: 1
}
/*END OF GENERAL*/

/*SERVICES*/
.flex.items-center .service_row {
    padding-left: calc( (100% - 1400px)/2 + 1rem);
    padding-right: 10px;
}
.flex.items-center.flex-row-reverse .service_row {
    padding-right: calc((100% - 1400px) / 2 + 1rem);
    padding-left: 10px;
}
.flex.items-center.flex-row-reverse .service_row .max-w-lg {
    margin-left: auto;
    margin-right: 0;
    _text-align: right;
}
/*END OF SERVICES*/

/*SINGLE CAR PAGE*/
.slick_car_slider,
.slick_car_slider .slick-track,
.slick_car_slider .slick-slide > div {
  height: calc(100vh - var(--header));
}
.bg-dark.min-h-screen.single_car_page {
    padding-top: var(--header);
}

.arrow_right {
    right: 10px;
}

.arrow_slider {
    background-color: #c8a97e;
}

.arrow_left {
    left: 10px;
}
section.slider_wrapper.relative.h-screen {
    height: calc(100vh - var(--header));
}
.main_attributes {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #c8a97e;
    border: none;
}
.lg\:col-span-2 {
        grid-column: span 2 / span 2;
}
 .p-8 {
    padding: 2rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.md\:text-8xl {
        font-size: 2.5rem;
        line-height: 1;
}
.bottom_information {
    clip-path: polygon(0 32%, 51% 33%, 55% 99%, 0 100%);
    background-color: rgb(200 169 126);
    padding-top: 0;
    padding-bottom: 0;
    clip-path: polygon(0 0, 50% 0, 53% 100%, 0% 100%);
    bottom: 0;
    left: 0;
    right: unset;
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* background-color: rgb(0 0 0 / 40%); */
}
.car_title {
    margin-bottom: 0 !important;
}
.bottom_information .container-custom {
    padding: 0 1rem;
   
}
.main_attributes svg {
    color: #fff !important;
	width: 35px;
    height: auto;
}
/*END OF SINGLE CAR PAGE*/

/*MAINTENCE*/
.center-icon svg,
.center-icon  img{
	margin: 0 auto;
	display:block;
}
.bottom_text_main p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
/*END OF MAINTENCE*/

/*CONTACT*/
_.contact_sections_bg.bg-dark-100:after {
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.88) 48%, rgba(0, 0, 0, 1.92) 100%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 170%;
}
/*END OF CONTACT*/

/*HOME*/
.text-slate-300 p {
	margin-bottom:25px;
}
/*END OF HOME*/

/*CONTACT FORM*/
.w743 {
    max-width: 743px;
    margin: 0 auto;
}
.form-wrap {
    max-width: 1135px;
    margin: 0 auto;
    margin-top: 0;
    padding-bottom: 0;
}
.form_row.fr3 .form-group {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 76px;
}
.form_row.fr2 {
    margin-bottom: 0;
}
.wpcf7-list-item label {
    position: relative;
    cursor: pointer;
    padding-left: 49px;
    display: block;
    font-weight: normal;
    font-size: var(--f18);
    line-height: 1.2;
    text-align: left;
    color: #2f2f2f;
    padding-top: 0;
    font-family: 'Inter';
    color: #fff;
    font-size: 17px;
    font-weight: 400;
	padding-top: 5px;
}
.wpcf7-list-item input[type="checkbox"] {
    position: relative;
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0;
}
.wpcf7-list-item input[type="checkbox"] + span:before {
    display: block;
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    top: 0;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    right: unset;
    left: 0;
}
.wpcf7-list-item input[type="checkbox"] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    border-radius: 100%;
    height: 30px;
    width: 30px;
    visibility: hidden;
    font-size: 29px;
    left: 0;
    color: #000;
    z-index: 999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: CENTER;
    color: #fff;
}
span.wpcf7-list-item {
    width: 100%;
    max-width: calc(100% - 10px) !important;
    height: auto;
    margin-right: auto !important;
    margin-left: 0;
}
.wpcf7-list-item input[type="checkbox"]:checked + span:after {
    visibility: visible;
}
.newsletter-accept {
    width: 100%;
    color: #fff;
    padding-right: 0;
    max-width: 987px;
    margin: 0 auto;
}
.newsletter-accept:first-child {
    margin-bottom: 24px;
}
.form-wrap .form-group input.wpcf7-submit:hover {
    background-color: #000;
    color: var(--m1) !IMPORTANT;
    border-color: #000 !important;
}
.form-wrap .form-group input {
    height: 37px;
    border: none;
    background-color: transparent;
    border-bottom: solid 1px #fff;
    width: 100%;
    padding-left: 0;
    padding-right: 22px;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    color: #fff;
    outline: none !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    border-radius: 0;
    font-weight: 300;
    font-family: 'Inter';
    padding-top: 0;
    padding-bottom: 8px;
}
.form-wrap .form-group label {
    padding-bottom: 20px;
    display: block;
    text-align: left;
    color: #000;
    line-height: 1;
    font-weight: 500;
    font-size: var(--f18);
    font-family: "Open Sans";
    display: none;
}
.form_col {
    display: block;
}
.form_col .form-group {
    width: 100%;
    margin-bottom: 50px;
}
.form-wrap .form-group input.wpcf7-submit {
    border-color: var(--m1) !important;
    width: 100%;
    max-width: 200px !important;
    height: 50px !important;
    background: var( --m1);
    padding: 0 !important;
    border: none !important;
    transition: all 300ms;
    cursor: pointer;
    text-align: center;
    color: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    border-radius: 13px !IMPORTANT;
    border: solid 1px var(--m1) !important;
}
.form_row .form-group textarea {
    height: 180px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-color: #fff;
    padding-left: 14px;
    padding-right: 22px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #fff;
    height: 125px;
    font-size: 22px;
    padding-left: 0;
    color: #fff;
}
.form_row.fr3 {
    margin-top: 75px;
}
.form_row.fr3 span.wpcf7-spinner {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    max-width: 817px !important;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: var(--m1);
    margin-bottom: 8px;
    text-align: center;
    padding: 6px 0;
}

#inquire{
    padding: 10px 50px;
    display: block;
}
.form_row.fr3 {
    max-width: 743px;
    margin: 0 auto;
    margin-top: 40px;
}

.contact_form {
}
.form_col.fw.fc2 {
    width: 100%;
}
/*END OF CONTACT FORM*/

/*GALLERY FORM*/
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-in {
  animation: fadeIn 0.5s ease both;
}
.gfilter_sub {
    text-transform: capitalize;
}
/*END OF GALLERY*/

/*CONTACT PAGE NEWSLETTER*/
.contact_form_page  .form-field {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 6px;
  background-color: #1e1e1e; /* dark background like bg-dark-300 */
  border: 1px solid #1e1e1e;
  color: #fff;
  transition: all 0.2s ease-in-out;
  color: #000;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color:#fff;
}
.contact_form_page   .form-field::placeholder {
  color: hsl(0deg 0% 29.13%);
}
.contact_form_page  .form-field:focus {
  border-color: var(--m1); /* gold */
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 204, 0, 0.4);
}
.contact_form_page  .form-textarea {
  min-height: 80px;
  resize: none;
}
.contact_form_page  .submit-btn {
  width: 100%;
  height: 56px;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  background-color: var(--m1); /* gold */
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 22px;
}
.contact_form_page   .submit-btn:hover {
  background-color: #000; /* darker gold */
}
.contact_form_page   textarea.wpcf7-form-control.wpcf7-textarea.form-field {
    height: 147px;
    background-color: #fff;
}
.contact_form_page  span.wpcf7-list-item-label {}
.contact_form_page  .wpcf7-list-item input[type="checkbox"] + span:before {
    height: 25px;
    width: 25px;
}
.contact_form_page  .wpcf7-list-item input[type="checkbox"] + span:after {
    height: 25px;
    width: 25px;
    color: #fff;
    font-size: 22px;
}
.contact_form_page  .wpcf7-list-item label {
    padding-left: 34px;
    font-size: 12px;
    padding-top: 6px;
}
.newsletter_form .newsletter-input {
  flex-grow: 1;
  background-color: #fff; /* bg-dark-300 */
  border: 1px solid #1e1e1e; /* border-dark-300 */
  color: #000;
  padding: 12px 16px; /* px-4 py-3 */
  border-radius: 4px; /* rounded-sm */
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
  width: 100%;
}
.newsletter_form .newsletter-input:focus {
  border-color: var(--m1); /* focus:border-gold */
}
.newsletter_form .newsletter-button {
  background-color: var(--m1); /* bg-gold */
  color: #fff;
  font-weight: 500;
  padding: 12px 24px; /* px-6 py-3 */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.newsletter_form .newsletter-button:hover {
  background-color: #000; /* hover:bg-gold-dark */
}
.newsletter_form span.wpcf7-spinner {
    display: none !IMPORTANT;
}
.newsletter_form span.wpcf7-form-control-wrap {
    width: 100%;
}
.newsletter_form span.wpcf7-not-valid-tip {
    position: absolute;
}
.newsletter-input::placeholder {
 color:#787878; 
}
/*END OF CONTACT PAGE NEWSLETTER*/
@media screen and (max-width: 1440px) {
	.flex.items-center .service_row {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.flex.items-center.flex-row-reverse .service_row .max-w-lg {
		padding-right: 1rem;
		max-width: 100%;
		padding-left: 1rem;
	}

	.flex.items-center .service_row .max-w-lg {
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.service_row_wrap {
		flex-direction: column-reverse !important;
	}

	.service_row_wrap .w-1\/2 {
		width: 100%;
	}


	.service_row {
		margin-top: 21px;
		margin-bottom: 100px;
	}	
	section.slider_wrapper.relative.h-screen {
		height: auto;
	}

	section.slider_wrapper.relative.h-screen .absolute.inset-0 {
		position: relative;
	}

	.absolute.bottom_information {
		position: static;
		clip-path: unset;
	}
	button.arrow_slider {
		transform: translateY(-155%);
		padding: 0.4rem;
	}
	.mobile_grid.gap-12 {
		gap: 3rem 0;
	}
	
	.form-wrap .form-group input {
		    font-size: 17px;
		
	}
	.form-title {
		font-size: 28px!important;
    line-height: 1!important;
		
	}
	
	.wpcf7-list-item input[type="checkbox"] + span:before{
		height: 25px;
    width: 25px;
	}
	.wpcf7-list-item input[type="checkbox"] + span:after {
		height: 25px;
    width: 25px;
	}
	
	.description-section{
		overflow:hidden;
	}
	
	
	.form_row .form-group textarea {
		    font-size: 17px;
	}
	span.wpcf7-list-item-label {
    font-size: 16px;
}
	.form-wrap .form-group input.wpcf7-submit {
		    font-size: 16px;
		
	}
	
	
	
}
@media screen and (max-width: 767px) {
	.mobile_banner.h-\[60vh\]{
		height: 56vw;
		margin-top: 92px;
	}
	.h-\[80vh\].mobile_banner{
		height: 75vw;
		margin-top: 92px;
	}
	.services_banner.mobile_banner {
		background-position:center;
	}
	
	.h-\[80vh\].mobile_banner.showroom_banner {
		height: 56vw;
		background-position: center;
		
	}
	.slider_title_text,.general_title {
		font-size: 2rem !important;
	}

	.slider_desc_text p {
		font-size: 1rem !important;
		line-height: 1.4 !important;
	}
}

nav.menu-primary-navigation-container a:hover {
    color: rgb(200 169 126 / var(--tw-text-opacity, 1));
}
.rmp_menu_trigger {
    display: none !IMPORTANT;
}
/*SUBMENU 1*/
header#masthead.sticky ul.sub-menu {
    top: calc(var(--headerFixed) - 15px);
}
ul.sub-menu {
    height: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    list-style: none;
    padding: 18px 14px;
    margin: 0;
    background-color: var(--m4);
    transition: all 300ms;
    top: calc(var(--header) - 25px);
    max-width: 137px;
    width: 100%;
    visibility: hidden;
    margin-left: calc( (1rem * calc(1 - var(--tw-space-x-reverse))) * -1);
}
.menu-item-has-children:hover a + .sub-menu {
    height: 158px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
#menu-primary-navigation ul.sub-menu li {
    line-height: 1;
    margin-bottom: 15px;
    padding: 0;
}
#menu-primary-navigation ul.sub-menu li a {
    display: inline-block;
    font-weight: normal;
    font-size: var(--f7);
    line-height: 1;
    font-weight: 400;
}
.menu-item-has-children:after {
    content: '';
    position: absolute;
    background-color: transparent;
    height: 30px;
    width: 100%;
    max-width: 114px;
    top: 57px;
}
#menu-primary-navigation ul.sub-menu li:last-child {
    margin-bottom: 0;
}
ul.sub-menu {
    background: rgb(0 0 0 / 100%);
    _background-color: #c8a97e;
    _background-color: rgb(200 169 126 / var(--tw-text-opacity, 1));
}
#navbar .menu-item-has-children > a {
    position: relative;
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent -17%, rgb(20 20 20 / var(--tw-bg-opacity, 1)) 99%);
    z-index: 0;
    height: 101%;
}

/* push the inner container above the overlay */
.contact-hero .container-custom {
  position: relative;
  z-index: 1;
}

#navbar .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    background-position: center -3px;
    background-repeat: no-repeat;
    transition: all 300ms;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.151' height='16.151' viewBox='0 0 16.151 16.151'%3E%3Cpath id='Path_7624' data-name='Path 7624' d='M0,0H9.419V9.422' transform='translate(14.737 8.077) rotate(135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#navbar .menu-item-has-children > a:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.151' height='16.151' viewBox='0 0 16.151 16.151'%3E%3Cpath id='Path_7624' data-name='Path 7624' d='M0,0H9.419V9.422' transform='translate(14.737 8.077) rotate(135)' fill='none' stroke='%23c8a97e' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.menu-item-has-children {
    margin-right: 22px !IMPORTANT;
}
/*END OF SUBMENU 1*/
@media screen and (max-width: 991px) {
    nav.menu-primary-navigation-container {
        display: none;
    }
    /*RESPONSIVE MENU*/
    #burger-menu {
        cursor: pointer;
        height: 20px;
        width: 28px;
        overflow: visible;
        position: relative;
        z-index: 2;
        display: block !important;
        position: relative;
    }
    #burger-menu span, #burger-menu span:before, #burger-menu span:after {
        background: #fff;
        display: block;
        height: 2px;
        opacity: 1;
        position: absolute;
        transition: 0.3s ease-in-out;
    }
    #burger-menu span:before, #burger-menu span:after {
        content: "";
    }
    #burger-menu span:before {
        left: 0px;
        top: -8px;
        width: 28px;
    }
    #burger-menu span {
        right: 0px;
        top: 9px;
        width: 28px;
    }
    #burger-menu span:after {
        left: 0px;
        top: 7px;
        width: 28px;
    }
    #burger-menu.close_burger span:before {
        top: 0px;
        transform: rotate(90deg);
        width: 27px;
        /* opacity: 0; */
    }
    #burger-menu.close_burger span {
        transform: rotate(-45deg);
        top: 7px;
        width: 27px;
        /* opacity: 0; */
    }
    #burger-menu.close_burger span:after {
        top: 0px;
        left: 0;
        transform: rotate(90deg);
        opacity: 0;
        width: 0;
    }
    .admin-bar .rmp-container, .admin-bar .rmp_menu_trigger {
        margin-top: 0 !IMPORTANT;
    }
    .rmp-container.rmp-container {
        height: calc(100% - var(--header)) !IMPORTANT;
        top: var(--header) !IMPORTANT;
        transition: all 300ms;
    }
    .active_burger_menu header#masthead {
        background-color: var(--m4);
    }
    .sticky_header .rmp-container.rmp-container {
        height: calc(100% - var(--headerFixed)) ! IMPORTANT;
        top: var(--headerFixed) ! IMPORTANT;
    }
    .rmp-container.rmp-container {
        height: calc(100% - var(--header)) !IMPORTANT;
        top: var(--header) !IMPORTANT;
    }
    .active_burger_menu header#masthead {
        background-color: var(--m4);
    }
    .sticky_header .rmp-container.rmp-container {
        height: calc(100% - var(--headerFixed)) ! IMPORTANT;
        top: var(--headerFixed) ! IMPORTANT;
    }
    .rmp-menu-subarrow-active {
        transform: rotate(180deg);
        margin-top: -11px;
    }
    .search-container {
        margin-right: 24px;
    }
    .rmp-submenu-open {
        background-color: var(--m2);
    }
    .rmp-submenu .rmp-menu-item-link {
        color: var(--m1) !IMPORTANT;
        background-color: #000 !important;
        color: #fff !important;
        background-color: rgb(57 57 57) !important;
        /* color: #000 !important; */
    }
    .rmp-submenu.rmp-submenu-depth-2 a.rmp-menu-item-link {
        color: #fff !important;
    }
    .rmp-menu-subarrow {
        right: 17px !IMPORTANT;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-item-has-children:after {
        display: none;
    }
    a.rmp-menu-item-link:focus {
        border-color: transparent !important;
    }
    li a:has(>.rmp-menu-subarrow-active) {
        background-color: var(--m1) !IMPORTANT;
        _border-color: var(--m2) !important;
        /* border: none !IMPORTANT; */
        margin-bottom: -1px;
        background-color: #000 !important;
    }
    .rmp-submenu-depth-1 .rmp-menu-sub-level-item > a.rmp-menu-item-link {
        padding-left: 34px !IMPORTANT;
    }
    .rmp-submenu-depth-2 .rmp-menu-sub-level-item > a.rmp-menu-item-link {
        padding-left: 51px !IMPORTANT;
    }
    .rmp-submenu-depth-1 .rmp-menu-item-link .rmp-menu-subarrow img {
        content: url('http://gcc.myfnm.gr/wp-content/uploads/2025/04/arrow_active.svg');
    }
    .rmp-submenu-depth-2 .menu-item a.rmp-menu-item-link {
        padding-right: 30px !IMPORTANT;
        overflow: visible !IMPORTANT;
        line-height: 1.4 !IMPORTANT;
        display: flex !important;
        align-items: center;
    }
    a.rmp-menu-item-link {
        font-weight: 400 !important;
    }
    .rmp-submenu-depth-1 .rmp-menu-item-link .rmp-menu-item-link {
        font-size: 17px !important;
    }
    .rmp-submenu-depth-1 .menu-item a.rmp-menu-item-link {
        font-size: 17px !IMPORTANT;
    }
    .rmp-submenu-depth-2 .menu-item a.rmp-menu-item-link {
        font-size: 15px !IMPORTANT;
        font-weight: 300 !IMPORTANT;
    }
    .rmp-menu-additional-content a {
        width: 30px !IMPORTANT;
        height: 30px !IMPORTANT;
    }
    .rmp-menu-additional-content {
        height: 30px !IMPORTANT;
        padding-top: 40px !important;
        padding-right: var(--pad) !IMPORTANT;
        padding-left: var(--pad) !IMPORTANT;
    }
    .rmp-menu-additional-content .flex.space-x-4.mt-4.sm\:mt-0 {
        justify-content: flex-end;
    }
    /*END OF RESPONSIVE MENU*/
}
@media screen and (max-width: 640px) {
    /*RESPONSIVE MENU*/ .rmp-container.rmp-container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .rmp-menu-top-level-item > a.rmp-menu-item-link {
        padding-left: var(--pad) !IMPORTANT;
    }
    .rmp-submenu-depth-1 .rmp-menu-sub-level-item > a.rmp-menu-item-link {
        padding-left: 43px !IMPORTANT;
        background-color: #000 !IMPORTANT;
        color: #fff !IMPORTANT;
    }
    .rmp-submenu-depth-2 .menu-item a.rmp-menu-item-link {
        padding-left: 66px !IMPORTANT;
    }
    /*END OF RESPONSIVE MENU*/
	
	.main_attributes .container-custom {
		    width: 200px;
    margin: auto;
	}
	
	.main_attributes .justify-center{
		    justify-content: space-between!important;
	}	

.power-div {
    margin-right: 20px;
}

	.description-section {
		display:block!important;
	}
	.desc-sect-2 {
		    margin-top: 2rem ;
	}

.slick_car_slider, .slick_car_slider .slick-track, .slick_car_slider .slick-slide > div {
    height: calc(78vh - var(--header));
}

}

.mark_car {
    z-index: 8;
    font-size: 24px;
    left: 40px;
    right: unset !important;
    padding: 10px 37px !important;
    background-color: var(--m1) !important;
}

.mark_car span {
    color: #fff;
}

.mark_car_list {
    background-color: var(--m1);
}

.mark_car_list span {
    color: #fff;
}
.hidden_filters {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
}
.hidden_filters.active_filters {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 991px) {
.mark_car {
    padding: 1px 27px !important;
    left: var(--pad) !important;
    font-size: 18px !important;
}
}


@media screen and (max-width: 480px) {
	.home .hero_banner{
		background-position-x: -290px;
	}
	
}
