.case-studies-carousel .swiper-slide {
    width: 370px;
    height: 500px;
}
.inner-slide {
    padding: 15px;
    position: relative;
    width: 334px;
    height: 464px;
}
.inner-slide:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.container-fluid.carousel-area {
    padding: 0;
}
.light .inner-slide:before{
    border-color: #222;
}
.case-studies-title a.default {
    color: inherit;
    text-decoration: none;
}
.case-studies-title {
    color: #fff;
}
span.cat-platform {
    color: var(--bs-green);
}
span.cat-industry {
    background: #fff;
    border-radius: 50px;
    padding: 3px 15px;
    margin-left: 8px;
    font-size: 1rem;
}
.case-studies-cat {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.case-studies-bio {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 60px);
    padding: 20px 15px;
    z-index: 1;
}

.inner-slide img {
    filter: grayscale(1) brightness(0.7);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.inner-slide:hover img {
    filter: grayscale(0) brightness(1);
}

.inner-slide:after {
    content: "";
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.654499299719888) 0%, rgba(0,0,0,0) 100%);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
    z-index: 0;
}

.inner-slide:hover:before {
    border-color: var(--bs-green);
}

.hover-gradinent {
    background: rgb(142,191,66);
    background: linear-gradient(0deg, rgba(142,191,66,0.2511379551820728) 0%, rgba(0,0,0,0) 69%);
    position: absolute;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 0;
    left: 15px;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.component--case-studies .main-nav-carousel {
    display: flex;
    justify-content: space-around;
    position: absolute;
    right: 0;
    gap: 15px;
    top: 30%;
}

.inner-slide:hover .hover-gradinent {
    opacity: 1;
}

.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.listing-case-studiy .d-flex.flex-row-reverse .figure-container {
    text-align: right;
}
.component.component-generic.white {
    background: #fff;
}
.component.component-generic.grey {
    background: #EFEFEF;
}

.listing-case-studiy.white span.cat-industry {
    background: #EFEFEF;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
    color: var(--bs-gray-dark);
    font-weight: 600;
    padding: 5px 35px;
    border-radius: 50px;
}

.listing-case-studiy.grey span.cat-industry {
    background: #fff;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
    color: var(--bs-gray-dark);
    font-weight: 600;
    padding: 5px 35px;
    border-radius: 50px;
}
.component.component-generic.listing-case-studiy {
    padding-bottom: 60px;
}
.title-case-studiy a {
    color: inherit;
    text-decoration: none;
}
.case-studies-carousel .swiper-slide.first-slide {
    width: 60px;
}
.inner-slide.first-slide {
    width: 100%;
}
.inner-slide.first-slide:before {
    border: 0px none;
    background: none;
}
.inner-slide.first-slide:after {
    background: none;
}
.pagination-case {
    margin-top: -60px;
    margin-bottom: 100px;
}
.pagination a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-weight: 600;
}
.pagination .current {
    color: var(--bs-green);
    font-size: 28px;
    position: relative;
    top: -8px;
}
.pagination {
    list-style: none;
    gap: 13px;
}
.logos-inline.d-flex.gap-3 {
    flex-wrap: wrap;
    align-items: center;
}
.logos-inline figure.figure-container.relative {
    margin: 0;
}
@media(max-width: 991px) {
    .case-studies-title.fs-24 {
        font-size: 24px;
    }
    .listing-case-studiy .fs-50 {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .component.component-generic.listing-case-studiy .tagline,
    .listing-case-studiy .d-flex.flex-row-reverse .figure-container {
        text-align: left;
    }
    .listing-case-studiy .row.d-flex {
        flex-direction: column-reverse;
    }
    .listing-case-studiy .fs-24 {
        font-size: 18px;
        font-size: 1.13rem;
    }
    .listing-case-studiy .cat-industry {
        margin-left: 0;
    }
}

@media(max-width: 767px) {
    .case-studies-bio {
        padding: 20px 20px;
    }
}

@media(max-width: 478px){
    .inner-slide {
        width: 295px;
        height: 410px;
    }
    .case-studies-carousel .swiper-slide {
        width: 328px;
        height: 443px;
    }
    .component--case-studies .main-nav-carousel {
        display: none;
    }
}

@media(max-height: 420px) {
    .case-studies-carousel .swiper-slide {
        width: 283px;
        height: 348px;
    }
    .inner-slide {
        width: 249px;
        height: 315px;
    }
}