body {
    font-family: "open Sans", sans-serif !important;
    /* Define fallback fonts */
    /* font-family: 'Poppins', Arial, sans-serif; */
    /* font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

.Home {
    background-image: url("../Assets/images/headerbackground.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    background-position: center;
    background-size: cover !important;
}

/* scrollbar */
 /* For WebKit-based browsers (like Chrome and Safari) */
 .scrollBar::-webkit-scrollbar {
    width: 12px; /* Set the width of the scrollbar */
}

.scrollBar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px; /* Set the color of the track */
}

.scrollBar::-webkit-scrollbar-thumb {
    background: #be0101 ; 
    border-radius: 10px ; /* Set the radius of the scrollbar thumb */
}

/* For Firefox */
.scrollBar {
    scrollbar-width: 12px; /* Set the width of the scrollbar */
}

.scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Set the color of the scrollbar thumb on hover */
}

.scrollBar::-webkit-scrollbar-thumb:active {
    background-color: #be0101; /* Set the color of the scrollbar thumb when clicked */
}
/* scrollbar */
/* .homeNavBg {
    background-image: url("../Assets/images/headerbackground.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 15vh;
    background-position: center;
    background-size: cover !important;
} */
.partThumbnail{
    width: 100%;
}
.custom-control-input:checked{
    background-color:red;
}
.navbar {
    border-bottom: 1px solid #be0101;
    padding: 30px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_Nav {
    border-bottom: 1px solid #be0101;
    padding: 30px;
    background-image: url("../Assets/images/headerbackground.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-link.active {
    border-bottom: 3px solid #be0101;
}

/* .navbar img {
    margin-left: 30px;
} */

.navbar-toggler {
    color: white;
}

.navbar-toggler-icon {
    background-color: black;
    border-radius: 5px;
}

.nav-item a {
    color: white !important;
    font-weight: 500;
    font-size: 18px;
}

.nav-item {
    padding: 1rem 2rem;
}

.nav_logo{
    width: 40% !important;
}

/* responsive navbar css qasim*/

/* .navbar-nav.navToggler_Options {
    display: flex;
    align-items: center;
} */

/* .nav-button{
    padding: 1rem;
} */
#navbarScroll {
    height: 0px !important;
}

.requestButton {
    position: relative; /* Necessary for positioning pseudo-elements */
    display: inline-block; /* Ensures the button behaves like an inline element */
    background-color: #be0101;
    border-radius: 8px;
    color: white;
    text-align: center;
    padding: 10px 40px;
    margin-top: 0 auto;
    border: none;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    text-decoration: none;
    overflow: hidden; /* Prevents pseudo-element overflow */
    transition: background-color 0.3s ease; /* Smooth background color transition */
}

.requestButton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Starts off the screen */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Light overlay effect */
    transition: left 0.3s ease; /* Smooth sliding animation */
    z-index: 0; /* Ensures the pseudo-element is behind the text */
}

.requestButton:hover::before {
    left: 0; /* Slides the pseudo-element in from left to right */
}

.requestButton:hover {
    background-color: #9a0000; /* Darker background on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
}

.requestButton span {
    position: relative;
    z-index: 1; /* Ensures the text is above the pseudo-element */
}


.ultimateDestination {
    color: #be0101;
}

.homeUnleash {
    font-size: larger;
    color: white;
    padding-top: 20px;
    padding-left: 40px;
}

.exploreMore {
    /* margin-left: 40px; */
    text-align: left;
}

.aboutUS h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 90px;
    text-align: left;
}

.aboutUS p {
    font-weight: 400;
    font-size: 20px;
   
    text-align: left;

}

/* .readMore {
    margin-top: 10px;
    margin-left: 10px;
    background-color: #be0101;
    border: none;
    border-radius: 8px;
    font-size: medium;
    font-weight: 500;
    text-align: center;
    color: white;
    padding: 10px 40px;
} */

.sectionParts {
    background-image: url("../Assets/images/findpremium.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 40vh;
    background-position: center;
    background-size: cover;
}

.autoparts {
  
    text-align: left;
}

.autoparts h2 {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 62px;
    line-height: 86px;
    padding: 70px 0px 100px 0px;
}

.carsHeading h1{
    margin-left: 30px;
}
.founderImage{
    width: 100%;
}
/* faq's */

.width{
    width: 70%;
    margin: 0 auto;
}

.autoCarfaqs{
    padding: 30px 5px 30px 30px ;
}

.accordion-item{
    margin-bottom: 30px;
    box-shadow: none !important;
    /* border: 1px solid #be0101 !important; */
    border-radius:5px;
}

.accordion-button{
    color: black !important;
    box-shadow: none !important;
    /* border: 1px solid #be0101 !important; */
}
.indexPremiumParts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60vh;
    text-align: center;
}

.indexPremiumParts{
    padding: 0px 0px 100px 0px !important;
}
.accordion-button:not(.collapsed) {
    color: black !important;
}

/* .accordion-button:not(.collapsed) {
    background-color: #be0101 !important;
} */


.accordion-button:focus {
    border-color: #be0101 !important;
}
/* .accordion-button{
    background-color: red !important;
} */

.faqheading{
    padding-left: 28px;
    padding-top: 40px;
}

.faqheading h1{
    font-weight: 600;
}


.faqImage{
    padding-top: 30px;
    padding-right: 30px;
}

.faqImage img{
    width: 100%;
}

/* faq's */

/* privacyPolicy */

.privacyPoicy{
padding-bottom: 40px;
}

.borderbottem{
    border-bottom: 1px solid #be0101;
    margin-bottom: 20px;
}

.privacyHeading{
    padding-top: 40px;
    padding-bottom: 40px;
}

.red-bullet {
    color: #be0101;
}

.privacyPolicyHeadings h4{
    font-weight: 600;
}

.privacyHeading h1{
    font-weight: 600;
}


/* privacyPolicy */

/* About Us Page */

/* .aboutUsHeading{
        display: flex;
    flex-direction: column;
    justify-content: center;
  
} */

