@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@import url("../fonts/stylesheet-rMva0i-.css");
:root {
    --jetour-teal: #39aeb2;
    /* Approximate teal color from image */
    --jetour-dark: #1a1a1a;
    --jetour-gray: #f5f5f5;
    --bs-nav-link-color: #fff;
    --jetour-color-2: #5b5b5b;
    --jetour-color-with: #fff;
    --jetour-color-without: #edeef0;
    --jetour-grey: #cbcfd3;
    --jetour-dark-1: #565656;
    --jetour-dark-2: #2c2e2e;
    --bs-secondary-color: #969696;
}
body {
    font-family: "Roboto";
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    width: 100%;
}

.text-white {
    color: var(--jetour-color-without);
}

h2 {
    color: var(--jetour-dark);
}
.text-white h2 {
    color: var(--jetour-color-without) !important;
}
.text-black h2 {
    color: var(--jetour-dark) !important;
}

.text-black-1 h2,
.text-black-1 p {
    color: var(--jetour-dark-1) !important;
}

.pt-80 {
    padding-top: 80px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-120 {
    padding-top: 120px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}

.vh-60 {
     min-height: 60vh !important;
}
.vh-70 {
     min-height: 70vh !important;
}
.vh-80 {
     min-height: 80vh !important;
}

.vh-90 {
    min-height: 90vh !important;
}
.divider-line {
    background: #fff;
    height: 1px;
    margin-bottom: 15px;
}
p {

    font-family: 'Roboto Cn';
    line-height: 34px;
    font-size: 18px;
    font-style: normal;
}
.p-text-right p{
    text-align: right !important;
}

.fs-30 {
    font-size: 30px;
}

.bg-grey {
    background: var(--jetour-grey);
}

.non-icon i {
    display: none !important;
}
.text-vert {
    color: #39aeb2 !important;
}
header {
    background: linear-gradient(
        108deg,
        rgba(255, 255, 255, 0.26) 0%,
        rgba(255, 255, 255, 0.07) 100%
    );
    backdrop-filter: blur(10px);
    padding: 0px 40px;
}

header > div {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

/* Navbar */
header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

header .navbar .nav-link {
    font-family: "Roboto Lt";
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 30px 20px !important;
    color: var(--jetour-color-with);
}

.logo-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo-header {
    filter: brightness(0) invert(1);
    max-width: 100%;
    max-height: 34px;
}

.offcanvas-body {
    overflow-y: visible;
    margin-top: -1px;
    padding: 10px 15px;
}

.offcanvas-body li {
}

/* Hero Slider Section */
.hero-slider-section {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-video,
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.block-page-overlay,
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    color: #fff;
}

/* Owl Carousel Custom Styles */
#hero-slider .owl-carousel .owl-nav button.owl-prev,
#hero-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    color: #fff !important;
    font-size: 2rem !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}

#hero-slider .owl-carousel .owl-nav button.owl-prev:hover,
#hero-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

#hero-slider .owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

#hero-slider .owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

#hero-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 20px;
}

#hero-slider .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0px;
}

#hero-slider .owl-carousel .owl-dot span {
    width: 77px;
    height: 2px;
    background: #5e5e5e;
    border-radius: 0px;
    display: block;
    transition: all 0.3s ease;
}

#hero-slider .owl-carousel .owl-dot.active span,
#hero-slider .owl-carousel .owl-dot:hover span {
    background: var(--jetour-color-with);
}

.hero-content .switcher-titre {
    color: #fff;
    font-family: "Manrope";
    font-size: 96px;
    font-style: normal;
    font-weight: 300;
    line-height: 112px;
    margin-bottom: 30px;
}
.hero-content .switcher-sous-titre {
    color: #fff;
    font-family: "Roboto";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5.28px;
    text-transform: uppercase;
    margin-bottom: 120px;
}

.hero-content .btn-custom,
.hero-content .btn-custom:hover {
    font-family: "Roboto";
    padding: 25px 90px;
    border-radius: 0px;
    color: #0b3f40;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-content.hero-content-detail-car .btn-custom {
    width: auto;
    max-width: 300px;
    padding: 25px 50px;
    min-width: 260px;
}

.infomodule_home {
    padding-top: 50px;
}

.infomodule_home h2 {
}
.infomodule_home svg {
    max-width: 100%;
}

.infomodule_home img {
    max-width: 100%;
}

.infomodule_home p {
    color: #373737;
    font-family: "Roboto Lt";
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 30px;
}
.infomodule_home a {
    margin-bottom: 30px;
}

.infomodule_home i {
    font-size: 25px;
}

/* Product Showcase Carousel - Hide default dots */
#slider_productshowcar.owl-carousel .owl-dots {
    display: none;
}

.productshowcar-carousel {
}

