
.specxfusion-testimonial-carousel {
    background-color: #f3f7fb00;
    height: 510px;
    perspective: 250px;
}

.specxfusion-testimonial-carousel .carousel-item {
    width: 550px;
    background: #1DA3DC;
    padding: 50px;
    height: auto;
    text-align: center;
    border-radius: 15px;
    color: white;
    display: block !important;
    transition: unset;
}
  
  .carousel .indicators {
  /*   position: relative;
    top: 20px; */
  }

.img-area {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.img-area::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background: linear-gradient(145deg, #2EC0FF 50%, #FF8431 50%);
    z-index: -1;
}

.img-area img {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    top: 5px;
    object-fit: cover;
}

.testi p {
    color: #ffffff;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.9;
}

.testi h4 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
}

.testi h5 {
    font-size: 14px;
    letter-spacing: 5px;
    margin: 7px 0;
}

.carousel-buttons {
    position: absolute;
    /* top: 50%; */
    transform: translateY(-350%);
    left: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.carousel-buttons .btn {
    pointer-events: all;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF8431;
    background-color: transparent;
    color: #FF8431;
    cursor: pointer;
}

.carousel-buttons .btn:hover {
    background-color: #FF8431;
    color: white;
}

.indicators .indicator-item {
    background-color: transparent;
    border: 1px solid #FF8431;
    width: 12px !important;
    height: 12px !important;
}

.indicators .indicator-item.active {
    background-color: #FF8431 !important;
    width: 16px !important;
    height: 16px !important;
    position: relative;
    top: 2px;
}

.stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next-sponsor,
.swiper-button-prev-sponsor {
    pointer-events: all;
    color: #FF8431;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FF8431;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.swiper-button-next-sponsor:hover,
.swiper-button-prev-sponsor:hover {
    background-color: #FF8431;
    border-color: #FF8431;
    color: #ffffff;
    cursor: pointer;
}