.aboutUscard {
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.aboutUscard:hover {
    transform: scale(1.05); /* Scales the card slightly */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
}



.aboutUsSlogan{
    font-size: 40px;
    font-weight: 600;
    padding-top: 50px;
}
.about_Pic{
    width: 100%;
}

.aboutDescription{
    font-size: 25px;
    font-weight: 500;
}
/* .aboutUsDescription{
    padding: 40px 50px;
} */

.timerHeading{
    color: #be0101;
    font-size: 80px;
    font-weight: 600;
}

.comunity{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.counter{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.aboutUsImage{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.aboutUsServices_Heading{
    font-size: 40px;
    font-weight: 600;
    padding-top: 50px;
}

.aboutUsServices{
    display:flex;
    align-items: center;
    justify-content: center;
}
.width_60{
    margin: 0 auto;
    width:60%;
}
.aboutUscardImg{
    width: 40% !important;
    padding: 16px;
}

.brandLogo{
    width: 60%;
}

.brandSlider{
    text-align: center;
    align-items: center;
    justify-content: center;
}

.brandimage{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.selectCountry label{
    font-size: medium;
    font-weight: 600;
}

/* services page */

.servicesSection{
    background-color: #EEEEEE;
}
.servicesSection_Title{
    
    padding-top: 35px;
    padding-bottom: 30px;
}

.servicesSection_Title h2{
    font-weight: 600;
    font-size: 50px;
}

.servicesSection_Title p{
    font-weight: 400;
    font-size: 16px;
}
.serviceItem_Thum{
    width: 100%;
}

.servicesDetail{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.servicesDetail p{
    text-align: justify;
}
.serviceHeading h1{
    font-weight: 700;
}
/* Initial styling for the thumbnail */
.servicesThumbnail {
    display: inline-block; /* Ensure it's treated as an inline element */
    overflow: hidden; /* Hide any overflow when scaling */
}

/* Add the scale-up effect and darken effect on hover */
.servicesThumbnail .serviceItem_Thum {
    transition: transform 0.3s ease, filter 0.3s ease; /* Smooth transition for scaling and darkening */
}

/* On hover, scale up and darken the image */
.servicesThumbnail:hover .serviceItem_Thum {
    transform: scale(1.1); /* Scale the image to 110% */
    filter: brightness(0.7); /* Darken the image by reducing brightness */
}

/* footer css */
.conTact{
    margin-top: 10px;
}

.siteFooter {
    padding-top: 45px;
    padding-bottom: 20px;
}
.copyRight {
    font-size: 18px;
}
.quickLinks {
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.quickLinks:hover{
    color: #be0101;
}
.footer_follow_links {
    display: flex;
    justify-content: end;
}

.instaIcon {
    margin-right: 1rem;
}

.borderTop {
    border-top: 1px solid red !important;
}

.social_Icons {
    text-align: right !important;
    justify-content: end;
}

.followUs {
    padding-top: 25px;
    padding-right: 20px;
    font-size: 18px;
}

.footerLoginButton:hover {
    color: white !important;
    background-color: #be0101 !important;
}

.footerButtons a {
    display: block;
    margin-bottom: 20px;
}
.footerButtons {
    width: 50%;
    float: right;
}

.footerRegisterButton {
    /* width: 35%;
    margin: 0 auto; */
    background-color: #be0101 !important;
}

.footerRegisterButton:hover {
    background-color: white !important;
    color: #be0101 !important;
}

/* .footerLoginButton {
    width: 35%;
    margin: 0 auto;
} */
.footerWidgets {
    justify-content: end;
    align-items: center;
}

.yardLocation{
    text-decoration: none;
    color: #fff;
}

.yardLocation:hover{
    color: #be0101;
}




/* cars Section css */
.autoCarHeading {
    margin-top: 20px;
}
.autoCarHeading h2 {
    font-size: 50px;
    font-weight: 700;

}

.filteredCar_img {
    width: 100%;
    height: 30vh;
}
.secondCard{
    margin: 20px;
}

.sideOption_Heading h5 {
    font-weight: 700;
}

.carsSection {
    background-color: #f6f6f6;
}

.autoCar_description p {
    text-align: justify;
    padding-bottom: 2rem;
}

.form-checkBox {
    margin-top: 5px !important;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 6px !important;
}
.form-check-input:checked {
    background-color: white !important;
    border-color: red !important;
}

.form-check-input {
    border: var(--bs-border-width) solid red !important;
}
.form-check-label {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

/* Apply the custom image to the checked checkbox */
.form-check-input:checked[type="checkbox"] {
    background-image: url("../Assets/images/selectcheckbox.png");
    background-size: contain;
    /* Adjust the size of the image as needed */
    background-repeat: no-repeat;
    background-position: center;
    /* Center the image within the checkbox */
}

/* Optionally, you can hide the default checkbox */
.form-check-input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    /* Set a custom width for the invisible checkbox */
    height: 20px;
    /* Set a custom height for the invisible checkbox */
    border: 1px solid #ccc;
    /* Provide a border for better visibility */
}

/* Style the checkbox container (optional) */
.form-check-label {
    display: flex;
    /* Adjust display property as needed */
    align-items: center;
    /* Center the checkbox vertically within its container */
}

/* search Bar */
.form-control:focus {
    box-shadow: none;
  }
  
  .form-control::placeholder {
    font-size: 12px;
    color: #aaa;
    font-style: italic;
  }
  .form-control:focus{
    box-shadow: none !important;
  }

  .cardButton {
    position: relative; /* Necessary for positioning pseudo-elements */
    display: inline-block; /* Ensures the button behaves like an inline element */
    float: right; /* Keep the button aligned to the right */
    background-color: #be0101 !important;
    border-radius: 8px;
    color: white;
    text-align: center;
    padding: 10px 40px;
    border: none;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden; /* Prevents pseudo-element overflow */
    transition: background-color 0.3s ease; /* Smooth background color transition */
}

.cardButton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Starts off the screen */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Light overlay effect */
    transition: left 0.3s ease; /* Smooth sliding animation */
    z-index: 0; /* Ensures the pseudo-element is behind the text */
}

.cardButton:hover::before {
    left: 0; /* Slides the pseudo-element in from left to right */
}

.cardButton:hover {
    background-color: #9a0000 !important; /* Darker background on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
}

.cardButton span {
    position: relative;
    z-index: 1; /* Ensures the text is above the pseudo-element */
}

.cardDescription{
    height: 120px;
    overflow-y: auto;
}
.cardList{
    height: 145px;
    overflow-y: auto;
}

.carDetails {
    padding-bottom: 8px;
    border-bottom: 1px solid lightgray;
    font-size: 13px;
    
}

.interiorDetail {
    font-size: 12px;
    color: black;
    padding-left: 0px !important;
    padding-top: 10px;
    display: inline;
}

.table tbody tr td {
    border: none !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.firstCard {
    margin-bottom: 1.5rem;
}

.fourthCard {
    margin-bottom: 1.5rem;
}

.ninthCard {
    margin-bottom: 3rem;
}

.dropdown-menu.show {
    padding: 10px;
}



#makerAccordion {
    margin-bottom: 18px;
}

#categoryAccordion {
    margin-bottom: 18px;
}

#modelAccordion {
    margin-bottom: 18px;
}

#yearAccordion {
    margin-bottom: 18px;
}
#variantAccordion {
    margin-bottom: 18px;
}

/* .accordion-button:focus {
    border-color: black !important;
} */





/* Landing page css */


.transparentCard{
    padding: 50px;
    background-color: rgba(251, 251, 251, 38%);
    border-radius: 20px;
    width: 100%;
}

.centerContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.dropDownTitle label {
    color: #be0101;
    font-size: 22px;
    font-weight: 600;
}

.homeDropdown{
    box-shadow: none !important;
    background-color: rgba(88, 87, 87, 0.438) !important;
    height: 45px;
    color: white !important;
}

.homeDropdown option {
    color: white !important;
}

.quotationButton{
    padding-top: 40px;
    text-align: center;
}

.sendRequest {
    position: relative; /* Necessary for positioning pseudo-elements */
    display: inline-block; /* Ensures the button behaves like an inline element */
    background-color: #be0101;
    border-radius: 10px;
    color: white;
    text-align: center;
    padding: 10px 40px;
    margin-top: 0 auto;
    border: none;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    text-decoration: none;
    overflow: hidden; /* Prevents pseudo-element overflow */
    transition: background-color 0.3s ease; /* Smooth background color transition */
}

.sendRequest::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Initially outside the button */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Light overlay effect for animation */
    transition: left 0.3s ease; /* Smooth sliding animation */
    z-index: 0; /* Ensure the pseudo-element is behind the text */
}

.sendRequest:hover::before {
    left: 0; /* Slides the pseudo-element in from left to right */
}

.sendRequest:hover {
    background-color: #9a0000; /* Darker background color on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
}

.sendRequest span {
    position: relative;
    z-index: 1; /* Ensures the text stays above the pseudo-element */
}



    

.sectionHome {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}
.homeUltimate h1 {
    color: white;
    text-align: left;
    font-size: 70px;
    font-weight: 600;
    /* padding-left: 40px; */
    line-height: 85px;
}

.homeDescription h3 {
    text-align: left;
    color: white;
    font-size: 35px;
    font-weight: 500;
    /* margin-left: 40px; */
    padding-top: 1rem;
}
.homeDescription p {
    text-align: left;
    color: white;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
    /* margin-left: 40px; */
    /* padding-top: 1.5rem; */
}

.aboutUS {
    /* background-color: white; */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 0px;
}
.latestCars h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 90px;
}
.latestCarsDescription p {
    padding-top: 10px;
    font-weight: 400;
    font-size: 20px;
   
}
.cars-card{
    height: 37vh !important;
}

