
.tf-testimonial-carousel .owl-carousel .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.tf-testimonial-carousel.style-1 .description {
font-weight: 600;
font-style: italic;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
color: #6C6E76;
padding-bottom: 21px;
border-bottom: 1px solid #D9D9D9;
position: relative;
margin-bottom: 22px;
}

.tf-testimonial-carousel.style-1 .description::after {
    content: '';
    width: 33%;
    height: 1px;
    background: var(--theme-primary-color);
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tf-testimonial-carousel.style-1 .testimonial-content .description::after {
    width: 100%;
}

.tf-testimonial-carousel.style-1 .name {
font-weight: 700;
font-size: 20px;
line-height: 28px;
letter-spacing: -2%;
color: #00194C;
margin-bottom: 5px;
}

.tf-testimonial-carousel.style-1 .bottom-content {
    display: flex
;
    align-items: end;
    justify-content: space-between;
}

.tf-testimonial-carousel.style-1 .position {
font-weight: 400;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
color: #6C6E76;
}

.tf-testimonial-carousel.style-1 .avatar {
    max-width: 100px;
    max-height: 100px;
}

.tf-testimonial-carousel.style-1 .rating-wrap {
    color: var(--theme-primary-color);
    font-size: 18px;
    letter-spacing: 3.7px;
}

.tf-testimonial-carousel.style-2 .description {
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0%;
color: #6C6E76;
margin-bottom: 22px;
}

.tf-testimonial-carousel.style-2 .testimonial-content {
    padding: 33px 30px 41px 40px;
    background: #fff;
}

.tf-testimonial-carousel.style-2 .position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #6C6E76;
    margin-bottom: 8px;
    }
    
    .tf-testimonial-carousel.style-2 .avatar {
        max-width: 100px;
        max-height: 100px;
        border-radius: 50%;
        overflow: hidden;
    }

    .tf-testimonial-carousel.style-2 .group-author {
        gap: 20px;
        display: flex;
        align-items: center;
    }

    .tf-testimonial-carousel.style-2 .name {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -2%;
        color: #00194C;
        margin-bottom: 2px;
        }

        .tf-testimonial-carousel.style-2 .rating-wrap {
            color: var(--theme-primary-color);
            font-size: 18px;
            letter-spacing: 3.7px;
        }

        .tf-testimonial-carousel.style-2 .bottom-content {
            display: flex
        ;
            align-items: center;
            justify-content: space-between;
        }

        .tf-testimonial-carousel.style-2 .brand img {
            max-width: 95px;
            object-fit: cover;
        }

        .tf-testimonial-carousel.style-2 .shape {
            position: absolute;
            bottom: 15px;
            left: 15px;
        }

        .tf-testimonial-carousel.style-3 .testimonial-content {
            background: #fff;
            box-shadow: 0px 4px 25px 0px #0000000F;
            padding: 38px 30px 30px 30px;
            position: relative;
            margin-bottom: 20px;
        }

        .tf-testimonial-carousel.style-3 .testimonial-content::after {
            content: '';
            width: 95%;
            height: 100%;
            position: absolute;
            bottom: -6px;
            left: 0;
            right: 0;
            background: #fff;
            opacity: 0.8;
            box-shadow: 0px 4px 25px 0px #0000000F;
            z-index: -1;
            margin: 0 auto;
        }
        .tf-testimonial-carousel.style-3 .testimonial-content::before {
            content: '';
            width: 90%;
            height: 100%;
            position: absolute;
            bottom: -12px;
            left: 0;
            right: 0;
            background: #fff;
            opacity: 0.8;
            box-shadow: 0px 4px 25px 0px #0000000F;
            z-index: -1;
            margin: 0 auto;
        }

        .tf-testimonial-carousel.style-3 .position {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0%;
            color: #6C6E76;
            margin-bottom: 8px;
            }
            
            .tf-testimonial-carousel.style-3 .avatar {
                max-width: 58px;
                max-height: 58px;
                border-radius: 50%;
                position: relative;
            }

            .tf-testimonial-carousel.style-3 .shape {
                position: absolute;
                bottom: 30px;
                right: 30px;
            }

            .tf-testimonial-carousel.style-3 .avatar::after {
                content: '';
                width: 68px;
                height: 68px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border: 1px solid var(--theme-primary-color);
                border-radius: 50%;
            }
        
            .tf-testimonial-carousel.style-3 .group-author {
                gap: 20px;
                display: flex;
                align-items: center;
            }
        
            .tf-testimonial-carousel.style-3 .name {
                font-weight: 700;
                font-size: 20px;
                line-height: 28px;
                letter-spacing: -2%;
                color: #00194C;
                margin-bottom: 2px;
                }
        
                .tf-testimonial-carousel.style-3 .rating-wrap {
                    color: #F7921E;
                    font-size: 18px;
                    letter-spacing: 3.7px;
                    margin-bottom: 18px;
                }
        
                .tf-testimonial-carousel.style-3 .bottom-content {
                    display: flex
                ;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: 32px;
                }

                .tf-testimonial-carousel.style-3 .testimonial-content {
            background: #fff;
            box-shadow: 0px 4px 25px 0px #0000000F;
            padding: 38px 30px 30px 30px;
            position: relative;
            margin-bottom: 20px;
        }

        .tf-testimonial-carousel.style-3 .testimonial-content::after {
            content: '';
            width: 95%;
            height: 100%;
            position: absolute;
            bottom: -6px;
            left: 0;
            right: 0;
            background: #fff;
            opacity: 0.8;
            box-shadow: 0px 4px 25px 0px #0000000F;
            z-index: -1;
            margin: 0 auto;
        }
        .tf-testimonial-carousel.style-3 .testimonial-content::before {
            content: '';
            width: 90%;
            height: 100%;
            position: absolute;
            bottom: -12px;
            left: 0;
            right: 0;
            background: #fff;
            opacity: 0.8;
            box-shadow: 0px 4px 25px 0px #0000000F;
            z-index: -1;
            margin: 0 auto;
        }

        .tf-testimonial-carousel.style-3 .position {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0%;
            color: #6C6E76;
            margin-bottom: 8px;
            }
            
            .tf-testimonial-carousel.style-3 .avatar {
                max-width: 58px;
                max-height: 58px;
                border-radius: 50%;
                position: relative;
            }

            .tf-testimonial-carousel.style-3 .shape {
                position: absolute;
                bottom: 30px;
                right: 30px;
            }

            .tf-testimonial-carousel.style-3 .avatar::after {
                content: '';
                width: 68px;
                height: 68px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border: 1px solid var(--theme-primary-color);
                border-radius: 50%;
            }
        
            .tf-testimonial-carousel.style-3 .group-author {
                gap: 20px;
                display: flex;
                align-items: center;
            }
        
            .tf-testimonial-carousel.style-3 .name {
                font-weight: 700;
                font-size: 20px;
                line-height: 28px;
                letter-spacing: -2%;
                color: #00194C;
                margin-bottom: 2px;
                }
        
                .tf-testimonial-carousel.style-3 .rating-wrap {
                    color: #F7921E;
                    font-size: 18px;
                    letter-spacing: 3.7px;
                    margin-bottom: 18px;
                }
        
                .tf-testimonial-carousel.style-3 .bottom-content {
                    display: flex
                ;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: 32px;
                }


                .tf-testimonial-carousel.style-4 .testimonial-content {
                    background: #fff;
                    box-shadow: 0px 4px 25px 0px #0000000F;
                    padding: 38px 30px 39px 30px;
                    position: relative;
                    border-radius: 16px;
                }
        
                .tf-testimonial-carousel.style-4 .position {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 22px;
                    letter-spacing: 0%;
                    color: #6C6E76;
                    margin-bottom: 8px;
                    }
                    
                    .tf-testimonial-carousel.style-4 .avatar {
                        max-width: 58px;
                        max-height: 58px;
                        border-radius: 50%;
                        position: relative;
                    }

                    .tf-testimonial-carousel.style-4 .avatar img {
                        width: 58px;
                        height: 58px;
                        border-radius: 50%;
                    }

                    .tf-testimonial-carousel.style-4 .shape {
                        position: absolute;
                        top: 30px;
                        right: 30px;
                    }

                    .tf-testimonial-carousel.style-4 .shape svg {
                        width: 30px;
                    }
        
                    .tf-testimonial-carousel.style-4 .avatar::after {
                        content: '';
                        width: 68px;
                        height: 68px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        border: 1px solid var(--theme-primary-color);
                        border-radius: 50%;
                    }
                
                    .tf-testimonial-carousel.style-4 .group-author {
                        gap: 20px;
                        display: flex;
                        align-items: center;
                    }
                
                    .tf-testimonial-carousel.style-4 .name {
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 28px;
                        letter-spacing: -2%;
                        color: #00194C;
                        margin-bottom: 5px;
                        }
                
                        .tf-testimonial-carousel.style-4 .rating-wrap {
                            color: #F7921E;
                            font-size: 18px;
                            letter-spacing: 3.7px;
                            margin-bottom: 18px;
                        }
                
                        .tf-testimonial-carousel.style-4 .bottom-content {
                            display: flex
                            ;
                                align-items: center;
                                justify-content: space-between;
                                margin-top: 35px;
                                margin-left: 6px;
                        }