.productshowcar-carousel .owl-nav {
    position: absolute;
    bottom: 13%;
    height: 0px;
    width: 100%;
}
.productshowcar-carousel .owl-nav .owl-next,
.productshowcar-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    aspect-ratio: 72/79;
}
.productshowcar-carousel .owl-nav .owl-prev {
    left: -70px;
}
.productshowcar-carousel .owl-nav .owl-next {
    right: -70px;
}

.productshowcar-carousel .owl-nav .owl-next span,
.productshowcar-carousel .owl-nav .owl-prev span {
    font-size: 0px;
    display: block;
    width: 70px;
    height: 70px;
    background-image: url("../images/icons/arrow-kU-qGsQ.svg");
    background-size: cover;
}

.productshowcar-carousel .owl-nav .owl-prev span {
    transform: rotate(180deg);
}

.slider_product_showcar {
}
.slider_product_showcar .slider_product_showcar_info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.slider_product_showcar .slider_product_showcar_info h4 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    color: transparent;
    font-size: 90px;
    line-height: 59px;
    white-space: nowrap;
    font-weight: 800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.slider_product_showcar_info h3 {
    color: #373737;
    text-align: center;
    font-family: "Roboto";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 20px;
}
.slider_product_showcar_info h3 span {
    color: #373737;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.slider_product_showcar_info small {
    display: block;
    color: #969696;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.slider_product_showcar_info h3 {
}

/* Custom Car Image Dots */
.custom-car-dots {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.car-dot-item {
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.4;
    border: 3px solid transparent;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.car-dot-item:hover {
    opacity: 0.7;
    transform: translateY(-5px);
}

.car-dot-item.active {
    opacity: 1;
}

.car-dot-item img {
    width: 170px;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px;
}

.car-dot-item .car-name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--jetour-color-2);
    text-transform: uppercase;
}

.car-dot-item.active .car-name {
    color: var(--jetour-teal);
}

.titre-switcher-car {
    max-height: 100px;
    max-width: 100%;
    margin-bottom: 30px;
    /*
    filter: brightness(0) invert(1);
    */
}

.titre-block-section{
    color: #FFF;
    font-family: "Roboto";
    font-size: 53px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.094%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    #hero-slider .owl-carousel .owl-nav button.owl-prev,
    #hero-slider .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        font-size: 1.5rem !important;
    }

    #hero-slider .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    #hero-slider .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
}

.letter-spacing-2 {
    letter-spacing: 3px;
    font-size: 0.9rem;
}

.btn-custom,
.btn-custom:hover {
    background-color: var(--jetour-teal);
    color: var(--jetour-color-2);
    border: none;
    transition: all 0.3s ease;
}
.btn-custom:hover {
    transform: translateY(-2px);
}

