@import
url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');


.header-desktop {
background-color: transparent;
transition: background-color 0.3s ease;
position: fixed;
top:0;
width: 100%;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 999;
}
.header-desktop:hover .menu-item {
text-decoration: none;
color: #000000;
}
.header-mobile:hover .menu-item {
text-decoration: none;
color: #000000;
}
.header-desktop:hover .lang {
text-decoration: none;
color: #000000;
}
.header-mobile:hover .lang {
text-decoration: none;
color: #000000;
}
.header:hover .logo{
background-image: url('../img/l2.webp');
background-size: contain;
background-repeat: no-repeat;
transition: background-image 0.3s ease;
}
.header-desktop:hover .logo{
background-image: url('../img/l2.webp');
background-size: contain;
background-repeat: no-repeat;
transition: background-image 0.3s ease;
}

.header-desktop:hover{
background-color: #fff;
transition: background-color 0.3s ease;

}
.header-desktop.scrolled {
background-color: #000;
}
.header-mobile.scrolled {
background-color: #000;
}
header.scrolled:hover .menu-item{
transition: background-color 0.3s ease;
color: #000;
}
.header-desktop.scrolled:hover .lang{
color: #000000;
}
.header-mobile.scrolled:hover .lang{
color: #000000;
}


.header-desktop.scrolled:hover {
background-color: #fff;
transition: background-color 0.3s ease;
}

.header-desktop a {
text-decoration: none;
color: #ffffff;
}
.header-desktop ul {
list-style: none;
}

.logo {
width: 100px;
height: 60px;
background-image: url('../img/l1.webp'); /* ← غيّر هذا حسب مكان الصورة */
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: block;
transition: background-image 0.3s ease;
}

.logo:hover {
background-image: url('/img/l2.webp'); /* ← صورة الهوفر */
}

