body, html { 
    margin: 0;
    padding: 0;
    font-family: "DM Sans";
    overflow-x: hidden;
    width: 100%;
}























/* S */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: space-between;  
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    overflow-x: hidden;
    padding: 12.5px;
    z-index: 1000; 
}

.navbar .title {
    font-size: 13px;
    font-weight: bold;
    color: #e0d5d5;
    font-family: "DM Sans";
    margin-left: 44.3px; 
}

.navbar .nav-links {
    display: flex;
    align-items: center;
    gap: 20px;  
    font-family: "DM Sans";
    justify-content: flex-end;  
    font-weight: 27.8px;
}

.navbar a,
.navbar .submit-button {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 8.9px;
    font-family: "DM Sans";
}

.navbar a:hover,
.navbar .submit-button:hover {
    color: transparent;
}

.navbar .submit-button {
    border: 1px solid #ffffff;
    border-radius: 9px;
    padding: 0;
    font-size: 8.7px;
    font-family: "DM Sans", sans-serif;
    width: 87px;
    height: 28px;
    margin-right: 24px;
}

.navbar .sign-in {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ffffff;
    font-size: 8.2px;
}

.navbar .sign-in .custom-icon {
    width: 8.60px;
    height: 8.5px;
}

.navbar .nav-icon {
    width: 6px;  
    height: auto;
    margin-left: 5.5px;  
}