.btn-teal {
    background-color: var(--jetour-teal);
    border: none;
    width: 76px;
    height: 76px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.btn-teal img
{
    max-width: 70%;
}
.btn-teal:hover {
    background-color: var(--jetour-teal);
}
.btn-style-1,
.btn-style-2,
.btn-style-3,
.btn-style-4 {
    display: flex;
    width: 232px;
    height: 62px;
    padding: 25px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-style-1,
.btn-style-1:hover {
    background: var(--Pacific-Blue, #39aeb2);
    color: #0b3f40;
}
.btn-style-2,
.btn-style-2:hover {
    color: #fff !important;
    border: 1px solid #fff;
    background-color: transparent;
}
.btn-style-3,
.btn-style-3:hover {
    color: #000;
    border: 1px solid #fff;
    background-color: #fff;
}
.btn-style-4,
.btn-style-4:hover {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}

.text-outline {
    -webkit-text-stroke: 1px #000;
    color: transparent;
}

.lifestyle-section {
    height: 80vh;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background-size: cover;
    background-position: center;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    border-color: var(--jetour-teal);
}

.border-teal {
    border-color: var(--jetour-teal);
}

footer.footer {
    font-size: 0.9rem;
    background-color: var(--jetour-color-2);
    padding-top: 50px;
}

footer .logo-footer {
    width: 150px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .text-telephone {
    color: #fff;
    margin-right: 30px;
}

footer a:hover {
    color: #fff !important;
}

footer .ul-menu-footer {
    list-style: none;
}

footer .ul-menu-footer li {
    margin-bottom: 15px;
}

footer .ul-menu-footer a {
    color: #fff;
    text-decoration: none;
}

footer .footer-secondary {
    border-top: 1px solid #fff;
    padding: 20px 0px;
}

footer .footer-secondary p {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .offcanvas-body {
        overflow-y: visible;
        background-color: #212529;
    }
}

/* Mega Menu Styles */
.model-item .nav-link {
    border-left: 3px solid transparent;
    padding-left: 1rem;
    transition: all 0.3s ease;
}

.model-item .nav-link:hover,
.model-item .nav-link.active-model {
    border-left-color: var(--jetour-teal);
    color: var(--jetour-teal) !important;
    font-weight: bold;
}

.model-content {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header Sub Menu (Mega Menu) */
.header-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -50px;
    width: 100vw;
    background-color: #fff;
    z-index: 1060;
    padding: 0px;
    overflow-y: auto;
    padding-left: 50px;
}

/*
.nav-item:focus-within .header-sub-menu
*/
.nav-item:hover .header-sub-menu {
    display: block;
    animation: fadeIn 0.3s ease;
}

.header-sub-menu-menu {
    width: 250px;
}

/* Style for the pills to match design */
.header-sub-menu .nav-pills .nav-link {
    color: #575757;
    font-size: 20px; 
    font-weight: 500;
    text-align: left;
    padding: 31px 10px !important;
    border-radius: 0;
    border-left: 4px solid transparent;
    background-color: var(--jetour-color-with);
    border-bottom: 1px solid rgba(203, 203, 203, 1);
}

.header-sub-menu .nav-pills .nav-link.active {
    color: #575757 !important;
    background-color: var(--jetour-color-without);
    border-left-color: var(--jetour-teal);
    border-bottom: 1px solid rgba(203, 203, 203, 1);
}

.header-sub-menu .tab-content {
    width: 100%;
    border-left: 1px solid #eee;
}

.tab-content-menu-header {
}

.tab-content-menu-header .tab-pane {
    padding: 50px;
    background: #cbcfd3;
}

.tab-content-menu-header .tab-pane .img-car-menu {
    max-width: 100%;
    /* filter: hue-rotate(45deg);*/
}

.tab-content-menu-header .tab-pane .img-car-menu-logo {
    /* filter: brightness(0);*/
    max-height: 56px;
    margin-bottom: 40px;
    max-width: 100%;
}

.tab-content-menu-header .tab-pane p {
    color: #080404;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
}

.tab-content-menu-header .tab-pane a.btn-custom {
    padding: 13px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 220px;
    margin: auto;
    color: #000;
}
.tab-content-menu-header .tab-pane a.btn-custom i {
    font-size: 25px;
    color: #000;
}
.header-sub-menu-ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f8f9f9;
}

.header-sub-menu-ul li {
}

.header-sub-menu-ul li a {
    text-decoration: none;
    color: var(--jetour-color-2);
    font-size: 16px;
}

.nav-pills-style-1 {
}

.nav-pills-style-1 .nav-link {
    color: #a3a3a3;
    font-family: "Roboto";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0px;
}

.nav-pills-style-1 .nav-link.active {
    color: #fff;
    font-family: "Roboto";
    font-weight: 500;
    background-color: transparent;
    border-bottom: 2px solid var(--jetour-teal);
}

.tab-content-style-1 {
}
.tab-content-style-1 .fq-padding-left {
    padding-left: 50px;
}

/* css page statisque */

.switcher-page {
}

.switcher-page-contenu {
    min-height: 70vh;
}
.switcher-page-contenu.switcher-car-header {
    min-height: 100vh;
}
.switcher-page h1 {
    color: #fff;
    font-family: "Manrope";
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.switcher-page p {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5.28px;
    text-transform: uppercase;
}

.block-page {
}

.block-page-content {
    position: relative;
    z-index: 9;
}

.block-page .block-page-contenu {
    position: relative;
    min-height: 50vh;
}

@media screen and (max-width: 768px) {
    header {
        background: linear-gradient(
            108deg,
            rgba(255, 255, 255, 0.26) 0%,
            rgba(255, 255, 255, 0.07) 100%
        );
        backdrop-filter: blur(10px);
        padding: 10px 0px !important;
    }

    .tab-content-style-1 {
    }
    .tab-content-style-1 .fq-padding-left {
        padding-left: 0px;
    }
}

.switcher-action-list-valeur {
    display: flex;
    justify-content: center;
    gap: 120px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.switcher-action-list-valeur .switcher-action-valeur {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}
.switcher-action-list-valeur .switcher-action-valeur > span {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.switcher-action-list-valeur .switcher-action-valeur > span samp {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.switcher-action-list-valeur .switcher-action-valeur label {
    color: #969696;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.switcher-action-valeur.disponible_en_style label {
    color: #fff;
    font-family: "Roboto";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.switcher-action-valeur.disponible_en_style > span {
    color: #fff;
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}
.switcher-action-valeur.disponible_en_style label {
    color: #fff;
    font-family: "Roboto";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.switcher-action-valeur.disponible_en_style label span {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.news-section {
    padding: 40px 0;
}

.news-card {
    background: white;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.news-card-large {
    padding: 50px 0px;
    background: #dadada;
    position: relative;
}

.news-card-large .row {
    margin: 0;
}

.news-card-large .col-md-6 {
    padding: 0;
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-large img {
    max-width: 100%;
}

.news-card-small img {
    height: 250px;
}

.news-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-card-small .news-content {
    padding: 20px;
}

.news-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.news-card-small .news-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.news-description {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.news-link {
    color: #00bcd4;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.news-link:hover {
    color: #0097a7;
}

.news-link::after {
    content: "→";
    margin-left: 8px;
    font-size: 16px;
}
.list_actualites {
    background-color: #fff;
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .news-card-large img {
        height: 300px;
    }

    .news-content {
        padding: 20px;
    }

    .news-title {
        font-size: 20px;
    }
}

.detail_actualite {
    background: #fff;
    padding: 30px 0px;
}
.detail_actualite h1.detail_actualite_titre {
    color: #2d2d2d;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 40px;
}
.detail_actualite_image {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.detail_actualite_contenu {
    padding: 50px 0px;
}
.detail_actualite_contenu p {
    color: #565656;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px; /* 169.565% */
}

/* css pagination */
.section-pagination {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination li {
    display: inline-block;
    margin: 0px;
}

.pagination li a,
.pagination li a:focus {
    text-decoration: none;
    color: var(--jetour-color-2);
    font-size: 16px;
    outline: none;
    box-shadow: none;
}

.pagination li.active a {
    color: var(--jetour-color-without);
    background-color: var(--jetour-color-2);
}

/* css page contact */

.contact-section {
    padding: 80px 0;
    background-color: var(--bs-nav-link-color);
    color: var(--jetour-color-2);
}

.contact-section {
    padding: 60px 0;
}

.contact-section .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--jetour-dark);
    margin-bottom: 30px;
}

.contact-section .section-description {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 40px;
    line-height: 1.6;
}
.contact-section .contact-form {
    background: white;
    padding: 0px;
    margin-right: 30px;
}

.contact-section .contact-form .form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 1px solid #dee2e6;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: border-color 0.3s;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--jetour-primary);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.15);
}

.contact-form .required-mark {
    color: #dc3545;
}

.contact-form .consent-text {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.5;
}

.contact-form .form-check-input:checked {
 /*   background-color: var(--jetour-primary);
    border-color: var(--jetour-primary);*/
}

.contact-form .btn-submit {
    background-color: var(--jetour-teal);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form .btn-submit:hover {
    background-color: var(--jetour-teal);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}

.contact-form .contact-info {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.contact-info .map-container {
    width: 100%;
    height: 350px;
    position: relative;
}

.contact-info .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-info .info-item {
    padding: 25px 30px 25px 0px;
    border-bottom: 1px solid #f0f0f0;
}

.contact-info .info-item:last-child {
    border-bottom: none;
}

.contact-info .info-icon {
    color: var(--jetour-primary);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    margin-bottom: 10px;
}

.contact-info .info-title {
    font-size: 18px;
    color: #7e7e7e;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-info .info-content {
    font-size: 20px;
    color: var(--jetour-dark);
    font-weight: 500;
}

/* Messages d'erreur jQuery Validate */
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
    font-weight: 400;
}

/* Champs invalides */
.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
}

/* Champs valides */
.form-control.is-valid,
.form-select.is-valid {
    border-color: #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
}

/* Focus des champs invalides */
.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Focus des champs valides */
.form-control.is-valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* Checkbox invalide */
.form-check-input.is-invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

/* Checkbox valide */
.form-check-input.is-valid {
    border-color: #198754;
}

.form-check-input.is-valid:checked {
    background-color: #198754;
    border-color: #198754;
}

/* Erreur pour la checkbox */
.form-check + .error-message {
    margin-top: 0.5rem;
}

/* Spinner loader */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border-sm {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 0.1em;
}

/* Bouton désactivé */
.btn-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Marque required */
.required-mark {
    color: #dc3545;
}

@media (max-width: 768px) {
    .contact-section .contact-form {
        margin: 20px 0px;
    }
}

/* style detail car */
.page_car_menu {
    background-color: var(--jetour-dark-2);
    padding: 5px 0px;
}
.page_car_menu.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 10px 0px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.4s ease;
}

/* Navigation Bar */
.page_car_menu .navbar-custom {
}

.page_car_menu .navbar-brand {
}
.page_car_menu .navbar-brand img {
    filter: brightness(0) invert(1);
    width: 200px;
}

.page_car_menu .nav-link {
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.page_car_menu .nav-link:hover {
    color: var(--jetour-cyan) !important;
}

.page_car_menu .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--jetour-cyan);
    transition: width 0.3s ease;
}

.page_car_menu .nav-link:hover::after {
    width: 80%;
}

/* Active state with cyan underline */
.page_car_menu .nav-link.active {
    color: #ffffff !important;
    font-weight: 500;
}

/* Buttons */
.page_car_menu .btn-reserve {
    background-color: transparent;
    padding: 0.75rem 2rem;
    border: 1px solid var(--jetour-color-with);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border-radius: 0px;
    color: var(--jetour-color-with);
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page_car_menu .btn-reserve:hover {
    background-color: var(--jetour-teal);
    color: #0b3f40;
    transform: translateY(-2px);
}

.page_car_menu .btn-download {
    background-color: var(--jetour-teal);
    padding: 0.75rem 2rem;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border-radius: 0px;
    color: #0b3f40;
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page_car_menu .btn-download:hover {
    background-color: var(--jetour-teal);
    transform: translateY(-2px);
}

/* 360 Viewer Styles */
.vehicle-360-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #f5f5f5;
}

.vehicle-swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.view-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.solid-image-base {
    border: 0px;
    position: absolute;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
}

/* Navigation Tabs */
.view-navigation {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    left: 1.5rem;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .view-navigation {
        top: 1.46rem;
        right: 0.45rem;
        left: auto;
        flex-direction: column;
        align-items: flex-start;
    }
}

.tabs-container {
    animation: fadeInRight 1s ease-in-out;
}

.tabs-wrapper {
    position: relative;
    display: flex;
    gap: 2.5rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tab-indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #007bff;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.tab-btn {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.tab-btn:hover {
    color: rgba(0, 0, 0, 0.9);
}

.tab-btn.active {
    color: #007bff;
    font-weight: 600;
}

.tab-btn span {
    display: block;
}

/* Specification Button */
.btn-specification {
    text-decoration: none;
    animation: fadeInUp 1s ease-in-out;
}

.btn-specification .btn {
    position: relative;
    min-width: 200px;
    height: 4rem;
    padding: 0 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-specification .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.btn-specification .btn:hover::before {
    opacity: 1;
}

.btn-specification .btn span {
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .btn-specification {
        width: 100%;
    }

    .btn-specification .btn {
        width: 100%;
        height: 3.75rem;
    }
}

/* 360 Viewer */
.viewer-360-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.viewer-360 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    user-select: none;
    z-index: 1;
}

.viewer-360:active {
    cursor: grabbing;
}

.images-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.images-container img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.1s ease;
    pointer-events: none;
}

.images-container img.active {
    opacity: 1;
    z-index: 1;
}

/* Spinner/Loading */
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.spinner::before {
    content: "";
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.spinner-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #007bff;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Vehicle Shadow */
.vehicle-shadow {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    pointer-events: none;
    z-index: 0;
    animation: fadeInUp 1.5s ease-in-out;
}

@media (min-width: 768px) {
    .vehicle-shadow {
        bottom: 16vh;
        width: 76vw;
    }
}

.vehicle-shadow img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Color Picker */
.color-picker {
    position: absolute;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background: rgba(217, 217, 217, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 9999px;
    padding: 10px 20px;
    animation: fadeInUp 1.5s ease-in-out;
}

@media (min-width: 768px) {
    .color-picker {
        bottom: 4rem;
    }
}

.colors-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.color-btn {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.color-btn:hover {
    transform: scale(1.1);
}

.color-btn.active::after {
    content: "";
    position: absolute;
    inset: -0.19rem;
    border: 2px solid #404040;
    border-radius: 50%;
    margin: -4px;
}

.color-btn .tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.color-btn:hover .tooltip {
    opacity: 1;
}

.color-btn .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
}

/* Loading Overlay */
.loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loading-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.loading-content {
    text-align: center;
    max-width: 400px;
    padding: 2rem;
}

.loading-text {
    margin: 1rem 0;
    font-size: 1.1rem;
    color: #333;
}

.progress {
    height: 8px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #007bff, #0056b3);
    height: 100%;
    transition: width 0.3s ease;
}

/* Instructions */
.instructions {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.95rem;
    animation-delay: 2s;
}

.instructions i {
    margin-right: 0.5rem;
}

/* Swiper Navigation */
.swiper-button-prev,
.swiper-button-next {
    color: #007bff;
    background: rgba(255, 255, 255, 0.9);
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}

/* Animations */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 767px) {
    .tab-btn {
        font-size: 1.25rem;
    }

    .tabs-wrapper {
        gap: 1.5rem;
    }

    .color-btn {
        width: 2.5rem;
        height: 2.5rem;
    }

    .colors-wrapper {
        gap: 1rem;
    }

    .color-picker {
        padding: 1rem 1.75rem 1.25rem;
    }
}

@media (max-width: 576px) {
    .view-navigation {
        flex-direction: column;
        align-items: center;
    }
    .btn-specification .btn {
        min-width: 150px;
        height: 3rem;
        font-size: 0.9rem;
    }
}

.viewer360 {
    height: 80vh;
    width: 100%;
    max-width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.viewer360 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}

/* css style block car style 1 */
.section-block-car-style-1 {
}
.section-block-car-style-1 h2 {
    color: #1c1c1c;
    text-align: center;
    font-family: "Manrope";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 136.491%; /* 68.245px */
    text-transform: uppercase;
}
.section-block-car-style-1 h3 {
}
.section-block-car-style-1 h4 {
}
.section-block-car-style-1 p {
    color: #1c1c1c;
    text-align: center;
    font-family: "Manrope";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 136.491%;
}
.section-block-car-style-1.text-white h2,
.section-block-car-style-1.text-white p {
    color: var(--jetour-color-with);
}

.section-block-car-style-1 .features-container {
    padding-top: 40px;
}

.section-block-car-style-1 .feature-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 350px;
    margin-left: 20px;
}

.section-block-car-style-1 .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.section-block-car-style-1 .feature-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.section-block-car-style-1 .feature-card:hover .feature-image {
    transform: scale(1.05);
}

.section-block-car-style-1 .feature-label {
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-size: 29px;
    font-weight: 300;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 2;
    letter-spacing: 1px;
}

.section-block-car-style-1 .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 1;
}

.section-block-car-style-1 .features-container-carrosel {
    position: relative;
}
.section-block-car-style-1 .features-container-carrosel .owl-nav {
    position: absolute;
    top: 45%;
    height: 0px;
    width: 100%;
}

.section-block-car-style-1 .features-container-carrosel .owl-nav .owl-next,
.section-block-car-style-1 .features-container-carrosel .owl-nav .owl-prev {
    position: absolute;
    width: 72px;
    height: 79px;
    aspect-ratio: 72/79;
    background-color: #000;
}

.section-block-car-style-1 .features-container-carrosel .owl-nav .owl-prev {
    left: 0px;
}
.section-block-car-style-1 .features-container-carrosel .owl-nav .owl-next {
    right: 0px;
}

.section-block-car-style-1
    .features-container-carrosel
    .owl-nav
    .owl-prev
    span {
}

.carroselslider-car-stle-2 {
    height: 90vh;
}
.carroselslider-car-stle-2 .item-slider-card {
    height: 90vh;
}

.carroselslider-car-stle-2 .item-slider-card .feature-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}

.carroselslider-car-stle-2 .item-slider-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    position: absolute;
}

.item-slider-card-contenu {
    position: relative;
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: center;
}
.item-slider-card-contenu h3 {
    color: #fff;
    text-align: center;
    font-family: "Manrope";
    font-size: 47px;
    font-style: normal;
    font-weight: 500;
    line-height: 136.491%; /* 64.151px */
    text-transform: uppercase;
}
.item-slider-card-contenu p {
    color: #fff;
    text-align: center;
    font-family: "Manrope";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 136.491%;
}
.carroselslider-car-stle-2 {
    position: relative;
}
.carroselslider-car-stle-2 .owl-nav {
    position: absolute;
    top: 45%;
    height: 0px;
    width: 100%;
}

.carroselslider-car-stle-2 .owl-nav .owl-next,
.carroselslider-car-stle-2 .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    aspect-ratio: 72/79;
}

.carroselslider-car-stle-2 .owl-nav .owl-prev {
    left: 50px;
}
.carroselslider-car-stle-2 .owl-nav .owl-next {
    right: 50px;
}
.carroselslider-car-stle-2 .owl-nav .owl-prev span,
.carroselslider-car-stle-2 .owl-nav .owl-next span {
    background: url("../images/mdi-light_arrow-up-arCojFV.svg") no-repeat center;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0px;
    background-size: cover;
}

.carroselslider-car-stle-2 .owl-nav .owl-prev span {
    transform: rotate(180deg);
}

/* Test Drive */
.section_testdrive {
    position: relative;
    height: 100vh;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background-size: cover;
    background-position: center;
}

.section_testdrive .feature-overlay,
.section_testdrive .section_testdrive-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    position: absolute;
}
.section_testdrive .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.47);
    z-index: 1;
}
.section_testdrive_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    z-index: 2;
}

.section_testdrive_container h5 {
    color: #fff;
    font-family: "Manrope";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 7.14px;
}
.section_testdrive_container h3 {
    color: #fff;
    font-family: "Manrope";
    font-size: 54px;
    font-style: normal;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    max-width: 800px;
    margin-bottom: 30px;
}

.section-galery-car {
    background: #bdbdbd;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    position: relative;
}
.section-galery-car h2 {
    color: #1c1c1c;
    text-align: left;
    font-family: "Manrope";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
}
.section-galery-car .galery-car-card {
    height: 450px;
    margin-left: 10px;
    position: relative;
}

.section-galery-car .galery-car-card .feature-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #00000085 50%,
        rgba(0, 0, 0, 0.626) 100%
    );
    z-index: 1;
}
.section-galery-car .galery-car-card a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.section-galery-car .galery-car-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galery-container-carrosel .owl-nav {
    position: absolute;
    top: 45%;
    height: 0px;
    width: 100%;
}

