:root {
    --main-color: #040504;
    --red-color: #e4001b;
    --yellow-color: #ffc50a;
    --white-color: #ffffff;
    --silver-color: #f8f9f9;
    --gray-color: #ebebeb;
    --opa-color: #656565;
}
body {
    background-color: #fff;
	overflow-x:hidden !important;
}
::-webkit-scrollbar {
}
::-webkit-scrollbar-thumb {
    background-color: var(--red-color);
    border-radius: 15px;
}
::-webkit-scrollbar-track {
    background-color: var(--main-color);
}
::selection {
    color: #fff;
    background: var(--red-color);
}
.col-nav-menu-nav-fixed {
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #00aaff #f1f1f1; /* thumb color, track color */
}

/* For Chrome, Edge, and Safari */
.col-nav-menu-nav-fixed::-webkit-scrollbar {
  width: 8px;
}

.col-nav-menu-nav-fixed::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.col-nav-menu-nav-fixed::-webkit-scrollbar-thumb {
  background-color: #00aaff;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.a-tag-link {
    text-decoration: none;
}
.link-menu-nav-fixed-site:hover , .li-menu-nav-fixed-site-depth-one:hover>a.dropdown-item-depth-one{
    color:#007CBE !important;
}
.custom-container {
    /* Default for small & large devices */
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.triangle-arrow {
    border: 7px solid #007CBE;
    height: 10px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent
}
.triangle-arrow.brand {
	border: 7px solid #ffffff;
    height: 10px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent
}


@media (min-width: 992px) { /* lg and above */
    .custom-container {
        max-width: 1140px; /* or whatever container width you want */
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { /* md only */
    .container-contact {
        max-width: 100%;
    }
}

@font-face {
	src: url(https://wordpress-548447-5399834.cloudwaysapps.com/wp-content/themes/MaxArt/assets/font/newgerman/D-DIN-PRO-400-Regular.woff2) format("woff2");
    font-family: "DIN Regular";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    src: url(../font/din-regular2.woff2) format("woff2");
    font-family: "DIN Regular 2";
    font-display: swap;
    font-style: normal;
}
@font-face {
    src: url(../font/D-DIN-PRO-500-Medium.woff2) format("woff2");
    font-family: "DIN Medium";
    font-display: swap;
}
@font-face {
    src: url(../font/D-DIN-PRO-600-SemiBold.woff2) format("woff2");
    font-family: "DIN SemiBold";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    src: url(../font/D-DIN-PRO-700-Bold.woff2) format("woff2");
    font-family: "DIN Bold";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    src: url(../font/D-DIN-PRO-800-ExtraBold.woff2) format("woff2");
    font-family: "DIN ExtraBold";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    src: url(../font/D-DIN-PRO-900-Heavy.woff2) format("woff2");
    font-family: "DIN Heavy";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
.DIN-Regular {
    font-family: "DIN Regular";
}
.DIN-Regular2 {
        font-family: "DIN Regular 2";
}
.DIN-Medium {
    font-family: "DIN Medium";
}
.DIN-SemiBold {
    font-family: "DIN SemiBold";
}
.DIN-Bold {
    font-family: "DIN Bold";
}
.DIN-ExtraBold {
    font-family: "DIN ExtraBold";
}
.DIN-Heavy {
    font-family: "DIN Heavy";
}
p {
    text-align: justify;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.2rem !important;
    }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:unset !important;
}
.fs-36 {
	font-size:36px !important;
}
.blue {
	color:#0B2145;
}
.white {
	color:#ffffff;
}
.bg-white {
    background-color:#ffffff !important;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px; /* Set your max-width */
  margin: 0 auto;
  position: relative;
}

.logo {
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
}

.header-right {
  display: flex;
  justify-content: flex-end;
  gap: 0px;
  margin-left: auto;
}
.phone, .language {
  font-size: 14px;
  color: #333;
}
.div-lang-form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 10px;
}
@media (max-width:991px) {
    .div-lang-form {
    padding: 10px 0 10px 0;
}
}.icon-earth img {
    width: 25px;
}
@media (min-width:2400px) {
    .icon-earth img {
    width: calc(1vw + 11px);
}
}.lang-form {
    padding: 0 0;
    cursor: pointer;
}
.select-lang-form {
    border: unset;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    padding: 0 5px !important;
    color: var(--sec-color)!important;
    font-size: 1.1rem;
    cursor: pointer;
    pointer-events: none;
}
@media (min-width:992px) {
    .select-lang-form {
    font-size: calc(.5vw + .5rem)!important;
}
}@media (min-width:2400px) {
    .select-lang-form {
    font-size: calc(.5vw + .6rem)!important;
}
}.div-ul-lang-option {
    display: none;
    margin-top: 20px;
    background-color: #1a1818e6;
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.active-div-ul-option {
    transition: display .5s, margin-top 1s;
    display: block;
    margin: 0;
}
@media (max-width:991px) {
    .active-div-ul-option {
    margin-top: 11px;
}
}.ul-lang-option {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #000;
}
.li-ul-lang-option {
    color: #fff;
    letter-spacing: 4px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    cursor: pointer;
}
.li-ul-lang-option img {
    width: 28px!important;
}
.li-ul-lang-option p {
    margin: 0;
    padding: 0 15px;
    font-size: 15px!important;
    letter-spacing: 0;
    cursor: pointer;
    color: var(--sec-color)!important;
}
@media (min-width:992px) {
    .li-ul-lang-option p {
    font-size: calc(.5vw + .5rem)!important;
}
}@media (min-width:2400px) {
    .li-ul-lang-option p {
    font-size: calc(.5vw + .6rem)!important;
}
}.li-ul-lang-option:hover p {
    color: #007CBE !important;
}
.icon-lang {
    width: 20px;
    cursor: pointer;
}

.calculator-bar {
    background:#FFFFFF;
}
.link-header {
	font-size:14px !important; 
	color: #0B2145 !important; 
	text-decoration: unset;
}
.link-header :hover {
    color: #040504 !important;
}
.whats-account {
height: 70%;
}
.phone-account {
	padding-left: 1%;
}
.home-sec {
	overflow:hidden;
}
.menu-header-new {
    position: fixed;
    top: 0;
    z-index: 9999;
	width: 100%;
    background:#ffffff  !important;
}
.li-ul-lang-option {
    color: black;
    letter-spacing: 4px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
	padding: 0 10px !important; 
	cursor: pointer;
}
.select-lang-form , .li-ul-lang-option{
	color:#000000 !important
}
.dropdown-item {
	font-weight:unset;
}
a.dropdown-item {
    color: var(--white-color);
    font-size: 16px!important;
    font-family: "DIN Regular"!important;
    padding: 4px!important;
    white-space: nowrap;
    transition: border-bottom-color -1.5s;
	letter-spacing:1px;
	text-transform: uppercase;
}
nav.navbar {
	    background: linear-gradient(to right, #0F1942, #2488C2);
}
nav.nav-mobile {
    padding-top: 55px !important;
}
.mega-menu-services-new {
    display: none;
    grid-template-columns: 19% 19% 31% 17% 14%;
    background-color: #2f2d2d;
    position: absolute;
    list-style: none;
    margin: 0!important;
	top: 100%; /* appears below the menu trigger */
    width: 100vw;
    z-index: 99;
    padding: 18px 13px!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex-wrap: wrap;
}
.dropdown-mega-item-two {
    white-space: nowrap;
}
.dropdown-mega-menu-new {
    top: 70%!important;
}
.dropdown-mega-li-children {
    padding: 10px!important;
}
@media (min-width:1200px) and (max-width:1399px) {
    .mega-menu-services-new {
    grid-template-columns: 16% 18% 23% 22% 21%}
}.dropdown-mega-li:hover .mega-menu-services-new {
    display: grid;
}
.dropdown-mega-li-children:hover .dropdown-mega-menu-new {
    display: flex;
}
.dropdown-mega-menu-new {
    display: none;
    background-color: #3d3d3deb;
    list-style: none;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    z-index: 3;
    /*padding: 34px 16px 34px 61px!important;
	    column-gap: 59px;
    backdrop-filter: blur(9px); */
    flex-wrap: wrap;
	padding: 0px 20px !important;
    /*column-gap: 59px; */
}
@media (min-width:992px) and (max-width:1399px) {
    .dropdown-mega-menu-new {
    column-gap: 59px;
    padding: 34px 11px 34px 43px!important;
}
}.dropdown-li-3 {
    display: flex;
    width: calc(31% - 25px);
    padding-bottom: 30px;
    text-align: start;
}
@media (min-width:992px) and (max-width:1199px) {
    .dropdown-item-a-three {
    font-size: 13px!important;
}
}.postion-meaga-services-arrow::after {
    content: "";
    position: absolute;
    top: 60%;
    transform: translate(0, -50%);
    z-index: 1;
    right: -17px;
    border: 6px solid #000;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.dropdown-mega-item-two {
    text-decoration: none!important;
    color: #000000 !important;
    position: relative;
}
.dropdown-mega-item-two {
    font-size: 16px!important;
    letter-spacing: 2px;
}
.dropdown-mega-item-two:hover {
    color: #007CBE !important;
}
@media (min-width:992px) and (max-width:1199px) {
    .dropdown-mega-item-two {
    font-size: 11px!important;
}
}.dropdown-mega-li-2 {
    display: flex;
    align-items: center;
    border-left: 1px solid #ffffff4d;
    padding: 0 11px;
    justify-content: center;
}
.dropdown-mega-li-2:first-child {
    border-left: unset;
}
.postion-meaga-arrow-bottom::before {
    content: "";
    position: absolute;
    top: 100%;
    transform: translate(-99%, -50%);
    z-index: 1;
    right: 0;
    border: 16px solid #2f2d2d;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.mega-menu-services-new {
    display: none!important;
    background-color: #ffffff;
	color:#000000;
    align-items: center;
    justify-content: center;
    position: absolute;
    list-style: none;
    margin: 0!important;
    transform: translateX(-8%) !important;
	left:0 !important;
    width: 100vw;
    z-index: 99;
    padding: 5px 13px!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex-wrap: wrap;
}
.dropdown-mega-li-2 {
    display: flex;
    align-items: center;
    border-left: 1px solid #ffffff4d;
    padding: 20px 11px!important;
    justify-content: center;
    width: 20%}
.dropdown-mega-li-2 a {
    white-space: normal!important;
}
@media (min-width:992px) and (max-width:1199px) {
    .dropdown-mega-li-2 {
    padding: 20px 10px!important;
}
.postion-meaga-services-arrow::after {
    right: -12px;
    border-width: 5px;
}
}@media (min-width:1200px) and (max-width:1399px) {
    .dropdown-mega-li-2 {
    padding: 20px 10px!important;
}
.postion-meaga-services-arrow::after {
    right: -12px;
    border-width: 5px;
}
}.dropdown-mega-menu-new {
    top: 80%!important;
}
.dropdown-mega-li:hover .mega-menu-services-new {
    display: block !important;
}
#menu-item-365 {
    padding: 19px 28px!important;
}
/* mega menu product */


.products-list {
     display: flex;
    flex-wrap: nowrap; /* all in one row */
    overflow-x: auto;  /* horizontal scroll if overflow */
    gap: 20px;         /* space between items */
    padding: 20px 60px; /* optional padding */
}
.page-item {
    min-width: 150px;  /* or adjust to your design */
}

.page-item a {
    display: block;
    text-decoration: none;
    color: #000;
    font-family: "DIN Regular";
}

.page-row {
    display: flex;
    flex-wrap: nowrap; /* keep in one row, overflow if too many */
    gap: 20px; /* space between items */
    overflow-x: auto; /* allow horizontal scroll if needed */
}

/* mega menu brands */
.title-mega-menu {
    color:#0B2145;
	font-size:1.4rem !important;
}
.region-href {
	color:#000000;
	text-decoration: none;
}
.region-href:hover{
	color:#007CBE;
}
.div-img-brand.brand {
	width:90%;
	box-sizing: border-box;
    transition: background 0.3s, padding 0.3s, border-radius 0.3s;

}
.div-img-brand.brand:hover {
    background: #dcf3ff;
    border-radius: 10px;
    outline: 15px solid #dcf3ff;
	 padding: 15px 15px;
    outline-offset: -15px;
}
/*.location-selector {
  align-items: center;
  cursor: pointer;
  position: relative;
}

.location-name {
  color: #3498db; 
  margin-right: 5px;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.location-selector:hover .arrow,
.location-selector.active .arrow {
  transform: rotate(180deg);
}*/

.mega-menu-brand , .mega-menu-services , .mega-menu-products {
  background: #003366;
  color: white;
}
.main-menu-brand , .mega-menu-services {
  display: flex;
  list-style: none;
  padding: 0;
	 margin: 0;
}
.service-list {
	list-style:none;
}
.menu-item-brand , service-item-menu  {
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
}
.mega-dropdown-brand {
  display: none;
  position: absolute;
  top:-20px;
  left: 0;
  background: white;
  color: black;
  width: 100vw;
  padding: 20px;
  display: flex;
  border-top: 2px solid #fff;
}
.mega-left {
  width: 30%;
  border-right: 1px solid #ddd;
  padding: 20px 60px;
}
.mega-right {
  width: 70%;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 40px;
}
.mega-right.brands {
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 40px;
}
.mega-right img {
  width: 90%;
  height: auto;
}
.img-mega-menu-services {
	border-radius:10px;
}
.para-mega-menu-services {
    font-size:16px;
	color:#000000;
	opacity:76% !important;
	margin-bottom:10px !important;
}
.bgservices {
	display: inline-block;
    background-image: url(/wp-content/uploads/2025/05/black-menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px;
    margin: 0px;
    width: 10px;
    height: 10px;
}
.region-link.services a:hover .bgservices {
    background-image: url(/wp-content/uploads/2025/05/blue-menu.svg);
}
.para-mega-menu-services:hover , .region-link:hover{
	color:#007CBE;
	border-bottom:1px solid #007CBE;
	display:inline-block;
}
.service-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* adjust spacing */
}
.menu-item:hover .mega-dropdown {
  display: flex;
}
.regions {
	padding-left: 0rem;
}

.region-link  { 
     text-decoration:none !important;	
	color:#000;
}
.regions li, .brands li {
  list-style: none;
  margin-bottom: 10px;
}

.brands-list {
    display: none;
}
.region-link.services {
	padding-top:12px !important;
}
.region-link.services a:hover {
color: #007cbe !important;
}
.region-link.services a {
	color:#000;
	text-decoration:none;
}
.brands-list.active {
    display: grid;
    grid-template-columns: repeat(7, 1fr); 
    gap: 10px; 
    align-items: center;
    justify-items: center;
}
.banner-desktop{
		padding-top:132px !important;
}
@media (max-width:991px){
.banner-desktop {
		padding-top:120px !important;
	}}
.banner {
  position: relative;
  width: 100%;
  height: 400px; /* adjust based on your design */
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  position: absolute;
  top: 35%;
  left: 45%;
  bottom:unset !important;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}

.banner-text h1 {
  font-size: 4rem;
  text-align: left;
  letter-spacing: 4px;
  line-height: 0.6 !important;
}
.span-title-header {
    font-size: 2rem;
    letter-spacing: 14px;
}

.banner-text p {
  font-size: 16px;
}

.para-home-banner {
width:40% !important;	
}
@media (max-width: 991px){
.header-main-services , 
.header-warranty-contract , 
	.header-brand{
    height: 15vh !important;
    margin-top: 25% !important;
}}
@media (min-width: 992px) and (max-width: 1025px){
.header-main-services , 
.header-warranty-contract , 
	.header-brand{
    height: 25vh;
    margin-top: 85px !important;
}}
@media (min-width: 1026px) and (max-width: 1300px){
.header-main-services , 
.header-warranty-contract , 
	.header-brand{
    height: 50vh;
    margin-top: 70px !important;
}}

@media (min-width: 1301px){
.header-main-services , 
.header-warranty-contract , 
	.header-brand{
    margin-top: 70px !important;
}}

.post-name-more-services {
	font-size:1.4rem !important
}
.btn-call {
	border-radius: 10px;
    width: fit-content;
    padding: 10px 35px;    
    font-weight: 300;
	color:#fff;
	border:1px solid #fff;
	text-decoration: none;
}
.btn-call:hover{
	color:#fff !important;
}
.btn-book {
	border-radius: 10px;
    width: fit-content;
    padding: 15px 20px;    
    font-weight: 300;
	color:#0B2145;
	border:1px solid #fff;
	background:#fff;
	text-decoration: none;
	font-family: 'DIN Regular';
	font-size:15px;
}
.btn-book p {
	color:#0B2145 !important;
	opacity:100% !important;
}
.btn-read {
	border-radius: 10px;
    width: fit-content;
    padding: 14px 20px;    
	color:#fff;
	border:1px solid #fff;
	background:#031232;
	text-decoration: none;
}
.btn-read:hover {
	color:#fff;
}
.para-btn {
	font-size:16px !important;
}
@media (max-width:1199px)  {
    .div-slick-sliderow-our-products  {
    width:  100%!important;
}
.div-title-product  {
    width:  100%!important;
    height:  100%!important;
    display:  flex!important;
    flex-direction:  column!important;
    justify-content:  center;
}
.img-car-paginate-slick-sliderow-our-products  {
    opacity:  .3!important;
}
}
@media (max-width:500px){
.para-btn {
	font-size:13px !important;
	}
	.banner-text p {
		width:100% !important;
	}
	.column-title-button , .div-title-product {
		display:block !important;
	}
.btn-view {
    margin-top: 5% !important;
}}
li.nav-item {
    padding-left: 7px!important;
    padding-right: 19px!important;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #ffffff;
    background-color: unset;
}
.dropdown-mega-li:hover>a {
     color: #ffffff;
}
@media (max-width:991px) {
    li.nav-item {
    padding: 10px;
    padding-top: 18px!important;
    padding-bottom: 0!important;
}
}@media (min-width:992px) {
    li.nav-item {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
}@media (min-width:1200px) {
    li.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}@media (min-width:1400px) and (max-width:1500px) {
    li.nav-item {
    padding-left: 10!important;
    padding-right: 10px!important;
}
}
.col-lang {
	padding-right: 6rem !important;
}
.who-we-are  {
    position:  relative;
    z-index:  1;
}

.title-header-who-we-are  {
    color:  #0B2145;
    letter-spacing:  1px;
}
.description-secrion {
    font-size: 17px!important;
}
@media (max-width:575px) {
    .description-secrion {
    font-size: 16px!important;
}
}
.description-header-who-we-are  , .description-service ,  .description-header-who-we-are-about{
    color:  #000000;
	opacity: 57%;
}
.description-main-service {
	color:#7F7F7F !important;
	line-height:1.5 !important;
}
@media (min-width:992px)  {
    .description-header-who-we-are , .description-top-service  {
    padding-right:  120px;
    padding-left:  120px;
}}
@media (min-width:992px)  {
    .description-header-who-we-are-about   {
    padding-right:  100px;
    padding-left:  100px;
}}
@media (max-width:991px)  {
    .description-header-who-we-are , .description-top-service , .description-header-who-we-are-about  {
    font-size:  16px;
}}
.title-section-black {
    color: #0B2145;
}

.line-title-col-more-services  {
    width:  50%;
    height:  1.5px!important;
    color:  var(--white-color)!important;
    opacity:  1!important;
    margin:  0;
    border-radius:  10px;
}
.col-whoweare {
	 background-color: transparent;
     padding: 20px 15px;
     border-radius: 15px;
	 min-height: 235px;
	/* padding: 10px 15px 60px 15px;*/
    border: 1px solid #B9B9B99C;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .5s ease-in;
}
.title-det-who-we-are  {
    margin:  0;
	color:#0B2145;
    white-space:  nowrap;
}
@media (min-width:992px) and (max-width:1199px)  {
    .title-det-who-we-are  {
    font-size:  20px;
}
}
@media (min-width:1200px)  {
    .title-det-who-we-are  {
    font-size:  20px;
}
}
.description-det-who-we-are  {
	color:#7F7F7F;
	text-align:unset;
	min-height: 110px;
	font-size:14px !important;
}
.title-more-services  {
    color:  #0B2145;
}

.img-brand-more-services {
  width:70% !important;
}
.img-brand-more-services {
    transition: transform 0.5s;
}
.img-brand-more-services:hover {
    transform: scale(1.1);
}
@media (max-width:600px){
.div-img-brand {
	padding:10px !important;
	display:flex;
	justify-content:center;
	}
.img-brand-more-services {
width:80% !important;
	}}

.box-engine {
  width: 240px;
  min-height: 330px;
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 20px;
  text-align: center; 
}
.title-engine-type {
	 font-size: 1.4rem;
	 padding: 20px 0 60px 0px;
	 color:  #0B2145;
	 height:120px;
}
.box-engine img {
    width:100%;
    object-fit: contain;
}
.custom-background-box {
    background-size: cover;
    background-position: unset;
    background-repeat: no-repeat;
    height: 350px; /* Adjust height as needed */
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width:600px){
.custom-background-box {
	background-position: center;
	}}

.overlay-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 25px;
    color: #000; /* or #fff based on your design */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-background-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.title-slick-sliderow-our-products , .title-service-contract  {
    color: #000000;
	font-size:1.4rem !important;
}
.div-slick-sliderow-our-products  {
    width:  100%;
    height:  350px;
    display:  flex!important;
    flex-direction:  column;
    justify-content:  start;
    transition:  linear-gradient .5s;
    /*padding: 30px 20px 20px 10px; */
    width:  60%
}
.service-visit {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border: 1px solid #2A2A2A;
    border-radius: 20px;
    background: transparent;
    color: #2A2A2A;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.service-visit p {
	font-size:16px;
}


.service-visit .arrow {
    font-size: 12px;
    margin-left: 6px;
    transform: translateY(-1px);
}

.service-visit:hover {
    background-color: #f0f0f0;
    border-color: #999;
}
 .column-title-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* important to stretch full height */
}
/* Button Wrapper */
.btn-view {
    margin-top: auto; /* pushes the button to bottom */
}

/* Button Style */
.btn-service-visit1 {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.btn-service-visit1 .arrow {
    font-size: 12px;
    margin-left: 6px;
    transform: translateY(-1px);
}

.btn-service-visit1:hover {
    background-color: #f5f5f5;
    border-color: #aaa;
}
.title-blog-post , .wp-block-heading  {
    font-size:  18px;
    color: #0B2145 !important;
    text-decoration:  none!important;
}
.title-blog-post:hover  {
    color:  #0B2145 !important;
}
.img-blog-post{
border-radius:10px;	
}
.img-blog-page {
border-radius:4px;	
}
.row-section-Newsletter  {
    background: linear-gradient(to right, #0F1942, #2488C2);
	border-radius:10px;
    padding:  30px 70px;
}
.title-Newsletter  {
    color:  #fff;
	letter-spacing:1px;
}

.input-email-Newsletter  {
    color:  #fff!important;
    border:  unset!important;
    border-top-left-radius:  10px;
    border-bottom-left-radius:  10px;
	background: #87B8D4;
	width:70% !important;
}
.input-email-Newsletter:lang(ar)  {
    border-top-left-radius:  0;
    border-bottom-left-radius:  0;
    border-top-right-radius:  10px;
    border-bottom-right-radius:  10px;
}
.input-email-Newsletter ::placeholder  {
    color:  #FFFFFF;
}
.input-email-Newsletter:focus  {
    box-shadow:  unset!important;
    border:  unset!important;
    background-color:  #292929;
    color:  #fff!important;
}
.div-newsletter-input-btn  {
    padding:  10px 0;
}
.btn-send-email  {
    padding:  10px 15px;
    background-color: #ffffff;
	border: 1px solid #ffffff;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    border-top-right-radius:  10px;
    border-bottom-right-radius:  10px;
    cursor:  pointer;
}
.btn-send-email:lang(ar)  {
    border-top-right-radius:  0;
    border-bottom-right-radius:  0;
    border-top-left-radius:  10px;
    border-bottom-left-radius:  10px;
}
.input-email-Newsletter::placeholder {
	color: #ffffff !important;
}
.description-Newsletter  {
    font-size:  16px !important;
    color:  #ECECEC !important;
	opacity:100% !important;
}
.line-footer-website {
    opacity: 1!important;
    background-image: linear-gradient(61deg, #007CBE, #007CBE 25%, #d6d6d6 25%, #d6d6d6 80%, transparent 81%, transparent 100%);
    height: 2px!important;
    background-color: transparent;
    margin: 9px 0 22px 0;
}
.a-link-contact-info-footer-website span {
    color: #007CBE;
}
.a-link-contact-info-footer-website:hover {
    color: #007CBE!important;
}
.timeline-year  {
    font-family: "DIN Regular";
    z-index:  5;
    font-size:  35px;
    color:  #007CBE;
    transition:  opacity 1.2s;
    opacity:  0;
}
.timeline-title  {
    color:  #0B2145;
    line-height:  30px;
}
.year-timeline {
	color:#007CBE;
    font-size: 1.5rem;
}
    #triangle-up {
        width: 0; 
        height: 0; 
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent; 
        border-right:12px solid #F2F2F2; 
        left: -10px;
        position: absolute;
        top: 50px;
    }
    .slide-time-line {
        position: relative;
    }
   .slick-blog-posts-slider .blog-slide {
         padding: 0 15px;
     }
.div-img-blog-post {
	padding: 0px 0px 0px 0px;
}
/*.dropdown-item.active, .dropdown-item:active {
	border-bottom:1px solid #ffffff !important;
}
.active-link {
   border-bottom:1px solid #ffffff !important;
}
a.dropdown-item:hover {
   border-bottom:1px solid #ffffff !important;
}
.active-link {
   border-bottom:1px solid #ffffff !important;
}*/
.li-menu-nav-fixed-site:hover>a.link-menu-nav-fixed-site {
    color: #000000!important;
}
/*a.active-link::after {
    border-top-color: var(--red-color)!important;
}*/
/*@media (max-width: 768px) {
    .banner-text p {
        font-size: 16px;
        width: 90%;
        bottom: 5%;
    }
}
.div-img-brand {
	padding: 20px 60px
}*/
.banner-item {
    position: relative;
}
	.banner-text  {
    position: absolute;
    bottom: 3%;
    left: 45%;
    transform: translateX(-50%);
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    width: 80%; 
}
	.light-text {
   font-weight: 200; 
		font-size:14px !important;
    color: #ffffff;
    text-shadow: 2px 2px 5px #ffffff;
}
	@media (max-width: 768px) {
.banner-text  {
    bottom: 8% !important;
		}}
	@media (min-width: 1900px) {
		.banner-text {
	bottom: 5% !important;
			}}
@media (min-width: 2500px) {
    .banner-text {
        bottom: 7% !important;
    }
}
.slick-list {
	direction:ltr !important;
}
.timeline-slide__content1.desktop{
	width: 48%; 
	padding: 20px; 
	background: #F2F2F2; 
	border-radius: 10px;
    height: 300px; 
	bottom: 40px; 
	left: 685px; 
	position: absolute;
}
@media (min-width:1300px) and (max-width:1350px){
.timeline-slide__content1.desktop {
	left: 600px; 
	}}
@media (min-width:1351px) and (max-width:1370px){
.timeline-slide__content1.desktop {
	left: 615px; 
	}}
@media (min-width:1371px) and (max-width:1450px){
.timeline-slide__content1.desktop {
	left: 630px; 
	}}
@media (min-width:1451px) and (max-width:1470px){
.timeline-slide__content1.desktop {
	left: 655px; 
	}}
@media (min-width:1471px) and (max-width:1500px){
.timeline-slide__content1.desktop {
	left: 675px; 
	}}
@media (min-width:1600px){
.timeline-slide__content1.desktop  {
	    left: 720px !important;
	}}
@media (min-width: 1650px) {
    .timeline-slide__content1.desktop {
        left: 750px !important;
    }
}
@media (min-width: 1700px) {
    .timeline-slide__content1.desktop {
        left: 770px !important;
    }
}
@media (min-width: 1750px) {
    .timeline-slide__content1.desktop {
        left: 805px !important;
    }
}
@media (min-width: 1800px) {
    .timeline-slide__content1.desktop {
        left: 820px !important;
    }
}
@media (min-width: 1855px) {
    .timeline-slide__content1.desktop {
        left: 850px !important;
    }
}
@media (min-width: 1900px) {
    .timeline-slide__content1.desktop {
        left: 860px !important;
    }
}
@media (min-width: 1940px) {
    .timeline-slide__content1.desktop {
        left: 880px !important;
    }
}
@media (min-width: 1989px) {
    .timeline-slide__content1.desktop {
        left: 900px !important;
    }
}
@media (min-width: 2030px) {
    .timeline-slide__content1.desktop {
        left: 920px !important;
    }
}
@media (min-width: 2060px) {
    .timeline-slide__content1.desktop {
        left: 940px !important;
    }
}
@media (min-width: 2100px) {
    .timeline-slide__content1.desktop {
        left: 960px !important;
    }
}
@media (min-width: 2160px) {
    .timeline-slide__content1.desktop {
        left: 980px !important;
    }
}
@media (min-width: 2199px) {
    .timeline-slide__content1.desktop {
        left: unset !important;
        right: 0px;
    }
}
   
     

/* footer */
.download-app  {
    position:  relative;
    z-index:  1;
    background-color: #F8F8F8;
}
.title-our-address-footer-website {
    color: #1A1A1A;
    font-family: "DIN Regular";
    margin: 0;
}
.h5-our-address-footer-website {
    font-family: "DIN Regular";
    color: #0B2145;
    line-height: 1.5!important;
    margin: 0;
    text-align: start!important;
}
.title-blog-post{
  text-transform: lowercase;
}
.title-blog-post::first-letter {
  text-transform: uppercase;
}
.date-blog-post  {
    color:  #A6A6A6;
    font-size:  14px;
}
/* footer */
.button-fixed-mobile {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #007CBE;
    z-index: 20000;
    position: relative;
    bottom: 2px;
}
.button-fixed-mobile.whatsapp {
	 background-color:#25D366;
}
.button-fixed-mobile img {
    width: 25px;
}
.shadow-icon {
    box-shadow: 0 0 15px #007CBE;
}
@media (max-width:413px) {
    .button-fixed-mobile {
    width: 50px;
    height: 50px;
}
}.footer-website {
    position: relative;
    z-index: 1;
    background-color: var(--silver-color);
}
.div-img-logo-footer-website {
    display: flex!important;
    flex-direction: column;
    align-items: center;
}
@media (min-width:1499px) {
    .div-img-logo-footer-website {
    align-items: start;
}
}.img-logo-footer-website {
    width: 270px;
}
@media (max-width:991px) {
    .img-logo-footer-website {
    width: 230px;
}
}
.title-contact-info-footer-website {
    color: var(--main-color);
    font-family: "DIN Regular";
    margin: 0;
}
.desc-contact-info-footer-website {
    font-family: "DIN Regular";
    color: var(--opa-color);
    line-height: 1.5!important;
    margin: 0 0 22px 0;
}
.h5-link-contact-info-footer-website {
    margin: 0;
}
.a-link-contact-info-footer-website {
    font-family: "DIN Regular";
    color: var(--opa-color)!important;
    text-decoration: none;
}

.h5-link-our-address-footer-website {
    font-family: "DIN Regular";
    color: var(--opa-color);
    line-height: 1.5;
    margin: 0 0 22px 0;
}

.li-our-address-footer-website {
    padding: 0 0 11px 0!important;
}

.h5-our-address-footer-website span {
    font-family: 'DIN Bold'!important;
}
.div-download-google-apple-footer-website {
    display: flex;
}
@media (max-width:991px) {
    .img-download-google-apple-footer-website {
    width: 110px;
}
}@media (max-width:991px) {
    .bottom-website {
    padding-bottom: 3rem!important;
}
}.text-copyright-bottom-website {
    color: #4a4a4a;
    font-family: "DIN Regular"}
.link-maxart-website, .link-web-site-bottom-website {
    text-decoration: none;
    color: #4a4a4a!important;
    font-family: "DIN Regular"}
.link-maxart-website:hover, .link-web-site-bottom-website:hover {
    color: var(--red-color)!important;
}
.link-social-media-bottom-website {
    text-decoration: none;
    padding: 0 0 0 26px;
}
@media (max-width:767px) {
    .row-bottom-website {
    display: flex;
    flex-direction: column-reverse;
}
.col-copyright-bottom-website, .col-social-media-bottom-website {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}
.text-copyright-bottom-website {
    font-size: 14px;
}
}.row-get-in-touch {
    background: linear-gradient(to right, #0F1942, #2488C2);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 0 11px -7px #000;
}
.img-get-in-touch {
    width: 100%}
.col-form-get-in-touch {
    position: relative;
}
.title-get-in-touch {
    letter-spacing: 2px;
    color: #FFFFFF;
}
@media (max-width:575px) {
    .title-get-in-touch {
    font-size: xx-large;
}
.desc-get-in-touch {
    font-size: x-large;
}
}@media (min-width:360px) and (max-width:575px) {
    .title-get-in-touch {
    font-size: xxx-large;
}
}.desc-get-in-touch {
    color: #DFDFDF !important;
}
@media (min-width:576px) and (max-width:991px) {
    .desc-get-in-touch {
    font-size: 30px;
}
.title-get-in-touch {
    font-size: 50px;
}
}@media (min-width:1200px) {
    .desc-get-in-touch {
    font-size: 38px !important;
    letter-spacing:3px;
}
.title-get-in-touch {
    font-size: 60px;
    letter-spacing: 5px;
}
}.form-get-in-touch {
    padding: 10px 33px;
}
@media (max-width:575px) {
    .form-get-in-touch {
    padding: 10px 0;
}
}.get-in-touch-input {
    border-bottom: 1px solid #FFFFFF!important;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    transition: box-shadow .3s!important;
    font-family: "DIN Regular";
    background-color: transparent!important;
    resize: none;
    padding: 10px 0 10px 0;
	color:#ffffff !important;
}
.get-in-touch-input::placeholder {
    opacity: 60%;
    line-height: 2;
	color:#FFFFFF;
    font-family: "DIN Regular";
	
}
.get-in-touch-input::-webkit-scrollbar {
    width: 0;
}
.get-in-touch-input:focus {
    border-bottom: 1px solid #ffffff !important;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    box-shadow: unset;
    background-color: transparent!important;
}
.col-form-get-in-touch .iti__selected-dial-code {
    color: #FFFFFF !important;
}
.error-validate {
    color: var(--red-color);
    line-height: 2;
    font-family: "DIN Regular"}
.btn-send-get-in-touch {
    padding: 7px 33px;
    display: flex;
}
.iti__arrow {
    border-top: 4px solid #fff !important;
}
/* recovery services */
.double-title {
  position: relative;
  display: inline-block;
}
.title-back {
  position: absolute;
  top: -40px;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 1px #007cbe;
  font-size: 55px;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
  opacity:30%;
  font-family: "DIN Regular";
}
:lang(ar) .title-back {
	  left: unset;
	  right: 0;
}
.title-front {
  position: relative;
  color: #0B2145; 
  z-index: 2;
  font-family: "DIN Bold";
}
.double-title-bg {
  position: relative;
  display: inline-block;
  display:flex;
  justify-content:center;
}
.title-back-bg {
  position: absolute;
  top: -20px;
  left: unset !important;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-size: 45px;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
  opacity:30%;
  font-family: "DIN Regular";
}
:lang(ar) .title-back-bg {
	  left: unset !important;
	  right: unset !important;
	  top: -36px !important;
}
.title-front-bg {
  position: relative;
  color: #ffffff; 
  z-index: 2;
  letter-spacing:2px;
  font-family: "DIN Bold";
}
.content-post p , .content-post ul , .content-service {
  font-family: "DIN Regular"; 
  color:#7F7F7F;
  font-size: 16px;
  width:90%;
}
.content-post.product p {
	color:#000000 !important;
	opacity:57% !important;
}
.col-content-blue p , .col-content-blue ul {
  font-family: "DIN Regular"; 
  color:#ffffff;
  font-size: 16px;
  opacity:65%;
}
.content-post.product .col-content-blue p {
	color:#ffffff !important;
	opacity:65% !important;
	font-family: "DIN Regular"; 
	font-size: 16px;
}
.content-post.product .col-content-blue ul {
    color:#ffffff !important;
	opacity:93% !important;
}
.content-post.product .col-content-grey ul {
   color:#0B2145 !important;
   opacity:93% !important;
}

.bg .row {
	 background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-radius:10px;
}
.bg p {
  font-family: "DIN Regular"; 
  color:#ffffff;
  font-size: 14px;
  opacity:80%;
  text-align:center;
   line-height: 1.8;
}
.grey-bg {
	background:#F8F8F8;
}
.col-content-grey {
	background:#F8F8F8;
	padding: 5rem !important;
}
.col-content-blue {
	background:#007CBE;
	padding: 5rem 2rem !important;
}

/* arrows slider */
.slick-blog-posts-slider .slick-prev, 
.slick-blog-posts-slider .slick-next{
	   display: inline-block !important;
	   top: -11%;
}

.slick-blog-posts-slider .slick-prev {
    left: unset !important;
    right: 100px !important;
}
.slick-blog-posts-slider .slick-next {
    right: 60px !important;
}
.slick-prev:before, .slick-next:before  {
	color: #007CBE !important;
	font-size:30px !important;
}
.timeline-slider1 .slick-prev, 
.timeline-slider1 .slick-next {
	   display: inline-block !important;
}
.slick-slide-awards-and-crtifications .slick-prev, 
.slick-slide-awards-and-crtifications .slick-next {
	   top: 0 !important;
}
.slick-slide-awards-and-crtifications  .slick-next {
    right: -45px;
}
.slick-slide-awards-and-crtifications  .slick-prev {
    left: 99%;
}
@media (max-width:991px){
	.slick-slide-awards-and-crtifications .slick-prev, .slick-slide-awards-and-crtifications .slick-next {
    top: -8px !important;
}
.slick-slide-awards-and-crtifications  .slick-next {
        right: 0px;
}
.slick-slide-awards-and-crtifications  .slick-prev {
       left: 85%;
	}}
@media (min-width:767px) and (max-width:991px){
.slick-slide-awards-and-crtifications  .slick-prev {
       left: 90%;
	}}

.timeline-slider1 .slick-prev  ,
.timeline-slider1 .slick-next {
	top: -6%;
}
.timeline-slider1 .slick-prev {
    right: 10%;
    left: unset;
}
.timeline-slider1 .slick-next {
    left: unset;
    right: 7%;
}
/* responsive arrows slider */
@media (max-width:600px){
.slick-prev:before, .slick-next:before {
	font-size: 28px !important;
	}
	.slick-blog-posts-slider .slick-prev, .slick-blog-posts-slider .slick-next  {
     top: -9%;
	}
	.slick-blog-posts-slider .slick-prev {
    left: unset !important;
    right: 200px !important;
}
  .slick-blog-posts-slider .slick-next {
    right: 160px !important;
	}}
@media (min-width:1999px){
.timeline-slider1 .slick-prev  ,
.timeline-slider1 .slick-next {
	top: -3%;
	}}
/* change lang ar */
:lang(ar) .title-header-about-us  {
	text-align:right;
}
:lang(ar) .timeline-slide__content1.desktop {
	    right: 685px;
}
:lang(ar) #triangle-up {
    right: -10px;
	border-left: 12px solid #F2F2F2;
	border-right: unset;
}
:lang(ar) .header-right {
	margin-right: auto;
	margin-left: unset;
}
.:lang(ar) .span-title-header {
    letter-spacing: 3px;
}
@media (max-width:767px){
	.img-1 {
	width:15px !important;	
	}
.col-mob  {
	justify-content:center !important;
	}
	.whats-account , .phone-account {
	 padding-right: 1% !important;
	 padding-left: 1%;
     height: 100%;
}
	.para-header  {
		text-align:center;
	}
.icon-search-header {
    right: 6px !important;
    top: 50%;
	}
	.li-ul-lang-option {
		letter-spacing:0px !important;
	}
	.li-ul-lang-option p {
    padding: 0 2px;
    font-size: 12px !important;
	}
.input-search-header {
    width: 100% !important;
}
:lang(ar).icon-search-header {
    right: 125px !important;
}
	.shape-btn-header {
		top:-5px !important;
	}
   :lang(ar).shape-btn-header {
        top: 2px !important;
    }
	.img-1  {
width:30px !important;
	}
	:lang(ar).container-mobile {
		padding-top:0rem !important;
		padding-bottom:0rem !important;

	}}


/* responsive */
@media (min-width: 600px) and (max-width:991px) {
.div-img-brand {
	padding:20px !important
	}}
@media (max-width: 991px) {
    .banner-text {
        bottom: 40% !important;
        top:30% !important;
		left: 50% !important;
		width: 100%;
    }
	.banner-text h1 {
    font-size: 2rem;
    text-align: left;
    letter-spacing: 4px;
    line-height: 40px !important;
}
	.span-title-header {
    font-size: 2rem;
    letter-spacing: 8px;
}
	.para-home-banner {
    width: 100% !important;
}
	.box-engine {
    width: fit-content;
    padding: 5px;
	}
    .row-section-Newsletter  {
    padding: 15px;
}
	.title-engine-type {
    height: 50px;
	}
	.calculator-bar {
	display:table !important;	
	}
	.col-whoweare {
    padding: 10px 18px;
    min-height: 200px;
	}
	.timeline-img {
	   width: 100% !important;
       min-height: auto !important;
	}
	.slide-time-line  {
    margin:  0 15px;
}
	.mobile .slick-list {
		padding: 0px 0% !important;
	}
	.img-background-download-app  {
    width:  75% !important;}
	.li-ul-lang-option img {
    width: 20px!important;
}
	.container-fluid .col-content-grey , .container-fluid .col-content-blue  , .container .col-content-grey , .col-content-grey{
		padding:1.5rem !important;
	}
	.title-back , .title-back-bg {
		display:none;
	}
	.col-Newsletter {
		height:auto !important;
	}
}

    .header-single-page {
margin-top:160px !important;
}
.header-main-services  {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh !important;
}
@media (max-width: 991px) {
    .header-main-services, .header-warranty-contract, .header-brand {
        height: 25vh !important;
        margin-top: 120px !important;
    }
}
.bg ul {
	color:#ffffff !important;
	font-size:14px !important; 
	font-family: "DIN Regular" !important;
}
.para-cover {
    padding-right: 10%;
    padding-left: 10%;
}
.overhaul-section {
      text-align: center;
      padding: 2rem 1rem;
    }
.overhaul-section h2 {
	margin-top:1rem;
    margin-bottom:1rem;
}

    .overhaul-item {
      margin-top: 2rem;
	  margin-bottom:4rem;
    }

    .number-box {
      display: inline-block;
      background-color: #EEEEEE;
      color: #0B2145;
	  font-family: "DIN SemiBold" ;
      padding: 0.2rem 1rem;
	  border-radius: 8px;
      margin-bottom: 0.5rem;
      font-size: 1.5rem;
    }
    .overhaul-text {
      color: #0B2145;
     font-size: 16px;
    font-family: "DIN Medium";

}
.show-ul.main-services li {
  width: 30%;
  list-style: none;
  margin: 0;
	padding:0; }

.dropdown-mega-menu-new.sub-services li {
	  padding:10px 0px !important;
}
.dropdown-item.postion-meaga-arrow.active-link.dropdown-togele .show-ul.main-services {
	position:relative !important
}
.dropdown-mega-menu-new.sub-services {
  position: absolute;
  top: -300% !important;
  left: 100%;
  width: 70vw;
  background: #ffffff;
  padding: 20px;
  min-height: 100%;
}
#menu-item-365 .dropdown-mega-menu-new.sub-services {
    position: absolute;
    top: unset !important;
    bottom: 95px;
    left: 102%;
}
#menu-item-363 .dropdown-mega-menu-new.sub-services {
	position: absolute;
    top: unset !important;
    bottom: 8px;
    left: 102%;
}
#menu-item-362 .dropdown-mega-menu-new.sub-services {
	position: absolute;
    top: unset !important;
    bottom: 48px;
    left: 102%;
}
.dropdown-mega-li:hover>a {
    color: #ffffff;
}
.dropdown-mega-li-children:hover>a {
    color: #ffffff !important;
}
.dropdown-mega-li-children:hover>a::after, .dropdown-mega-li:hover>a::after {
    border-top-color: #ffffff;
}
.dropdown-item-a-three {
    color: #000 !important;
    text-decoration: none;
}
.dropdown-item-a-three:hover {
    color: #007cbe !important;
}
/* our services page */
.service-item {
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
}
.img-section-loop-content-services img {
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.reverse-layout .img-section-loop-content-services img {
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.col-content-services {
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.flex-row-reverse .img-section-loop-content-services img  {
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
@media (max-width:991px){
.flex-row-reverse .img-section-loop-content-services img  {
	border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 0px;
	}}

.flex-row-reverse .col-content-services {
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media (max-width:991px){
.flex-row-reverse .col-content-services {
	border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 15px;
	}}

@media (max-width:767px){
	.img-section-loop-content-services img {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
}
.reverse-layout .img-section-loop-content-services img {
	border-top-right-radius: 15px;
    border-top-left-radius: 15px;
	border-top-right-radius: 0;
}
	.col-content-services {
        border-top-right-radius: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px
}
}
.title-services {
    letter-spacing: 3px;
    color: #0B2145 !important;
}
.btn-service{
    border-radius: 50px;
    width: fit-content;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 300;
    gap: 5px;
    border: none;
	text-decoration: none;
	background: transparent;
    color: #0B2145 !important;
	border: 1px solid #0B2145 !important;
}
.desc-services {
    color: #7F7F7F!important;
    font-size: 18px;
    line-height: 1.8;
    margin: 0!important;
}
@media (max-width:575px) {
    .desc-services {
    font-size: 16px;
}
}@media (max-width:1199px) {
    .desc-services {
    padding: 0!important;
}
}
.col-content-services {
    border: 1px solid #b5b5b5;
}
.section-loop-content-services {
    background-color: #f8f9f9;
}
.section-loop-content-partner {
	background-color: #F8F9F9;
}
.btn-service:hover {
	    color: unset;
}

@media (max-width:1199px) {
    .col-content-services {
    padding-left: 0!important;
    padding-right: 0!important;
}
.col-content-services:lang(ar) {
    padding-left: 0!important;
    padding-right: 0!important;
}

}.col-img-services {
    padding-right: 0!important;
    padding-left: 0!important;
}
.slick-sub-services-slider {
  padding-left: 150px;    
  margin-right: -15px;   
}
@media (max-width:991px){
.slick-sub-services-slider {
    padding-left: 30px;
    margin-right: -15px;
	}}

.slick-sub-services-slider .slick-slide {
  padding-right: 5px;
  padding-left: 0;
}
.slick-sub-services-slider .slick-slide:last-of-type {
  padding-right: 0;
}
.the-face-card {
    /*position: absolute;*/
    z-index: 1;
    width: 95%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    border: 1px solid #B5B5B5;
	border-radius: 15px;
}
.icon-service {
	background: #EEEEEE;
    margin: 20px 0px 0px 0px;
    border-radius: 8px;
    padding: 8px;
    width: 50px;
}
.title-sub-services {
    padding-top: 5px;
    height: 40px;
    text-align: left;
    display: flex;
    align-items: center;
	color:#0B2145;
	font-size:18px !important; 
}
.desc-sub-services {
    font-size: 14px;
    color: #7F7F7F!important;
    text-align: left !important;
    word-break: break-all;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
:lang(ar) .desc-sub-services {
	 text-align: right !important;
}
.desc-sub-partner {
    font-size: 14px;
    color: #7F7F7F!important;
    text-align: center !important;
    word-break: break-all;
    height: 120px;
	text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.card-custom {
    width: 100%;
    max-width: 314px;
}

.col-backface-flip-card1.card-custom {
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #B9B9B99C;
	  padding: 20px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.icon-partner {
    background: #EEEEEE;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 60px;
	  border-radius: 8px;
}
/* about pg */

.section-awards-and-crtifications {
    position: relative;
    z-index: 1;
    background-color: #f8f9f9;
}
.title-awards-and-crtifications {
    color: var(--main-color);
    letter-spacing: 2px;
    font-size: 50px;
}
@media (max-width:575px) {
    .title-awards-and-crtifications {
    font-size: xx-large;
}
}

.title-slide-awards-and-crtifications:lang(ar) {
    letter-spacing: 0;
}
@media (max-width:575px) {
    .title-slide-awards-and-crtifications {
    padding-bottom: 3px;
    letter-spacing: 0;
}
}@media (max-width:991px) {
    .title-slide-awards-and-crtifications {
    padding-top: 15px;
    font-size: 19px;
}
}@media (min-width:992px) and (max-width:1199px) {
    .title-slide-awards-and-crtifications {
    font-size: 20px;
}
}@media (min-width:1200px) and (max-width:1399px) {
    .title-slide-awards-and-crtifications {
    font-size: 25px;
}
}
@media (min-width:1400px) {
    .desc-slide-awards-and-crtifications {
    line-height: 2;
}
}@media (max-width:991px) {
    .desc-slide-awards-and-crtifications {
    font-size: 16px;
}
}.slide-img-car {
    position: relative;
}
.ul-paginator {
    list-style: none;
    position: absolute;
    right: 38%;
    top: 79%}
@media (max-width:991px) {
    .ul-paginator {
    list-style: none;
    position: unset;
    right: 0;
    top: 0;
    padding: 0!important;
    justify-content: center;
}
}.prev img {
    transform: rotate(180deg);
    filter: brightness(0);
}
.next img {
    filter: brightness(0);
}
.prev img:hover {
    filter: brightness(1);
}
.next img:hover {
    filter: brightness(1);
}
@media (max-width:1399px) {
    .prev img {
    width: 40px;
}
.next img {
    width: 40px;
}
}
.card-awards {
	background:#007CBE;
	padding:30px;
	border-radius:15px;
}
.title-slide-awards-and-crtifications {
    font-size: 28px !important;
    letter-spacing: 4px;
    padding-bottom: 10px;
    padding-top: 18px;
	color:#ffffff !important;
}
.desc-slide-awards-and-crtifications {
    color: #ffffff;
	opacity:70%;
    font-size: 17px;
	line-height:1.6 !important;
}
.slider-partners {
    padding: 0 !important;
    margin: 0 auto;
}
@media (min-width:768px) and (max-width:991px) {
    .img-slide-awards {
    width: 65%!important;
    margin: 0 auto;
}
}.section-partners {
    position: relative;
    z-index: 1;
}
.title-section-partners {
    color: var(--main-color);
    letter-spacing: 2px;
    font-size: 50px;
}
@media (max-width:575px) {
    .title-section-partners {
    font-size: xx-large;
}
}.desc-section-partners {
    color: var(--opa-color);
    font-size: 18px;
}
@media (max-width:575px) {
    .desc-section-partners {
    font-size: 16px;
}
}.div-img-partners {
    width: 20%}
@media (max-width:359px) {
    .div-img-partners {
    width: 100%}
}@media (min-width:360px) and (max-width:575px) {
    .div-img-partners {
    width: 50%}
}@media (min-width:576px) and (max-width:991px) {
    .div-img-partners {
    width: 33.3333333%}
}@media (min-width:992px) {
    .div-img-partners {
    width: 20%}
}@media (max-width:359px) {
    .img-partners {
    width: 56%!important;
}
}@media (min-width:360px) and (max-width:575px) {
    .img-partners {
    width: 70%!important;
}
}@media (min-width:768px) {
    .img-partners {
    width: 70%!important;
}
}
.div-img-partners {
    padding: 0 10px; 
}
.page-template-about .get-in-touch , .page-template-spare-parts .get-in-touch , 
.page-template-media-center .get-in-touch , .single-blog .get-in-touch ,
.tax-brand .get-in-touch , .page-template-AWARDSCERTIFICATIONS .get-in-touch ,
.page-template-mukafaat .get-in-touch ,
.page-template-downloadApp-php .get-in-touch ,
.page-template-downloadApp-php .download-app  ,
.page-template-media-center .download-app {
	display:none;
}
/* contact us page */
.background-image-header {
    position: absolute;
    z-index: -2;
    left: -103px;
    top: -90px;
}

.location-header-contact-us-branch-tow {
    width: 23px;
    position: absolute;
    bottom: 24%;
    left: 13%;
    cursor: pointer;
}
.location-header-contact-us {
    width: 23px;
    position: absolute;
    top: 25%;
    left: 43%;
    cursor: pointer;
}
.text-branch-header-hover {
    color: #fff;
    white-space: nowrap;
    background-color: #535353;
    position: absolute;
    padding: 2px 19px;
    border-radius: 21px;
    bottom: -16px;
    right: 100%;
    transform: translate(-5px, 0);
    opacity: 0;
    transition: opacity .5s;
}
@media (max-width:575px) {
    .text-branch-header-hover {
    font-size: 10px;
}
}.location-header-contact-us-branch-tow .text-branch-header-hover {
    right: unset;
    left: 100%;
    transform: translate(5px, 0);
}
.location-header-contact-us-branch-tow::after, .location-header-contact-us::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: box-shadow .5s;
}
.location-header-contact-us-branch-tow:hover::after, .location-header-contact-us:hover::after {
    box-shadow: 0 0 21px 8px var(--red-color);
}
.location-header-contact-us-branch-tow:hover .text-branch-header-hover, .location-header-contact-us:hover .text-branch-header-hover {
    opacity: 1;
}

.row-first-branch {
    display: none;
}
.row-Second-branch {
    display: none;
}
.col-first-branch {
    display: none;
}
.col-Second-branch {
    display: none;
}
.display-tab-s {
    display: block;
}
.content-img-form-contact-us {
    position: relative;
}
.phone-number-content-img-form-contact-us {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    font-size: 33px;
    width: 100%;
    text-align: center;
}
@media (max-width:360px) {
    .phone-number-content-img-form-contact-us {
    font-size: 26px;
}
}.div-form-contact-us {
    background-color: #f8f8f8;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width:575px) {
    .form-get-in-touch {
    padding: 10px 33px;
}
}
@media (max-width:575px) {
    .btn-open-form-join-damily {
    padding: 9px 19px;
    font-size: 17px;
}
}.join-our-family {
    display: none;
    background-color: #000000d6;
    padding: 40px 200px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 111111111111111111111111111111111;
    overflow: auto;
}
.join-our-family::-webkit-scrollbar {
    width: 0;
}
.container-join-our-family {
    padding: 10px 150px;
    width: 100%;
    height: 100%}
@media (max-width:991px) {
    .join-our-family {
    padding: 40px 0;
}
.container-join-our-family {
    padding: 10px 0;
}
}@media (min-width:992px) and (max-width:1199px) {
    .join-our-family {
    padding: 40px 100px;
}
.container-join-our-family {
    padding: 10px 0;
}
}@media (min-width:1200px) and (max-width:1399px) {
    .join-our-family {
    padding: 40px 200px;
}
.container-join-our-family {
    padding: 10px 0;
}
}@media (min-width:1400px) and (max-width:1399px) {
    .join-our-family {
    padding: 40px 200px;
}
.container-join-our-family {
    padding: 10px 100px;
}
}.title-form-join-our-family {
    color: #0B2145;
    font-size: 2rem;
}
@media (max-width:413px) {
    .title-form-join-our-family {
    color: #0B2145;
    font-size: 33px;
}
}.row-join-our-family {
    padding: 5px 20px;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    margin: auto;
}
@media (max-width:767px) {
    .row-join-our-family {
    padding: 10px;
    top: 0;
    transform: translate(-50%, 0);
}
}@media (min-width:768px) and (max-width:991px) {
    .row-join-our-family {
    padding: 10px;
}
	.model-label {
		font-size:14px !important;
	}
}
@media (min-width:768px) and (max-width:1099px) {
	 .row-join-our-family {
    transform: translate(-50%, 50%);
	}}
@media (min-width:1400px){
.row-join-our-family {
    transform: translate(-50%, 14%);
	}}
@media (min-width:1600px){
.row-join-our-family {
    transform: translate(-50%, 40%);
	}}

.close-join-our-family {
    width: 50px;
    position: absolute;
    top: 21px;
    right: 10px;
    cursor: pointer;
}
.background-form-book {
    background-color: #ffffff;
}
.color-tab-disabled {
    color: #c5c5c5!important;
}
.background-select-form-booking {
    background-color: transparent !important;
}
.background-choose-file {
    background-color: #6e6e6e;
}
.font-regular {
    font-family: "DIN Regular";
    line-height: 1.5;
}
.col-title-tab-join-our-family {
    cursor: pointer;
}
.title-tab-join-our-family {
    pointer-events: none;
}
@media (max-width:575px) {
    .title-tab-join-our-family {
    font-size: 20px;
}
}.col-Vehicle-tab-join-our-family {
    border-right: 1px solid #585858;
}
.selectdiv {
    overflow: hidden;
    position: relative;
}
.select-booking-form {
    line-height: 2.2;
    border: unset;
    padding: 8px 9px;
    cursor: pointer;
}
.select-booking-form:focus {
    border: 1px solid #007CBE !important;
    box-shadow: unset !important;
    color: #0B2145 !important !important;
}
.selectdiv::after {
    content: "";
    color: #c5c5c5!important;
    position: absolute;
    right: 14px;
    top: 55%;
    transform: translate(0, -50%) rotate(0);
    z-index: 2;
    border: 5px solid #c5c5c5;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    pointer-events: none;
}

.input-upload-front {
    padding: 8px 15px;
    border-radius: 7px;
}
.div-choose-file {
    padding: 6px 16px;
    border-radius: 7px;
    cursor: pointer;
}
.name-file-pa {
    width: 56%}
.btn-next-form-booking {
    background-color: var(--yellow-color);
    width: 100%;
    padding: 16px 0;
    border-radius: 10px;
}
.btn-next-form-booking:hover {
    background-color: #c19507;
}
.error-join-our-family {
    color: #c10219;
}
@media (max-width:767px) {
    .col-tab-book-form {
    height: 65vh;
    overflow: auto;
}
.col-tab-book-form::-webkit-scrollbar {
    width: 0;
}
}.iti__country-list::-webkit-scrollbar {
    width: 5px;
}
.iti__country-list::-webkit-scrollbar-track {
    background-color: transparent;
}
.iti__selected-dial-code {
    color: var(--white-color);
}
.input-form-booking {
	border: 1px solid #B5B5B5 !important;
    height: 35px;
    font-family: "DIN Regular";
    line-height: 2.2;
    padding: 0px 9px;
    color: #fff!important;
    resize: none;
}
.input-form-booking::placeholder {
    color: #c5c5c5!important;
    line-height: 2.2;
    font-family: "DIN Regular"}
.input-form-booking::-webkit-scrollbar {
    width: 0;
}
.btn-join {
	background: #007CBE;
    border: 1px solid #007CBE;
	border-radius:30px;
	color:#fff;
	font-family: "DIN Regular";
	padding: 10px 70px;
}
.form-select {
 border: 1px solid #B5B5B5 !important;
 height: 35px;
 padding: 0px 9px !important;
}
.input-form-booking:focus {
    border: 1px solid #007CBE !important;
    box-shadow: unset!important;
    color: #fff!important;
}
.loading-book-form {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    top: 0;
    left: 0;
    z-index: 3;
}
.loading-book-form::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid var(--red-color);
    border-left-color: transparent;
    animation-name: loadinganimateformcontact;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function: linear;
}
.btn-send-join-our-family {
    padding: 7px 26px;
    font-size: 20px;
}
.iti__arrow {
    border-top-color: #fff;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.section-msg-success {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000d6;
    z-index: 111111111111111111111;
}
.title-msg-success {
    color: #fff;
}
.title-msg-success spam {
    color: var(--yellow-color);
}
.title-header-contact-us {
    color: #0B2145 !important;
	letter-spacing: 1px;
}
.col-title-tab-border {
    border-right: 1px solid #0B2145;
}
.active-tab-contact {
    border: 2px solid #0B2145;
    position: relative;
	background-color: #0B2145 !important;
}
.active-tab-contact::after {
    content: "";
    position: absolute;
    border: 13px solid #0B2145;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -26px;
    left: 45%;
}
.subtitle-section-tab {
    color: #0B2145;
   /* opacity: .1; */
    pointer-events: none;
}
.subtitle-active-section-tab {
    color: #ffffff !important;
    opacity: 1;
}
.col-title-section-tab {
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #0B2145;
	border-radius:15px;
	color:#0B2145 !important;
}
.col-content-tab-branch {
	background: #F4F9FC;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; 
}
.desc-CONTACT-VIA-EMAIL , .desc-OPENING-HOUR ,.email-CONTACT-VIA-EMAIL {
color:#0B2145;
opacity:56%;
}
.title-OPENING-HOUR {
    color: #0B2145;
	font-size:1.5rem !important;
	letter-spacing:1px !important;
} 
.first-cover , .second-cover{
/*background:url(' https://wordpress-548447-5399834.cloudwaysapps.com/wp-content/themes/MaxArt/assets/img/newgerman/map.webp'); */
	background-size:cover;
	background-position:center;
	height: 100%;
}
@media (max-width:767px){
.first-cover, .second-cover {
	min-height:300px !important;
	}}
@media (min-width:767px){
.image-form {
	width:95% !important;
	}}
.schedule-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.day {
  white-space: nowrap;
  font-family: "DIN Regular";
  color: #0B2145;
}
.time  {
 white-space: nowrap;
  font-family: "DIN Regular";
  color: #0B2145;
  opacity:56% !important;
}
.line {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc; /* Make sure this isn't white on a white background */
}
.email-CONTACT-VIA-EMAIL span {
    color: #0B2145;
}
.span-contact  {
	color:#0B2145 !important
}
.value-span {
	color:#0B2145 !important;
	opacity:56% !important;
}
.title-contact-us {
    color: #0B2145 !important;
}
.desc-form {
color:#000000;
opacity:57% !important;
}
.row-form-contact .get-in-touch-input {
    border-bottom: 1px solid #0B2145!important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
	border-radius: 0;
    transition: box-shadow .3s!important;
    font-family: "DIN Regular";
    background-color: transparent!important;
    resize: none;
    padding: 10px 0 10px 0;
	color:#0B2145 !important;
}
.row-form-contact .get-in-touch-input::placeholder {
    opacity: 90%;
    line-height: 2;
	color:#0B2145;
	font-size:14px !important;
    font-family: "DIN Regular" !important;
	
}
.row-form-contact  .iti__arrow {
    border-top: 4px solid #0B2145 !important;
}
.div-input-phonenumber .col-form-get-in-touch .iti__selected-dial-code {
	color:#0B2145 !important;
}
.div-input-phonenumber  .iti.iti--allow-dropdown.iti--separate-dial-code .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
	color:#ffffff !important;
}
.row-form-contact .get-in-touch-input::-webkit-scrollbar {
    width: 0;
}
.row-form-contact .get-in-touch-input:focus {
    border-bottom: 1px solid #0B2145 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: unset;
    background-color: transparent!important;
}
.row-form-contact .col-form-get-in-touch .iti__selected-dial-code {
    color: #0B2145 !important;
}
.btn-germ {
    color: #0E2D50 !important;
    text-decoration: none;
    padding: 15px 25px;
	border-radius:10px;
	font-family: "DIN Medium";
	font-size: 18px;
    display: flex;
	background:#FFFFFF;
	width:fit-content !important;
	
}
.btn-send-get-in-touch.contact {
	color: #FFFFFF !important;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-family: "DIN Regular";
	font-size: 18px;
    display: flex;
	background:#007CBE;
	width:fit-content !important;
}
.btn-open-form-join-damily {
    color: var(--main-color)!important;
    transition: color .5s;
}
.btn-open-form-join-damily::after {
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
}

.title-join-our-family {
    color: #fff;
    font-size: 55px;
    letter-spacing: 4px;
}
@media (max-width:575px) {
    .title-join-our-family {
    font-size: 30px;
}
}.title-join-our-family:lang(ar) {
    letter-spacing: 0;
}
.title-join-our-family span {
    color: var(--red-color);
}
.description-join-our-family {
    color: #fff;
}
.btn-open-form-join-damily::after {
	background-color: #ffffff;
	color:#0E2D50;
    border-color: #ffffff;
}
.section-Beneficial {
    background-image: url('/wp-content/uploads/2025/05/beneficial-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	height: auto;}

@media (max-width:767px){
.section-Beneficial {
	background-image: none;
	background-color:#F8F8F8;
}}

@media (min-width:1799px){
.section-Beneficial {
	background-position: center;
	}}


@media (max-width:991px){
.section-join-our-family {
	background-image: url('/wp-content/themes/MaxArt/assets/img/newgerman/careers-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: auto;
	}
	.img-join-family {
	display:none !important;	
	}
	.content-on-image {
	position:unset !important;	
    transform: unset !important;
	}}
.product-li {
	list-style:none !important;
	padding:0 !important;
}
.li-icon {
width:8px;
height:auto;
padding-bottom:.25rem !important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 950px !important;
    }
}

.model-label {
	   font-family: "DIN Regular";
	   color: #0B2145 !important;
	   padding-bottom:4px !important; 
}
.div-phone-number .iti.iti--allow-dropdown  .iti__selected-dial-code {
	color:#083F5C !important;
}
.div-phone-number .iti__flag-container .iti__selected-flag .iti__arrow{
border-top: 4px solid #083F5C !important;
}

.form-control.input-name-form-contact.input-form-booking.background-select-form-booking::placeholder , 
.form-control.input-phone-form-contact.input-form-booking.background-select-form-booking::placeholder {
		color:#0B2145 !important;
	   opacity:50%;
}
/* became partner */
.sub-title {
	font-size:20px;
	color:#0B2145;
}
.brief-partner  {
	color:#007CBE;
}
.desc-partnert {
	color:#0B2145;
	opacity:75% !important;
}
	


/* media center */
.section-top-page-media-center {
    background: #FFFFFF;
}
.section-post-type-blog {
       background: #f8f8f9;
}
@media (max-width:991px) {
    .container-content-blog {
    padding: 0!important;
}
}.title-blog-section {
    color: #0B2145;
}
.img-blog {
border-radius:10px;	
}
.date-blog {
    background-color:#007CBE;
    padding: 4px 9px;
    color: #fff;
    letter-spacing: 1px;
	border-radius: 8px;
    font-size: 10px;
}
.card-divider {
    border: none;
    height: 2px !important;
    background-color: #b3b0b0;; /* light gray line */
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
@media (max-width:991px) {
    .date-blog {
    height: 100%}
}.container-content-blog {
    padding-left: 10px;
}
.container-content-blog:lang(ar) {
    padding-right: 10px;
}
.capitalize-first-letter {
    text-transform: lowercase; /* make everything lowercase */
}
.capitalize {
	 text-transform: capitalize;
}
.blog-date {
    font-size: 14px; 
	color: #0B2145; /* light gray */
}

.share-button {
    position: relative;
    cursor: pointer;
}

.share-button .buttons-share {
    display: none;
    position: absolute;
    /*bottom: 120%;*/
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 10;
}

.share-button:hover .buttons-share {
    display: block;
}
.capitalize-first-letter::first-letter {
    text-transform: capitalize;
}
.description-blog-section {
    font-size: 12px;
	color:#7F7F7F;
}
@media (max-width:991px) {
    .description-blog-section {
    font-size: 14px;
}
}
@media (max-width:991px) {
    .row-content-blog {
    row-gap: 15px;
}
}
@media (min-width:992px) {
    .row-content-blog {
    row-gap: 50px;
}
}
.sub-title-card {
    color: #0B2145;
	font-size:18px !important;
	min-height:80px !important;
}
.card-body-blog {  
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-top-left-radius:0px !important;
  border-top-right-radius:0px !important;
  border-bottom-left-radius:10px !important;
  border-bottom-right-radius:10px !important;	
  background-color: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.share-button {
    position: relative;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
	 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.Description-card {
    font-size: 14px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.buttons-share {
    position: absolute;
    display: none;
    top: -100%;
    right: 0;
    z-index: 10;
    background: #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    gap: 1px;
}
.buttons-share a {
    padding: 10px 20px;
    text-decoration: none;
    background: #00f;
    color: #fff;
}
.buttons-share path {
    fill: #fff;
}
.buttons-share a:first-child:hover {
    background-color: #2d4475;
}
.buttons-share a:last-child:hover {
    background-color: #1989cd;
}
.share-button:hover .buttons-share {
    display: flex;
}
/* single post */
.desc-post-services {
    color: #000000;
    opacity: 57%;
	font-size: 17px !important;
    font-family: "DIN Regular";
}
.desc-post-services p {
	color: #000000;
    opacity: 57%;
	font-size: 17px !important;
    font-family: "DIN Regular";
}
ul .triangle-arrow {
    transform: translate(0, 5px);
}
.tax-brand .section-description-brand ul {
	padding-top: 1.5rem !important;
    padding-bottom: 0.2rem !important;
	padding-left: 0 !important;
}
.description-por-speciality {
     color: #0B2145 !important;
     font-family: "DIN Regular" !important;
	 opacity: 100% !important;
	padding-bottom:1rem !important;
}
.btn-search {
    background-color: #007CBE;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
	border-radius:10px;
    cursor: pointer;
    transition: background-color .5s
}

.div-search {
    background-color: #f8f9f9;
    padding: 25px 55px;
	border-radius:10px;
}
.div-all-brands {
    border-radius:10px;
	background-color: #f8f9f9;
    padding: 40px;
}
@media (max-width:575px) {
    .div-all-brands {
        padding: 37px 29px 0 29px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .div-all-brands {
        padding: 50px 23px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .div-search {
        padding: 25px 23px
    }
}

@media (max-width:575px) {
    .div-search {
        padding: 25px 20px
    }
}
.form-control.input-search{
	padding: .775rem .75rem;
	background-color: #E5E5E5;
	border-radius:10px;
	border: 1px solid #E5E5E5;
}
.title-link-all-brands {
    text-align: justify;
    color: #0B2145 !important;
	opacity:75% !important;
    font-size: 18px;
    transition: color .5s
}
.a-url-all-brands:hover .title-link-all-brands {
    color: #0B2145 !important
}

.a-url-all-brands:hover .icon-all-brands {
    transform: scale(1.2)
}
.form-control.input-search :focus {
	box-shadow:unset !important;
}
.title-all-brands {
    color: #0B2145;
	font-size: 1.4rem !important
} 
.title-post-service {
    text-align: start !important;
    color: #0B2145 !important;
    font-size: 18px !important;
	opacity:75% !important;
    transition: color .5s;
    line-height: 1.4 !important
}
.img-post-service {
    height: unset !important;
    transition: transform .5s;
	border-radius:10px !important;
}
.a-link-post-services:hover .img-post-service {
    transform: scale(1.1)
}

.a-link-post-services:hover .title-post-service {
    color: #0B2145 !important
}
.locations-section {
  background-image: url('/wp-content/uploads/2025/05/location-cover-1.webp'); 
  background-size: cover;
  background-position: center;
  padding: 70px 20px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.locations-content h2 {
  font-size: 28px;
  font-family: "DIN Regular";
  margin-bottom: 30px;
}
.locations-content p {
	color:#ffffff !important;
	opacity:90% !important;
}

.locations-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.location-button {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #0a1f44;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: "DIN Regular";
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
/* faqs */
  .faq-container {
      max-width: 700px;
      margin: auto;
    }
    .title-faq {
	color:#0B2145;
      }
 
    .faq-item {
      background: #F8F8F8;
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
    }
    .faq-question {
      padding: 20px 20px;
	  font-size: 18px;
      cursor: pointer;
      position: relative;
	  color:#0B2145;
	font-family: "DIN Regular";

    }
.faq-answer {
	padding: 0 20px 0px 40px !important;
}
    .faq-answer p {
      display: none;
	  font-size: 16px;
      color: #0B2145;
	  opacity:71%;
	  font-family: "DIN Regular";
      border-left: 2px solid #007CBE;
      padding-left: 10px;
	 padding-bottom:20px;
    }
    .faq-question::after {
      content: '+';
      position: absolute;
      right: 20px;
      font-size: 18px;
    }
 .faq-question::after:lang(ar) {
      content: '+';
      position: absolute;
      left: 20px;
	 right:unset !important;
      font-size: 18px;
    }
    .faq-item.active .faq-answer p {
      display: block;
    }
    .faq-item.active .faq-question::after {
      content: '–';
    }
.text-section-awards-after-header {
    color: #000000;
	opacity:57%;
    font-size: 18px;
	text-align:center;
}
@media (max-width:575px) {
    .text-section-awards-after-header {
    font-size: 16px;
}
}
/* Mukaffaat page */
.section-MUKAFAAT-LOYALTY {
     background:#F8F8F8;
}
.section-Mukafaat-Customer {
    background-color: #FFFFFF;
}
.section-Mukafaat-Program-work {
   background:#F8F8F8;
}
.section-Join-This-Program {
    background-color: #FFFFFF;
}
.section-Points-As-Gifts {
   background:#F8F8F8;
	    position: relative;
    z-index: 1;
}

.section-steps {
  background:#FFFFFF;
}
.description-section-MUKAFAAT-LOYALTY {
    color: #000000!important;
	font-size: 16px;
	opacity:57% !important;
}
.title-content-MukafaatProgramWork {
	color:#000000;
	opacity:71%;
}

.icon-content-Mukafaat-Program-work , .img-step-icon-gifts {
    width: 75px;
}
	
@media (min-width:768px) and (max-width:991px) {
    .icon-content-Mukafaat-Program-work {
    width: 80px;
}}
	
	@media (min-width:992px) and (max-width:1199px) {
    .icon-content-Mukafaat-Program-work {
    width: 80px;
}
}
.line-point {
    border-left: 2px dotted #0B2145;
    width: 0;
    height: 73px;
    position: absolute;
    left: 50%}
.step-section-gifts {
    color: #0B2145;
	opacity:90%;
    font-size: 14px;
    white-space: nowrap;
}
.desc-step-section-gifts {
    color: #0B2145;
    font-size: 14px;
}
.div-line-postion {
    position: relative !important;
}
.text-step-gifts {
	color:#0B2145;
    text-align: left;
    font-size: 20px;
    letter-spacing: 1px;
}
.text-step-gifts span {
    color: #007CBE;
}
@media (max-width:991px){
.img-section-two-Points-As-Gifts {
	width:100% !important
	}}
.img-section-mukafaat-loyalty {
    width: 90%;
}
.img-section-Points-As-Gifts {
    width: 60%!important;
}
@media (min-width:992px) and (max-width:1399px) {
    .img-section-Points-As-Gifts {
    width: 49%!important;
}
}
/* german app page */
.header-download-app {
    height: 15vh;
} 
.section-german-experts-download {
    position: relative;
    z-index: 1;
	background:#F8F9F9;
}
.text-section-download-after-header {
color: #0B2145;
opacity:68%;
}
.div-btn-download-after-header {
    gap: 20px;
    justify-content: left;
    width: 100%}
@media (max-width:359px) {
    .div-btn-download-after-header img {
    width: 130px;
}
}
.title-section-german-experts-download {
	color:#0B2145;
    letter-spacing: 4px;
}
@media (min-width:360px) and (max-width:767px) {
    .div-btn-download-after-header img {
    width: 150px;
}
	.title-section-german-experts-download {
	color:#0B2145;
    letter-spacing: 4px;
}
.title-section-german-experts-download:lang(ar) {
    letter-spacing: 0;
}
@media (max-width:359px) {
    .title-section-german-experts-download {
    font-size: 25px;
    letter-spacing: 0;
}
}
	@media (min-width:360px) and (max-width:575px) {
    .title-section-german-experts-download {
    font-size: 29px;
    letter-spacing: 1px;
}
}
	@media (min-width:992px) and (max-width:1199px) {
    .title-section-german-experts-download {
    font-size: 39px;
    letter-spacing: 1px;
}
}
}
.icon-option-section-german-experts-download {
    width: 65px;
}
.img-mobile-header img {
    width: 100%}
.text-download-app {
	color:#161616;
}
.description-expert-app {
	color:#0B2145;
	opacity:69%;
	width:90%;
}
.title-card {
   display:flex;
   justify-content:left;
   color:#007CBE;
}
.brief-card {
   display:flex;
   justify-content:left;
   color:#007CBE;
}
.card.app {
	 border: none;
	border-radius:10px;
}
.double-line-title {
    position: relative;
    display: inline-block;
    padding-top: 10px; /* space for the lines above */
}

.double-line-title::before,
.double-line-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #007bb5; /* adjust to your color */
}

.double-line-title::before {
    width: 135px; /* longer bottom lin */
}

.double-line-title::after {
    width: 47px; /* shorter top line */
	top: 7px; /* slight gap between the two lines */
}
.card.app  {
  width: 200px; 
  background-image: url('/wp-content/uploads/2025/05/bg-card.webp'); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover;
}
.img-header-app {
  background-image: url('https://wordpress-548447-5399834.cloudwaysapps.com/wp-content/uploads/2025/05/app1.webp'); 
  background-repeat: no-repeat; 
  background-position: top; 
  background-size: cover;
}
.download-app-page {
  background-image: url('/wp-content/uploads/2025/05/app2.webp'); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover;
}
.description-app {
  color:#0B2145;
}
@media (min-width:992px) and (max-width:1199px) {
    .img-mobile-header img {
    transform: scale(1.3);
}
}@media (min-width:1200px) {
    .img-mobile-header {
    display: flex;
}
.img-mobile-header img {
    transform: scale(1.3);
    width: 60%;
    margin: 0 auto;
}
}
.app-section {
  padding: 60px 20px;
  background: #fff;
}
.description-app2 {
	color: #0B2145;
    font-size: 15px;
	margin-bottom:10px !important;
}
.expert-app-sec {
background:#F8F9F9;
}
.sub-title-link {
	text-decoration:none !important;
	text-align:left !important;
}