@media (max-width: 767px) {
    .navbar {
        flex-direction: column;
        padding: 10px;
    }

    .navbar .title {
        font-size: 11px; 
        margin-left: 0;
        text-align: center; 
        margin-bottom: 10px; 
    }

    .navbar .nav-links {
        flex-direction: row;
        flex-wrap: wrap; 
        gap: 10px; 
        width: 100%; 
        justify-content: center; 
        margin-bottom: 10px; 
    }

    .navbar a,
    .navbar .submit-button {
        font-size: 8px; 
        height: 28px; 
    }

    .navbar .submit-button {
        width: 60px; 
        height: 25px; 
        margin-right: 0; 
        align-self: center; 
    }

    .navbar .sign-in {
        font-size: 7px; 
    }

    .navbar .sign-in .custom-icon {
        width: 7px; 
        height: 7px; 
    }

    .navbar .nav-icon {
        width: 5px; 
        margin-left: 5px; 
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar {
        flex-direction: row; 
        padding: 15px; 
    }

    
    .navbar .title {
        font-size: 14px; 
        margin-left: 20px; 
    }

    .navbar .nav-links {
        flex-direction: row; 
        gap: 15px; 
    }

    .navbar a,
    .navbar .submit-button {
        font-size: 8.5px; 
        height: 30px; 
    }

    .navbar .submit-button {
        width: 70px; 
        height: 25px;
        margin-right: 15px; 
    }

    .navbar .sign-in {
        font-size: 7.5px; 
    }

    .navbar .sign-in .custom-icon {
        width: 7.5px; 
        height: 7.5px; 
    }

    .navbar .nav-icon {
        width: 5.5px; 
        margin-left: 5px; 
    }
}


/* F  */














































/* S */
.background-image {
    position: relative;
    background-image: url('carsfigma/Tabpanelamg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 2em;
}

.background-image .content {
    color: #ffffff;
    max-width: 80%;
    padding: 1em;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 140px;
    margin-top: 120px; 
    margin-bottom: 2px; 
}

.background-image .price {
    font-size: 1.6em; 
    margin: 0;
    font-weight: 650;
}

.background-image .model {
    font-size: 3em; 
    margin: 0.5em 0; 
    margin-top: 7px;
    margin-bottom: 7px;
}

.background-image .details {
    display: flex;
    gap: 1em;
    
    
}

.detail-item {
    display: flex;
    align-items: center;
    font-size: 10.5px; 
    font-family: "DM Sans", sans-serif;
    justify-content: flex-start;
    gap: 3.2px;
}

.detail-icon {
    width: 13px; 
    height: 13px; 
    margin-right: 5.5px; 
    
}

.details {
    display: flex; 
    gap: 1em; 
    margin-top: 5px;
}


.cta-button {
    background-color: whitesmoke; 
    color: #000000; 
    border: 2px solid #ffffff; 
    font-family: "DM Sans";
    width: 110px; 
    height: 38px; 
    font-size: 10px; 
    cursor: pointer; 
    border-radius: 12px; 
    transition: background-color 0.3s, border-color 0.3s; 
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding: 0; 
    margin-top: 26px; 
    margin-left: 0; 
    font-weight: 500;
}

.cta-button .button-icon {
    width: 10px; 
    height: 10px;
    display: flex;
    margin-left: 7px;
}
.cta-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #8b8b8b;
}

.cta-button img {
    order: 1;
}

@media (max-width: 767px) { 
    .background-image {
        background-position: center;
        padding-left: 1em;
        height: auto; 
    }

    .background-image .content {
        margin-left: 0;
        margin-top: 80px; 
        margin-bottom: 1em;
        padding: 0.5em;
        max-width: 100%; 
        text-align: center;
    }

    .background-image .price {
        font-size: 1em;
        text-align: center; 
    }

    .background-image .model {
        font-size: 1.6em; 
        text-align: center; 
    }

    .background-image .details {
        display: flex; 
        justify-content: center; 
        gap: 10px; 
        margin-top: 10px;
    }

    .detail-item {
        font-size: 8px; 
        display: flex;
        align-items: center; 
    }

    .cta-button {
        width: 50%; 
        height: 25px; 
        font-size: 6px; 
        margin-top: 20px; 
        text-align: center; 
    }

    .cta-button .button-icon {
        width: 5px; 
        height: 5px; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .background-image {
        background-position: center;
        padding-left: 1.5em;
    }

    .background-image .content {
        margin-left: 0;
        margin-top: 100px; 
        margin-bottom: 1.5em; 
        padding: 1em;
        max-width: 90%;
        text-align: center; 
    }

    .background-image .price {
        font-size: 34px; 
        text-align: center; 
    }

    .background-image .model {
        font-size: 3em; 
        margin: 0.5em 0; 
        margin-top: 0px;
        margin-bottom: 7px;
    }

    .background-image .details {
        display: flex; 
        gap: 0.8em; 
        justify-content: center; 
    }

    .detail-item {
        font-size: 10px; 
        display: flex;
        align-items: center; 
    }

    .cta-button {
        width: 75%;
        height: 45px; 
        font-size: 13px;
        margin-top: 20px; 
    }

    .cta-button .button-icon {
        width: 11px; 
        height: 11px; 
    }
}
/* F */

























/* S */
.textestep2 { 
    text-align: start;
    color: #333;
    font-size: 14px;
    margin: 2.5em 0 2em 0;
    margin-left: -40px ;
}  


.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 191px;
    max-width: calc(100% - 191px);
    width: 100%; 
}
.brands-paragraph {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #333;
    margin: 0 157px; 
    margin-top: -0.5em; 
    padding-top: 23px;
}


.show-all-brands {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: opacity 0.3s ease;

}


.brands-icon {
    width: 12px; 
    height: 12px;
    margin-left: 11px;
}


.show-all-brands:hover {
    opacity: 0.7; 
}

@media (max-width: 767px) {
    .textestep2 {
        font-size: 11.5px; 
        margin: 1.5em 0 1em 0; 
        margin-left: 0; 
        text-align: center;
        margin-top: 26px;
    }

    .container {
        display: block; 
        margin-left: 0;
        max-width: 100%;
        text-align: center; 
    }

    .brands-paragraph {
        font-size: 9px; 
        margin: 0; 
        margin-top: 1em; 
        padding-top: 0;
        display: flex;
        justify-content: center; 
    }

    .show-all-brands {
        font-size: 12px; 
        margin: 12px;
        margin-bottom: 30px;
    }

    .brands-icon {
        width: 9px; 
        height: 9px; 
        margin-left: -3px;
        margin-bottom: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .textestep2 {
        font-size: 19px; 
        margin: 2em 0 1.5em 0; 
        margin-left: 0; 
        text-align: center; 
    }

    .container {
        display: flex;
        flex-direction: column; 
        align-items: center;
        margin-left: 0;
        max-width: 100%;
    }

    .brands-paragraph {
        font-size: 10px; 
        margin: 0;
        margin-top: 1.5em; 
        padding-top: 0;
    }

    .show-all-brands {
        font-size: 15px; 
    }

    .brands-icon {
        height: 11px; 
        margin-left: 7px;
    }
}
/* F */























/* S */
.custom-card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0 auto 90px auto;
    max-width: fit-content; 
}


.custom-card {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    width: 142px; 
    height: 116px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-card img {
    width: 50%;
    object-fit: cover;
}

.cardtext {
    font-family: 'DM Sans', sans-serif;
    margin-top: 5px;
    font-size: 14px; 
    color: #333; 
    margin: 5px 0 0 0; 
}

@media (max-width: 767px) { 
    .custom-card-container {
        display: flex;
        flex-direction: column; 
        margin-left: 4.4px; 
        gap: 6px; 
        align-items: center; 
    }

    .custom-card {
        width: 50%; 
        height: auto; 
        padding: 6px; 
    }

    .custom-card img {
        width: 40%; 
        margin-bottom: 6px; /
    }

    .cardtext {
        font-size: 10px; 
        text-align: center; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; 
        gap: 10px; 
        margin-left: 0px;
        margin-top: 35px;
    }

    .custom-card {
        width: 20%; 
        height: auto;
        padding: 6px; 
    }

    .custom-card img {
        width: 50%; 
        margin-bottom: 6px; 
    }

    .cardtext {
        font-size: 14px; 
        text-align: center;
    }
}
/* F */






















/* S */
.textestep3 { 
    text-align: start;
    color: #333;
    font-size: 14px;
    margin: 2.5em 0 2em 0; 
    margin-left: -40px ;
}  


.container3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 191px;
    max-width: calc(100% - 191px);
    width: 100%; 
    
}
.brands-paragraph3 {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #333;
    margin: 0 157px; 
    margin-top: -0.5em; 
    padding-top: 23px;
}


.show-all-brands3 {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: opacity 0.3s ease;

}


.brands-icon3 {
    width: 12px; 
    height: 12px;
    margin-left: 11px;
}


.show-all-brands3:hover {
    opacity: 0.7; 
}

.brands-categories { 
    display: flex;
    justify-content: flex-start; 
    margin: 0px 191px; 
    margin-left: 150px;
}

.category {
    margin-right: 10px; 
    text-align: left; 
}

.category-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 10px;
}