.galery-container-carrosel .owl-nav .owl-next,
.galery-car-container .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    aspect-ratio: 72 / 79;
    background-color: #000 !important;
    transform: translateY(-35px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.galery-container-carrosel .owl-nav .owl-next span,
.galery-car-container .owl-nav .owl-prev span {
    font-size: 50px;
    line-height: 50px;
}

.galery-container-carrosel .owl-nav .owl-prev {
    left: 0px !important;
}
.galery-container-carrosel .owl-nav .owl-next {
    right: 0px !important;
}

/* css form test drive */

.modal-testdrive .modal-content {
    border-radius: 0;
    border: none;
    background-color: #dcdcdc;
}

.modal-testdrive .modal-header {
    border: none;
    padding: 2rem 2rem 1rem;
    position: relative;
}

.modal-testdrive .modal-body {
    padding: 1rem 2rem 2rem;
}

.modal-testdrive .modal-title {
    color: #353535;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 136.491%;
    text-transform: uppercase;
    flex: 1;
}

.modal-testdrive .modal-header .btn-close {
    font-size: 20px;
    opacity: 0.5;
    padding: 0;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 30px;
    top: 30px;
}

.modal-testdrive .form-label {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.modal-testdrive .form-label .text-danger {
    color: #dc3545 !important;
}

.modal-testdrive .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    height: 48px;
}

.modal-testdrive .form-control:focus {
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.15);
}

