.hassles-in-automotive-retail-section {
    padding: 3rem 0 3rem 0;
    background-color: #f8f6f4;
}

.hassles-in-automotive-retail-section .section-header {
    padding-bottom: 2rem;
}

.hassles-in-automotive-retail-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 0 1rem 0 1rem;
    gap: 2rem;
    border-right: 1px solid #d9d9d9;
}

.border-less {
    border-style: none;
}

.hassles-in-automotive-retail-card p {
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 500;
}

.hiar-card-icon {
    width: 52px;
}


.why-dealerships-trust-section {
    padding: 3rem 0 3rem 0;
}

.why-dealerships-trust-section .section-header {
    padding-bottom: 2rem;
}

.why-dealerships-trust-points {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}

.why-dealerships-trust-point {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
}

.why-dealerships-trust-point-content h4 {
    color: var(--theme-color);
}

.why-dealerships-trust-point-icon {
    width: 52px;
    padding-top: 1rem;
}

.why-dealerships-trust-image picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.untitled-swiper {
    width: 100%;
    padding: 2rem;
    overflow: hidden;
}

.untitled-swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: left;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.untitled-swiper-slide picture {
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.untitled-swiper-slide:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 30px rgba(172, 214, 248, 0.644);
}


/*.untitled-swiper-card-content {
    background: rgb(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    height: 150px;
    width: 450px;
    padding: 1rem;
}*/

.untitled-swiper-pagination {
    text-align: center;
}
.untitled-swiper-slide-content {
    background: rgb(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    height: 190px;
    width: 440px;
    padding: 1rem;
    position: absolute;
    backdrop-filter: blur(100px);
    left: 12px;
    bottom: 12px;
}

.untitled-swiper-slide-content h4 {
    color: var(--theme-color);
}

.untitled-swiper-slide-content-mobile {
    padding: 2rem;
    height: 250px;
}

.untitled-swiper-slide-content-mobile h4 {
    color: var(--theme-color);
}


.untitled-swiper .progress-arrows {
    justify-content: center;
}



.trusted-by-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f8f6f4;
}

.trusted-by-content .section-header {
    max-width: 650px;
}

.trustee-logos-automotive-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}


.trustee-logos-automotive-swiper {
    width: 100%;
    padding-top: 2rem;
    margin-bottom: -2rem;
    overflow: hidden;
}

.trustee-logos-automotive-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.use-business-loan-swiper .progress-arrows {
    justify-content: center;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    padding: 1rem;
    height: 80px;
    width: 180px;
    border-radius: 40px;
}

.is-black {
    background-color: black;
}

.is-red {
    background-color: #C40830;
}

.is-blue {
    background-color: #00469B;
}

.free-trial-section {
    margin-top: -10px;
}



footer#site-footer {
    margin-top: -10px;
}

@media (min-width: 1350px) and (max-width: 1500px) {
    .untitled-swiper-slide-content {
        height: 200px;
        width: 390px;
    }
}

@media (min-width: 992px) and (max-width: 1350px) {
    .untitled-swiper-slide-content {
        height: 220px;
        width: 350px;
    }
}


@media (max-width: 992px) {
    .pbl-content p {
        text-align: center;
    }
    .hassles-in-automotive-retail-section {
        padding-bottom: 0;
    }
    .hassles-in-automotive-retail-card {
        border-right: none;
        padding-bottom: 2rem;
    }
    .ready-to-go-left {
        top: 40%;
    }
    .untitled-swiper-pagination {
        margin-top: -20px;
    }
    .why-dealerships-trust-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .why-dealerships-trust-section .section-header {
        margin-bottom: -30px;
    }
    .why-dealerships-trust-points {
        padding: 2rem 0 2rem 0;
    }
    .untitled-swiper-section {
        margin-top: -2rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .untitled-swiper-section {
        margin-top: -4rem;
    }
}

@media (max-width: 545px) {
    .untitled-swiper-slide-content-mobile {
        padding: 1.5rem;
        height: 250px;
    }
}