.tncfbk-review-carousel-wrapper {
    position: relative;
}

/* both arrows positioned below the slider */
.tncfbk-review-carousel-wrapper .slick-prev,
.tncfbk-review-carousel-wrapper .slick-next {
    position: absolute;
    top: 100%; /* ✅ place directly under the slider */
    transform: translateX(-50%);
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    z-index: 99; /* keep arrows above other elements */
    margin-top: 10px; /* add some space below slider */
}

/* prev arrow slightly to the left */
.tncfbk-review-carousel-wrapper .slick-prev {
    left: 48%;
}

/* next arrow slightly to the right */
.tncfbk-review-carousel-wrapper .slick-next {
    left: 52%;
}

/* arrow icons */
.tncfbk-review-carousel-wrapper .slick-prev img,
.tncfbk-review-carousel-wrapper .slick-next img {
    width: 100%;
    height: auto;
    display: block;
}


.tncfbk-review-card.for-mobile {
    border-radius: 4.302px;
    border: 0.717px #D2DAE6;
    background:  #F3F4F7;
}