:root {
    --black-main: #0B0B0D;
    --graphite:   #1E1F23;
    --gray-text:  #B5B7BE;
    --red-main:   #E10600;
    --red-hover:  #FF2A1A;
    --white:      #FFFFFF;
    --red-backgraund: #ed1c24;
    --body-backgraund: #F5F6F8;
    --white-1: #FAFAFA;
    --red-transparent: rgb(237, 28, 36, 0.8);
    --white-ultra-premium: rgba(255, 255, 255, 0.85);
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



html, body {
    width: 100%;
    height: 100%;
    background-color: #0B0B0D;
    overflow-x: hidden;
}

/* Main wrapper */
main {
    width: 100%;
}

/* Header */
.site-header {
    width: 100%;
    height: 60px;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    background-color: var(--red-backgraund);
}

/* Right block */
.brand-information {
    display: flex;
    align-items: center;
    gap: 36px;
}

/* Address & Phone */
.brand-address,
.brand-number,
.brand-email-address{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #B5B7BE;
    font-size: 14px;
}

.brand-number a,
.brand-email-address a,
.brand-address a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-family: "roboto", "sans-serif";
    transition: .3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.social-media {
    display: flex;
    gap: 15px;
}

/* Header soical media icons */
.site-header i {
    color: var(--white);
    font-size: 18px;
}

/* Navbar style start */
.site-navbar{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
    background-color: #0B0B0D;
    box-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

.brand-logo {
    display: flex;
    align-items: center;
}

.brand-logo img {
    height: 65px;
    width: auto;
}

.navbar-items {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navbar-items li {
    list-style: none;
}


.navbar-items li a {
    font-size: 16px;
    text-decoration: none;
    color: var(--white);
    font-family: "oswald", "sans-serif";
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.navbar-items li a:hover{
    color: var(--red-hover);
}

.navbar-hamburger {
    display: none;
}

/* Navbar style end */


/* Swiper slider style start */
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next, 
.swiper-button-prev {
    background-color: #0B0B0D;
}

.slide-1 {
    width: 100%;
    height: 500px;
    background-image: url(../images/main-diamant-cut.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-2 {
    width: 100%;
    height: 500px;
    background-image: url(../images/main-peinture.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-3 {
    width: 100%;
    height: 500px;
    background-image: url(../images/main-covering-vitres-teintees.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-content-backgraund {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.35);
}

.swiper-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* background-color: rgb(237, 28, 36, 0.8); */
    border-radius: 3px;
    padding: 50px;
}


.swiper-content h2 {
    color: var(--white);
    font-family: "oswald", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 48px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

/* .swiper-content p {
    color: var(--white);
    font-family: "roboto", "sans-serif";
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
} */

.swiper-content-backgraund a {
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-family: "oswald", "sans-serif";
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white-1);
    border: 1px solid var(--white-1);
    text-transform: uppercase;
    transition: 0.3s ease;
}

.swiper-content-backgraund a:hover {
    background-color: var(--graphite);
}

/* Swiper slider style end */

/* Section for jantes style start */

.jantes {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    font-family: "oswald", "sans-serif";
    text-transform: uppercase;
    background-color: var(--body-backgraund);
}

.section-for-jantes-title {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--graphite);
    text-align: center;
}

.section-for-jantes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin: 50px auto;
}

.box-jantes {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    background-color: var(--body-backgraund);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 0.5s ease;
}

.box-jantes:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    background-color: var(--red-backgraund);
}

.box-jantes:hover .btn {
    background-color: var(--body-backgraund);
    color: var(--black-main);
}

.box-jantes:hover h3 {
    color: var(--white-1);
}

.box-jantes img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.box-jantes .btn {
    width: 100%;
    max-width: 250px;
    border: none;
    border-radius: 10px;
    background-color: var(--red-main);
    color: var(--white);
    font-family: "oswald", "sans-serif";
    position: relative;
    top: -20px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.5s ease;
}

.box-jantes h3 {
    font-size: 20px;
    font-family: 'oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: var(--black-main);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    font-weight: 800;
    line-height: 26px;
    transition: 0.5s ease;
}

/* Section for jantes style end */

/* Section for carrosserie style start */

.carrosserie {
    background-color: var(--body-backgraund);
    max-width: 1200px;
    margin: 0 auto;
}

.carrosserie-title {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.75)
        ),
        url("../images/section-carrosserie-titile-image.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    gap: 20px;
}


.section-icon i {
    font-size: 56px;
    color: var(--white-1);
}

.section-icon::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background-color: var(--red-backgraund);
    margin: 10px auto 0;
    border-radius: 5px;
}

.carrosserie-title h2 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--white);
}

.carrosserie-title h3 {
    width: 100%;
    max-width: 700px;
    font-family: "oswald", sans-serif;
    color: var(--white);
    letter-spacing: 1px;
    line-height: 32px;
    font-size: 25px;
    text-transform: uppercase;
}

.carrosserie-title h2,
.carrosserie-title h3 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.section-for-carrosserie {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 50px 0 50px 0;
}

.box-carrosserie {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: var(--white-1);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: 0.3s ease;
}

.box-carrosserie:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.box-carrosserie:hover h3::after {
    width: 180px;
    left: 80px;
}

.box-carrosserie:hover .btn {
    background-color: var(--graphite);
}

.box-carrosserie img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.box-carrosserie h3 {
    text-align: center;
    font-family: 'inter', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    margin: 0 5px 0 5px;
    font-size: 18px;
    font-weight: 800;
}

.box-carrosserie h3::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: var(--red-main);
    position: relative;
    left: 95px;
    top: 15px;
    border-radius: 5px;
    transition: .3s ease;
}

