.testimonial_content_wrapper {
    box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%),
        0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
    border-radius: 8px;
}
#testimonialCarousel .carousel-inner {
    height: 240px;
    background-image: url("/homepage_static/img/bg.webp");
    background-position: 100% 50%;
    border-radius: 6px;
}
#testimonialCarousel .carousel-inner .carousel-item {
    border-radius: 6px;
}
.card.testimonial_card,
.testimonial_carousel .carousel-inner {
    border-radius: 8px;
}
.testimonial_companies {
    list-style: none;
    display: flex;
    margin-top: 32px;
    padding: 0 48px;
}
.testimonial_companies li {
    flex: 1;
    opacity: 0.3;
    padding: 0 22px;
    margin-bottom: 24px;
    transition: opacity 0.35s;
    text-align: center;
}
.testimonial_companies li span {
    cursor: pointer;
    font-size: 21px;
}
.testimonial_companies li.active {
    opacity: 1;
}
.testimonial_desc {
    display: flex;
    align-items: center;
    padding: 48px 0 48px 48px;
    quotes: "“" "”" "‘" "’";
    color: #fff;
    font-size: 18px;
}
.testimonial_desc p {
    color: #424770;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
}
.testimonial_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial_img img {
    width: 220px;
    height: auto;
}
.testimonial_card .card-body {
    padding: 0;
}
blockquote {
    display: block;
    color: #fff;
    font-size: 18px;
}
blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 20%;
}
blockquote::after {
    content: "";
}
.test_img {
    opacity: 0;
    display: none;
    transition: 0.3s;
}
.test_img.active {
    opacity: 1;
    display: block;
}
#test_fig {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial_controls {
    position: absolute;
    width: 46px;
    height: 46px;
    z-index: 5;
    box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
        0 3px 7px -3px rgb(0 0 0 / 30%);
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    color: #32325d;
    cursor: pointer;
    transition: 0.15s;
    display: none;
}
.testimonial_controls::after {
    font: 27px StripeIcons;
    content: "\279C";
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    text-align: center;
    text-indent: 0;
}
.testimonial_controls.left {
    left: -23px;
    transform: scaleX(-1);
}
.testimonial_controls.right {
    right: -23px;
}
@media screen and (max-width: 576px) {
    .testimonial_row {
        padding-left: 16px;
        padding-right: 16px;
    }
    #testimonialCarousel .carousel-inner {
        height: auto;
    }
    blockquote {
        padding-left: 36px;
    }
    blockquote::before {
        font-size: 36px;
    }
    .testimonial_desc {
        padding-right: 8px;
    }
    .test_img.active {
        height: 100px;
    }
    .testimonial_companies {
        padding: 0 16px;
        display: none;
    }
    .card.testimonial_card {
        margin-bottom: 42px;
    }
}
.testimonial_carousel .test_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.testimonial_quote {
    color: #fff;
    font-size: 18px;
    line-height: 27.9px;
    margin-bottom: 0;
}
.testimonial_footer {
    padding: 0;
    background: 0 0;
    color: #fff;
    margin: 16px 0 0;
    font-size: 15px;
}
.testimonial_body {
    padding: 48px 0 48px 48px;
}
.testimonial_footer .author {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.testimonial_blockquote::before {
    display: none;
}
.testimonial_row .carousel-item {
    transition: transform 1s, opacity 0.5s;
}
.bg-img {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    opacity: 0.15;
    pointer-events: none;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
#testimonialCarousel2 .carousel-inner {
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
}
@media screen and (max-width: 770px) {
    #testimonialCarousel2 .carousel-inner .carousel-item {
        min-height: 480px;
    }
    .testimonial_body {
        padding: 24px 0;
    }
    .testimonial_carousel .test_logo {
        transform: translate(-50%, -30%);
    }
}
#toast {
    visibility: hidden;
    min-width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 16px;
    position: fixed;
    z-index: 1;
    bottom: 32px;
    right: 32px;
    /* transform: translateX(-50%); */
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;

    /* position: fixed;
    top: 32px;
    right: 32px;
    padding: 16px;
    border-radius: 4px;
    background-color: #fff; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#toast.show {
    visibility: visible;
    opacity: 1;
}
#toast.success {
    /* background-color: #28a745; */
    background-color: white;
}
#toast.success p {
    color: #28a745;
    margin-bottom: 0px;
}
#toast .toast-inner-container {
    display: flex;
    gap: 6px;
    justify-content: space-between;
}
#toast .toast-close {
    margin-left: 16px;
    color: #999999;
    cursor: pointer;
}
#contact-helper-text {
    display: none;
    transition: all 0.3s ease;
}
#email-helper-text {
    display: none;
}
