@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background: #f7f5f5;
}

.container{
    max-width: 1240px;
    margin: auto;
    padding: 0 15px;
}
/*section header*/

.section-header{
    text-align: center;
    margin-bottom: 50px;
}

.section-header .title{
    font-size: 38px;
    color: #191214;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}
/*testimonials*/

.testimonials{
    padding: 100px 0;
}

.testimonials-slider {
    padding: 40px 28px !important;
}

.testimonials-item{
    background-color: #fff;
    padding: 36px 32px;
    border-radius: 20px;
    box-shadow: 0px 8px 28px 0px rgba(102, 101, 101, 0.4);
}

.testimonials-item .testimonials-header{
    font-size: 18px;
    text-transform: capitalize;
    color: #191214;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.testimonials-item p{
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #474143;
}

.testimonials-item .info {
    display: flex;
    align-items: center;
    border-top: 2px solid #d9d1d3;
    padding-top: 24px;
}

.testimonials-item .avatar {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 10px !important;
    margin-right: 20px !important;
}

.testimonials-item img{
    max-width: 80px !important;
    position: absolute;
    top: -8px;
}

.testimonials-item .name{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #191214;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}

.testimonials-item .role{
    text-transform: capitalize;
    color: #9d8e91;
    font-size: 16px;
}

/*Swiper*/

.swiper-slide-shadow-left,
.swiper-slide-shadow-right{
    display: none;
}

.testimonials-slider-control {
  position: relative;
  bottom: -3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-slider-control .swiper-button-next{
    left: 53% !important;
    transform: translateX(-53%) !important;
}
@media (max-width:990px) {
    .testimonials-slider-control .swiper-button-next{
        left: 20% !important;
        transform: translateX(-20%) !important;
    }
}

@media (max-width:450px) {
    .testimonials-slider-control .swiper-button-next{
        left: 30% !important;
        transform: translateX(-30%) !important;
    }
}

@media (max-width:990px) {
    .testimonials-slider-control .swiper-button-prev{
        left: 10% !important;
        transform: translateX(-10%) !important;
    }
}

@media (max-width:450px) {
    .testimonials-slider-control .swiper-button-prev{
        left: 5% !important;
        transform: translateX(-5%) !important;
    }
}

.testimonials-slider-control .slider-arrow{
    background: #e1395d;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    left: 45%;
    transform: translateX(-45%);
    box-shadow: 0px 8px 28px 0px rgba(246, 194, 205, 1);
}

.slider-arrow.disabled {
    background: #e5e0e1;
    box-shadow: 0px 8px 28px 0px rgba(102, 101, 101, 0.25);
    cursor: not-allowed;
  }

.testimonials-slider-control .slider-arrow ion-icon{
    font-size: 2rem;
    color: #fff;
}

.slider-arrow.disabled ion-icon {
    color: #c7bdbf;
}

.testimonials-slider-control .slider-arrow::after {
    content: '';
}

.swiper-button-next::after, .swiper-button-prev::after{
    display: none !important;
}



/********************************************************************************
 ********************************** APP GRID **********************************
 *********************************************************************************/
 ul.tkv-supported-apps.list {
    padding: 0;
    margin: 0 !important;
    list-style: none;
    border-radius: 20px;
}
ul.tkv-supported-apps.list li {
    padding: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    margin-bottom: 20px;
    border-radius: 5px;
}
ul.tkv-supported-apps.list li:last-child {
    margin-bottom: 0;
}
ul.tkv-supported-apps.list .app-badge {
    display: flex;
    align-items: center;
}
ul.tkv-supported-apps.list .app-badge .logo {
    max-width: 50px;
    margin-right: 10px;
    max-height: 50px;
    overflow: hidden;
}
ul.tkv-supported-apps.list .app-badge .logo img {
  	max-width: 50px !important;
}
ul.tkv-supported-apps.list .app-badge span.label {
    font-weight: 600;
    color: #333;
}



/********************************************************************************
 ************************** FLOATING LANGUAGE SELECTOR **************************
 *********************************************************************************/
 .tkv-float-lang {
    position: fixed;
    display: none;
}
.tkv-float-lang.bottom-left {
    z-index: 999;
    bottom: 50px;
    left: 30px;
}
.tkv-float-lang.bottom-right {
    z-index: 999;
    bottom: 50px;
    right: 30px;
}
.tkv-float-lang button {
    background: #fff;
    color: #E1395D;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.5s;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border: 2px solid #C8B5B5;
}
.tkv-float-lang button:hover {
    background: #E1395D;
    color: #fff;
    border-color: #E1395D;
}
.tkv-float-lang.show button {
    background: #E1395D;
    color: #fff;
    border-color: #E1395D;
}
.tkv-float-lang button img {
    max-width: 28px;
    border-radius: 5px;
}
.tkv-float-lang ul.langs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 180px;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    display: none;
}
.tkv-float-lang.show ul.langs-list {
    display: block;
}
.tkv-float-lang.bottom-left ul.langs-list,
.tkv-float-lang.bottom-right ul.langs-list {
    top: auto;
    bottom: 110%;
}
.tkv-float-lang.bottom-left ul.langs-list {
    left: 0;
}
.tkv-float-lang.bottom-right ul.langs-list {
    right: 0;
}
.tkv-float-lang ul.langs-list li a {
    display: block;
    text-decoration: none !important;
    padding: 10px;
    font-weight: bold !important;
    color: #333 !important;
}
.tkv-float-lang ul.langs-list li a:hover {
    background: #e1395d;
    color: #fff !important;
}
.tkv-float-lang ul.langs-list li a.gt-current-lang {
    background: #e1395d;
    color: #fff !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .tkv-float-lang {
        display: block;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .tkv-float-lang {
        display: block;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .tkv-float-lang {
        display: block;
    }
}