.testi-img img{
    border-radius: 10px;
    width: 100%;
    height: 345px;
    object-fit: cover;
}

.testi-blocks {
    text-align: left;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    background-color: #0B3D91;
    padding: 40px 40px 20px 40px;
    border-radius: 10px;
    position: relative;
}

.testi-img-slider img{
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #E5E5E526;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 80px !important;
    height: 80px;
    object-fit: cover;
}

.testi-star i{
    color: #ffe500;
}

.testi-cont{
    height: 160px;
    padding: 10px 0;
    overflow-y: auto;
}

.testi-cont p {
    margin-bottom: 35px;
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    font-family: var(--font-pop);
}

.testi-user h3{
    color: #FFFFFF;
    font-family: var(--font-osw);
    font-size: 25px;
    font-weight: 600;
    text-align: left;
}

.testi-user span {
    font-size: .75rem;
    font-family: var(--font-pop);
    color: #fff;
    font-weight: 500;
}

.quote-img img{
    position: absolute;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(192deg) brightness(104%) contrast(102%);
    width: 6% !important;
    top: 12px;
    right: 12px;
}

.testi-section {
    position: relative;
}

.testi-section .owl-nav-custom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    transform: translateY(-50%);
    right: 40px;
    pointer-events: none;
    z-index: 10;
    gap: 10px;
}

.testi-section .owl-nav-custom button {
    background: var(--primary);
    border: none;
    cursor: pointer;
    pointer-events: all;
    color: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.testi-section .owl-nav-custom button:hover {
    background: white;
    color: #000;
}

.testi-section .owl-nav-custom button svg {
    width: 28px;
    height: 28px;
}

@media(max-width: 992px){
    .testi-section {
        margin-top: 20px;
    }
    
    .testi-blocks {
        padding: 20px;
    }
    
    .testi-user h3 {
        margin-bottom: 0;
    }
}