.box-carrosserie h4 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    font-family: 'inter', sans-serif;
    font-style: normal;
    margin: 15px;
}

.box-carrosserie .btn {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-family: 'oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--red-main);
    color: var(--white-1);
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .3s ease;
}

/* Section for carrosserie style end */

/* Section for covering style start */

.covering {
    max-width: 1200px;
    margin: 0 auto;
    background-color: var(--body-backgraund);
}

.covering-title {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.75)
        ),
        url("../images/section-covering-titile-image.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    gap: 20px;
}

.covering-title h2 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--white);
}

.covering-title h3 {
    width: 100%;
    max-width: 800px;
    font-family: "Inter", sans-serif;
    color: var(--white);
    letter-spacing: 0.5px;
    line-height: 28px;
}

.covering-title h2,
.covering-title h3 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.section-for-covering {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 120px;
    padding: 50px 0;
}

.covering-box {
    width: 100%;
    max-width: 385px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: var(--white-1);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: 0.3s ease;
}

.covering-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.covering-box:hover .btn {
    background-color: var(--graphite);
}

.covering-box:hover:hover h3::after {
    width: 180px;
    left: 95px;
}

.covering-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.covering-box h3 {
    text-align: center;
    font-family: 'inter', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    margin: 0 5px 0 5px;
    font-size: 18px;
    font-weight: 800;
}

.covering-box h3::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: var(--red-main);
    position: relative;
    left: 110px;
    top: 15px;
    border-radius: 5px;
    transition: .3s ease;
}

.covering-box h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: 'inter', sans-serif;
    font-style: normal;
    margin: 15px;
}

.covering-box .btn {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-family: 'oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--red-main);
    color: var(--white-1);
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .3s ease;
}

/* Section for covering style end */



/* section for appointment style start */

.section-appointment {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    background-color: var(--body-backgraund);
}

.form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-header i {
    font-size: 56px;
    color: var(--red-main);
}

.form-header h2 {
    color: var(--graphite);
    font-size: 24px;
    font-family: "oswald", "sans-serif";
    text-transform: uppercase;
    margin: 15px 0 15px 0;
}

.form-header p {
    width: 100%;
    max-width: 700px;
    color: #666;
    font-size: 16px;
    font-family: "poppins", "sans-serif";
    text-align: center;
}

.contacter-direct {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 25px;
}


.contacter-direct p {
    font-family: "oswald", "sans-serif";
    color: var(--graphite);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0;
    letter-spacing: 0.5px;
}

.contacter-direct i {
    font-size: 56px;
    color: var(--red-main);
}


.contacter-direct .contacter-direct-phone-number {
    font-family: "oswald", "sans-serif";
    font-size: 22px;
    font-weight: 800;
}

.contacter-direct .contacter-direct-phone-number a {
    text-decoration: none;
    color: var(--graphite);
}

.appointment-form {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 50px 0 0 0 ;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--graphite);
    font-family: "inter", "sans-serif";
    font-size: 15px;
}

.input-group {
    position: relative;
}

.input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--red-main);
}