.hotSells  img{
    height: 40vh !important;
}

.text-right {
    text-align: right;
}
.card-body{
    width: 100%;
}
.card-img-overlay {
    background: rgba(0, 0, 0, 0.6); /* Increased opacity for a darker effect */
    backdrop-filter: blur(5px) !important;
    color: white;
    height: 60px;
}

.form-check-input{
    box-shadow: none !important;
}
.card-title-latest {
    color: white;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}
.card-text-latest {
    color: white;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
}

.makerCardImg{
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.cars-card {
    border: none !important;
}
.carCard {
    border: none !important;
    position: relative;
}

/* .checkBoxCarParts{
    position: absolute;
    top: 1px;
    right: 6px;
} */

.carCard p {
    color: black;
}
.card-title {
    font-weight: 700;
}
#whiteSection {
    background-color: white;
    margin-top: 20px;
}
.latest_Cars_Section {
    background-color: white;
    margin-top: 20px;
}
/* .blurCard {
    border: none !important;
} */

.blurCard {
    position: relative; /* Ensure the card acts as a containing block for the pseudo-element */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; /* Prevent the animation from spilling out */
}

.blurCard:hover {
    transform: scale(1.05); /* Scale up the card */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Add box shadow on hover */
    border: 2px solid #be0101 !important;
    border-radius: 5px !important;
}

.blurCard{
    display: flex;
    justify-content: center;
    align-items: center;
}




.hotSells {
    position: relative;
}
.hotSell_text p {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 9px;
    padding-left: 18px;
    color: white;
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
}
.hotSell_text hr {
    position: absolute;
    bottom: 0;
    left: 13rem;
    width: 30%;
    margin-bottom: 32px;
    border: 2px solid white;
    border-radius: 2px;
}

.hotSell_text {
    background: rgba(0, 0, 0, 0.6); /* Increased opacity for a darker effect */
    backdrop-filter: blur(5px) !important;
    color: rgba(217, 217, 217, 1);
    height: 70px;
    border-radius: 5px;
}
.audiImg img {
    width: 100%;
    border-radius: 8px;
}
.audiDescription {
    text-align: left;
    padding-left: 20px;
    padding-top: 80px;
}
.audiDescription h4 {
    font-size: xx-large;
}
.audiDescription h6 {
    font-size: large;
}
.audiDescription p {
    font-size: small;
}
.mainCard {
    border: none !important;
}
.ferrariDescription {
    justify-content: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ferrariDescription h4 {
    font-size: x-large;
}
.ferrariDescription h6 {
    font-size: medium;
}
.ferrariDescription p {
    font-size: smaller;
}
.cardImg {
    border: none;
    margin-top: 25px;
}
/* .readMoreBtn {
    padding-bottom: 3rem;
} */
.customBtn {
    position: relative; /* Necessary for positioning pseudo-elements */
    display: inline-block; /* Ensures the button behaves like an inline element */
    background-color: #be0101 !important;
    border-radius: 8px;
    color: white;
    text-align: center;
    padding: 8px 20px;
    border: none;
    font-size: medium;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    overflow: hidden; /* Prevents pseudo-element overflow */
    transition: background-color 0.3s ease; /* Smooth background color transition */
}

.customBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Initially off-screen */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Light overlay effect for animation */
    transition: left 0.3s ease; /* Smooth sliding animation */
    z-index: 0; /* Ensures the pseudo-element is behind the text */
}

