.wrapper,
.bg-footer {
    background: url(../img/digicar.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    box-shadow: 0 0 10px #243072;
}

.bg-footer {
    padding: 30px 0 0 !important;
}

.wrapper::after,
.wrapper-car::after,
.bg-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, #243072d0 20%, #243072 100%);
    backdrop-filter: blur(8px);
    z-index: 0;
}

.wrapper-car {
    background: url(../img/bg-road.jpg);
    background-size: cover;
    background-position: 0 80%;
    background-repeat: no-repeat;
    width: 100%;
    box-shadow: 0 0 10px #243072;
    position: relative;
}

.wrapper-car::after {
    background: radial-gradient(transparent, #24307246 80%);
    backdrop-filter: blur(8px);
    z-index: 0;
}

.bg-footer::after {
    background: radial-gradient(#24307279 10%, #243072 90%);
    backdrop-filter: blur(15px);
    z-index: 0;
}

.wrapper>div,
.wrapper-car>div,
.bg-footer>div {
    position: relative;
    z-index: 1;
}

.ls-1 {
    letter-spacing: 5px;
}

.ls-2 {
    letter-spacing: 10px;
}

.glow-primary {
    text-shadow: 0 0 10px #0a58ca;
}

.title-custom {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    transition: ease-in-out .25s;
    margin-bottom: 10px;
}

.title-custom::before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    left: 2%;
    bottom: -3px;
    background-color: #ffffff;
    opacity: .2;
    z-index: -1;
    transition: ease-in-out .25s;
}

.title-custom.primary {
    color: #0d6efd;
}

.title-custom.primary::before {
    background-color: #0a58ca;
}

img[alt="Publicidade Digicar - Marketing Digital | Seja bem-vindo"] {
    margin: 40px 10px 20px;
}

.item-digicar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform ease-in-out .25s;
}

.item-digicar.no-hover {
    transform: scale(0.8);
    filter: blur(2px);
}

.item-digicar.item-hover .title-custom.primary::before {
    opacity: .3;
}

img[alt="Rua Digicar"] {
    position: absolute;
    height: 150%;
    opacity: .1;
    left: -20%;
    filter: blur(6px);
}

/* SWIPER CLIENTS */
.swiper-wrapper {
    padding: 20px 0;
}

.swiper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.swiper-slide {
    background: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-slide p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.swiper-slide footer {
    font-size: 0.9rem;
    color: #666;
    font-weight: bold;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.swiper-button-prev:after {
    font-size: 1rem !important;
}

@media (max-width: 768px) {
    .swiper-slide {
        padding: 15px;
    }

    #car-container {
        height: 300px !important;
    }

    .text {
        text-align: center;
    }

    .text .title-custom {
        margin: auto;
    }

    .wrapper::after,
    .wrapper-car::after,
    .bg-footer::after {
        background: radial-gradient(#243072d0 20%, #243072 100%) !important;
        backdrop-filter: blur(8px);
    }
}

/* SCROLL CAR */
#car-container {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#car-image {
    width: 100%;
    transition: transform 0.5s linear, opacity 0.5s linear;
}

@media (max-width: 450px) {
    #car-container {
        height: 200px !important;
    }
}

.bg-footer a.text-secondary:hover {
    color: #ffffff;
}

.bg-footer p,
.bg-footer li {
    font-size: 0.9rem;
}

.bg-footer h5 {
    font-size: 1.2rem;
}

.bg-footer i {
    font-size: 1.5rem;
}


.faq-header {
    background-color: #f8f9fa;
    border: none;
}

.faq-body {
    background-color: #ffffff;
    border-left: 5px solid #007bff;
    border-radius: 0 0.25rem 0.25rem 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-header button {
    width: 100%;
    text-align: left;
}

.faq-header button:hover {
    color: #007bff;
}

.faq-header i {
    float: right;
    line-height: 1.5;
}