.form-control {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1em;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.form-control::placeholder {
    font-family: "poppins", "sans-serif";
    font-size: 14px;
}


.form-control:focus {
    border-color: #1e3c72;
    box-shadow: 0 0 10px rgba(30, 60, 114, 0.2);
    outline: none;
}

.form-group select{
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    font-family: "poppins", "sans-serif";
    font-weight: 400;
}


.error-message {
    color: #e74c3c;
    font-size: 0.9em;
    margin-top: 5px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.submit-btn {
    width: 100%;
    padding: 15px;
    background: var(--red-main);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "oswald", "sans-serif";
    margin-bottom: 50px;
}

.submit-btn:hover {
    background: var(--graphite);
}

.success-message {
    display: none;
    text-align: center;
    color: #2ecc71;
    margin-top: 20px;
    font-size: 1.1em;
    padding: 10px;
    border-radius: 8px;
    background: rgba(46, 204, 113, 0.1);
}

/* section for appointment style end */


/* Section for brand information */
.section-for-brand-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    background-color: var(--body-backgraund);
}

.section-for-brand-info-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.section-for-brand-info-header i {
    font-size: 46px;
    color: var(--red-main);
}

.section-for-brand-info-header h2 {
    font-family: "oswald", "sans-serif";
    font-weight: 800;
    font-size: 28px;
    color: var(--graphite);
    text-transform: uppercase;
}

.section-for-brand-info-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.section-for-brand-info-description-text {
    width: 100%;
    max-width: 600px;
    font-family: "inter", "sans-serif";
    font-weight: 600;
    text-align: center;
}

.section-for-brand-info-description i {
    color: var(--red-main);
    font-size: 24px;
}
/* Section for brand end */

/* Pourquoi nous choisir stye start */

.pourquoi-nous-choisir-title {
    font-family: "oswald", "sans-serif";
    font-weight: 800;
    font-size: 28px;
    color: var(--graphite);
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 35px;
}

.pourquoi-nous-choisir-title::after{
    content: "";
    display: block;
    width: 180px;
    height: 3px;
    background-color: var(--red-main);
    position: relative;
    left: 55px;
    top: 25px;
}

.pourquoi-nous-choisir {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pourquoi-nous-choisir-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pourquoi-nous-choisir-content i {
    font-size: 22px;
    color: #2ecc71;
}

.pourquoi-nous-choisir-content h4 {
    font-family: "roboto", "sans-serif";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.pourquoi-nous-choisir-content p {
    font-family: "poppins", "sans-serif";
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
/* Pourquoi nous choisir stye end */



/* Goggle Avis Style Start */
.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background: var(--body-backgraund);
}

.reviews-container-icon {
    text-align: center;
}

.reviews-container-icon i {
    font-size: 48px;
    color: var(--red-main);
    margin-bottom: 25px;
}

.reviews-container-title {
    font-size: 28px;
    font-family: "oswald", "sans-serif";
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: var(--graphite);
}

.review-sous-title {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: var(--graphite);
    font-family: "oswald", "sans-serif";
}

.avis-stars {
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
  
.full {
    color: #f5b041;
}
  
.half {
    background: linear-gradient(to right, #f5b041 70%, #FFFFFF 30%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.reviews {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px;
    margin: 0 40px;
}


.review {
    width: 100%;
    min-width: 280px;
    max-width: 320px;
    background: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid lightgray;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    scroll-snap-align: start;
}

.avatar-google{
    display: flex;
    justify-content: space-between;
}

.avatar {
    width: 40px;
    height: 40px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
}

.google-icon {
    height: 25px;
    width: auto;
}

.review h3 {
    font-family: "poppins", "sans-serif";
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.5px;
    color: var(--graphite);
}

.date{
    font-size: 12px;
    font-style: normal;
    color: #666;
}

.stars {
    color: #f5b041;
    font-size: 20px;
    letter-spacing: 3px;
}

.review-avis {
    font-family: "inter", "sans-serif";
    font-size: 14px;
    color: var(--graphite);
    font-weight: 500;
    margin-top: 5px;
}

.prev, .next {
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--graphite);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    border-radius: 3px;
}
.prev { left: 0; }
.next { right: 0; }
.prev:hover, .next:hover {
    background: black;
}

/* Section for contact style start */
.section-for-contact {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--body-backgraund);
    gap: 35px;
}


.section-for-contact-title {
    font-family: "Oswald", "sans-serif";
    font-size: 28px;
    font-weight: 800;
    color: var(--graphite);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 50px;
}

.section-for-contact i {
    font-size: 42px;
    color: var(--red-main);
}

.section-for-contact h4 {
    font-family: "roboto", "sans-serif";
    font-size: 19px;
    font-weight: 800;
    color: var(--graphite);
}

.section-for-contact h4 a {
    text-decoration: none;
    color: var(--graphite);
}

.section-for-contact p {
    font-family: "poppins", "sans-serif";
    color: #666;
    font-weight: 600;
}

.section-for-contact p a {
    text-decoration: none;
    color: #666;
}

.map-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
/* Section for contact style end */

/* Site footer style start */
.site-footer {
    background-color: #0B0B0D;
    color: #FFFFFF;
    padding: 60px 0 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col {
    flex: 1 1 220px;
}

.footer-col h4 {
    font-family: "oswald", "sans-serif";
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col p,
.footer-col li {
    font-family: "inter", "sans-serif";
    font-size: 14px;
    line-height: 1.6;
    color: #B5B7BE;
}

.footer-col-contact p {
    margin-bottom: 8px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 5px;
}

.footer-col a {
    font-family: "inter", "sans-serif";
    color: #B5B7BE;
    text-decoration: none;
}

.footer-col a:hover {
    color: var(--red-main);
}

.footer-col i {
    margin-right: 8px;
    color: var(--red-main);
}

.footer-socials {
    margin-top: 15px;
}

.footer-socials a {
    margin-right: 12px;
    font-size: 18px;
    color: #FFFFFF;
}

.footer-socials a:hover {
    color: var(--red-main);
}

.footer-bottom {
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    background-color: #070709;
    font-size: 13px;
    color: #8F9198;
}
/* Site footer style start */



/* SITE MEDIA STYLE START */

/* Tablet */
@media (max-width: 992px) {

/* Site header media style start */
.site-header {
height: 65px;
padding: 0 25px;
}

.brand-information {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}

.brand-information .brand-email-address {
    display: none;
}

.brand-number a,
.brand-email-address a,
.brand-address a {
    font-size: 13px;
    letter-spacing: 0;
}

.social-media {
    display: none;
}

/* Header soical media icons */
.site-header i {
    color: var(--white);
    font-size: 16px;
}
/* Site header media style start */

/* Navbar media style start */

.site-navbar{
    position: relative;
    padding: 0;
}

.brand-logo {
    margin-left: 25px;
}

.brand-logo img {
    height: 50px;
}

.navbar-hamburger {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-right: 25px;
    cursor: pointer;
}

.navbar-hamburger span {
    display: block;
    width: 35px;
    height: 3px;
    background-color: var(--body-backgraund);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-items {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 25px 0;
    background-color: #0B0B0D;

    flex-direction: column;
    gap: 20px;

    transform: translateX(-100%);
    transition: transform 0.5s ease;

    max-height: calc(100vh - 80px);
    overflow-y: auto;
    list-style: none;
}

.navbar-items.active {
    transform: translateX(0);
}

.navbar-hamburger.active .hamburger-span1 {
    transform: translateY(11px) rotate(45deg);
}
.navbar-hamburger.active .hamburger-span2 {
    opacity: 0;
}
.navbar-hamburger.active .hamburger-span3 {
    transform: translateY(-9px) rotate(-45deg);
}

/* Navbar media style end */

/* Swiper media style start */
.slide-1, .slide-2, .slide-3{
    height: 400px;
}

.swiper-content h2 {
    font-size: 34px;
}

.swiper-content a {
    padding: 10px;
    font-size: 14px;
}
/* Swiper media style end */

/* Section fir jantes media style start */
.section-for-jantes-title {
    font-size: 24px;
    padding: 0 25px;
}
/* Section fir jantes media style start */

/* Section for carrosserie media style strat */
.carrosserie-title {
    width: 100%;
    height: 400px;
    gap: 25px;
    padding: 0 20px;
}

.carrosserie-title h2 {
    font-size: 30px;
}

.carrosserie-title h3 {
    font-size: 22px;
}

/* Section for carrosserie media style end */

/* Section for covering media style start */


.covering-title h2 {
    font-size: 28px;
    letter-spacing: 1px;
    padding: 0 5px;
}

.covering-title h3 {
    width: 100%;
    max-width: 600px;
    font-family: "Inter", sans-serif;
    color: var(--white);
    letter-spacing: 0.5px;
    line-height: 22px;
    font-size: 16px;
}

.section-for-covering {
    gap: 80px;
    padding: 50px 0;
}

.covering-box {
    width: 100%;
    max-width: 350px;
}

/* Section for covering media style end */

/* Section for appointment media style start */
.form-header h2 {
    font-size: 22px;
    margin: 15px 0 15px 0;
    text-align: center;
}

.form-header p {
    width: 100%;
    max-width: 350px;
    font-size: 16px;
}

.appointment-form {
    width: 100%;
    max-width: 350px;
}
/* Section for a appointment media stye end */

/* Section for a propos de nous media stye start */
.section-for-brand-info-description-text {
    width: 100%;
    max-width: 350px;
}
.pourquoi-nous-choisir-content {
    width: 100%;
    max-width: 370px;
    padding-left: 10px;
}
/* Section for a propos de nous media stye start */

.reviews {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px;
    margin: 0 35px;
}

.map-info {
    width: 100%;
    max-width: 350px;
    font-size: 14px;
    text-align: center;
}


}

/* Small mobile */
@media (max-width: 480px) {
    .carousel .prev, .next {
        display: none;
    }

    .reviews {
        margin: 0 5px;
        padding: 10px 5px;
    }

    .covering-title h3 {
        max-width: 320px;
        font-size: 15px;
    }
}