/* --------------------------
        GENERAL CSS
----------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.slick-slide:not(.slick-active) {
    opacity: 0.5;
}

/* --------------------------
        TESTIMONIALS
----------------------------- */
.section-testimonials.type-slider {
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-custom {
    margin: -12px;
}

.testimonials-custom:not(.sliders) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.testimonials-custom .slick-list {
    overflow: visible;
}

.testimonials-custom.sliders .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.testimonials-custom.sliders .slick-slide {
    height: auto;
}

.testimonials-custom.sliders .slick-slide > div,
.testimonials-custom.sliders .testimonials-list-item,
.testimonials-custom.sliders .testimonials-wrapper {
    height: 100%;
}

.testimonials-list-item {
    padding: 12px;
}

.testimonials-wrapper {
    background-color: #F5F8FA;
    padding: 24px;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.description-review * {
    font-size: 18px;
    line-height: 1.5;
    color: #65676B;
    font-weight: 400;
}

.rating-wrapper {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.5px;
    margin-top: 0;
    margin-bottom: 12px;
}

.rating-wrapper .star {
    font-size: 0;
    margin: 0;
    display: inline-block;
    width: 12.54px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.92432 0.417433L4.39404 3.52017L0.970244 4.01933C0.356258 4.10838 0.110194 4.86532 0.555452 5.29886L3.03249 7.71263L2.44662 11.1224C2.34117 11.7387 2.99031 12.2004 3.53399 11.9121L6.59689 10.3021L9.6598 11.9121C10.2035 12.198 10.8526 11.7387 10.7472 11.1224L10.1613 7.71263L12.6383 5.29886C13.0836 4.86532 12.8375 4.10838 12.2235 4.01933L8.79975 3.52017L7.26947 0.417433C6.99528 -0.135624 6.20085 -0.142654 5.92432 0.417433Z' fill='%23A134E3'/%3E%3C/svg%3E") center/contain no-repeat;
}

.rating-wrapper .star.empty {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.92432 0.417433L4.39404 3.52017L0.970244 4.01933C0.356258 4.10838 0.110194 4.86532 0.555452 5.29886L3.03249 7.71263L2.44662 11.1224C2.34117 11.7387 2.99031 12.2004 3.53399 11.9121L6.59689 10.3021L9.6598 11.9121C10.2035 12.198 10.8526 11.7387 10.7472 11.1224L10.1613 7.71263L12.6383 5.29886C13.0836 4.86532 12.8375 4.10838 12.2235 4.01933L8.79975 3.52017L7.26947 0.417433C6.99528 -0.135624 6.20085 -0.142654 5.92432 0.417433Z' fill='%23E9C7FE'/%3E%3C/svg%3E");
}

.personal-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: auto;
}

.personal-review .title {
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.1;
    color: #181818;
}

.personal-review span {
    color: #65676B;
    line-height: 1.2;
    font-weight: 400;
}

.testimonials-custom.sliders .slick-arrow {
    font-size: 0;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px;
    min-height: 56px;
    -webkit-border-radius: 999px;
       -moz-border-radius: 999px;
            border-radius: 999px;
    background: url("data:image/svg+xml,%3Csvg width='57' height='56' viewBox='0 0 57 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28.3281' cy='28' r='28' fill='%23A134E3'/%3E%3Cpath d='M31.3281 34L25.3281 28L31.3281 22' fill='%23A134E3'/%3E%3Cpath d='M31.3281 34L25.3281 28L31.3281 22' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat !important;
    z-index: 2;
}

.testimonials-custom.sliders .slick-prev.slick-arrow {
    left: -171px;
}

.testimonials-custom.sliders .slick-next.slick-arrow {
    right: -171px;
    background-image: url("data:image/svg+xml,%3Csvg width='57' height='56' viewBox='0 0 57 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28.3281' cy='28' r='28' transform='rotate(-180 28.3281 28)' fill='%23A134E3'/%3E%3Cpath d='M25.3281 22L31.3281 28L25.3281 34' fill='%23A134E3'/%3E%3Cpath d='M25.3281 22L31.3281 28L25.3281 34' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.testimonials-custom.sliders .slick-arrow:before {
    display: none;
}

/* --------------------------
        CONTACT CARD
----------------------------- */
.contact-card-wrapper {
    padding: 12px;
    -webkit-border-radius: 28px;
       -moz-border-radius: 28px;
            border-radius: 28px;
    background-color: #F5F8FA;
}

.info-card-wrapper {
    padding: 20px;
}

.thumbnail-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    width: 100%;
    margin-bottom: 12px;
}

.thumbnail-card-wrapper .thumbnail-contact-card {
    position: relative;
    width: 100%;
    padding-top: -webkit-calc((290 / 344) * 100%);
    padding-top: -moz-calc((290 / 344) * 100%);
    padding-top: calc((290 / 344) * 100%);
    background-color: #d5addd;
}

.thumbnail-card-wrapper .thumbnail-contact-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}

.contact-card-wrapper:hover .thumbnail-contact-card img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}


.thumbnail-card-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc((100 / 290) * 100%);
    height: -moz-calc((100 / 290) * 100%);
    height: calc((100 / 290) * 100%);
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.detail-info-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    bottom: 20px;
    z-index: 2;
}

.detail-info-team span {
    display: block;
    line-height: 1.1;
}

.detail-info-team .name-team {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.detail-info-team .position-team {
    font-weight: 400;
    color: #B6B6B6;
}

.info-card-wrapper > div + div {
    margin-top: 40px;
}

.info-card-wrapper > div  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.info-card-wrapper a {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: #181818;
    margin-bottom: 24px;
}

.info-card-wrapper span {
    color: #65676B;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/* mode dark mode */
body.active-dark-mode .contact-card-wrapper,
body.active-dark-mode .testimonials-wrapper {
    background-color: #0F0F11;
}

body.active-dark-mode .info-card-wrapper a,
body.active-dark-mode .personal-review .title {
    color: #ffffff;
}

/* ################################### RESPONSIVE ######################### */
@media all and (min-width: 768px) {
    .mobile-telpone {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .desktop-telpone {
        display: none !important;
    }
}