.customBtn:hover::before {
    left: 0; /* Slides the pseudo-element in from left to right */
}

.customBtn:hover {
    background-color: #9a0000 !important; /* Darker background color on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
}

.customBtn span {
    position: relative;
    z-index: 1; /* Ensures the text stays above the pseudo-element */
}


.exploreButton {
    position: relative; /* Necessary for pseudo-elements */
    display: inline-block; /* Keeps the button inline */
    background-color: #be0101 !important;
    border-radius: 10px;
    color: white;
    text-align: center;
    padding: 5px 25px;
    border: none !important;
    font-size: 20px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    line-height: 35px;
    overflow: hidden; /* Prevents the pseudo-element from overflowing */
    transition: background-color 0.3s ease !important; /* Smooth background transition */
}

.exploreButton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Starts the pseudo-element outside the button */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Light overlay for animation */
    transition: left 0.3s ease; /* Controls the smooth animation */
    z-index: 0; /* Places the pseudo-element behind the text */
}

.exploreButton:hover::before {
    left: 0; /* Moves the pseudo-element into view */
}

.exploreButton:hover {
    background-color: #9a0000 !important; /* Darker button background on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Add shadow effect */
    color: white;
}

.exploreButton span {
    position: relative;
    z-index: 1; /* Ensures the text stays above the pseudo-element */
}


.exploreButton:active {
    background-color: #7a0000 !important; /* Even darker shade for click effect */
    transform: scale(0.95) !important; /* Slightly shrink the button */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}
.SeeAllBtn {
    position: relative; /* Necessary for positioning pseudo-elements */
    display: inline-block; /* Ensures the button behaves like an inline element */
    background-color: #be0101;
    border-radius: 8px;
    color: white;
    text-align: center;
    padding: 8px 20px;
    border: none;
    font-size: medium;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    width: 55%;
    overflow: hidden; /* Prevents pseudo-element overflow */
    transition: background-color 0.3s ease; /* Smooth background color transition */
}

.SeeAllBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Initially off-screen */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Light overlay effect for animation */
    transition: left 0.3s ease; /* Smooth sliding animation */
    z-index: 0; /* Ensures the pseudo-element is behind the text */
}

.SeeAllBtn:hover::before {
    left: 0; /* Slides the pseudo-element in from left to right */
}

.SeeAllBtn:hover {
    background-color: #9a0000; /* Darker background color on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
}

.SeeAllBtn span {
    position: relative;
    z-index: 1; /* Ensures the text stays above the pseudo-element */
}

.noRecord{
text-align: center;
height: 300px;
padding: 50px;
}

/* .seeAll{
    padding-top: 40px;
} */

.carSlider{
    padding-top: 30px;
}

/* .companyHeading{
    padding-bottom: 30px;
} */

.companyHeading h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 90px;
}

.asterisk{
    color: #be0101;
    margin-left: 5px;
    font-size: 10px !important;
}



/* orderPage */

.requestSection {
    background-color: #eeeeee;
}
.orderSection {
    background-color: #eeeeee;
}
.orderCar_Card {
    padding: 50px;
}
.left_Brder {
    border-left: #be0101 solid 2px;
    padding: 30px 50px;
}
.requestQuery {
    width: 100%;
    border: none;
    border-radius: 4px;
    height: 52px;
}
.carTitle h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 20px;
}
.carTitle p {
    font-size: 16px;
}

.queryBox{
    border: none;
    width: 100%;
    border-radius: 4px;
    height: 200px !important;
}

.customerName {
    margin-top: 3rem;
}

.customerName label {
    font-size: medium;
    font-weight: 600;
}

.cName {
    width: 100%;
    border: none;
    height: 45px;
    border-radius: 4px;
    padding-left: 6px;
}

.customerContact {
    margin: 0 auto;
    margin-top: 3rem;
}

.customerContact label {
    font-size: medium;
    font-weight: 600;
}

.cNumber {
    width: 100%;
    border: none;
    border-radius: 4px;
    height: 45px;
    padding-left: 6px;
}
.cEmail{
    width: 100%;
    border: none;
    border-radius: 4px;
    height: 45px;
    padding-left: 6px;
}
.querySubmit_BTN {
    background-color: #be0101;
    border-radius: 10px;
    color: white;
    text-align: center;
    width: 18%;
    padding: 16px 0px;
    margin-top: 0 auto;
    border: none;
    font-size: 20px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
}

.query {
    margin: 0 auto;
}

.query label {
    font-size: medium;
    font-weight: 600;
}
.orderQuery {
    border: none;
    width: 100%;
    border-radius: 4px;
    height: 292px;
    padding-left: 6px;
}

.order_Query_Text_Box {
    margin-top: 3rem;
}

.submitButton {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 60px;
}
.width_90 {
    width: 90%;
    margin: 0 auto;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #be0101 !important;
    color: #fff;
    font-size: 1em;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #be0101 !important;
}
.swal2-icon.swal2-error {
    border-color: #be0101 !important;
    color: #be0101 !important;
}

.selected_carimg{
    height: 30vh;
}


.modal_image img{
    width: 30%;
}

/* Details Page */

.vehicleDetail_Section{
    background-color: #EEEEEE;
}

