.elementor-399 .elementor-element.elementor-element-47bbea70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-399 .elementor-element.elementor-element-47bbea70:not(.elementor-motion-effects-element-type-background), .elementor-399 .elementor-element.elementor-element-47bbea70 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-399 .elementor-element.elementor-element-407e88cc .elementor-swiper-button{font-size:20px;}.elementor-399 .elementor-element.elementor-element-407e88cc .elementor-testimonial__text{color:var( --e-global-color-8e9eea0 );font-family:var( --e-global-typography-cf6a62d-font-family ), Sans-serif;font-weight:var( --e-global-typography-cf6a62d-font-weight );text-transform:var( --e-global-typography-cf6a62d-text-transform );line-height:var( --e-global-typography-cf6a62d-line-height );}.elementor-399 .elementor-element.elementor-element-407e88cc .elementor-testimonial__name{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-cf6a62d-font-family ), Sans-serif;font-weight:var( --e-global-typography-cf6a62d-font-weight );text-transform:var( --e-global-typography-cf6a62d-text-transform );line-height:var( --e-global-typography-cf6a62d-line-height );}.elementor-399 .elementor-element.elementor-element-407e88cc .elementor-testimonial__title{color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-399 .elementor-element.elementor-element-407e88cc .elementor-testimonial__text{line-height:var( --e-global-typography-cf6a62d-line-height );}.elementor-399 .elementor-element.elementor-element-407e88cc .elementor-testimonial__name{line-height:var( --e-global-typography-cf6a62d-line-height );}}@media(max-width:767px){.elementor-399 .elementor-element.elementor-element-407e88cc .elementor-testimonial__text{line-height:var( --e-global-typography-cf6a62d-line-height );}.elementor-399 .elementor-element.elementor-element-407e88cc .elementor-testimonial__name{line-height:var( --e-global-typography-cf6a62d-line-height );}}/* Start custom CSS for container, class: .elementor-element-47bbea70 *//*------------------------------------*
  #TESTIMONIAL-SECTION
*------------------------------------*/

/*
** Min height for the section
*/
.testimonial-carousel,
.testimonial-carousel .swiper-slide{
    min-height: 75vh !important;
    align-content: center;
}

/*
** Styling the text
*/
.testimonial-carousel .elementor-testimonial__text{
    font-style: normal !important;
    color: var( --e-global-color-primary ) !important;
	font-size: 1.8rem !important;
	line-height: 2.8rem !important;
	text-align: center;
    padding: var(--padding-lg);
    max-width: 1280px !important;
    margin-left: auto;
    margin-right: auto;

}
.testimonial-carousel.dark .elementor-testimonial__text,
.testimonial-carousel.dark  .elementor-testimonial__title{
    color: #fff !important;
}

.testimonial-carousel .elementor-testimonial__cite{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    font-style: normal;
}

/*
** Removing default arrow sizing
*/
.testimonial-carousel .elementor-swiper-button{
    font-size: 0 !important;
}

/*
** Positioning the arrows 
*/
.testimonial-carousel .elementor-swiper-button-prev{
    left: var(--padding-sm) !important;
    z-index: 3 !important;
}
.testimonial-carousel .elementor-swiper-button-next{
    right: 0 !important;
    z-index: 3 !important;
}

/*
** Hiding the default arrows 
*/
.testimonial-carousel .elementor-swiper-button-prev svg{
    display: none !important;
}

/*
** Adding the new arrows 
*/
.testimonial-carousel .elementor-swiper-button-prev::before,
.testimonial-carousel .elementor-swiper-button-next::before {
    content: url("https://uncoded.com/wp-content/uploads/2025/05/down-arrow-black.svg");
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg) scale(0.6);
}
.testimonial-carousel.dark .elementor-swiper-button-prev::before,
.testimonial-carousel.dark .elementor-swiper-button-next::before {
    content: url("https://uncoded.com/wp-content/uploads/2025/03/down-arrow.svg");
}

/*
** Rotating the previous arrow 
*/
.testimonial-carousel .elementor-swiper-button-prev::before{
    transform: rotate(90deg) scale(0.6);
}

/*
** Adding the arrow backgrounds 
*/
.testimonial-carousel .elementor-swiper-button-prev::after,
.testimonial-carousel .elementor-swiper-button-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
}

.testimonial-carousel.dark .elementor-swiper-button-prev::after,
.testimonial-carousel.dark .elementor-swiper-button-next::after {
    background: rgba(255, 255, 255, 0.20);
}

.testimonial-carousel .elementor-main-swiper.swiper {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

/*
** Hover states for the arrows
*/
.testimonial-carousel .elementor-swiper-button-prev:hover::after,
.testimonial-carousel .elementor-swiper-button-next:hover::after {
    background: rgba(0, 0, 0, 0.1);
    transform: scale(0.9);
}

/*
** Hover states for the arrows
*/
.testimonial-carousel.dark .elementor-swiper-button-prev:hover::after,
.testimonial-carousel.dark .elementor-swiper-button-next:hover::after {
    background: var(--black-30, rgba(255, 255, 255, 0.30));
}

@media only screen and (min-width: 1024px) {
    .testimonial-carousel .elementor-testimonial__text{
    	font-size: 2.8rem !important;
    	line-height: 3.8rem !important;
    }
    /*
    ** Adding the new arrows 
    */
    .testimonial-carousel .elementor-swiper-button-prev::before,
    .testimonial-carousel .elementor-swiper-button-next::before {
        content: url("https://uncoded.com/wp-content/uploads/2025/05/down-arrow-black.svg");
        width: 64px;
        height: 64px;
        transform: scale(1) rotate(-90deg);
    }
    /*
    ** Rotating the previous arrow 
    */
    .testimonial-carousel .elementor-swiper-button-prev::before{
        transform: rotate(90deg) scale(1);
    }
    /*
    ** Positioning the arrows 
    */
    .testimonial-carousel .elementor-swiper-button-prev{
        left: var(--padding-sm) !important;
    }
    .testimonial-carousel .elementor-swiper-button-next{
        right: var(--padding-sm) !important;
    }
}/* End custom CSS */