.home6-image--slide-1 {
    background-image: url('../images/slider/slider-home-6.jpg');
}

.home6-image--slide-2 {
    background-image: url('../images/slider/slider-home-2.jpg');
}

.home6-image--slide-3 {
    background-image: url('../images/slider/slider-home-3.jpg');
}


.slider.home6 .wrap-slider {
    /* Keep dropdown menus from being clipped by the hero container */
    overflow: visible;
}

.slider.home6 .form-search-home6 .nice-select {
    position: relative;
    z-index: 50;
}

.slider.home6 .form-search-home6 .nice-select .list {
    z-index: 100;
}


.home-section-neutral {
    background: #F9F9F9;
}

section.home-advantages.home-section-neutral {
    margin: 50px 0;
    padding: 50px 0;
}

.home-section-neutral .cl-container {
    position: relative;
    z-index: 2;
}

.home-advantages .heading-section {
    margin-bottom: 32px;
}

.home-advantages__grid {
    row-gap: 24px;
    margin-bottom: 24px;
}

.home-advantages__grid > [class*="col-"] {
    display: flex;
}

.home-advantage-card {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(32, 52, 112, 0.08);
    padding: 32px 28px;
    align-items: flex-start;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.home-advantage-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #203470;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.home-advantage-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.home-advantage-card p {
    color: #555A6B;
    line-height: 1.6;
    margin-bottom: 0;
}

.home-advantages .tf-button-primary {
    margin-top: 16px;
}

.buy-section .process-timeline,
.sell-section .process-timeline {
    padding-left: 0;
}

.buy-section .process-timeline::before,
.sell-section .process-timeline::before {
    display: none;
}

.buy-section .process-step,
.sell-section .process-step {
    position: static;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
    margin-bottom: 32px;
}

.buy-section .process-step:last-child,
.sell-section .process-step:last-child {
    margin-bottom: 0;
}

.buy-section .step-number,
.sell-section .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 60px;
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(32, 52, 112, 0.15);
}

.buy-section .step-number,
.sell-section .step-number {
    background: #203470;
    box-shadow: 0 12px 30px rgba(32, 52, 112, 0.2);
}

.buy-section .step-icon,
.sell-section .step-icon {
    font-size: 28px !important;
    color: #ffffff !important;
    font-family: 'flaticon_just-home' !important;
    line-height: 1 !important;
}

.process-section.home-section-neutral {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: hidden;
}

.process-section.sell-section {
    flex-direction: row-reverse;
}

.process-section__image,
.process-section__content {
    flex: 1 1 50%;
}

.process-section__image {
    min-height: 420px;
}

.process-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.process-section__content {
    padding: 80px 60px;
    display: flex;
    align-items: center;
}

.process-section .process-content {
    width: 100%;
}

.buy-section .process-content,
.sell-section .process-content {
    padding: 0;
}

.luxury-home.style-3.home-section-neutral {
    display: flex;
    flex-wrap: wrap;
}

.luxury-home.style-3.home-section-neutral .image,
.luxury-home.style-3.home-section-neutral .content {
    flex: 1 1 50%;
}

.luxury-home.style-3.home-section-neutral .content {
    padding: 80px 60px;
}

@media (max-width: 1199px) {
    .luxury-home.style-3.home-section-neutral .content {
        padding: 64px 48px;
    }
}

@media (max-width: 991px) {


    .process-section__image img,
    .luxury-home.style-3.home-section-neutral .image img {
        border-radius: 16px;
    }
    .home-section-neutral {
        margin: 32px 0;
        padding: 32px 0;
    }

    .buy-section .step-number,
    .sell-section .step-number {
        min-width: 54px;
        height: 54px;
    }
.accompagnement-360{
    padding-top:48px;
}
    .buy-section .process-content,
    .sell-section .process-content {
        padding: 0;
    }

    .luxury-home.style-3.home-section-neutral {
        flex-direction: column;
    }

    .luxury-home.style-3.home-section-neutral .content {
        padding: 48px 32px;
        order: 1;
    }

    .luxury-home.style-3.home-section-neutral .image {
        order: 2;
    }

    .process-section.home-section-neutral,
    .process-section.sell-section {
        flex-direction: column;
    }

    .process-section__content {
        padding: 48px 32px;
        order: 1;
    }

    .process-section__image {
        order: 2;
        min-height: 280px;
    }

    .home-advantage-card {
        padding: 28px 24px;
    }
}

@media (max-width: 767px) {
    .home-section-neutral {
        margin: 28px 0;
        padding: 0 28px 35px;
    }

    .buy-section .step-number,
    .sell-section .step-number {
        min-width: 48px;
        height: 48px;
    }

    .buy-section .step-icon,
    .sell-section .step-icon {
        font-size: 24px !important;
    }

}

@media (max-width: 575px) {
    .home-section-neutral {
        margin: 24px 0;
        padding: 24px 0;
    }

    .buy-section .step-number,
    .sell-section .step-number {
        min-width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .buy-section .process-step,
    .sell-section .process-step {
        gap: 12px;
    }

    .luxury-home.style-3.home-section-neutral .content {
        padding: 25px 20px 35px 20px;
    }

    .home-advantage-card {
        padding: 24px 20px;
    }

    .process-section__image img,
    .luxury-home.style-3.home-section-neutral .image img {
        border-radius: 10px;
    }

    .process-section__content {
        padding: 28px 20px;
    }

    .accompagnement-360 {
        padding-top: 20px;
    }

}