.carMaker_Image{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.makerThumbnail{
    width: 100%;
    height: 350px;
    margin-top: 40px;
}
.carMaker_Image{
    padding: 20px;
    margin-bottom: 3rem;
}
.makerDetail{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.makerDetail h1{
    font-size: 50px;
    font-weight: 600;
}
       
.makerDetail p{ 
font-size: 30px;
font-weight: 300;
}

.errorMessage{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.errorMessage h1{
    font-weight: 600;
}

.backIcon img{
    width: 10%;
    text-decoration: none;
    color: black;
}



@media (max-width: 1440px) {
    .nav-item {
        padding: 1rem 2rem !important;
    }

    .exploreMore {
        margin-left: 40px;
        text-align: left;
        padding-bottom: 80px;
    }

    .orderCar_Card {
        padding: 15px !important;
    }

    .left_Brder {
        border-left: #be0101 solid 2px;
        padding: 15px 24px;
    }

    .nav-item a {
    color: white !important;
    font-weight: 500;
    font-size: 15px;
}
}

@media (max-width: 1024px) {
    .nav-item {
        padding: 1rem 12px !important;
    }
    .aboutUscard{
        height: 350px !important;
    }
.width_90{
width: 90%;    
}
.querySubmit_BTN{
    padding: 5px 0px !important;
}
.exploreButton{
    padding: 0px 25px !important;
}

.width{
    width: 80%;
    margin: 0 auto;
}
    .nav-item a {
        color: white !important;
        font-weight: 500;
        font-size: 14px;
    }

    /* .cardButton {
        width: 40%;
    } */

    .footer_logo {
        margin-left: 0.5rem !important;
    }


    .footerButtons {
        width: 100%;
    }

    /* .followUs {
        padding-top: 16px;
        padding-right: 20px;
        font-size: 18px;
    } */

    /* .footerRegisterButton {
        width: 65%;
    } */
    /* .footerLoginButton {
        width: 65%;
    } */
    .footerWidgets {
        justify-content: left !important;
        margin-left: 38px;
    }

    .copyRight {
        margin-left: 0.5rem;
    }

    /* landing page */

    .requestButton {
        background-color: #be0101;
        border-radius: 8px;
        color: white;
        text-align: center;
        padding: 10px 40px;
        margin-top: 0 auto;
        border: none;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        text-decoration: none;
    }
    .sectionHome {
        width: auto !important;
        margin: 0 auto;
        padding: 20px;
    }
    .homeDescription h3 {
        text-align: left;
        color: white;
        font-size: 34px;
        font-weight: 500;
        padding-bottom: 0px;
        margin-left: 40px;
        padding-top: 0px;
    }
    .homeUltimate h1 {
        color: white;
        text-align: left;
        font-size: 54px;
        font-weight: 600;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 40px;
        line-height: 64px;
    }
    .homeDescription p {
        text-align: left;
        color: white;
        font-size: 26px;
        font-weight: 500;
        padding-bottom: 20px;
        margin-left: 40px;
        /* padding-top: 1.5rem; */
    }
    .exploreMore {
        margin-left: 40px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .exploreButton {
        background-color: #be0101;
        border-radius: 10px ;
        color: white;
        text-align: center;
        padding: 12px 25px;
        border: none;
        font-size: 20px;
        font-weight: 500;
        outline: none;
        text-decoration: none;
        line-height: 40px;
    }

    .SeeAllBtn {
        background-color: #be0101;
        border-radius: 8px;
        color: white;
        text-align: center;
        padding: 8px 20px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        outline: none;
        text-decoration: none;
        width: 66%;
    }

    .navbar img {
        margin-left: 22px;
        width: 70%;
    }

    .cardList {
        height: 200px;
    }
    .aboutUS h2 {
        font-weight: 700;
        font-size: 56px;
        line-height: 48px;
        text-align: center;
    }
    .aboutUS p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        padding-top: 10px;
    }
    .readMore {
        padding-top: 20px;
    }
    .latestCars h2 {
        font-weight: 700;
        font-size: 46px;
        line-height: 22px;
    }
    .latestCarsDescription p {
        padding-top: 20px;
        font-weight: 300;
        font-size: 18px;
        text-align: justify;
        line-height: 26px;
    }

    .card-title-latest {
        color: white;
        font-size: 18px;
        font-weight: 700;
        line-height: 10px;
    }
    .card-text-latest {
        color: white;
        font-size: 10px;
        font-weight: 300;
        line-height: 12px;
    }

    .hotSell_text p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-bottom: 10px;
        padding-left: 16px;
        color: rgba(217, 217, 217, 1);
        font-weight: 700;
        font-size: 25px;
        line-height: 5px;
    }
    .hotSell_text hr {
        position: absolute;
        bottom: 0;
        left: 9.5rem;
        width: 30%;
        margin-bottom: 26px;
        border: 2px solid rgba(217, 217, 217, 1);
        border-radius: 2px;
    }
    .autoparts h2 {
        text-align: center;
        color: white;
        font-weight: 600;
        font-size: 50px;
        line-height: 86px;
        /* padding-top: 100px; */
    }
/* About Us page */
.aboutUsSlogan {
    font-size: 50px;
    font-weight: 600;
}
.aboutDescription {
    font-size: 20px;
    font-weight: 600;
}
.aboutBlockText{
    font-size: 12px;
}
.timerHeading {
    color: #be0101;
    font-size: 60px;
    font-weight: 600;
}
.timerAbout{
    font-size: 13px;
    font-weight: 600;
}
.aboutBlockText{
    font-size: 18px;
}

.aboutUsDescription {
    padding-bottom: 0px !important;
}

.aboutUS_SeeAll{
    background-color: #be0101;
    border-radius: 8px;
    color: white;
    text-align: center;
    padding: 8px 20px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    width: 100%;
}
.aboutUsServices_Heading {
    font-size: 45px;
    font-weight: 600;
}

    /* services */
    .servicesSection_Title h2 {
        font-weight: 600;
        font-size: 40px;  
    }

    .servicesSection_Title p {
        font-weight: 400;
        font-size: 14px;
        
    }
    .serviceHeading h1{
        font-weight: 700;
        font-size: 30px;
    }
    .serviceHeading p{
        font-size: 14px;
    }

    /* order */

    .left_Brder {
        border-left: #be0101 solid 2px;
        padding: 8px 16px;
    }
    .orderCar_Card {
        padding: 5px !important;
    }

    .customerName {
        margin-top: 0px;
    }

    .order_Query_Text_Box {
        margin-top: 0px;
    }
    /* Details Page */
    .makerThumbnil {
        width: 100%;
        margin-top: 40px;
    }
    .makerDetail h1 {
        font-size: 50px;
        font-weight: 600;
    }
    .makerDetail p {
        font-size: 16px;
        font-weight: 300;
    }

/* request */

.carTitle h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
}

.carTitle p {
    font-size: 14px;
    font-weight: 400;
}



/* request */

}

@media (max-width: 768px) {

    .homeUltimate h1 {
        color: white;
        text-align: left;
        font-size: 40px;
        font-weight: 600;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 40px;
        line-height: 44px;
    }
.aboutUS h2{
font-size: 30px;
text-align: left;
}
.aboutUS p{
    font-size: 16px;
}
.companyHeading h2{
    line-height: 22px;
}
.autoparts h2{
    font-size: 40px;
}
.aboutUscard{
    height: 310px !important;
}
    .cardList{
        height: 200px ;
    }
    .homeDescription h3 {
        text-align: left;
        color: white;
        font-size: 28px;
        font-weight: 500;
        padding-bottom: 0px;
        margin-left: 40px;
        padding-top: 0px;
    }

    .homeDescription p {
        text-align: left;
        color: white;
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 20px;
        margin-left: 40px;
        /* padding-top: 1.5rem; */
    }

    .transparentCard {
        padding: 20px;
        background-color: rgba(251, 251, 251, 0.7);
        border-radius: 20px;
    }

    .dropDownTitle label {
        color: #be0101;
        font-size: 20px;
        font-weight: 600;
    }

    .sendRequest {
        background-color: #be0101;
        border-radius: 8px;
        color: white;
        text-align: center;
        /* margin-right: 30px; */
        padding: 10px 20px;
        margin-top: 0 auto;
        border: none;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        text-decoration: none;
    }

    .requestButton {
        font-size: 16px !important;
        width: auto !important;
        text-decoration: none;
        padding: 8px 20px !important;
    }

    .nav-item a {
        color: white !important;
        font-weight: 500;
        font-size: 16px;
    }

    .navbar img {
        margin-left: 0px !important;
        width: 65%;
    }

    .navbar {
        padding: 20px !important;
    }

    .navToggler_Options {
        background-color: black;
        width: 100%;
        padding: 25px !important;
        z-index: 100;
        border-radius: 8px;
        margin-top: 4px;
    }

    .navTogglerblur_Options {
        background-color: rgba(155, 153, 153);
        width: 100%;
        padding: 25px !important;
        z-index: 1;
        border-radius: 8px;
        margin-top: 4px;
    }

    .nav-item {
        padding: 0 !important;
    }

    .nav-button {
        padding: 0 !important;
    }

    .navbar-nav .nav-link.active {
        border-bottom: none !important;
        color: #be0101 !important;
    }

    /* .cardButton {
        width: 35%;
    } */

    .fifthCard {
        margin-bottom: 1.5rem;
    }

    .seventhCard {
        margin-bottom: 1.5rem;
    }

    /* .footerRegisterButton {
        width: 75%;
    }
    .footerLoginButton {
        width: 75%;
    } */

    .footerWidgets {
        margin-left: 0 !important;
    }

    .copyRight {
        margin-left: 0 !important;
        font-size: 14px;
        padding-top: 12px;
    }

    /* landing page */

    .readMoreBtn {
        padding-bottom: 0 !important;
    }

    .latestCars h2 {
        font-size: 30px;
    }

    .latestCarsDescription p {
        font-size: 16px;
    }

    .card-img-overlay {
        backdrop-filter: blur(5px) !important;
        color: white;
        height: 20% !important;
    }

    .hotSell_text {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px) !important;
        color: rgba(217, 217, 217, 1);
        height: 50px;
        border-radius: 5px;
    }

    .card-title-latest {
        font-size: 1rem !important;
    }

    .card-text-latest {
        color: white;
        font-size: 11px;
        font-weight: 300;
        line-height: 20px;
    }

    .hotSell_text p {
        font-size: 1rem !important;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 22px;
        padding-bottom: 0px !important;
        padding-left: 18px;
        color: #eeeeee;
        font-weight: 600;
    }

    .hotSell_text hr {
        position: absolute;
        bottom: 0;
        left: 8.5rem !important;
        width: 30%;
        margin-bottom: 22px !important;
        border: 2px solid #eeeeee !important;
        border-radius: 2px;
    }

/* faq */
.privacyHeading {
    padding-top: 30px;
    padding-bottom: 16px;
}

.width {
    width: 90%;
    margin: 0 auto;
}
/* faq */
/* cars page */

.autoCarHeading h2{
    font-size: 40px;
    font-weight: 700;
}

    /* services */
    .carMaker_Image {
        padding: 20px;
        margin-bottom: 0px;
    }
    .makerThumbnail {
        width: 100%;
        margin-top: 0px;
        height: 250px;
    }

    .autoCar_description p{
        font-size: 14px;
        text-align: justify;
    }

    /* request */

    .querySubmit_BTN {
        background-color: #be0101;
        border-radius: 4px;
        color: white;
        text-align: center;
        width: 22% !important;
        padding: 10px 0px !important;
        margin-top: 0 auto;
        border: none;
        font-size: 16px !important;
        font-weight: 500;
        outline: none;
        text-decoration: none;
        text-decoration: none;
    }

    .carTitle h2 {
        font-size: 40px;
        font-weight: 700;
        margin-top: 20px;
    }
    .carTitle p{
        font-size: 14px;
        text-align: justify;
    }

    /* order */
    .orderCar_Card {
        padding: 12px !important;
    }
    .left_Brder {
        border-left: #be0101 solid 2px;
        padding: 10px 20px !important;
    }
    .order_Customer_Name {
        margin-top: 10px !important;
    }
    .orderQuery {
        height: 150px !important;
    }
    .order_Query_Text_Box {
        margin-top: 0.5rem !important;
    }



    /* details Page */

    .makerDetail h1 {
        font-size: 35px;
        font-weight: 600;
    }

    .makerDetail p {
        font-size: 12px;
        font-weight: 300;
    }

/* About Us Page */

.servicesTitle{
    font-size: 16px !important;
}
.autoparts h2{
    color: white;
    
}
.aboutUsSlogan {
    font-size: 45px;
    font-weight: 600;
}
.aboutBlockText {
    font-size: 14px;
}
.aboutUsDescription {
    
    padding-bottom: 0px !important;
  
}
.timerHeading {
    color: #be0101;
    font-size: 40px;
    font-weight: 600;
}

.timerAbout {
    font-size: 9px;
    font-weight: 600;
}

.aboutUsImage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55vh;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55vh;
}

