.elementor-12139 .elementor-element.elementor-element-4eba11f{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-12139 .elementor-element.elementor-element-d92095f .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-12139 .elementor-element.elementor-element-1211710 .swiper-slide{height:400px;}.elementor-12139 .elementor-element.elementor-element-1211710 .swiper-slide-contents{max-width:100%;}.elementor-12139 .elementor-element.elementor-element-1211710 .swiper-slide-inner{padding:0px 0px 0px 0px;text-align:start;}.elementor-12139 .elementor-element.elementor-element-1211710 .elementor-slide-heading{color:var( --e-global-color-primary );font-family:"Gotham", Sans-serif;font-size:14px;font-weight:normal;}.elementor-12139 .elementor-element.elementor-element-1211710 .elementor-slide-description{color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-12139 .elementor-element.elementor-element-4eba11f{--gap:30px 30px;--row-gap:30px;--column-gap:30px;}}/* Start custom CSS for container, class: .elementor-element-4eba11f *//*
** Adding a transition effect to the arrow icon
*/
.testimonial-carousel .elementor-swiper-button {
    width: 48px !important;
    height:48px !important;
    overflow: hidden; 
    background: var( --e-global-color-d3d0492 );
    border-radius: 100%;
    justify-content: center;
    transition: all .6s cubic-bezier(.4, 0, .2, 1); 
}

/*
** Styling the swiper arrows
*/
.testimonial-carousel .elementor-swiper-button {

}
.testimonial-carousel .elementor-swiper-button svg{
    display: none;
}

/*
** Adding the secondary arrow
*/
.testimonial-carousel .elementor-swiper-button-prev::after,
.testimonial-carousel .elementor-swiper-button-next::after {
    content: url('https://stg-fscom-staging.kinsta.cloud/wp-content/uploads/2025/03/arrow.svg');
    align-self: center !important;
    width: 24px;
    height: 24px;
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
    opacity: 1;
    font-size: 0;
}

/*
** Adjusting the position of the secondary arrow icon
*/
.testimonial-carousel .elementor-swiper-button-prev::after {
    transform: translateY(-1px) rotate(180deg);
}

/*
** Positioning the arrows
*/
.testimonial-carousel .elementor-swiper-button-prev {
    top: calc(100% - 96px) !important;
    left: calc(0 + 48px + var(--padding-lg)) !important;
}
.testimonial-carousel .elementor-swiper-button-next {
    top: calc(100% - 96px) !important;
    right: calc(100% - 96px - 16px) !important;
}


@media only screen and (min-width: 768px) {
    .testimonial-carousel .title{
        position: absolute;
    }
    .elementor-slide-heading{
        width: 50% !important;
        margin-left: 50% !important;
    }
    .elementor-slide-description{
        position: absolute;
        top: 96px;
    }
}/* End custom CSS */