.menu-item:hover {
font-weight: bolder;
transition: font-weight 0.3s ease;
}
.lang:hover {
font-weight: bolder;
transition: font-weight 0.3s ease;
}
.logo > img {
width: 100px;
padding: 4px;
}
.menu-items {
display: flex;
align-items: center;
margin:0px;
}
.menu-items li {
transition: background 0.3s ease-in-out;
font-family: 'Noto Kufi Arabic', sans-serif;
}
.menu-items li a {
padding: 0.8rem 1rem;

}
/*
.menu-items li a:hover {
background: #595959;
}
/* dropdown */
.mega-links > ul > li > a {
display: contents;
}
.dropdown {
position: relative;
}
.dropdown-menu,
.menu-right {
position: absolute;
background: #000000;
width: 100%;
top: 50px;
right: 0;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.menu-right {
top: 0;
left: 110%;
}
.menu-item {
display: flex;
justify-content: space-between;
width: 100%;
}
.dropdown:hover .dropdown-menu {
top: 49px;
opacity: 1;
visibility: visible;
display:block!important;
border-radius: 0px!important;
}
.dropdown-right:hover .menu-right {
left: 100%;
opacity: 1;
visibility: visible;
}

/* mega menu */
.mega-menu {
position: absolute;
left: 0;
width: 100%;
top: 80px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.mega-menu .content {
background: #ffffff;
display: grid;
grid-template-columns: repeat(4, 1fr);
width: 100%;
justify-content: space-between;
box-shadow: 0px 10px 35px #000;

}
.blog .content {
grid-template-columns: repeat(3, 1fr);
}
.content .col {
display: flex;
flex-direction: column;
justify-content: space-between;
line-height: 3rem;
}
.content .col .img-wrapper {
display: block;
position: relative;
width: 100%;
height: 20vw;
overflow: hidden;
}
.content .col .img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.content .col img {
width: 100%;
transition: transform 0.3s ease-in-out;
}
.content .col .img-wrapper:hover img {
transform: scale(1.1);
}
.content .col h2 {
color: #a70e13;
font-size: 1.2rem;
line-height: 3rem;
font-weight: bold;
}
.content .col p {
line-height: 1.2rem;
}
.content .col .mega-links {
border-left: 1px solid #1a3246;
}
.content .col .read-more {
display: inline-block;
padding-top: 1rem;
color: #427dad;
transition: color 0.3s ease;
}
.col .mega-links li,
.col .mega-links li a {
padding: 0 1rem;
}
.menu-items li:hover .mega-menu {
top: 60px;
opacity: 1;
visibility: visible;
border-top: 1px solid #e3e3e3;
}
.content .col .read-more:hover {
color: #ff652f;
}

/* section */
.section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.section h1 {
font-family: "Titillium Web", serif;
font-weight: 700;
line-height: 6vw;
color: #427dad;
text-transform: uppercase;
}
#carbonads a{color:#fff;text-decoration:none}#carbonads a:hover{color:#fff}


.menu-icon{
padding: 0.8rem;
font-family: 'Noto Kufi Arabic', sans-serif;
}

.menu-wall{
padding-top: 0.8rem;
margin: 0px;
flex: 0 0 0%;
}

a{
text-decoration: none;
}
.car-logo-link{
padding:0.4rem!important;
}
.car-logo-link:hover{
background:#e6e6e6!important;
}
.car-icon-size{
line-height: 40px;
}
.car-icon-size-img{
width: 40px;
}

.footer-body{background: linear-gradient(271deg, #a70e13, #264186);
position: relative;
}


.search-box{
box-shadow: 0px 0px 12px 0px #000;
width: 100%;
height: 48px;
font-size:20px;
font-family: 'Noto Kufi Arabic', sans-serif;
position: fixed;
z-index: 99999;
top: 49px;
}
@media (max-width: 999px) {
.show-large-old {
display: none;
}
.page-home{
background:#eeeded;
top:0px;
position: relative;
}
}

@media (min-width: 1000px) {
.show-small {
display: none;
}
.page-home{
background:#eeeded;
top: 0px;
position: relative;
}

}




/* The content */
.overlay-content {
position: relative;
top: 46%;
width: 80%;
text-align: center;
margin-top: 30px;
margin: auto;
}

/* Close button */
.overlay .closebtn {
position: absolute;
top: 20px;
left: 45px;
font-size: 60px;
cursor: pointer;
color: white;
}

.overlay .closebtn:hover {
color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
padding: 15px;
font-size: 17px;
border: none;
float: right;
width: 80%;
background: white;
}

.overlay input[type=text]:hover {
background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
float: right;
width: 20%;
padding: 15px;
background: #a70e13;
font-size: 17px;
border: none;
cursor: pointer;
color:#fff;
}

.overlay button:hover {
background: #bb4347;
}

.mobile-search-box{
font-family: 'Noto Kufi Arabic', sans-serif;
}

.mobile-brands{
margin: auto!important;
padding:35px!important;
}
.mobile-brands:hover{
background: #e5dfdf;
}

.mobile-brands > img{
width:40%;
}
footer{
font-family: 'Noto Kufi Arabic';
}
.brand-box-shadow{
box-shadow:0px 0px 4px 0px #b0b0b0!important;
border-radius: 4px;
}
.logo-title-name{
text-align:left!important;
color:#000;
font-family: sans-serif;
}
.mobile-logo {
box-shadow: 0px 0px 2px 0px #000;
position: relative;
}
.brand-box-shadow:hover{
box-shadow: 0px 0px 3px 0px #000!important;
}
.mobile-logo img{
width:30%!important;
}
.main-section-bg{
padding: 50px;
background:#ffffff;
box-shadow: 0px 3px 0px 0px #264186;
}
.d-font{
font-family: 'Noto Kufi Arabic';
}

.arrow-to-up-blog{
font-size: 3em;
color:#000;
}
.arrow-to-down-blog{
font-size: 3em;
margin-top:2.6em;
color:#000;
}

.arrow-move-blog{
text-align:left;
}
.mfont{
font-family: 'Noto Kufi Arabic', sans-serif;
}
.bold{
font-weight: bold;
}
.justify{
text-align: justify;
}

.carform-section{
box-shadow: 0px 3px 0px 0px #264186;
}
.blog-icon{
color:#264186;
}
.bg-mred{
background:#a70e13;
}
.bg-mred-hover:hover{
background:#d02d32;
}
.float-left{
text-align:left!important;
}
.more-btn{
border-radius:10px;
padding-right: 20px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.section-order-image{
width: 40%;
}
.order-btn{
border-radius:25px;
padding-right: 35px;
padding-left: 35px;
padding-top: 5px;
padding-bottom: 5px;

}
.filter-input{
border-radius:0px!important;
border:1px solid #000;
margin:1px;
height:40px;
font-size:0.8em;
}
.filter-input-button{
border:1px solid #fff;
}
.ltr{
direction:ltr!important;
}
.offer-button{
position: relative;
padding: 3px;
border-bottom-right-radius: 52px;
width: 59px;
color: #fff;
float:left;
text-align:center;
margin-bottom:-20px;
}


.car-class-div:hover{
border-bottom:2px solid #a70e13!important;
border-top:2px solid #a70e13!important;
}
.brand-title-name{
margin-top:auto;
margin-bottom:auto;
}

.text-left{
text-align: left!important;
}
.speci-share{
font-size: 0.7em;
color:#000;
font-weight:600;
}
.speci{
border-left:1px solid #000;
}
.status{
border-left:1px solid #000;
}
.car-details-page-icon{
width:20px;
}

#shareBtn{
letter-spacing: 2px;
font-weight: 600;
box-shadow: none;
background-color: #eee;
color: #7d2ae8;
border: none;
}

.modal{
top: 5%;
}

.btn-close{
box-shadow: none;
border: none;
outline: none;
}

.modal-body .icons{
margin: 15px 0px 20px 0px;
}

.modal-body .icons a{
text-decoration: none;
border: 1px solid transparent;
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 20px;
transition: all 0.3s ease-in-out;
}

.modal-body .icons a:nth-child(1){
color: #1877F2;
border-color: #B7D4FB;
}

.modal-body .icons a:nth-child(1):hover{
background-color: #1877F2;
color: #fff;
}

.modal-body .icons a:nth-child(2){
color: #46C1F6;
border-color: #b6e7fc;
}

.modal-body .icons a:nth-child(2):hover{
background-color: #46C1F6;
color: #fff;
}

.modal-body .icons a:nth-child(3){
color: #e1306c;
border-color: #f5bccf;
}

.modal-body .icons a:nth-child(3):hover{
background-color: #e1306c;
color: #fff;
}

.modal-body .icons a:nth-child(4){
color: #25d366;
border-color: #bef4d2;
}

.modal-body .icons a:nth-child(4):hover{
background-color: #25d366;
color: #fff;
}


.modal-body .icons a:nth-child(5){
color: #0088cc;
border-color: #b3e6ff;
}

.modal-body .icons a:nth-child(5):hover{
background-color: #0088cc;
color: #fff;
}

.modal-body .icons a:hover{
border-color: transparent;
}

.modal-body .icons a span{
transition: all 0.09s ease-in-out;
}

.modal-body .icons a:hover span{
transform: scaleX(1.1);
}

.modal-body .field{
margin: 15px 0px -5px 0px;
height: 45px;
border: 1px solid #dfdfdf;
border-radius: 5px;
padding: 0 5px;
}

.modal-body .field.active{
border-color: #7d2ae8;
}

.field span{
width: 50px;
font-size: 1.1rem;
}

.field.active span{
color: #7d2ae8;
}

.field input{
border: none;
outline: none;
font-size: 0.89rem;
width: 100%;
height: 100%;
}

.field button{
padding: 5px 16px;
color: #fff;
background: #a70e13;
border: 2px solid transparent;
border-radius: 5px;
font-weight: 500;
}

@media (max-width: 330px) {
.modal-body .icons a{
width: 35px;
height: 35px;
}
}
#request-con{
padding:5px;
}
.company-brand-name{
font-size: 0.7rem;
}
.pag-page-title-font{
font-size: 0.8rem;
}
.car-image-gallery{
width: 100%;
overflow: hidden;
}
.mobile-filter-button{
font-size:0.8em
}
.new-result-search{
font-size: 0.7em;
}
.rtl{
direction: right;
}
.blog-mobile-font{
font-size: 0.8rem;
}

@media (min-width: 1400px) {
.single-blog-data{
margin-top: 3rem!important;
}
}
@media (max-width: 500px) {
.more-btn{
font-size: 1em;
}

.data-time-blog{
font-size: 0.85em;
}
}
.blog-cat-active{
background:#d02d32;
}
.blog-content-padding{
padding-left: 25px;
}
.contact-us-main-icon{
width:25px;
}
.contact-us-smain-icon{
width:18px;
}
.contact-form-input{
border-top:1px solid #c9c9c9;
border-left:1px solid #c9c9c9;
border-right:1px solid #c9c9c9;
border-bottom:2px solid #000;
height: 50px;
width: 100%;
}
.contact-form-textarea{
width: 100%;
border-top:1px solid #c9c9c9;
border-left:1px solid #c9c9c9;
border-right:1px solid #c9c9c9;
border-bottom:2px solid #000;

}
.contact-form-submit{
height: 50px;
width: 100%;
border:0px;
}
.contact-coaddress{
background: linear-gradient(90deg, #3f8ff5, #4f48e5);
color:#fff;
}
.fixed-p{
position:fixed;
}

.team-grid > div > p{
font-weight: bold;
}
.jobtitle{
font-size:0.8rem;
font-weight: 700;
}
.footer-icon{
width:25px;
}
.copyright{
background:#000!important;
font-size: 13px;
}
.text-right{
text-align:right!important;
}
.width-100{
width:100%!important;
}
.team-image{
width:100px;
}
.circle-icon-options{font-size: 0.6rem!important;
}
.blog-time{
background: #a50e14;
padding: 10px;
position: absolute;
z-index: 999;
color: #fff;
width: 80px;
left: 26px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;text-align:center;
}
.offer-button-car-page{
position: absolute;
padding: 3px;
border-bottom-left-radius: 52px;
width: 75px;
float: right;
text-align: center;
margin-top: 16px;
margin-right: -11px;
border-top-right-radius: 10px;
}
.blog-more-button{
float: left;
text-align: center;
border-top-right-radius: 30px;
background: #2a3f83;
padding: 7px;
font-size: 13px;

}
.blog-more-button:hover{
background: #3754b4;
}
.home-page-blog-image-related{
width:100%;
}
.captcha-img > img {
width: 100%;
}
.logo-font-size-co-name{
font-size: 0.8rem;
font-weight: 700;
font-family: sans-serif;
}
.interior-shadow{
box-shadow: inset 0px 0px 16px 1px #d9d7d7;
}

@media (max-width: 576px) {
.used-height{
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
height:250px;
}

.used-sub-image{
height: 70px;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
}
.vaild{
font-size: 6px;
bottom: 12px;
position: relative;
border-radius: 5px;
background: #0ba916;
color: #fff;
padding: 1px;
}
.expired{
font-size: 6px;
position: relative;
border-radius: 5px;
background: #c11414;
color: #fff;
margin-right: 6px;
padding: 1px;

}

.post-content-selector > p > img{
width:100%!important;
height: fit-content !important;
padding-bottom: 15px;

}
.post-content-selector > div > img{
width:100%!important;
height: fit-content !important;
padding-bottom: 15px;

}
.post-content-selector > figure > div > img{
width:100%!important;
height: fit-content !important;
padding-bottom: 15px;
}

.home-page-blog-image{
width: 100%;
padding: 10px;
height: fit-content;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
}
.carform-section{
margin: 0px;
}
.team-grid > img{
width: 150px;
height: 150px;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
}
.search-result{
height: 250px;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
}
}
@media (min-width: 1396px ) {
.used-height{
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
height: 170px;
}
}

@media (min-width: 577px),(max-width: 1396px){
.used-height{
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
height: 200px;
}
}
@media (min-width: 577px ) {
.card-hover:hover{
transition: transform .4s;
transform: scale(1.05);
}
.team-grid > img{
width: 100%;
height: 200px;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
}
.search-result{
height: 160px;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;

}

.cars-main-image{
max-height: 530px;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
}
.cars-sub-image{
height: 100px;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
}
.vaild{
font-size: 10px;
bottom: 12px;
position: relative;
border-radius: 5px;
padding: 1px;
background: #0ba916;
color: #fff;
}
.expired{
font-size: 10px;
position: relative;
border-radius: 5px;
padding: 1px;
background: #c11414;
color: #fff;
margin-right: 6px
}
.home-page-blog-image{
width: 430px;
padding: 10px;
height: 230px;
background-position: center center;
background-repeat: no-repeat;
object-fit: cover;
}

}
.mm-spn li:before{
content:"";
display:block;
position:absolute;
top:calc(var(--mm-spn-item-height)/ 2);
left:calc(var(--mm-spn-item-height)/ 2);
z-index:0;
width:10px;
height:10px;
border-top:2px solid;
border-right:2px solid;
-webkit-transform:rotate(45deg) translate(0,-50%);
-ms-transform:rotate(45deg) translate(0,-50%);
transform:rotate(45deg) translate(0,-50%);
opacity:.4}


.post-content-selector > p > img{
padding-left:10px;
}

.home-newsletter {
padding: 80px 0;
background: #000000;
}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: #fff;
border-color: transparent;
border-radius: 0px; }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #a40f16; }
.home-newsletter .single .btn {
min-height: 50px;
border-radius: 0px;
background: #a40f16;
color: #fff;
}
.payment-btn {
display: inline-flex;
align-items: center;
gap: 8px; /* مسافة بين الأيقونة والنص */
background: linear-gradient(88deg, #a30f16, #4263bc);
color: #fff;
font-size: 1.1rem;
font-weight: bold;
padding: 12px 20px;
border-radius: 8px; /* زوايا مستديرة */
text-decoration: none;
transition: all 0.3s ease-in-out;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.payment-btn:hover {
background: linear-gradient(45deg, #0056b3, #003d80);
transform: translateY(-3px); /* تأثير الارتفاع عند التمرير */
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.payment-btn i {
font-size: 1.2rem;
}
.fs-14{
font-size: 14px!important;
}

.whatsapp-btn {
align-items: center;
padding: 12px 20px;
background: linear-gradient(91deg, #25d366, #12a524);
color: white;
font-size: 18px;
font-weight: bold;
border-radius: 10px;
text-decoration: none;
transition: 0.3s;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
border:0px;
}
.whatsapp-btn:hover {
background-color: #1ebc57;
transform: scale(1.1);
}
.whatsapp-btn img {
width: 24px;
height: 24px;
margin-right: 10px;
}
.main-section-bg-2-effect {
background: linear-gradient(to bottom, #ffffff, #f9f9f9);
border-radius: 20px;
padding: 30px 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
overflow: hidden;
}


.main-section-bg-2-effect:hover {
transform: translateY(-7px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.section-order-image {
max-width: 110px;
height: auto;
margin-bottom: 20px;
z-index: 1;
position: relative;
}

.mfont.h5 {
font-size: 1.25rem;
color: #2c2c2c;
font-weight: 600;
z-index: 1;
position: relative;
}

.mfont.justify {
color: #555;
font-size: 0.95rem;
line-height: 1.6;
padding: 0 10px;
z-index: 1;
position: relative;
}

.more-btn {
padding: 10px 24px;
border-radius: 30px;
background-color: #990000;
color: white;
font-size: 0.95rem;
font-weight: 500;
text-decoration: none;
transition: background-color 0.3s ease;
z-index: 1;
position: relative;
box-shadow: 0 4px 15px rgba(153, 0, 0, 0.3);
}

.more-btn:hover {
background-color: #b30000;
}

@media (max-width: 768px) {
.section-order-image {
max-width: 100px;
}

.mfont.h5 {
font-size: 1.1rem;
}

.mfont.justify {
font-size: 0.9rem;
}

.more-btn {
font-size: 0.9rem;
padding: 8px 20px;
}
}
.brand-box-shadow {
background: linear-gradient(to bottom right, #ffffff, #f8f8f8);
border-radius: 16px;
padding: 20px;
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease-in-out;
min-height: 140px;
position: relative;
overflow: hidden;
}

.brand-box-shadow:hover {
transform: translateY(-6px);
box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
background: linear-gradient(to bottom right, #fffdf9, #f3f3f3);
}

.logo-title-name,
.brand-box-shadow .h5,
.brand-box-shadow .h6 {
font-weight: 600;
color: #1a1a1a;
letter-spacing: 0.5px;
}

.brand-logo-img {
max-height: 100px;
object-fit: contain;
transition: transform 0.3s ease;
}

.brand-box-shadow:hover .brand-logo-img {
transform: scale(1.05);
}

.logo-font-size-co-name {
font-size: 0.85rem;
color: #666;
margin-top: 8px;
font-style: italic;
}

@media (max-width: 767px) {
.brand-box-shadow {
padding: 15px 10px;
}

.brand-logo-img {
max-height: 100px;
}

.logo-font-size-co-name {
font-size: 0.8rem;
}
}
.brand-logos-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 5%;
padding: 30px 20px;
background: #ffffff;
transition: all 0.3s ease-in-out;
}

.brand-logo {
flex: 0 0 120px;
max-width: 120px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 12px;
background: white;
padding: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.brand-logo:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

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

@media (max-width: 768px) {
.brand-logos-container {
gap: 15px;
padding: 20px 10px;
}

.brand-logo {
flex: 0 0 30%;
}
}


.category-item {

cursor: pointer;
padding: 10px;
border-radius: 10px;
transition: all 0.3s ease;
}

.category-item img {
width: 80px;
height: 50px;
object-fit: contain;
transition: transform 0.2s;
}

.category-item:hover img {
transform: scale(1.1);
}

.category-item.active {
background-color: #e9f1ff;
}
.image-fit{
width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.image-menu-fit{
width: 100%;
height: auto;
max-height: 150px;
object-fit: contain;
}
.image-card-menu {
transition: transform 0.3s, box-shadow 0.3s;
border-radius: 12px;
overflow: hidden;
}

.image-card-menu:hover {
transform: translateY(-5px);
}

.image-card-menu img {
width: 100%;
height: 160px;
object-fit: contain;
}

.image-card-menu h3 {
margin: 0;
padding: 10px;
font-size: 1rem;
color: #333;
}
.car-card-link {
display: block;
text-decoration: none;
text-align: center;
margin-bottom: 1.5rem; /* يعادل mb-4 */
width: 33.3333%; /* يعادل col-md-4 */
box-sizing: border-box;
padding: 0 10px; /* لتحسين التباعد قليلاً */
}

.car-card {
background: transparent;
border: none;
box-shadow: none;
}
.car-card:hover {
background: #efefef;
border-radius: 40px;
}
.car-card-image {
width: 100%;
max-width: 200px;
margin: 0 auto;
display: block;
}

.car-card-body {
padding: 0;
margin-top: 0.5rem; /* يعادل mt-2 */
}

.car-card-title {
font-size: 1rem;
color: #000;
margin-bottom: 8px;
}

.car-card:hover .car-card-title {
font-weight: 800;
}
.car-card-learn-more {
font-size: 0.9rem;
color: #1f1f1f;
width: 50%;
margin: 0 auto;
border-bottom: 1px solid #969696;
box-sizing: border-box;
}
.car-card-learn-more:hover {
border-bottom: 1px solid #000;


}
/* زر القائمة */
.mobile-menu-btn {
position: fixed;
top: 15px;
left: 15px;
/* تبدل حسب اللغة */
z-index: 1001;
color: white;
border: none;
padding: 0px 10px;
border-radius: 4px;
cursor: pointer;
display: none;
background: #00000000;
font-size: 25px;
}

.mobile-logo-show {
position: fixed;
top: 15px;
right: 15px;
z-index: 1001;
border: none;
padding: 0px 10px;
border-radius: 4px;
cursor: pointer;
background: #00000000;
font-size: 25px;
width: 120px;
}



.mobile-menu {
position: fixed;
top: 0;
right: -100%;
width: 100%;
max-width: 100%;
height: 100vh;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
z-index: 1000;
transition: right 0.3s ease;
overflow-y: auto;
padding-top: 50px;
z-index:999999;
}


.mobile-menu.active {
right: 0;
top:0px;
}

.mobile-menu-items {
list-style: none;
}

.mobile-menu-item {
border-bottom: 1px solid #eee;
position: relative;
}

.mobile-menu-item>a {
display: block;
padding: 15px 20px;
color: #333;
text-decoration: none;
font-weight: bold;
font-family: 'Noto Kufi Arabic', sans-serif;

}

.mobile-menu-item.has-submenu>a:after {
content: '+';
position: absolute;
left: 20px;
top: 15px;
font-size: 18px;
}

.mobile-menu-item.has-submenu.open>a:after {
content: '-';
}

/* القوائم الفرعية */
.mobile-submenu {
display: none;
background: #f9f9f9;
padding: 0;
list-style: none;
}

.mobile-submenu.active {
display: block;
}

.mobile-submenu-item {
border-bottom: 1px solid #e0e0e0;
}

.mobile-submenu-item>a {
display: block;
padding: 12px 20px 12px 30px;
color: #555;
text-decoration: none;
}

/* القوائم الضخمة (Mega Menu) */
.mobile-megamenu {
display: none;
background: #f9f9f9;
padding: 15px;
}

.mobile-megamenu.active {
display: block;
}

.mobile-megamenu-item {
margin-bottom: 15px;
}

.mobile-megamenu-item a {
display: block;
text-align: center;
text-decoration: none;
color: #333;
}

.mobile-megamenu-item img {
max-width: 100%;
height: auto;
margin-bottom: 8px;
}

/* طبقة التعتيم */
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
display: none;
}

.overlay.active {
display: block;
}

/* زر الإغلاق */
.close-btn {
position: absolute;
top: 10px;
left: 18px;
/* تبدل حسب اللغة */
font-size: 24px;
background: none;
border: none;
cursor: pointer;
color: #333;
}

.mobile-lang-switcher {
padding: 15px 20px;
border-top: 1px solid #eee;
text-align: center;
}

.mobile-lang-switcher a {
color: #333;
text-decoration: none;
font-weight: bold;
}

@media (max-width: 992px) {
.mobile-menu-btn {
display: block;
}

.header.show-large {
display: none;
}
}

.mobile-megamenu-item {
width: 50%;
/* نصف العرض في الشبكة */
padding: 8px;
box-sizing: border-box;
}

.mobile-link {
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
transition: background 0.3s ease;
}

.mobile-link:hover {
background-color: #f0f0f0;
}

.mobile-link img {
width: 100%;
height: auto;
border-bottom: 1px solid #eee;
display: block;
}

.mobile-link h3 {
font-size: 14px;
color: #333;
padding: 10px;
text-align: center;
margin: 0;
line-height: 1.4;
}

.mobile-models-menu img{
height: auto;
width:200px;
object-fit: cover;
}
.car-card-link-mobile{
display: block;
text-decoration: none;
text-align: center;
margin-bottom: 1.5rem;
box-sizing: border-box;

}
/* خلفية متغيرة مع السكروول */
.mobile-menu-main-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background-color: transparent;
transition: background-color 0.3s ease, padding 0.3s ease;
padding: 10px 0;
}
.mobile-menu-main-container.header-scrolled {
background-color: black !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
padding: 6px 0;
height: 70px;
}
/* إصلاح قائمة الجوال */
.mobile-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #fff;
z-index: 1001;
}
.mobile-menu.active {
display: block;
}
.overlay-mobile {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 999;
}
.overlay-mobile.active {
display: block;
}
.brand-logo-gac-main{
display: grid;
place-items: center;
}
.brand-logo-gac-sun{
width: 80px;
}
.hero-content-img{
  align-items: center;
  justify-content: center;
  display: flex;

  }

  h1,h2,h3,h4,h5,h6,p,input,textarea,select,button,div{
    font-family: 'Noto Kufi Arabic', sans-serif!important;
  }