/*carousel optiont*/
.tf-testimonial-carousel .owl-carousel .owl-nav .owl-prev,
.tf-testimonial-carousel .owl-carousel .owl-nav .owl-next {
    padding: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 19px;
}

.tf-testimonial-carousel .owl-carousel .owl-nav .owl-prev:hover,
.tf-testimonial-carousel .owl-carousel .owl-nav .owl-next:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.tf-testimonial-carousel .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 0;
    right: 0;
}

.tf-testimonial-carousel .owl-carousel .owl-nav .owl-prev:before,
.tf-testimonial-carousel .owl-carousel .owl-nav .owl-next:before,
.tf-testimonial-carousel .owl-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-testimonial-carousel.no-arrow .owl-carousel .owl-nav .owl-prev,
.tf-testimonial-carousel.no-arrow .owl-carousel .owl-nav .owl-next {
    display: none;
}

.tf-testimonial-carousel.has-arrow .owl-carousel .owl-nav .owl-prev,
.tf-testimonial-carousel.has-arrow .owl-carousel .owl-nav .owl-next {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tf-testimonial-carousel .owl-dots {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.tf-testimonial-carousel .owl-dots .owl-dot {
    padding: 0;
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tf-testimonial-carousel .owl-dots .owl-dot.active {
    background: var(--theme-primary-color);
}

.tf-testimonial-carousel.has-carousel.no-bullets .owl-dots,
.tf-testimonial-carousel.no-bullets .owl-dots {
    display: none;
}

.tf-testimonial-carousel.has-carousel.has-bullets .owl-dots {
    display: block;
}

@media only screen and (max-width: 991px) {
    .tf-testimonial-carousel.style-2 .shape svg {
        max-width: 30px;
        max-height: 30px;
    }

    .tf-testimonial-carousel.style-2 .shape {
        bottom: 10px;
        left: 10px;
    }
    .tf-testimonial-carousel.style-2 .testimonial-content {
        padding: 25px;
    }
    .tf-testimonial-carousel.style-2 .avatar {
        max-width: 65px;
        max-height: 65px;
    }
    .tf-testimonial-carousel.style-2 .group-author {
        gap: 10px;
    }
    .tf-testimonial-carousel.style-2 .name {
        font-size: 18px;
    }
    .tf-testimonial-carousel.style-2 .position {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .tf-testimonial-carousel.style-2 .rating-wrap {
        font-size: 16px;
    }
    .tf-testimonial-carousel.style-2 .brand img {
        max-width: 70px;
    }
}

@media only screen and (max-width: 767px) {

}