/* Style for cta-card-1 */
.cta-card-1 {
    width: 100%;    
	min-height: 370px;
    padding: 47px 36px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 1px solid #FFF;
    background: #FCE8E8;
    box-shadow: 11px 12px 18.9px 0px rgba(171, 148, 148, 0.10);
    align-items: flex-start;
}

.cta-card-1--light {
    background: #FAF2F2;
}

.cta-card-1 .cta-card-1__img {
    height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}

.cta-card-1 .cta-card-1__title {
    color: #E30713;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 11px;
}

.cta-card-1 .cta-card-1__content {
    color: #363636;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

.cta-card-1 .cta-card-1__link {
    color: #131313;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
}

/* Style for cta-card-1 - end */

/* Style for custom-carousel-1 */
.custom-carousel-1 {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}

.custom-carousel-1 .splide__pagination {
    position: relative;
    padding: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 42px;
    max-height: 54px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.80) inset, 0px 4px 21.4px 0px rgba(123, 26, 26, 0.25);
}

.custom-carousel-1 .splide__pagination li {
    flex: 1 1 auto;
    display: block;
    line-height: unset;
    position: relative;
    top: -10px;
    margin: 0 -10px;
}

.custom-carousel-1 .splide__pagination__page {
    padding: 17px 16px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: transparent;
    color: #292929;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 160%;
    height: auto;
    opacity: 1;
}
/* [060524TIN] change background to #e30713 and color to white */
.custom-carousel-1 .splide__pagination__page.is-active {
/*     background-color: white; */
/*     background: radial-gradient(66.03% 72.15% at 53.7% 47.77%, #FFAEB3 0%, #FBECEC 90.06%), #F9CBDE; */
	background-color: #e30713;
	color: white;
    box-shadow: 0px 0px 5.8px 0px #FFF inset, 1px 11px 16.9px 0px rgba(254, 174, 177, 0.25);
    transform: scale(1);
}

.custom-carousel-1 .splide__pagination__page:hover {
    opacity: 1;
}

.custom-carousel-1 .splide__track {
    margin: 18px 0;
    box-shadow: 0px 21px 32.6px 0px rgba(204, 204, 204, 0.25);
}

.custom-carousel-1 .splide__slide {
    padding: 59px 66px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.custom-carousel-1__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.custom-carousel-1__title {
    color: #1C2752;
    font-family: "Mulish", sans-serif;
    font-size: 35px;
    font-weight: 800;
	line-height: 1.2;
}

.custom-carousel-1__body {
    color: #7E7E7E;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 13px;
}

.custom-carousel-1__cta {
    color: #EBEBEB;
    background-color: #E30713;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 600;
    padding: 20px 43px;
    text-decoration: none;
    margin-top: 32px;
	text-transform: uppercase;
}

.custom-carousel-1__image {
    display: block;
    flex: 0 1 auto;
    width: 100%;
    max-width: 445px;
    height: auto;
    object-fit: contain;
}
/* [060524TIN] set color white for next, prev slide arrows */
.custom-carousel-1 .next-slide-btn,
.custom-carousel-1 .prev-slide-btn {
    display: none;
	color: white;
}

.custom-carousel-1 .hide-on-desktop {
    display: none;
}

/* Responsive for table */
@media screen and (max-width: 980px) {

    .custom-carousel-1 .hide-on-desktop {
        display: block;
    }

    .custom-carousel-1__cta {
        width: fit-content;
        margin: 0;
    }

    .custom-carousel-1 .splide__pagination {
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: unset;
    }

    .custom-carousel-1 .splide__pagination li {
        width: fit-content;
        top: unset;
        margin: 0;
        display: none;
    }

    .custom-carousel-1 .splide__pagination li:has(.is-active) {
        display: flex;
        flex: unset;
    }

    .custom-carousel-1 .splide__pagination__page {
        display: none;
    }

    .custom-carousel-1 .splide__pagination__page.is-active {
        display: flex;
        width: fit-content;
        padding: 18px 55px;
        align-items: center;
        gap: 19px;
    }

    .custom-carousel-1 .next-slide-btn,
    .custom-carousel-1 .prev-slide-btn {
        height: 24px;
        width: 24px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        outline: none;
        background-color: transparent;
    }

    .custom-carousel-1 .splide__slide {
        flex-direction: column;
        gap: 32px;
        padding-top: 49px;
    }

    .custom-carousel-1__image {
        max-width: unset;
    }

    .custom-carousel-1 .hide-on-tablet {
        display: none;
    }

    .custom-carousel-1__content {
        flex: 0;
    }
}


/* Responsive for mobile */
@media screen and (max-width: 767px) {
    .custom-carousel-1 .hide-on-mobile {
        display: none;
    }

    .custom-carousel-1__cta {
        width: fit-content;
        margin: 0;
    }

    .custom-carousel-1 .splide__pagination {
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: unset;
    }

    .custom-carousel-1 .splide__pagination li {
        width: fit-content;
        top: unset;
        margin: 0;
        display: none;
    }

    .custom-carousel-1 .splide__pagination li:has(.is-active) {
        display: flex;
        flex: unset;
    }

    .custom-carousel-1 .splide__pagination__page {
        display: none;
    }

    .custom-carousel-1 .splide__pagination__page.is-active {
        padding: 18px 24px;
    }


    .custom-carousel-1 .splide__slide {
        padding: 16px 16px 26px;
    }

    .custom-carousel-1__image {
        max-width: unset;
    }

    .custom-carousel-1 .hide-on-tablet {
        display: none;
    }

    .custom-carousel-1__content {
        flex: 0;
    }
}
/* Style for custom-carousel-1 - end */

/* Style for customer-testimonial-carousel */
.customer-testimonial-carousel {
    padding: 39px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

.customer-testimonial-carousel .customer-testimonial-carousel__profile {
    display: flex;
    gap: 11px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEBEB;
}

.customer-testimonial-carousel .customer-testimonial-carousel__image {
    display: block;
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 35px;
}

.customer-testimonial-carousel .customer-testimonial-carousel__profile-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    width: 100%;
}

.customer-testimonial-carousel .customer-testimonial-carousel__profile-name {
    color: #1C2752;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 160%;
}

.customer-testimonial-carousel .customer-testimonial-carousel__profile-role {
    color: #7E7E7E;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.customer-testimonial-carousel .customer-testimonial-carousel__message {
    padding-top: 17px;
    box-sizing: border-box;
    color: #7E7E7E;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
}

.customer-testimonial-carousel .splide__arrows {
    display: flex;
    gap: 25px;
}

.customer-testimonial-carousel .splide__arrow {
    position: static;
    height: 47px;
    width: 47px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background-color: #E30713;
    transform: none;
}

.customer-testimonial-carousel .splide__arrow:disabled {
    background-color: #F8F8F8;
}

.customer-testimonial-carousel .splide__arrow svg {
    fill: none;
}

/* Responsive for mobile */
@media screen and (max-width: 767px) {
	.customer-testimonial-carousel {
		padding-right: 10px;
	}
}

/* Style for customer-testimonial-carousel - end */