.modal-testdrive .form-control.is-invalid {
    border-color: #dc3545;
}

.modal-testdrive .invalid-feedback {
    font-size: 0.875rem;
}

.modal-testdrive .btn-submit-testdrive {
    background-color: #17a2b8;
    color: white;
    border: none;
    border-radius: 0;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.modal-testdrive .btn-submit-testdrive:hover {
    background-color: #138496;
}

.modal-testdrive .btn-submit-testdrive:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.modal-testdrive .form-check {
    padding-left: 1.8rem;
    margin-top: 1.5rem;
}

.modal-testdrive .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.15rem;
    cursor: pointer;
}

.modal-testdrive .form-check-input:checked {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.modal-testdrive .form-check-label {
    font-size: 0.9rem;
    color: #666;
    cursor: pointer;
}

.modal-testdrive .form-check-label a {
    color: #17a2b8;
    text-decoration: none;
}

.modal-testdrive .form-check-label a:hover {
    text-decoration: underline;
}

.modal-testdrive input[required]::placeholder {
    color: #5f5f5f; /* couleur par défaut du placeholder */
}

.form-group {
    position: relative;
}

.required-asterisk {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    pointer-events: none; /* Pour permettre le clic sur l'input */
    font-size: 16px;
}

/* Masquer l'astérisque quand l'utilisateur tape */
.form-control:not(:placeholder-shown) + .required-asterisk {
    display: none;
}

.home-list-valeur .switcher-action-valeur.disponible_en_style > span,
.home-list-valeur .switcher-action-valeur.disponible_en_style label span,
.home-list-valeur .switcher-action-valeur.disponible_en_style label,
.home-list-valeur .switcher-action-valeur.disponible_en_style label {
    color: #969696;
}

.header-sub-menu-mobile {
    display: none;
}

@media (max-width: 768px) {
    .modal-testdrive .modal-title {
        font-size: 1.8rem;
    }
}

.features-container.owl-carousel .owl-dots,
.section-galery-car .owl-carousel .owl-dots {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 15px;
}

.features-container.owl-carousel .owl-dot,
.section-galery-car .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0px;
}
.features-container.owl-carousel .owl-dot span,
.section-galery-car .owl-carousel .owl-dot span {
    width: 77px;
    height: 4px;
    background: #5e5e5e;
    border-radius: 0px;
    display: block;
    transition: all 0.3s ease;
}
.features-container.owl-carousel .owl-dot.active span,
.features-container.owl-carousel .owl-dot:hover span,
.section-galery-car .owl-carousel .owl-dot.active span,
.section-galery-car .owl-carousel .owl-dot:hover span {
    background: var(--jetour-color-with);
}

