/**/

/* Custom Carousel Styles */
#brxe-yrflom .swiper-slide {
    background-color: #f6fafe;
    /* Light blue background */
    border-radius: 12px;
    padding: 32px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    text-align: center;
}

#brxe-yrflom .swiper-slide .content p {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.6;
    color: #101828;
    /* Dark text color */
    margin: 0;
    font-weight: 500;
}

/* Trustpilot Slider Styles */
body #trustpilot-slider.splide .splide__track .splide__list .splide__slide {
    background-color: #f0f6fd !important;
    border-radius: 12px !important;
    padding: 2rem 1.5rem !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    min-height: 250px !important;
    opacity: 0.5;
    transform: scale(0.9);
    transition: opacity 0.3s, transform 0.3s;
}

body #trustpilot-slider.splide .splide__track .splide__list .splide__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

#trustpilot-slider .splide__slide .brxe-container {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    color: #101828 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
}

#trustpilot-slider .splide__slide h1 {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    color: #101828 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
}

#trustpilot-slider .splide__slide a {
    font-size: 1rem !important;
    color: #448dbf !important;
    text-decoration: none !important;
}

#trustpilot-slider .splide__slide a .icon {
    display: none !important;
}

#trustpilot-slider .splide__pagination {
    bottom: -2rem !important;
}

#trustpilot-slider .splide__pagination__page {
    background: #ccc !important;
}

#trustpilot-slider .splide__pagination__page.is-active {
    background: #448dbf !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #brxe-yrflom .swiper-container {
        padding: 0 20px;
        /* Add some horizontal padding */
    }

    #brxe-yrflom .swiper-slide {
        padding: 24px 16px;
        min-height: 160px;
    }

    #brxe-yrflom .swiper-slide .content p {
        font-size: 1rem;
    }
}

@media (max-width: 478px) {
    #trustpilot-slider .splide__slide h1 {
        font-size: 1rem !important;
    }

    #trustpilot-slider .splide__slide a {
        font-size: 0.9rem !important;
    }
}

/* == Register Steps Section == */

.register.steps {
    background-color: #101828;
    padding: 80px 15px;
    border-radius: 10px;
}

.register.steps .container {
    max-width: 1160px;
    margin: 0 auto;
}

.register.steps .register-title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 900;
}

.register.steps .register-box {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 60px 30px 40px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin: 0 auto 70px;
}

.register.steps .row .col-lg-4:last-child .register-box {
    margin-bottom: 0;
}

.register.steps .register-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background-color: #f6c018;
    /* Gold color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #1d2939;
}

.register.steps .register-icon span {
    color: #1d2939;
    /* Dark text for contrast */
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.register.steps .register-box-title {
    color: #101828;
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.register.steps .register-box-text {
    color: #475467;
    font-size: 1rem;
    line-height: 1.6;
}

.register.steps .register-box-text font,
.register.steps .register-icon span font {
    color: inherit !important;
    vertical-align: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
}

/* Widescreen layout */
@media (min-width: 992px) {
    .register.steps .row {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 30px;
    }

    .register.steps .register-box {
        margin-bottom: 0;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .register.steps .register-title {
        font-size: 2rem;
    }
}

/* == 7000+ Raisons Carousel (Mobile) - Final Attempt == */
@media (max-width: 768px) {

    /* Remove padding on the section's container so the slider can be full-width */
    #brxe-e75d73 .brxe-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }

    /* THE FIX: For Splide.js, to show adjacent slides or prevent clipping,
       you often need to add padding to the root slider element and disable clipping on the track. */
    #brxe-e75d73 #trustpilot-slider.splide {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    #brxe-e75d73 #trustpilot-slider.splide .splide__track {
        overflow: visible !important;
    }

    #brxe-e75d73 #trustpilot-slider .splide__slide {
        background-color: #f2f4f7 !important;
        /* The light gray from the desired image */
        border-radius: 16px !important;
        padding: 32px 24px !important;
        text-align: left !important;
        /* Align text to the left as in the example */
        transform: none !important;
        opacity: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between;
        min-height: 240px;
    }

    #brxe-e75d73 #trustpilot-slider .splide__slide .brxe-heading {
        color: #101828 !important;
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    #brxe-e75d73 #trustpilot-slider .splide__slide .brxe-text-link {
        color: #475467 !important;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
        display: flex !important;
        /* Make link visible again */
        align-items: center;
        text-align: left;
    }

    #brxe-e75d73 #trustpilot-slider .splide__slide .brxe-text-link .icon {
        display: inline-block !important;
        /* Show the arrow icon */
        margin-left: 8px;
    }

    #brxe-e75d73 #trustpilot-slider .splide__slide .brxe-text-link .icon svg {
        stroke: #475467 !important;
        width: 18px;
        height: 18px;
    }

    #brxe-e75d73 .splide__pagination {
        bottom: -2.5rem !important;
    }

    #brxe-e75d73 .splide__pagination__page {
        background: #d0d5dd !important;
    }

    #brxe-e75d73 .splide__pagination__page.is-active {
        background: #1d2939 !important;
    }
}