.companyHeading h2 {
    font-weight: 700;
    font-size: 30px;
}

.aboutUsServices_Heading {
    font-size: 40px;
    font-weight: 600;
}

.aboutUS_SeeAll{
    background-color: #be0101;
    border-radius: 8px;
    color: white;
    text-align: center;
    padding: 8px 20px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    width: 100%;
}
.aboutUscardImg{
    width: 55% !important;
    padding: 16px;
}
.aboutCard_Text{
    font-size: 12px;
}

.SeeAllBtn {
    background-color: #be0101;
    border-radius: 8px;
    color: white;
    text-align: center;
    padding: 8px 20px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    width: 100%;
}



.makerCardImg {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

}


@media (max-width: 767px) {

    .aboutUsImage{
        height: 100% !important;
    }
    .counter{
        height: 100% !important;
        margin-top: 15px !important;
    }
    .width{
        width: 90%;
        margin: 0 auto;
    }
    .footer_img{
        width: 40%;
    }
    .accordion-button{
        padding: 10px !important;
    }
    .aResponsive{
        width: 75% !important;
    }
    .privacyHeading {
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .nav-item {
        padding: 0 !important;
    }
    .readMore{
        text-align: right;
    }

    .cardList {
        height: 180px !important;

    }
    .nav-button {
        padding: 0 !important;
    }

    .Home {
        height: 90vh;
    }

    .navbar {
        padding: 8px !important;
    }

    .navOptions {
        background-color: black;
        width: 100%;
        padding: 10px;
        z-index: 1;
        border-radius: 8px;
        margin-top: 14px;
    }

    .footer_img {
        width: 45%;
    }

    .followUs {
        padding-right: 0px;
    }

    .footerWidgets {
        text-align: center !important;
        justify-content: center !important;
    }
    .footer_widgets{
        padding-top: 1.5rem;
    }
    .quickLinks {
        font-size: 14px;
    }
    .footer_follow_links {
        display: block !important;
        text-align: center !important;
    }

    .copyRight {
        text-align: center !important;
        margin-left: 0 !important;
    }

    /* .footer_logo{
        margin-left: 1rem !important;
    } */
    .social_Icons {
        text-align: center !important;
        justify-content: center !important;
    }

    .instaIcon {
        margin-right: 0px !important;
    }

    .carCard {
        width: 100% !important;
    }

    /* .cardButton {
        width: 32%;
    } */

    /* .secondCard {
        margin-bottom: 1.5rem;
    } */

    .thirdCard {
        margin-bottom: 1.5rem;
    }

    .sixthCard {
        margin-bottom: 1.5rem;
    }

    .eighthCard {
        margin-bottom: 1.5rem;
    }

    .selectionButton {
        width: 96% !important;
    }

    .makerButton {
        margin-bottom: 25px !important;
    }

    .modelButton {
        margin-bottom: 35px !important;
    }

    .footerButtons {
        text-align: center;
    }

    .footerButtons a {
        display: inline-block;
        margin-bottom: 20px;
        width: 35%;
    }

    .footerRegisterButton {
        width: 35%;
    }

    .footerLoginButton {
        width: 35%;
        margin-left: 18px;
    }

    .footer_logo {
        margin-left: 0;
        text-align: center;
    }

    /* faq's */
    .autoCarfaqs{
        padding: 30px 30px 30px 30px ;
    }


/* faq's */
    /* landing responsive */

    .homeUltimate h1 {
        font-size: 35px !important;
        line-height: 40px;
    }

    .customBtn {
        padding: 8px 20px !important;
        font-size: 14px;
    }

    .homeDescription h3 {
        text-align: left;
        color: white;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 0px;
        margin-left: 40px;
        padding-top: 0px;
    }
    .homeDescription p {
        text-align: left;
        color: white;
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 20px;
        margin-left: 40px;
        /* padding-top: 1.5rem; */
    }
    .exploreButton {
        background-color: #be0101;
        border-radius: 4px;
        color: white;
        text-align: center;
        padding: 10px 8px !important;
        border: none;
        font-size: 16px;
        font-weight: 500;
        outline: none;
        text-decoration: none;
        line-height: 20px;
    }
    .aboutUS h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 10px;
        text-align: left;
    }
    .aboutUS p {
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        padding-top: 20px;
    }
    .autoparts h2 {
        text-align: center;
        color: white;
        font-weight: 600;
        font-size: 35px;
        line-height: 39px;
        padding: 70px 0px 70px 0px !important;
        /* padding-top: 100px; */
    }
    .audiDescription {
        text-align: left;
        padding-left: 0px !important;
        padding-top: 0px !important;
    }

    .audiImg img {
        width: 100%;
        border-radius: 8px;
    }

    .sectionParts {
        height: 15rem;
    }

    .readMoreBtn {
        padding-bottom: 0 !important;
    }

    .autoparts {
        height: 15rem;
    }

    .latestCars h2 {
        font-size: 24px;
    }

    .latestCarsDescription p {
        font-size: 14px;
    }

    /* .ferrariImg {
        height: auto !important;
    } */
    .card-img-overlay {
        backdrop-filter: blur(15px) !important;
        color: white;
        height: 25% !important;
    }
    .card-title-latest {
        font-size: 1.25rem !important;
        position: absolute;
        top: 30px;
    }

    .card-text-latest {
        color: white !important;
        font-size: 12px !important;
    }

    .SeeAllBtn {
        background-color: #be0101;
        border-radius: 8px;
        color: white;
        text-align: center;
        padding: 8px 20px;
        border: none;
        font-size: 14px;
        font-weight: 500;
        outline: none;
        text-decoration: none;
        width: 35%;
        margin-bottom: 20px;
    }

    .hotSell_text p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-bottom: 10px !important;
        padding-left: 18px;
        color: #eeeeee;
        font-weight: 600;
        font-size: 28px !important;
    }

    .hotSell_text hr {
        position: absolute;
        bottom: 0;
        left: 14rem !important;
        width: 30% !important;
        margin-bottom: 22px !important;
        border: 2px solid #eeeeee !important;
        border-radius: 2px;
    }
    #heroSection {
        display: flex;
        align-items: center;
        justify-content: start;
        height: 60vh !important;
    }

    .querySubmit_BTN {
        background-color: #be0101;
        border-radius: 4px !important;
        color: white;
        text-align: center;
        width: 27% !important;
        padding: 10px 0px !important;
        margin-top: 0 auto;
        border: none;
        font-size: 16px !important;
        font-weight: 500;
        outline: none;
        text-decoration: none;
        text-decoration: none;
    }

    /* services */
    .serviceHeading{
        padding-top: 28px;
    }
    .serviceHeading p{
        text-align: justify;
    }
    .makerThumbnail {
        width: 100%;
        margin-top: 40px;
    }

    .servicesSection_Title h2 {
        font-weight: 600;
        font-size: 30px;

    }
    .servicesSection_Title p {
        font-weight: 400;
        font-size: 16px;
        text-align: justify;
    }
    

    /* request page */

    .customerName {
        margin-top: 0 !important;
    }

    .customerContact {
        margin-top: 1rem !important;
    }

    
    .orderCar_Card {
        padding: 10px !important;
    }

    .left_Brder {
        border-left: none;
        padding: 0px !important;
    }

    .dropDownTitle{
        margin-bottom: 16px;
    }

    /* details page */
    .carMaker_Image {
        padding: 0px;
        margin-bottom: 0px;
    }