.page_car_menu .btn-close-menu {
    display: none;
}
.menu-mobile-accordion {
    display: none;
}

.menu-mobile-accordion  .vehicles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.menu-mobile-accordion  .vehicle-card {
    background: #212529;
    border: none;
    border-top: none;
    padding: 20px 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
}

.menu-mobile-accordion  .vehicle-card:nth-child(odd) {
    border-right: none;
}


.menu-mobile-accordion  .vehicle-card .vehicle-card-img{
    background-color: #cbcfd3;
    width: 100%;
    height: 80px;
}

.menu-mobile-accordion  .vehicle-card img {
    width: 100%;
    height: auto;
    max-width: 140px;
    margin: 0 auto 10px;
    display: block;
}

.menu-mobile-accordion  .vehicle-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    text-align: left;
}

.menu-mobile-accordion  .vehicle-name svg {
    max-width: 100%;
    height: auto;
}
.menu-mobile-accordion  .section {
    margin-bottom: 15px;
}

.menu-mobile-accordion  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    cursor: pointer;
}

.menu-mobile-accordion  .section-header h2 {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}


.menu-mobile-accordion  .section-content {
    display: none;
    padding: 0;
}

.menu-mobile-accordion .expand-icon {
    font-weight: 100;
    font-size: 24px;
    transition: transform 0.3s;
}