.divider {
    border: 1px solid #E9E9E9;
    margin: 5px 150px; 
    margin-top: 15px;
    margin-bottom: 38px;
}


@media (max-width: 767px) {
    .textestep3 {
        font-size: 11.3px; 
        margin-left: -5.9px;
        text-align: center; 
        margin-bottom: -13px;
    }

    .container3 {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        max-width: 100%;
    }

    .brands-paragraph3 {
        margin: 0;
        margin-top: 1em;
    }

    .brands-categories {
        flex-direction: column;
        align-items: center;
        margin: 1em 0;
    }

    .brands-icon3 {
        width: 10px; 
        height: 10px;
        margin-left: 11px;
    }

    .category {
        margin: 0.5em 0;
    }

    .divider {
        margin: 1em 0;
    }

    .show-all-brands3 {
        margin-left: 13px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .textestep3 {
        font-size: 20px; 
        margin-left: 0;
        text-align: center; 
    }

    .container3 {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        max-width: 100%;
    }

    .brands-icon3 {
        width: 10px; 
        height: 10px;
        margin-left: 11px;
    }

    .brands-paragraph3 {
        margin: 0;
        margin-top: 1em;
        font-size: 14px;
    }

    .brands-categories {
        flex-direction: column;
        align-items: center;
        margin: 1em 0;
    }

    .category {
        margin: 0.5em 0;
    }

    .divider {
        margin: 1em 0;
    }

    .show-all-brands3 {
        margin-left: 13px;
    }

    .category-link {
        text-decoration: none;
        color: #333;
        font-weight: 600;
        font-size: 13px;
    }
}
/* F */























/* S */
.cards-container {
    background-color: #F9FBFC;
    padding: 20px; 
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    justify-content: center;
}

.cards-containerspecial {
    padding: 20px; 
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    justify-content: center;
}

.cards-row {
    display: flex; 
    justify-content: center;
    gap: 20.5px; 
}

.card8 {
    display: flex; 
    flex-direction: column; 
    width: 210px; 
    height: 290px; 
    border-radius: 10px; 
    overflow: hidden; 
    justify-content: flex-start; 
    border: 1px solid rgb(202, 202, 202); 
    background-color: white;
    margin-bottom: 24px;
}

.card8-image {
    position: relative; 
}

.card8-image img {
    width: 100%; 
    height: 150px; 
    object-fit: cover; 
    border: none; 
}

.great-price-button {
    position: absolute; 
    top: 10px;
    left: 13.5px; 
    padding: 4px 9px;
    background-color: #3D923A; 
    color: #fff;
    border-radius: 12px; 
    font-size: 9px; 
    font-weight: 550;
    border: none; 
}
.great-price-buttonblue {
    position: absolute; 
    top: 10px; 
    left: 13.5px; 
    padding: 4px 9px; 
    background-color: #405FF2; 
    color: #fff; 
    border-radius: 12px; 
    font-size: 9px; 
    font-weight: 550;
    border: none; 
} 

.great-price-buttonblue2 {
    position: absolute; 
    top: 10px; 
    left: 13.5px; 
    padding: 4px 9px;
    background-color: #405FF2; 
    color: #fff; 
    border-radius: 12px; 
    font-size: 9px;
    font-weight: 550;
    border: none; 
}

.icon-circle {
    position: absolute;
    top: 10px; 
    right: 10px; 
    width: 24px; 
    height: 24px; 
    background-color: #fff; 
    border-radius: 50%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.icon-circle img {
    width: 9px; 
    height: 9px; 
}

.card8-details {
    padding: 8px; 
    flex-grow: 1; 
}

.card8-title {
    margin-left: 12px; 
    margin-top: 3px; 
    font-size: 10px; 
    font-weight: 600; 
    font-size: 12px; 
}

.card8-paragraph {
    font-size: 10px; 
    color: #666; 
    font-weight: 600;
    line-height: 2px;
    text-align: center;
}

.card8-line {
    border: none;
    border-top: 1px solid #ddd;
    margin: 6px 0; 
}
.card8-items-row {
    display: flex; 
    justify-content: center; 
}

.card8-item {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    margin: 0 10px; 
    text-align: center; 
    flex-grow: 1; 
}

.card8-icon {
    width: 11.5px; 
    height: 13.3px; 
    margin-top: 6px;
    margin-bottom: 5px;
}

.card8-text {
    font-size: 9px; 
    color: #333; 
}

.card8-price {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 50px; 
    flex-wrap: wrap; 
}


.card8-price-left {
    font-size: 14px; 
    font-weight: 650; 
    color: #000000;
    margin-bottom: 3px; 
    margin-left: 4px; 
}

.brands-paragraph4 {
    display: flex;
    align-items: center;
    margin: 0; 
    font-size: 8px; 
}

.show-all-brands4 {
    font-size: 9.4px; 
    color: #405FF2; 
    margin-right: 6px; 
    text-decoration: none; 
    margin-top: 3px; 
    font-weight: 500;
}

.brands-icon4 {
    width: 9.5px; 
    height: 9.5px; 
    margin-top: 4px;
}

.background-section {
    background-color: #F9FBFC;
    padding: 20px;
    border-radius: 10px; 
}



@media (max-width: 767px) {
    .cards-container,
    .cards-containerspecial {
        justify-content: center;
    }

    .cards-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; 
        justify-content: center;
    }

    .card8 {
        width: calc(100% - 10px); 
        margin-bottom: 20px;
        margin-left: 5px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .cards-container,
    .cards-containerspecial {
        justify-content: center;
    }

    .cards-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; 
        justify-content: center;
    }

    .card8 {
        width: calc(50% - 10px); 
        margin-bottom: 20px;
    }
}
/* F */























/* S */
.contentaston {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.left-part h1 {
    font-size: 29px; 
    margin-left: 155px; 
    margin-top: 70px;
    font-weight: 600;
}

.left-part p {
    font-size: 9.5px; 
    line-height: 1.4;
    margin-left: 155px; 
    font-weight: 450;
    color: #000000;
}

.left-part .cta-button {
    background-color: #000000; 
    color: white; 
    padding: 5px 10px; 
    font-size: 9.3px;
    border: none; 
    border-radius: 9.3px; 
    cursor: pointer; 
    margin-top: 20px; 
    transition: background-color 0.3s ease; 
    display: flex; 
    align-items: center;
    margin-left: 155px; 
}

.left-part .cta-button:hover {
    background-color: #3D5BDB; 
}

.left-part .cta-button .button-icon {
    width: 10px; 
    height: 10px; 
    margin-left: 5px; 
}

.right-part img {
    max-width: 440px; 
    height: auto;
    object-fit: cover;
    margin-left: 40px;
    margin-top: 110px;
    margin-right: 140px;
}


@media (max-width: 767px) {
    .contentaston {
        flex-direction: column; 
        align-items: center; 
        justify-content: center; 
        text-align: center; 
        padding: 10px; 
    }

    .left-part {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .left-part h1 {
        font-size: 27px;
        margin: 20px 0; 
    }

    .left-part p {
        font-size: 14px; 
        margin: 10px 0; 
    }

    .left-part .cta-button {
        font-size: 10px; 
        padding: 15px 19px; 
        margin: 10px 0; 
    }

    .right-part img {
        max-width: 80%; 
        margin: 20px 0; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .contentaston {
        flex-direction: column; 
        align-items: center; 
        justify-content: center; 
        text-align: center; 
        padding: 15px;
    }

    .left-part {
        display: flex;
        flex-direction: column;
        align-items: center; 
    }

    .left-part h1 {
        font-size: 45px; 
        margin: 30px 0; 
    }

    .left-part p {
        font-size: 17px; 
        margin: 15px 0; 
    }

    .left-part .cta-button {
        font-size: 14px; 
        padding: 19px 12px; 
        margin: 15px 0; 
    }

    .right-part img {
        max-width: 90%;
        margin: 30px 0; 
    }
}
/* F */






















/* S */
.textestepwhy {
    text-align: left;
    color: #333;
    font-size: 14px;
    margin-left: 150px; /* ou ajuste comme tu veux */
    margin-top: 60px;
    margin-bottom: 30px;
}


.containerwhy {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px; /* optionnel pour espacer les blocs si besoin */
    width: fit-content;
    margin: 0 auto;
}


.contentwhy {
    text-align: left;
    width: 230px;
    height: 200px;
    
}

.icon-image {
    width: 40.5px; 
    height: 40.5px; 
    margin-bottom: 5px; 
    margin-left: 0; 
}

.text-paragraph1 {
    font-size: 16px; 
    color: #333;
    margin-bottom: 5px; 
    margin-left: 0; 
    font-weight: 600;
}  

.text-paragraph2 {
    font-size: 10px;
    color: #333;
    margin-bottom: 5px; 
    margin-left: 0; 
}

@media (max-width: 767px) {
    .textestepwhy {
        justify-content: center;
        text-align: center; 
        margin: 40px; 
        font-size: 10px;
    }

    .containerwhy {
        flex-direction: column; 
        align-items: center; 
        margin-left: -4.2px;
        max-width: 100%;
        width: 100%;
        padding: 1 2px; 
    }

    .contentwhy {
        width: 100%; 
        height: auto; 
        margin-bottom: 1.5em; 
        text-align: center; 
    }

    .icon-image {
        width: 35px; 
        height: 35px; 
        margin-bottom: 10px; 
    }

    .text-paragraph1 {
        font-size: 15.5px; 
        font-weight: 600; 
    }

    .text-paragraph2 {
        font-size: 13px; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .textestepwhy {
        text-align: center;
        margin: 2em 0;
        font-size: 17px;
        margin-bottom: -25px;

    }

    .containerwhy {
        flex-direction: column;
        align-items: center; 
        margin-left: -20.5px; 
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .contentwhy {
        width: 80%; 
        height: auto; 
        margin-bottom: 1.5em; 
        text-align: center; 
    }

    .icon-image {
        width: 50px;
        height: 50px; 
        margin-top: 70px; 
    }

    .text-paragraph1 {
        font-size: 30px; 
    }

    .text-paragraph2 {
        font-size: 20px; 
    }
}
/* F */
























/* S */
.background-imagefooter {
    position: relative;
    background-image: url('carsfigma/stepfooterimg.jpg');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
}

.background-imagefooter .contentfooter {
    color: #ffffff;
    max-width: 80%;
    padding: 1em;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0; 
    margin-top: 90px; 
    margin-bottom: 2px;
    gap: 15px; 
}

.modelfooter {
    font-family: "DM Sans", sans-serif;
    font-size: 50px; 
    font-weight: 450;
    text-align: left; 
    margin-left: 160px; 
    margin-top: 10px; 
}

.cta-buttonfooter {
    background-color: transparent;
    color: white;
    border: 0.7px solid #ffffff;
    font-family: "DM Sans";
    width: 205px;
    height: 45px; 
    font-size: 9.5px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-top: -50px; 
    margin-left: 160px; 
}

.cta-buttonfooter .button-iconfooter {
    width: 10px;
    height: 10px;
    display: flex;
    margin-left: 7px;
}

.cta-buttonfooter:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #8b8b8b;
}

.cta-buttonfooter img {
    order: 1;
}

@media (max-width: 767px) {
    .background-imagefooter {
        height: 350px; 
        padding-left: 15px; 
        padding-right: 15px; 
        background-position: center; 
    }

    .background-imagefooter .contentfooter {
        max-width: 100%;
        align-items: center; 
        margin-top: 60px;
        text-align: center; 
    }

    .modelfooter {
        font-size: 24px; 
        margin-left: 0; 
        margin-top: 10px; 
    }

    .cta-buttonfooter {
        font-size: 12px; 
        width: 180px; 
        height: 40px; 
        margin-top: 20px; 
        margin-left: 0; 
        justify-content: center; 
    }

    .cta-buttonfooter .button-iconfooter {
        width: 15px;
        height: 15px; 
        margin-left: 5px; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .background-imagefooter {
        height: 400px; 
        padding-left: 20px; 
        padding-right: 20px; 
    }

    .background-imagefooter .contentfooter {
        max-width: 85%; 
        align-items: center; 
        margin-top: 80px;
        text-align: center; 
    }

    .modelfooter {
        font-size: 35px; 
        margin-left: 0; 
    }

    .cta-buttonfooter {
        font-size: 12px; 
        width: 190px; 
        height: 42px; 
        margin-top: 20px; 
    }

    .cta-buttonfooter .button-iconfooter {
        width: 15px; 
        height: 15px; 
        margin-left: 7px; 
    }
}
/* F */














































/* S */
.footer {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    flex-direction: column; 
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 25px;
}

.left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-text {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-left: 70px;
}

.footer-paragraph {
    font-size: 14px;
    margin: 5px 0 0 0;
    margin-left: 70px;
}

.right-content {
    display: flex;
    align-items: center;
    margin-right: 70px; 
}

.search-container {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    margin-right: 120px;
    height: 40px;
}

.search-bar {
    padding: 10px;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 10.6px;
    width: 290px; 
}

.search-button {
    font-family: "DM Sans";
    padding: 10px 20px;
    border: none;
    border-radius: 11px; 
    margin-right: 9px; 
    background-color: #000000;
    color: #ffffff;
    font-size: 9px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #ae6464;
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: #d5d5d5; 
    margin: 20px 0;
}


.footer-extra {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 60px;
}

.left-text {
    margin-left: 70px;
}

.right-text {
    margin-right: 70px; 
}

.extra-text-left, .extra-text-right {
    font-size: 10px;
    font-weight: 400;
    
}

.tiny-icon {
    width: 4px;  
    height: 4px; 
    margin: 0 10px; 

}



@media (max-width: 1024px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .left-content,
    .right-content {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .footer-text,
    .footer-paragraph {
        margin-left: 0;
    }

    .search-container {
        margin: 20px 0;
        width: 100%;
    }

    .search-bar {
        width: calc(100% - 120px);
    }

    .search-button {
        width: 100px;
        margin-right: 0;
    }

    .footer-extra {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

    .left-text,
    .right-text {
        margin: 10px 0;
        text-align: center;
        margin-right:50px ;
    }
}
@media (max-width: 768px) {
    .footer-content {
        padding: 15px;
    }

    .footer-text {
        font-size: 18px;
    }

    .footer-paragraph {
        font-size: 12px;
    }

    .search-container {
        height: 35px;
        margin-right: 26px;
    }

    .search-bar {
        font-size: 10px;
        width: calc(100% - 110px);
        margin-left: 0px;
        
    }

    .search-button {
        width: 90px;
        padding: 8px 15px;
        margin-left: 15px;
    }

    .footer-line {
        margin: 15px 0;
    }

    .footer-extra {
        padding-bottom: 15px;
    }

    .extra-text-left,
    .extra-text-right {
        font-size: 9px;
        margin-right: -20px ;
    }
}
/* F */