.ap-mentor-slider .mentorSwiper {
    overflow: visible;
    padding-right: 0; 
}
.ap-mentor-slider .swiper-slide {
    height: auto;
}
.ap-mentor-slider .custom-swiper-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    gap: 15px;
    top: -20px;
}
.ap-mentor-slider .custom-swiper-nav .custom-swiper-button {
    position: relative;
    height: auto;
    width: auto;
    line-height: 1;
    border: none;
    margin: 0;
    padding: 0;
    right: inherit;
    left: inherit;
    top: inherit;
}
.ap-mentor-slider .custom-swiper-nav .custom-swiper-button svg{
    display: none;
}
.ap-mentor-slider .custom-swiper-nav .custom-swiper-button img {
    display: block;
    width: 30px;
    height: auto;
}
.ap-mentor-slider .card {
    overflow: hidden;
    border-radius: 10px;
}
.ap-mentor-slider .card-media img {
    height: 350px;
    object-fit: cover;
}
.ap-mentor-slider .card-body {
    padding: 20px 20px 15px;
    text-align: left;
    background: var(--black-20);
    backdrop-filter: blur(24px);
    min-height: 120px;
}
.ap-mentor-slider .card-title {
    line-height: 1;
    margin: 0 0 10px;
}
.ap-mentor-slider .card-subtitle {
    line-height: 1.3;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .ap-mentor-slider .card-body {
        min-height: 110px;
    }
}
@media screen and (max-width: 767px) {
    .ap-mentor-slider .card-body {
        min-height: 100px;
    }
    .ap-mentor-slider .custom-swiper-nav {
        gap: 7px;
        top: -15px;
    }
    .ap-mentor-slider .custom-swiper-nav .custom-swiper-button img {
        width: 24px;
    }
}

@media screen and (max-width: 575px) {
    .ap-swiper-nav {
        visibility: hidden !important;
    }
}