.makerDetail{
    margin-top: 10px;
}
    #honda_Thumbnail{
        order: 3;
    }
    #honda_details{
        order: 4;
    }
    
    #toyota_Thumbnail{
        order: 5;
    }
    #toyota_details{
        order: 6;
    }
    #mercedes_Thumbnail{
        order: 7;
    }

    #mercedes_details{
        order: 8;
    }
/* About Us Page */
.aboutUsHeading {
 
    
    text-align: left !important;
}
.aboutUsSlogan {
    font-size: 34px;
    font-weight: 600;
}
.aboutDescription {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.aboutUsDescription {
   
    padding-bottom: 20px !important;
}

.aboutBlockText {
    font-size: 14px;
    text-align: justify;
}

.timerHeading {
    color: #be0101;
    font-size: 50px;
    font-weight: 600;
}

.timerAbout {
    font-size: 10px;
    font-weight: 600;
}
.aboutUsServices_Heading {
    font-size: 28px;
    font-weight: 600;
}

.aboutUS_SeeAll{
    background-color: #be0101;
    border-radius: 8px;
    color: white;
    text-align: center;
    padding: 8px 20px;
    border: none;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    width: 100% ;
}

.width_60{
    margin: 0 auto;
    width:80% !important;
}

.brands{
    text-align: center;
    display: flex;
    flex-direction: column;
}

.aboutUscardImg {
    width: 40% !important;
    padding: 16px;
}

.companyHeading {
    padding-bottom: 0px;
}

.indexPremiumParts {
    padding: 0px 0px 0px 0px !important;
}

.transparentCard {
    padding: 20px;
    background-color: rgba(251, 251, 251, 0.7);
    border-radius: 20px;
    position: relative;
    top: 50px;
}
  
}

