.logo-container {
    background-color: white;
    padding: 40px 20px;
}

.logo-group {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 15px;
    transition: transform 0.3s ease;
}

.logo-group:hover {
    transform: scale(1.05);
}

.logo-group img {
    max-height: 90px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

@media (max-width: 768px) {
    .logo-group {
        height: 100px;
    }

    .logo-group img {
        max-height: 70px;
    }
}

.section-title {
    /* font-family: 'Georgia', serif; */
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #666;
    padding-bottom: 0.5rem;
}

.content-wrapper {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-top: 2rem;
}

.image-container {
    flex: 0 0 40%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.text-content {
    flex: 1;
    /* font-family: 'Arial', sans-serif; */
    line-height: 1.8;
    color: #444;
}

.text-content p {
    margin-bottom: 1.2rem;
    text-align: justify;
}

.highlight {
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .image-container {
        flex: 0 0 100%;
    }

    .section-title {
        font-size: 1.3rem;
    }
}

/* ===== Additional styling for consistency ===== */
/* Style for feature section */
.logo-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 2rem 0;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    will-change: transform;
}

/* chaque item : centre et transition */
.logo-item {
    flex: 0 0 auto;
    transition: transform 0.45s cubic-bezier(.2, .9, .3, 1), filter 0.45s ease;
    filter: brightness(0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    width: 300px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Effet zoom appliqué au logo centré */
.logo-item.active {
    transform: scale(1.35);
    filter: brightness(1.15) drop-shadow(0 6px 18px rgba(26, 40, 77, 0.14));
}

/* Pause au survol (on pause l'animation globale générée dynamiquement) */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

/* petites adaptations responsive */
@media (max-width: 1200px) {
    .logo-item img {
        width: 130px;
    }
}

@media (max-width: 768px) {
    .logo-item img {
        width: 100px;
    }
}


/* ===== Feature section 2 style ===== */
/* .logo-slideshow {
    position: relative;
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    margin-top: 2rem;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.logo-slideshow .slide {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.logo-slideshow .slide img {
    width: 220px;
    height: auto;
    object-fit: contain;
    filter: brightness(0.95);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.logo-slideshow .slide.active {
    opacity: 1;
    z-index: 2;
}

.logo-slideshow .slide.active img {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.logo-slideshow:hover {
    cursor: pointer;
} */


/* ===== Feature Section 3 start – Effet Spotlight Zoom en boucle ===== */
/* .logo-spotlight {
    position: relative;
    overflow: hidden;
}

.logo-group {
    position: relative;
    transition: transform 0.8s ease-in-out, filter 0.8s ease-in-out;
    z-index: 1;
}

.logo-group img {
    width: 160px;
    height: auto;
    object-fit: contain;
    filter: brightness(0.9);
}

.logo-group.active {
    position: relative;
    z-index: 5;
    transform: scale(4);
    /* Ajuste selon ton goût (4 = occupe le bloc) */
    /* filter: brightness(1.2);
}  */

/* .logo-container {
    position: relative;
    z-index: 1;
}

.logo-spotlight .col {
    display: flex;
    justify-content: center;
    align-items: center;
} */


/* ===== Feature section Wilson ===== */
.nos-filiales-zoom {
    background-color: #f8f9fa;
    font-family: "Signika", sans-serif;
}

.filiales-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    justify-items: center;
    align-items: center;
    position: relative;
    padding: 2rem;
}

.filiale img {
    width: 180px;
    height: auto;
    transition: transform 0.8s ease, box-shadow 0.8s ease;
}

.filiale.active img {
    transform: scale(1.5);
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

/* ==== Feature section GeekBee ==== */
.nos-filiales-zoom {
    background-color: #f8f9fa;
    font-family: "Signika", sans-serif;
    padding: 2rem 1rem;
}

/* mettre un cadre autour des logos */
.schiba-group-logo {
    border: 2px solid #1c396f;
    border-radius: 12px;
    padding: 1rem;
}

/* Chevron centré */
x-chevron-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Barre verticale */
.vertical-bar {
    border-left: 5px solid #1c396f;
    height: auto;
    align-self: stretch;
    /* margin: 0 auto; */
}

/* Grille principale */
.filiales-grid-geekbee {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    justify-items: center;
    align-items: center;
    padding: 2rem;
}

/* Images */
.filiale-geekbee img {
    width: 180px;
    height: auto;
    transition: transform 0.8s ease, box-shadow 0.8s ease;
    border-radius: 12px;
}

.filiale-geekbee.active img {
    transform: scale(2);
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Chevron SVG */
.chevron-dots {
    display: block;
    padding: 1rem;
}

.chevron-dots circle {
    transition: fill 0.3s ease, r 0.3s ease;
}

.chevron-dots circle:hover {
    fill: #ff5722;
    r: 10;
}

/* ========================= */
/* 📱 Mobile (max 576px)     */
/* ========================= */
@media (max-width: 576px) {
    .vertical-bar {
        display: none; /* on cache la barre verticale */
    }

    .filiales-grid-geekbee {
        grid-template-columns: repeat(2, 1fr); /* 2 colonnes max */
        gap: 1rem;
        padding: 1rem;
    }

    .filiale-geekbee img {
        width: 120px; /* images plus petites */
    }
}

/* ========================= */
/* 📲 Tablette (577px–991px) */
/* ========================= */
@media (min-width: 577px) and (max-width: 991px) {
    .filiales-grid-geekbee {
        grid-template-columns: repeat(3, 1fr);
        /* 3 colonnes */
        gap: 1.5rem;
    }

    .filiale-geekbee img {
        width: 150px;
    }
}

/* ========================= */
/* 💻 Desktop (>= 992px)     */
/* ========================= */
@media (min-width: 992px) {
    .filiales-grid-geekbee {
        grid-template-columns: repeat(4, 1fr);
        /* 4 colonnes */
    }

    .filiale-geekbee img {
        width: 180px;
    }
}