.menu-mobile-accordion .expand-icon.active {
    transform: rotate(45deg);
}
.menu-mobile-accordion .section-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.menu-mobile-accordion .section-header {
    cursor: pointer;
    user-select: none;
}

.menu-mobile-accordion .expand-icon {
    transition: transform 0.3s ease;
}

.menu-mobile-accordion .section.active .expand-icon {
    transform: rotate(45deg);
}



.menu-mobile-accordion  .section-content ul {
    list-style: none;
    padding-left: 0;
    background: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.menu-mobile-accordion  .section-content ul li {
    padding: 10px 0;
    border-bottom: 1px solid #444;
    color: #ccc;
}

.menu-mobile-accordion  .section-content ul li a {
    color: #ccc;
    font-size: 14px;
}

/* Animation d'apparition */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vehicle-card {
    animation: fadeIn 0.3s ease-out;
}


/* css mobile */
@media (max-width: 768px) {
    .hero-content .switcher-titre {
        font-size: 40px;
        line-height: 40px;
    }
    .slider_product_showcar > .row {
        flex-direction: column-reverse;
    }
    .infomodule_home {
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .slider_product_showcar .slider_product_showcar_info h4 {
        position: relative;
        font-size: 42px;
        line-height: 33px;
    }
    .custom-car-dots {
        margin-top: 10px;
        gap: 8px;
    }
    .car-dot-item {
        padding: 0px;
    }
    .car-dot-item img {
        width: 100px;
    }
    .nav-pills-style-1 .nav-link {
        padding: 10px;
        font-size: 18px;
    }

    /* css mobile car */
    .section_testdrive_container .container {
        text-align: center;
    }
    .section_testdrive_container h3 {
        font-size: 28px;
        line-height: 50px;
    }
    .section_testdrive_container .btn {
        margin: auto;
    }
    .section-block-car-style-1 h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .section-galery-car h2 {
        font-size: 40px;
    }

    .carroselslider-car-stle-2 .item-slider-card {
        height: 680px;
    }

    .switcher-action-list-valeur {
        gap: 10px;
        display: flex;
        justify-content: space-around;
    }
    .switcher-action-list-valeur .switcher-action-valeur > span {
        font-size: 25px;
    }
    .switcher-action-list-valeur .switcher-action-valeur label {
        font-size: 12px;
    }

    .home-list-valeur {
        gap: 10px;
        display: flex;
        justify-content: space-around;
        display: none;
    }
    .home-list-valeur .col-md-4 {
        flex: 1;
        padding-left: 1px;
        padding-right: 1px;
    }
    .slider_product_showcar_info h3 {
        font-family: "Roboto";
        font-size: 25px;
    }
    .slider_product_showcar_info small {
        font-family: "Roboto";
        font-size: 12px;
    }
    .section-galery-car .galery-car-card {
        margin-left: 0px;
        margin-right: 10px;
    }

    .section-block-car-style-1 .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .section-block-car-style-1 .feature-card {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* Overlay pour mobile */
    .page_car_menu .navbar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .page_car_menu .navbar-overlay.show {
        display: block;
        opacity: 1;
    }

    .page_car_menu .btn-close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        border: none;
        font-size: 24px;
        color: #333;
        cursor: pointer;
        z-index: 1051;
        padding: 5px 10px;
        display: block;
    }

    .page_car_menu .btn-close-menu:hover {
        color: #000;
    }

    .page_car_menu #navbarNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 350px;
        height: 100vh;
        background-color: #2c2e2e;
        box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
        transition: right 0.3s ease-in-out;
        padding: 10px 20px;
        z-index: 1050;
        overflow-y: auto;
    }

    .page_car_menu #navbarNav.show {
        right: 0;
    }

    .page_car_menu #navbarNav .navbar-nav {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .page_car_menu #navbarNav .nav-item {
        margin-bottom: 5px;
        width: 100%;
    }

    .page_car_menu #navbarNav .nav-link {
        padding: 12px 15px;
        border-radius: 5px;
        transition: all 0.2s;
        color: #fff;
    }

    .page_car_menu #navbarNav .nav-link:hover,
    .page_car_menu #navbarNav .nav-link.active {
        color: #fff;
    }

    .page_car_menu #navbarNav .menu-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        width: 100%;
    }

    .offcanvas-body .navbar-nav {
        display: none !important;
    }
    .menu-mobile-accordion {
        display: block;
    }
    .offcanvas-header .logo-brand {
        position: relative;
    }
    .offcanvas-header .btn-close {
        border: none;
        font-size: 16px;
        color: #333;
        cursor: pointer;
        z-index: 1051;
    }

    .offcanvas.show:not(.hiding), .offcanvas.showing
    {
        min-height: 100vh;
    }

    .titre-block-section{
        font-size: 30px;
        margin-bottom: 30px;
    }
}
