
/* style default */

.tf-testimonial-carousel.left .item-testimonial {
    text-align: left;
}

.tf-testimonial-carousel.center .item-testimonial {
    text-align: center;
}

.tf-testimonial-carousel.right .item-testimonial {
    text-align: right;
}

.tf-testimonial-carousel.left .group-author,
.tf-testimonial-carousel.left .rating {
    justify-content: left;
}

.tf-testimonial-carousel.center .group-author,
.tf-testimonial-carousel.center .rating {
    justify-content: center;
}

.tf-testimonial-carousel.right .group-author,
.tf-testimonial-carousel.right .rating {
    justify-content: right;
}

.tf-testimonial-carousel .owl-stage-outer {
    padding: 20px;
    margin: -20px;
}

.tf-testimonial-carousel.style1 .item-testimonial {
    padding: 30px;
}

.tf-testimonial-carousel.style1 .rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.tf-testimonial-carousel.style1 .rating i {
    color: #FFA800;
    font-size: 14px;
}

.tf-testimonial-carousel.style1 .description {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 23px;
    color: #222222;
}

.tf-testimonial-carousel.style1 .group-author {
    display: flex
;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 25px;
}

.tf-testimonial-carousel.style1 .group-author .thumb img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.tf-testimonial-carousel.style1 .group-author .thumb {
    margin-right: 13px;
}

.tf-testimonial-carousel.style1 .group-author h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 4px;
}

.tf-testimonial-carousel.style1 .group-author p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5C6368;
    margin: 0;
}

/* style 2 */

.tf-testimonial-carousel.style2 .item-testimonial {
    padding: 30px;
}

.tf-testimonial-carousel .rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.tf-testimonial-carousel .rating i {
    color: #FFA800;
    font-size: 14px;
}

.tf-testimonial-carousel.style2 .description {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 23px;
    color: #222222;
}

.tf-testimonial-carousel.style2 .group-author {
    display: flex
;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 25px;
}

.tf-testimonial-carousel.style2 .group-author .thumb img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.tf-testimonial-carousel.style2 .group-author .thumb {
    margin-right: 13px;
}

.tf-testimonial-carousel.style2 .group-author h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 4px;
}

.tf-testimonial-carousel.style2 .group-author p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5C6368;
    margin: 0;
}

/* style 3 */

.tf-testimonial-carousel.style3 .item-testimonial {
    text-align: center;
}

.tf-testimonial-carousel.style3 .description {
font-weight: 400;
font-size: 24px;
line-height: 36px;
letter-spacing: 0%;
color:  #222222;
margin-bottom: 28px;
}

.tf-testimonial-carousel.style3 .group-author .thumb img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto;
}

.tf-testimonial-carousel.style3 .group-author .thumb {
    margin-bottom: 24px;
}

.tf-testimonial-carousel.style3 .content h6 {
font-weight: 500;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
color: #2C2E33;
margin-bottom: 5px;

}

.tf-testimonial-carousel.style3 .content p {
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0%;
color: #5C6368;
}

/*carousel optiont*/

.tf-testimonial-carousel .owl-nav .owl-prev:before, 
.tf-testimonial-carousel .owl-nav .owl-next:before,
.tf-testimonial-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-testimonial-carousel.no-arrow .owl-nav .owl-prev,
.tf-testimonial-carousel.no-arrow .owl-nav .owl-next {
    display: none;
}

.tf-testimonial-carousel .owl-nav .owl-prev,
.tf-testimonial-carousel .owl-nav .owl-next {
    display: block;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -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-carousel .owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    bottom: -40px;
}

.tf-testimonial-carousel .owl-carousel .owl-dots .owl-dot {
    padding: 0;
    width: 8px;
    height: 8px;
    background: #E4E4E4;
    display: inline-block;
    margin: 0 7px;
    -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;
    overflow: unset;
}

.tf-testimonial-carousel .owl-carousel .owl-dots .owl-dot.active,
.tf-testimonial-carousel .owl-carousel .owl-dots .owl-dot:hover {
    background: var(--theme-primary-color);
}

.tf-testimonial-carousel .owl-carousel .owl-dots .owl-dot span::before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
}

.tf-testimonial-carousel .owl-carousel .owl-dots .owl-dot.active span::before {
    border: 1px solid 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;
}

.tf-testimonial-carousel.style1 .owl-carousel .owl-dots {
    bottom: -21px;
}

  .tf-testimonial-carousel.has-custom-cusor .owl-stage-outer {
    cursor: grab;
    -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-nav button.owl-prev,
  .tf-testimonial-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #EDEDED;
    color: #000000;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;  
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
  }

  .tf-testimonial-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .tf-testimonial-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .tf-testimonial-carousel .owl-nav button:hover  {
    background: var(--theme-primary-color) !important;
    color: #fff !important;
  }

  .tf-testimonial-carousel .owl-nav button.disabled {
        opacity: 0.6;
  }

  .tes-home6 .tf-testimonial-carousel.style1 .item-testimonial {
    background: #FFFFFF66;
    backdrop-filter: blur(30px);
    padding: 40px;
}

.tes-home6 .tf-testimonial-carousel.style1 .owl-nav button {
    width: 80px;
    height: 80px;
    border: 1px solid #FFFFFF33 !important;
    color: #fff;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    position: unset;
}

.tes-home6 .tf-testimonial-carousel.style1 .owl-nav button:hover {
    background: #FFFFFF4D !important;
    color: #fff;
    border-color: #FFFFFF4D !important;
    backdrop-filter: blur(20px);
}

.tes-home6 .tf-testimonial-carousel.style1 .owl-nav {
    display: flex
    ;
        align-items: center;
        gap: 12px;
        position: absolute;
        left: -16.2%;
        bottom: 20px;
}

.tes-home6 .tf-testimonial-carousel.style1 .owl-nav button i.icon-icon-12::before {
    content: '\e925';
}
.tes-home6 .tf-testimonial-carousel.style1 .owl-nav button i.icon-icon-11::before {
    content: '\e924';
}

/* Custom Cursor
-------------------------------------------------------------- */

.tfmouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
  }
  
  .cursor-inner {
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: #fff;
    cursor: grab;
    font-weight: 500;
    background: var(--theme-primary-color);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0;
    transition: all 0.1s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  
  .cursor-inner::after {
      content: "\f125";
      font-family: "Ionicons";
      color: #fff;
    }
    
    .cursor-inner::before {
        content: "\f124";
        font-family: "Ionicons";
    color: #fff;
  }

  .tf-testimonial-carousel:hover .cursor-inner {
    opacity: 1;
  }
  
  .tfmouseCursor.cursor-hover {
    opacity: 0 !important;
  }

  .tf-testimonial-carousel.has-custom-cusor .owl-stage-outer {
    cursor: grab;
    -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;
  }

@media (max-width: 1024px) {
    .cursor-inner {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .tes-home6 .tf-testimonial-carousel.style1 .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .tf-testimonial-carousel .owl-nav {
        display: none !important;
    }
}