@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');



/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */



.new-banner-main {
    padding: 0% !important;
    height: 90dvh;
    position: relative;

    overflow: hidden;
}

.new-banner-main .banner-image-div {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.new-banner-main .banner-image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content-main {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.banner-content-box {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;

}

.banner-car-container {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.banner-car-image-box {
    position: relative;
    width: 1001px;
    height: fit-content;
}

.banner-car-image-box img {
    width: 100%;
}


.banner-plus-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    border-radius: 17px;
    border: 0.7px solid #F0F2FF;
    background: #0053A0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ============= */

/* .banner-bubble img {
    width: 100px;
    height: 100px;
}
 */

/* Initial state: image hidden (scaled to 0) */
/* .banner-bubble img {
    width: 100px;
    height: 100px;
    transform: scale(0);
    transition: transform 0.4s ease-in-out;
    transform-origin: center;
} */

/* When hover on plus icon, scale up only its sibling image */
/* .banner-bubble .banner-plus-icon:hover~img,
.banner-bubble:hover .banner-plus-icon:hover+img {
    transform: scale(1);
} */

.banner-bubble img {
    width: 100px;
    height: 100px;
    transform: scale(0);
    transition: transform 0.4s ease-in-out;
    transform-origin: center;
}

/* Active bubble image */
.banner-bubble.active img {
    transform: scale(1);
}

.banner-bubble img {
    transform: scale(0);
    transition: transform 0.4s ease-in-out;
}

.banner-bubble .banner-plus-icon:hover+img {
    transform: scale(1);
}

.banner-bubble:has(.banner-plus-icon:hover) img {
    transform: scale(1);
}


.banner-bubble-one {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    left: 5%;
    top: 10%;
}

.banner-bubble-two {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    left: 16%;
    top: 0%;
}

.banner-bubble-three {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    left: 20%;
    top: 40%;
}

.banner-bubble-four {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    left: 35%;
    top: 24%;
}

.banner-bubble-five {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    left: 49%;
    top: 15%;
}

.banner-bubble-six {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    left: 51%;
    top: -28%;
}

.banner-bubble-seven {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    right: 15%;
    bottom: 29%;
}

.banner-bubble-eight {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    right: 4%;
    bottom: 58%;
}




/* ================ */



.banner-content-box h1 {
    color: #323232;
    font-family: Roboto;
    font-size: 51px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    /* 109.804% */
}

.banner-content-box p {
    color: #535353;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
}

.banner-content-box p span {
    color: #0053A0;
    font-family: "Roboto Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase;
}

.banner-content-box h3 {
    color: #333431;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.08px;
}

.banner-content-box h3 :nth-child(1) {
    color: #0053A0;
    font-family: "Roboto Flex";
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.08px;
}

.banner-content-box h3 :nth-child(2) {
    color: #EF9C2C;
    font-family: "Roboto Flex";
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1.08px;
}

.banner-buttons-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.call-button {
    width: 198.836px;
    height: 63px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #4E4C4C;
    background: #1C1C1C;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.whatsapp-button {
    width: 198.836px;
    height: 63px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #4E4C4C;
    background: #1C1C1C;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.call-button span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    /* ✅ start from right side using left */
    transition: left 0.5s ease-in-out;
}

.whatsapp-button span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    /* ✅ start from right side using left */
    transition: left 0.5s ease-in-out;
}

.call-button div,
.whatsapp-button div {
    width: 60.725px;
    height: 53.978px;
    flex-shrink: 0;
    color: white;
    border-radius: 4px;
    transition: width 0.5s ease-in-out;
    position: relative;
}

.call-button div svg,
.whatsapp-button div svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: left 0.5s ease-in-out;
}

.call-button div {
    background: #0053A0;
}

.whatsapp-button div {
    background: #23B553;
}

.call-button:hover div {
    width: 100%;
}

.call-button:hover div svg {
    left: 85%;
}

.call-button:hover span {
    left: 14%;
}

.whatsapp-button:hover div {
    width: 100%;
}

.whatsapp-button:hover div svg {
    left: 85%;
}

.whatsapp-button:hover span {
    left: 14%;
}




.banner-content-left {
    width: 45%;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-content-right {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}







/* ============================================================================ */
/* ============================================================================ */
/* ============================================================================ */
/* ============================================================================ */




.middle-text {
    color: #0053A0;
    font-family: "Roboto Flex";
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    /* 109.375% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;

    padding: 50px 0px;
}


.middle-text-mobile {
    color: #0053A0;
    font-family: "Roboto Flex";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 109.375% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;

    padding: 0px 0px;
}


.features-section-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-section-buttons button {
    width: 52.592px;
    height: 29.301px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    border-radius: 75.131px;
    border: 0.751px solid #D4D4D4;
    background: rgb(255, 255, 255);
}

.features-section-buttons button:hover {
    background: #fed4a1;
}

.features-section-buttons button:hover svg path {
    stroke: rgb(73, 72, 72);
}



.features-items-main {
    padding: 20px 0px;
}


.features-item {
    height: 468px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

.features-item h4 {
    color: #A2A2A2;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    /* 33.12px */

    width: 70%;
    height: 20%;
}

.features-item h4 span {
    color: #FFA73B;
}


.features-item-image-div {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.features-item-image-div img {
    height: 70%;
}

.features-item-description {
    height: 20%;
    display: flex;
    gap: 26px;
}

.features-item-description span {
    color: #131313;
    font-family: "Roboto Flex";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 27.6px */
}

.features-item-description p {
    color: #707070;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}


/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */


.how-it-section-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.how-it-title-section {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.how-it-title-section h3 {
    color: #393939;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.2%;
    /* 52.1px */
    letter-spacing: 1.5px;

    margin-top: 10px;
}

.how-it-title-section p {
    color: #707070;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}


.how-it-top-right-section {
    width: 65%;

    display: grid;
    grid-template-columns: 1fr 1fr;
}

.howit-work-item {
    width: 100%;
    height: 617px;
}

.number-section-one {
    display: flex;
    align-items: center;
    height: 10%;
}

.number-section-one span {
    display: flex;
    width: 48px;
    height: 44px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #1C1C1C;

    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 27.6px */
}

.number-section-one .line {
    width: 100%;
    background: #D0D0D0;
    height: 0.8px;
}

/* == */

.number-section-two {
    display: flex;
    align-items: center;
    height: 10%;
}

.number-section-two span {
    display: flex;
    width: 48px;
    height: 44px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #3C3C3C;
    background: #f9f9f9;

    color: #343A46;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 27.6px */
}

.number-section-two .line {
    width: 100%;
    background: #D0D0D0;
    height: 0.8px;
}




/* == */

.number-section-tree {
    display: flex;
    align-items: center;
    height: 10%;
}

.number-section-tree span {
    display: flex;
    width: 48px;
    height: 44px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #3C3C3C;
    background: #f9f9f9;

    color: #343A46;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 27.6px */
}

.number-section-tree .line {
    width: 100%;
    background: #D0D0D0;
    height: 0.8px;
}

.number-section-tree .icon {
    display: flex;
    width: 48px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #3C3C3C;
    background: #f9f9f9;
}

/* ====================================== */




.howit-workitem-content-section {
    width: 85%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
}

.howit-workitem-content-section h4 {
    color: rgba(13, 20, 34, 0.84);
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 35.88px */
}

.howit-workitem-content-section p {
    color: #505050;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* 156.25% */
}

.howit-workitem-content-section div {
    width: 100%;
    height: 426px;
    overflow: hidden;
    border-radius: 10px;
}

.howit-workitem-content-section div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.howit-workitem-content-section div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* how it bottom 
===================================== */
.how-it-bottom-main {
    margin-top: 80px;

    display: flex;
    align-items: end;
}

.how-it-bottom-left-item {
    width: 37%;
}

.how-it-bottom-right {
    width: 63%;
    display: flex;
    align-items: end;

    padding-bottom: 80px;
}

.ready-to-go {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ready-to-go h4 {
    color: #0D1422;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    /* 46px */
}

.ready-to-go p {

    width: 80%;

    color: #626262;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    /* 41.4px */
}

.ready-to-go button {
    width: 70%;
    height: 63.259px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #0053A0;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding: 0 15px;
    border: none;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
    overflow: hidden;
    /* Important so after doesn't spill */
    z-index: 1;
    /* Keep content above */
}

.ready-to-go button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #0f72d4;
    /* darker blue overlay */
    transition: width 0.4s ease;
    /* smooth animation */
    z-index: -1;
    /* keep behind text */
}


.ready-to-go button:hover::after {
    width: 100%;
}




.how-it-bottom-image {
    width: 50%;
}

.how-it-bottom-image img {
    width: 100%;
}







/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */

.inspection-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.inspection-title h4 {
    color: #1E1E1E;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    /* 164.286% */
}

.inspection-title div {
    width: 147.863px;
    height: 1px;
    background: #D4D4D4;
}


.inspection-items-list {
    padding: 60px 0 40px 150px;
}


.inspection-item {
    width: 100%;
    min-height: 307.895px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 30px;

    border-left: 1px solid #D4D4D4;

    padding: 0 25px;

}

.inspection-icon-div {
    height: 20% !important;
}

.inspection-item img {
    width: 42.751px;
}

.inspection-item div {
    height: 75% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.inspection-item div h4 {
    color: #1E1E1E;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    height: 94px;
    overflow: hidden;
    /* 127.778% */
}

.inspection-item div p {
    color: #484848;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
    /* 137.5% */
}



.inspection-items-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 40px 0;

}

.inspection-items-buttons button {
    width: 52.592px;
    height: 29.301px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    border-radius: 75.131px;
    border: 0.751px solid #D4D4D4;
    background: rgb(255, 255, 255);
}

.inspection-items-buttons button:hover {
    background: #fed4a1;
}

.inspection-items-buttons button:hover svg path {
    stroke: rgb(73, 72, 72);
}

.inspection-items-list.slick-arrow.slick-hidden {
    display: block !important;
}

.inspection-items-list.slick-initialized .slick-slide {
    display: flex !important;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */








/* brands
========================================= */


.brand-main {

    height: 571px;
    padding: 95px 43px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 10px;
    background: #F5F5F5;
}

.brands-title-section {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.title-common-box {
    display: flex;
    width: fit-content;
    height: 43px;
    padding: 7px 21px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 7px;
    background: #FFD5B3;

    color: #1C1C1C;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.brands-title-section h3 {
    color: #393939;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.2%;
    /* 52.1px */
    letter-spacing: 1.5px;

    margin-top: 0px !important;
}

.brands-title-section p {
    color: #707070;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}


.brand-logo-list {
    width: 63%;

    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 27px;
}

.brand-logo {
    height: 73.247px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 0.8px solid #D2D2D2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* padding: 20%; */
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/*======================================================================  */
/*======================================================================  */
/*======================================================================  */
/*======================================================================  */







/* Our Plan
===================================================== */

.our-plan-main {
    background: #1E1E1E;
    overflow: hidden;
    position: relative;
}

.our-plan-main .line-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}


.our-plan-content-main {
    position: relative;
    padding: 90px;

    gap: 50px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.purchase-inspection-main {

    width: 45%;

    border-radius: 20px;
    border: 1px solid #656565;
    background: #202020;
}

.purchase-inspection-main .top {
    border-bottom: 2px dashed #626262;
    padding: 10px 10px 21px 10px;
}

.purchase-inspection-main .top .price-section {
    height: 262.37px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #141414;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.purchase-inspection-main .price-section h6 {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

.purchase-inspection-main .price-section h3 {
    color: #EF9C2C;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 55.2px */
}

.purchase-inspection-main .price-section h3 span {
    color: #FFDDB0;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 22.08px */
}

.purchase-inspection-main .price-section p {
    width: 60%;
    text-align: center;
    color: #848484;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    /* 150% */
}

.workshop-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;

    padding: 21px 10px 21px 10px;
}

.workshop-item {
    height: 44.253px;
    flex-shrink: 0;

    border-radius: 4px;
    border: 1px solid #404040;
    background: #353535;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 0 22px;
}

.workshop-item img {
    width: 18px;
}

.workshop-item span {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    /* 100% */
}




.workshop-list a {
    width: 100%;
    height: 44.253px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #0053A0;
    border: none;

    text-decoration: none;

    color: #FFF !important;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */

    padding: 0 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
    overflow: hidden;
    /* Important so after doesn't spill */
    z-index: 1;
    /* Keep content above */
}

.workshop-list a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #0f72d4;
    /* darker blue overlay */
    transition: width 0.4s ease;
    /* smooth animation */
    z-index: -1;
    /* keep behind text */
}


.workshop-list a:hover::after {
    width: 100%;
}

.workshop-list a svg {
    transition: all 0.4s ease;
}

.workshop-list a:hover svg {
    transform: scale(2);
}





.our-plan-content-right {
    width: 40%;
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.our-plan-content-right h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 61px;
    /* 122% */
}

.our-plan-content-right p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* 156.25% */
}

.our-plan-content-right button {
    width: 70%;
    height: 63.259px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #EF9C2C;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding: 0 15px;
    border: none;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
    overflow: hidden;
    /* Important so after doesn't spill */
    z-index: 1;
    /* Keep content above */
}

.our-plan-content-right button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #e08002;
    transition: width 0.4s ease;
    /* smooth animation */
    z-index: -1;
    /* keep behind text */
}

.our-plan-content-right button:hover::after {
    width: 100%;
}




/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */








/* Car Inspection
========================================================================== */

.car-inspection {
    background: #FFEFD6;
}


.car-inspection-main {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 90px 0;
}

.car-inspection-title {
    width: 30%;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.car-inspection-title h3 {
    color: #393939;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.2%;
    /* 52.1px */
    letter-spacing: 1.5px;
}

.car-inspection-title p {
    color: #707070;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.car-inspection-image-list {
    width: 65%;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 11px;
}

.car-inspection-image-list div {
    height: 450.394px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

.car-inspection-image-list div img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */








/* Find Us Nearby
=============================================================== */


.find-us {
    border-bottom: 1px solid #DCDCDC;
}

.find-us-main {
    display: flex;
    flex-direction: column;
}


.find-us-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}


.find-us-title .left {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.find-us-title .right {
    width: 50%;

    display: flex;
    align-items: center;

    gap: 50px;
}

.find-us-title .right p {}

.find-us-title .right div {}



.find-us-title h3 {
    color: #393939;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.2%;
    /* 52.1px */
    letter-spacing: 1.5px;
}

.find-us-title p {
    color: #484848;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 157.143% */
}

.find-us-title span {
    color: #0053A0;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 104.2%;
    /* 66.688px */
    letter-spacing: 1.92px;
}

.find-us-title h6 {
    color: #484848;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.191px;
    /* 163.696% */
}

.find-us-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    padding: 71px 0;

    gap: 20px;
}

.find-us-item {
    height: 352.396px;
    flex-shrink: 0;
    border-radius: 4.162px;
    border: 1px dashed #000;

    padding: 10px;
}

.find-us-item-inner {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    clip-path: polygon(100% 0, 100% 100%, 9% 100%, 0 85%, 0 0);

    padding: 10px 25px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.find-us-item-title {
    height: 32%;
    border-bottom: 1px solid #D0D0D0;
}

.find-us-item-title span {
    color: #484848;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    /* 114.286% */
}

.find-us-item-title h5 {
    color: #0053A0;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.869px;
    /* 99.346% */
}

.find-us-item-title div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.find-us-item-title div h6 {
    color: #0053A0;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.869px;
    /* 99.346% */
    display: flex;
    align-items: center;
    gap: 10px;
}

.find-us-item-title div p {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
}

.find-us-item-address {
    height: 45%;

    display: flex;
    align-items: center;
    justify-content:start;
}

.find-us-item-address div {
    display: flex;
    gap: 10px;
}

.find-us-item-address p {
    width: 90%;
    color: #484848;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.191px;
    /* 163.696% */
}

.find-us-item-button {
    height: 18%;

    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #D0D0D0;
}

.find-us-item-button button {
    color: #EF9C2C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.191px;
    text-decoration: none;
    background: none;
    border: none;
    /* 163.696% */
}


.explore-more {
    width: 100%;
    height: 100%;
    background-color: #0053A0;
    clip-path: polygon(100% 0, 100% 100%, 9% 100%, 0 85%, 0 0);

    position: relative;
}

.explore-more img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.explore-more-content {
    width: 100%;
    height: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 40px;
}

.explore-more-content h4 {
    color: #FFF;
    font-family: Roboto;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    /* 41.4px */
}

.explore-more-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    /* 27.6px */
}




.explore-more-content button {
    width: 80%;
    height: 42px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #1C1C1C;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
    padding: 0 15px;

    border: none;



    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
    overflow: hidden;
    /* Important so after doesn't spill */
    z-index: 1;
    /* Keep content above */
}

.explore-more-content button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #2f2c2c;
    /* darker blue overlay */
    transition: width 0.4s ease;
    /* smooth animation */
    z-index: -1;
    /* keep behind text */
}


.explore-more-content button svg {

    transition: all 0.7s ease;
}

.explore-more-content button:hover svg {
    transform: rotate(-90deg);
}

.explore-more-content button:hover::after {
    width: 100%;
}




/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */


.testimonials-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.testimonials-title h3 {
    color: #393939;
    text-align: center;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 61px;
    /* 122% */
}

.testimonials-title p {
    width: 30%;
    color: #707070;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}



.testimonials-list {
    padding: 40px 0;

}

/* Default border for all slides */
.testimonials-list .slick-slide {
    border: 1px solid #E5E5E5;
    transition: border 0.3s ease;
    opacity: 50%;
}

/* Active (current) slide */
.testimonials-list .slick-current {
    border: 1px solid #FFA73B;
    opacity: 100%;
}

.testimonials-item {
    min-height: 384.612px;
    flex-shrink: 0;

    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-radius: 10px;
    background: #FFF;

    margin: 0 15px;

}

.testimonials-item p {
    color: #707070;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.testimonials-item h6 {
    color: #1F1F1F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}



.testimonials-items-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 40px 0 20px 0;

}

.testimonials-items-buttons button {
    width: 52.592px;
    height: 29.301px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    border-radius: 75.131px;
    border: 0.751px solid #D4D4D4;
    background: rgb(255, 255, 255);
}

.testimonials-items-buttons button:hover {
    background: #fed4a1;
}

.testimonials-list.slick-initialized .slick-slide {
    display: flex;
}




/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */







/* Bottom-description && FAQ
===================================================================================== */


.bottom-des-faq-main {
    border-top: 1px solid #D4D4D4;
}


.bottom-des-faq {
    display: flex;

}

.bottom-content-section {
    width: 50%;
    border-right: 1px solid #D4D4D4;
    padding: 100px 50px 50px 0;
}

.bottom-content-section h4 {
    color: #101F35;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    /* 206.667% */
    text-transform: uppercase;
}

.bottom-content-section p {
    color: rgba(16, 31, 53, 0.70);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 183.333% */
}


.faq-section {
    width: 50%;
    padding: 100px 0 50px 50px;
}

.faq-section h6 {
    color: #101F35;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    /* 206.667% */
    text-transform: uppercase;
}





.faq-container {

    margin-top: 30px;

    width: 100%;
    max-height: 600px;
    overflow-y: auto;
    /* enable scroll if >4 items */
}

/* Custom scrollbar */
.faq-container::-webkit-scrollbar {
    width: 12px;
}

.faq-container::-webkit-scrollbar-track {
    background: transparent;
}

.faq-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(189, 195, 196, 0.23);
}

/* Firefox scrollbar */
.faq-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(189, 195, 196, 0.23) transparent;
}


.faq-item {
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0px 0px;
    color: #101F35;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.3px;
}


.faq-question p {
    width: 90%;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 0px;
    color: rgba(16, 31, 53, 0.70);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 183.333% */
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    /* enough to fit text */
    padding: 15px 20px;
}

.faq-arrow {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.banner-car-image-mobile {
    display: none;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/*  Xl
////////////////// */

@media (max-width:1279px) {
    .banner-content-box {
        padding-top: 30px;
        display: flex;
        justify-content: space-between;
    }

    .banner-content-right {
        width: 45%;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }


    .banner-content-box h1 {
        color: #323232;
        font-family: Roboto;
        font-size: 41px;
        font-style: normal;
        font-weight: 500;
        line-height: 46px;
    }

    .banner-content-box p {
        color: #535353;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }

    .banner-content-box h3 {
        color: #333431;
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 1.08px;
    }

    .banner-car-container {
        width: 100%;
        height: 55%;
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .banner-car-image-box {
        position: relative;
        width: 690px;
    }



    .banner-bubble-one {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        left: 5%;
        top: -12%;
    }


    .banner-bubble-two {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        left: 14%;
        top: -14%;
    }

    .banner-bubble-three {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        left: 18%;
        top: 18%;
    }

    .banner-bubble-four {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        left: 33%;
        top: 10%;
    }

    .banner-bubble-five {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        left: 46%;
        top: 3%;
    }

    .banner-bubble-six {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        left: 49%;
        top: -46%;
    }

    .banner-bubble-seven {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        right: 12%;
        bottom: 29%;
    }

    .banner-bubble-eight {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        right: 2%;
        bottom: 57%;
    }



    /* ============================================== */

    .middle-text {
        color: #0053A0;
        font-family: "Roboto Flex";
        font-size: 50.807px;
        font-style: normal;
        font-weight: 700;
        line-height: 65.807px;
        /* 109.375% */
        letter-spacing: 1.074px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;

        padding: 50px 0px;
    }

    /* ========================================= */


    .how-it-title-section h3 {
        color: #393939;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 104.2%;
        letter-spacing: 1.5px;
        margin-top: 10px;
    }

    .ready-to-go button {
        width: 70%;
        height: 63.259px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #0053A0;
        color: #FFF;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
        padding: 0 15px;
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    /* =================================== */

    .brand-main {
        height: auto;
        padding: 75px 43px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        background: #F5F5F5;
    }

    .brands-title-section {
        width: 32%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .brands-title-section h3 {
        color: #393939;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 104.2%;
        letter-spacing: 1.5px;
        margin-top: 0px;
    }




    /* ====================================================== */


    .our-plan-content-main {
        position: relative;
        padding: 60px;
        gap: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .purchase-inspection-main {
        width: 50%;
        border-radius: 20px;
        border: 1px solid #656565;
        background: #202020;
    }

    .our-plan-content-right {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .our-plan-content-right h3 {
        color: #FFF;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 51px;
    }

    .workshop-list a {
        width: 100%;
        height: 44.253px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #0053A0;
        border: none;
        text-decoration: none;
        color: #FFF !important;
        font-family: Roboto;
        font-size: 13px;
        text-wrap: nowrap;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }



    /* =============================================== */



    .car-inspection-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 60px 0;
    }

    .car-inspection-title h3 {
        color: #393939;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 104.2%;
        letter-spacing: 1.5px;
    }

    .car-inspection-image-list div {
        height: 394px;
        flex-shrink: 0;
        border-radius: 10px;
        overflow: hidden;
    }

.inspection-items-list {
        padding: 60px 0 40px 50px;
    }

    .inspection-items-list-slider .slick-list {
        padding-right: 100px !important;
    }
    /* =========================================================================== */

    .find-us-title h3 {
        color: #393939;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 104.2%;
        letter-spacing: 1.5px;
    }

    .find-us-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 71px 0;
        gap: 20px;
    }




    /* ================================================================================== */


    .testimonials-title h3 {
        color: #393939;
        text-align: center;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 61px;
    }

    .testimonials-title p {
        width: 50%;
        color: rgb(112, 112, 112);
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }




    /* ======================================================================================== */


    .bottom-content-section {
        width: 50%;
        border-right: 1px solid rgb(212, 212, 212);
        padding: 70px 30px 30px 0px;
    }

    .faq-section {
        width: 50%;
        padding: 70px 0 30px 30px;
    }

}


/* LG

//////////////// */

@media (max-width:1023px) {
    .banner-buttons-box {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    /* ============================================== */

    .middle-text {
        color: #0053A0;
        font-family: "Roboto Flex";
        font-size: 36.807px;
        font-style: normal;
        font-weight: 700;
        line-height: 65.807px;
        /* 109.375% */
        letter-spacing: 1.074px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;

        padding: 50px 0px;
    }

    /* ==================================================== */


    .ready-to-go p {
        width: 80%;
        color: #626262;
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 300;
        line-height: 115%;
    }

    .ready-to-go button {
        width: 80%;
        height: 63.259px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #0053A0;
        color: #FFF;
        font-family: Roboto;
        font-size: 16px;
        text-wrap: nowrap;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
        padding: 0 15px;
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    /* ========================================================== */

    .brand-main {
        height: auto;
        padding: 75px 43px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        border-radius: 10px;
        background: #F5F5F5;

        gap: 50px;
    }

    .brands-title-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .brand-logo-list {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 27px;
    }

    /* ================================================================= */


    .our-plan-content-main {
        position: relative;
        padding: 60px 30px;
        gap: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .purchase-inspection-main {
        width: 60%;
        border-radius: 20px;
        border: 1px solid #656565;
        background: #202020;
    }

    .workshop-item span {
        color: #FFF;
        font-family: Roboto;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 16px;
    }

    .our-plan-content-right {
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .our-plan-content-right h3 {
        color: #FFF;
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 41px;
    }


    /* ======================================================== */


    .car-inspection-title h3 {
        color: #393939;
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 104.2%;
        letter-spacing: 1.5px;
    }

    .car-inspection-image-list div {
        height: 334px;
        flex-shrink: 0;
        border-radius: 10px;
        overflow: hidden;
    }




    /* =========================================================================== */

    .find-us-title h3 {
        color: #393939;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 104.2%;
        letter-spacing: 1.5px;
    }

    .find-us-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 71px 0;
        gap: 20px;
    }


    .find-us-title .right {
        width: 55%;
        display: flex;
        align-items: center;
        gap: 30px;
    }

.inspection-items-list {
        padding: 60px 0 40px 0px;
    }

    .inspection-items-list-slider .slick-list {
        padding-right: 0px !important;
    }



    /* ================================================================================= */


    .bottom-content-section {
        width: 50%;
        border-right: 1px solid rgb(212, 212, 212);
        padding: 50px 20px 20px 0px;
    }

    .faq-section {
        width: 50%;
        padding: 50px 0 20px 20px;
    }




}




/* Mobile MD */

@media (max-width:767px) {



    .banner-content-box {
        padding-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }


    .banner-content-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .banner-content-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }


    .banner-content-box h1 {
        color: #323232;
        font-family: Roboto;
        font-size: 31.566px;
        font-style: normal;
        font-weight: 500;
        line-height: 34.661px;
    }

    .banner-content-box p {
        color: #535353;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }

    .banner-content-box p span {
        color: #0053A0;
        font-family: "Roboto Flex";
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 27px;
        text-transform: uppercase;
    }

    .banner-content-box h3 {
        display: none;
        color: #333431;
        font-family: Roboto;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 1.08px;
    }


    .banner-content-box h3 :nth-child(1) {
        color: #0053A0;
        font-family: "Roboto Flex";
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 1.08px;
    }

    .banner-content-box h3 :nth-child(2) {
        color: #EF9C2C;
        font-family: "Roboto Flex";
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 1.08px;
    }



    .banner-content-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .banner-buttons-box {
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }


    .banner-buttons-box .call-button {
        width: 50%;
        height: 63px;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid #4E4C4C;
        background: #1C1C1C;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        overflow: hidden;

        font-size: 15px;
    }

    .banner-buttons-box a {
        width: 50%;
    }

    .banner-buttons-box .whatsapp-button {
        width: 100%;
        height: 63px;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid #4E4C4C;
        background: #1C1C1C;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        overflow: hidden;

        font-size: 15px;
    }


    .banner-car-container {
        width: 100%;
        height: 40%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .banner-car-image-box {
        display: none;
    }

    .banner-car-image-mobile {
        display: flex;

        width: 140%;
        margin-left: 60%;
    }



    /* ================= */


    .middle-text {
        color: #0053A0;
        font-family: "Roboto Flex";
        font-size: 40.807px;
        font-style: normal;
        font-weight: 700;
        line-height: 39.164px;
        /* 109.375% */
        letter-spacing: 1.074px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 50px 0px;
    }

    .middle-text span {
        display: block;
    }

    .middle-text-mobile {
        display: flex !important;
    }

    /* =================================================*/

    .how-it-section-main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
    }


    .how-it-title-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .how-it-title-section h3 {
        color: #393939;
        font-family: Roboto;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 104.2%;
        letter-spacing: 1.5px;
        margin-top: 10px;
    }

    .how-it-top-right-section {
        width: 105%;
        display: grid;
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .how-it-bottom-main {
        margin-top: 80px;

        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 51px;
    }

    .how-it-bottom-left-item {
        width: 100%;
    }


    .how-it-bottom-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-bottom: 0px;
        gap: 51px;
    }

    .ready-to-go {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .how-it-bottom-image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .how-it-bottom-image img {
        width: 80%;
    }

    .howit-workitem-content-section {
        width: 95%;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 90%;
    }

    /* ======================================================= */

    .inspection-title h4 {
        color: #1E1E1E;
        font-family: Roboto;
        font-size: 25px;
        font-style: normal;
        font-weight: 300;
        line-height: 36px;
    }

    .inspection-title div {
        display: none;
    }


    /* ==================================================== */

    .brand-main {
        height: auto;
        padding: 35px 23px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        border-radius: 10px;
        background: #F5F5F5;
        gap: 50px;
    }

    .brands-title-section h3 {
        color: #393939;
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 104.2%;
        letter-spacing: 1.5px;
        margin-top: 0px;
    }

    .brands-title-section p {
        color: #707070;
        font-family: Roboto;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .brand-logo-list {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 27px;
    }


    /* ================================================================= */


    .our-plan-content-main {
        position: relative;
        padding: 40px 16px;
        gap: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .purchase-inspection-main {
        width: 100%;
        border-radius: 20px;
        border: 1px solid #656565;
        background: #202020;
    }

    .purchase-inspection-main .top .price-section {
        height: 193.816px;
        flex-shrink: 0;
        border-radius: 14px;
        background: #141414;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .purchase-inspection-main .price-section h6 {
        color: #FFF;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .purchase-inspection-main .price-section h3 {
        color: #EF9C2C;
        font-family: Roboto;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: 138%;
    }

    .purchase-inspection-main .price-section p {
        width: 80%;
        text-align: center;
        color: #848484;
        text-align: center;
        font-family: Roboto;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 15px;
    }


    .workshop-item {
        height: 32.691px;
        flex-shrink: 0;
        border-radius: 4px;
        border: 1px solid #404040;
        background: #353535;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
        padding: 0 7px;
    }

    .workshop-item img {
        width: 11px;
    }

    .workshop-list a {
        width: 100%;
        height: 32.691px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #0053A0;
        border: none;
        text-decoration: none;
        color: #FFF !important;
        font-family: Roboto;
        font-size: 11px;
        text-wrap: nowrap;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .our-plan-content-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .our-plan-content-right .title-common-box {
        display: none;
    }

    .our-plan-content-right h3 {

        display: none;
    }

    .our-plan-content-main .mobile-head {
        display: flex !important;
    }

    .our-plan-content-main .mobile-title {
        color: #FFF;
        font-family: Roboto;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 41px;

        display: block !important;

    }


    .our-plan-content-right p {
        color: #FFF;
        font-family: Roboto;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
    }

    .our-plan-content-right button {
        width: 50%;
        height: 41.259px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #EF9C2C;
        color: #FFF;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
        padding: 0 15px;
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }


    /* ============================================================================= */


    .car-inspection-main {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        padding: 80px 0 36px 0;
    }

    .car-inspection-title {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .car-inspection-image-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .car-inspection-image-list div {
        height: 243.404px;
        flex-shrink: 0;
        border-radius: 10px;
        overflow: hidden;
    }





    /* =============================================================================== */


    .find-us-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        gap: 20px;
    }

    .find-us-title .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .find-us-title .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .find-us-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 71px 0;
        gap: 20px;
    }




    /* ================================================================================ */


    .testimonials-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .testimonials-title h3 {
        color: #393939;
        text-align: center;
        font-family: Roboto;
        font-size: 39.448px;
        font-style: normal;
        font-weight: 400;
        line-height: 48.126px;
    }

    .testimonials-title p {
        width: 90%;
        color: rgb(112, 112, 112);
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }



    /* ======================================================================================================================= */


    .bottom-des-faq {
        display: flex;
        flex-direction: column-reverse;
    }

    .bottom-content-section {
        width: 100%;
        border-right: none;
        padding: 50px 15px;
    }

    .faq-container>*:last-child {
        border: none;
    }

    .faq-section {
        width: 100%;
        padding: 50px 15px;
        border-bottom: 1px solid rgb(212, 212, 212);
    }


}


.our-plan-content-main .mobile-head {
    display: none;
}

.our-plan-content-main .mobile-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;

    display: none;

}



.middle-text-mobile {
    display: none;
}