@media (max-width: 320px) {
    .timerHeading {
        color: #be0101;
        font-size: 34px;
        font-weight: 600;
    }
    .comunity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .counter {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 10px !important;
        padding: 0 !important;
    }
    .width_90 {
        width: 90% !important;
        margin: 0 auto;
    }

    .aboutUsServices_Heading {
        font-size: 26px !important;
        font-weight: 600;
    }

    .aboutUS_SeeAll {
        background-color: #be0101;
        border-radius: 8px;
        color: white;
        text-align: center;
        padding: 8px 20px;
        border: none;
        font-size: 12px;
        font-weight: 500;
        outline: none;
        text-decoration: none;
        width: 59% !important;
    }
}

@media (max-width: 280px) {
    .aResponsive {
        width: 65%;
    }

    .footerButtons a {
        display: inline-block;
        margin-bottom: 20px;
        width: 36% !important;
    }
}


.latestParts_Section {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}

/* loader */

 /* .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #272d3d;
}  */
 
/* .preloader span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../Assets/images/loader.gif");
} */

/* loader */


.select2-container--default .select2-selection--single{
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 26px;
    position: absolute;
    top: 10px !important;
    right: 1px;
    width: 20px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 10px;
}
.select2-container .select2-selection--single{
    height: 45px !important;
    width: 100% !important;
}

.partCheckBox{
    margin-right: 10px;
}

.table tbody tr td {
    border: none !important;
}
/* .navbar-expand-lg{
    flex-wrap:nowrap !important;
    justify-content: flex-start !important;
} */
.aResponsive{
    width: 20%;
}
.select2-selection{
    border: 1px solid lightgray !important;
}
.footer_img{
    width: 20% !important;
}
.notFound{
    text-align: center;
    padding-top: 100px;
    font-size: 25px;
    font-weight: 600;
}

.ourMakerCard{
    text-align: center;
}

.viewParts a{
    color: #be0101;
    text-decoration: none;
}

.goog-logo-link {
    display:none !important;
 }
 
 .goog-te-gadget {
    color: transparent !important;
 }
 
 #google_translate_element a {
    display: none;
  }

  .goog-te-combo{
    width: 160px !important;
    margin-top: 20px !important;
    background: transparent !important;
    font-size: 18px !important;
    border: none !important;
    outline: none !important;
    color: white !important;
  }

  .goog-te-combo option{
    background-color: #000 !important;
    font-size: 12px !important;
  }

  #offcanvasNavbar{
    background-color: black;
  }

  .servicesItem:hover {
    background-image: linear-gradient(to right, #000000e0, #000000e0) !important;
    color: #be0101 !important;
}

.autoparts h1 {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 45px;
    /* line-height: 86px; */
    padding: 100px 0px 100px 0px;
}

.aboutOurService {
    width: 90%;
    margin: 0 auto;
    padding: 40px;
}

.serviceVideo {
    width: 100%;
}

.serviceContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.aboutUscardImg {
    width: 40% !important;
    padding: 16px;
    margin: 0 auto;
}

.nav-item {
    padding: 1rem 10px;
}

.variantTitle {
    display: flex;
    justify-content: space-between;
    color: #be0101 !important;
    text-decoration: none !important;
}

.fa-arrow-right {
    color: #be0101 !important;
}

.secondCard {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.secondCard:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: scale(1.05); /* Scales the card slightly */
}


#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Blackish background */
    z-index: 999998;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

#loader img {
    width: 100%;
}

.prev, .next{
    background-color: white !important;
    color: #be0101 !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
    margin-top: -10px !important;
}

.prev{
    margin-left: 10px !important;
}

.next{
    margin-right: 10px !important;
}

.galleryContainer{
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
}

dt{
    background-color: #9a0000 !important;
    border-radius: 10px !important;
    padding: 9px 6px !important;
    color: white;
}

.basicInformation table{
    width: 100%;
    background: transparent;
    border: 1px solid #DDDDDD;
}

.basicInformation table tbody tr th {
    padding: 12px 13px;
    border-bottom: 1px solid #DDDDDD;
    font: 16px;
    color: #000;
    font-weight: bold;
    width: 50%;
}

.basicInformation table tbody tr td.table-wait {
    font-weight: bold;
    color: #9a0000;
}

.basicInformation table tbody tr td {
    padding: 12px 13px;
    border-bottom: 1px solid #DDDDDD;
    font: 16px;
    color: #6E6E6E;
    width: 50%;
}

/* Ensure dropdown opens on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: Ensure smooth transition */
.dropdown-menu {
    transition: all 0.3s ease-in-out;
}
