.ibl-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 5px 45px 20px;
    box-sizing: border-box;
}
.ibl-container {
    position: relative;
    width: 100%;
}

.ibl-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 5px 45px 20px;
    box-sizing: border-box;
}

.ibl-carousel .ibl-wrapper {
    display: flex;
    align-items: stretch;
}

.ibl-carousel .ibl-slide {
    height: auto;
    box-sizing: border-box;
}
.ibl-carousel .ibl-wrapper {
    display: flex;
    align-items: stretch;
}

.ibl-carousel .ibl-slide {
    height: auto;
    box-sizing: border-box;
}

.ibl-card {
    height: 100%;
    overflow: hidden;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
   
     border: 1px solid #BFDAA2;
    box-sizing: border-box !important;
    margin-right: -1px;
   

    

    background: linear-gradient(135.34deg, rgba(255, 255, 255, 0.7) 1.57%, rgba(255, 255, 255, 0.7) 30.85%, rgba(234, 255, 212, 0.7) 98.43%);

    padding: 50px 36px !important;
    text-align: center;
}

.ibl-image {
    width: 100% !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.ibl-carousel .swiper-slide {
    margin-right: 0 !important;
}
.ibl-image img {
    display: block;
  
    object-fit: cover;
}

.ibl-title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    color: #000000 !important;
}

.ibl-description {
    font-size: 16px;
    /* line-height: 1.7; */
    font-family: 'Poppins', sans-serif;
}

.ibl-prev, .ibl-next {
    position: absolute;
    top: -62px;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50% !important;
    background: #fff;
    color: #78B833;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, .15); */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    font-size: 30px;
    line-height: 1;
    border-color: #CFD5C9 !important;
}

.ibl-prev { right: 66px; }
.ibl-next { right: 5px; }

.ibl-prev:hover,
.ibl-next:hover {
    background: #000000 !important;
    fill: #fff !important;
}
.ibl-prev:hover svg path,
.ibl-next:hover svg path {
    
    fill: #fff !important;
}

.ibl-prev.swiper-button-disabled,
.ibl-next.swiper-button-disabled {
    opacity: 1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .ibl-carousel {
        padding-left: 35px;
        padding-right: 35px;
    }

    .ibl-prev,
    .ibl-next {
        width: 38px;
        height: 38px;
        font-size: 24px;
    }
}
