/* CTA */

.cta-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

section.cta {
    position: relative;
    padding: clamp(50px, 10vw, 100px) 0;
}

.cta-wrapper .cta-content {
    position: relative;
    z-index: 1;
}

section.cta:before {
    background: linear-gradient(0deg, rgba(9, 32, 8, 0.00) 0%, #092008 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    margin-bottom: clamp(50px, 10vw, 100px);
}

h2.cta-title {
    color: var(--white);
    text-align: center;
    font-family:'adobe-caslon-pro';
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* CTA Testimonial */

.cta-testimonial-splide {
    max-width: 600px;
    margin: auto;
    width: 80vw;
    z-index: 1;
}

.cta-testimonial-splide ul.splide__list li {
    background: rgba(9, 32, 8, 0.72);
    backdrop-filter: blur(5px);
    border-radius: 2px;
    padding: 80px 30px;
}

.testimonial-slide-speech-mark {
    display: flex;
    width: fit-content;
    margin: auto;
}

.testimonial-slide-speech-mark svg {
    fill: var(--white);
}

.splide__pagination__page.is-active {
    transform: scale(1);
}

ul.splide__pagination.splide__pagination--ltr {
    padding: 25px 0;
}

.cta-testimonial-splide button.splide__arrow.splide__arrow--prev {
    left: -40px;
}

.cta-testimonial-splide button.splide__arrow.splide__arrow--next {
    right: -40px;
}

.cta-testimonial-splide button.splide__arrow.splide__arrow--next,
.cta-testimonial-splide button.splide__arrow.splide__arrow--prev {
    border-radius: 100px;
    border: 1px solid rgba(250, 249, 246, 0.36);
    opacity: 0.54;
    background: rgba(9, 32, 8, 0.54);
}

.cta-testimonial-splide button.splide__arrow.splide__arrow--next svg {
    fill: var(--white);
}

.testimonial-slide-content {
    border-top: 1px solid rgba(250, 249, 246, 0.36);
    border-bottom: 1px solid rgba(250, 249, 246, 0.36);
    padding: 30px 0;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

p.testimonial-name {
    color: rgba(250, 249, 246, 0.72);
    text-align: center;
    font-family: 'adobe-caslon-pro';
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}

p.testimonial-quote-text {
    color: #FAF9F6;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}