section.cta-section {
    padding: 4rem 8rem;
    position: relative;
    /* box-shadow: inset 2px 4px 22px #00000032, inset 2px -10px 22px #00000032; */
}

section.cta-section:has(.cta-section__wrapper.banner) {
    box-shadow: 7px 6px 23px #00000029;
    filter: drop-shadow(7px 6px 23px rgba(0, 0, 0, 0.3));
}

.cta-section .cta-section__title .arrow-icon {
    width: 40px;
}

.cta-section .cta-section__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

section.cta-section:has(.banner2) {
    padding: 12rem 8rem 12rem;
}

.cta-section .cta-section__wrapper.banner2 {
    color: white;
    position: relative;
}

.cta-section .cta-section__wrapper.box {
    background: var(--orange-gradient-alt-ltr);
    box-shadow: 0px 3px 6px #00000029;
    border: 7px solid #FFFFFF;
    border-radius: 20px;
    max-height: 350px;
    min-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
}

.cta-section .cta-section__wrapper.banner {
    color: white;
    text-align: center;
}

.cta-section .cta-section__wrapper h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
}

.cta-section .cta-section__wrapper h3 {
    font-size: 40px;
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
}

.cta-section .cta-section__wrapper .bg-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    height: 100%;
}

.cta-section .bg-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    height: 100%;
}

.cta-section .cta-section__wrapper.image-box {
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;
    justify-content: center;
    border: 25px solid white;
    border-radius: 20px;
    background: white;
}

.cta-section .cta-section__wrapper.image-box .cta-section__content .cta-section__title {
    color: var(--green-dk);
    justify-content: flex-start;
}

.cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--green-md);
    height: 100%;
    background: #D8F4F4;
    flex: 1;
    border-radius: 0px 15px 15px 0;
}

.cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper h3 {
    text-align: left;
}

.cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper .button-row {
    justify-content: flex-start;
}

.cta-section .cta-section__image .cta-section__img,
.cta-section .cta-section__image .cta-section__img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cta-section .cta-section__image {
    aspect-ratio: 4 / 3;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}

.cta-section .cta-section__wrapper.banner2 .chevron-bg-img {
    position: absolute;
    top: -125px;
    left: -260px;
    width: 600px;
    object-fit: cover;
}

.cta-section .cta-section__wrapper.banner2 .chevron-bg-img.mirror {
    transform: rotate(180deg);
    right: -260px;
    left: unset;
}

@media screen and (max-width: 1250px) {
    .cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper .cta-section__title h2 {
        font-size: 36px;
    }

    .cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper h3 {
        font-size: 30px;
    }

    .cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper .button-row {
        gap: 20px;
    }

}


@media screen and (max-width: 1200px) {
    section.cta-section:has(.cta-section__wrapper.box) {
        padding: 4rem 2rem;
    }
}

@media screen and (max-width: 975px) {
    .cta-section .cta-section__wrapper h2 {
        font-size: 40px;
        text-align: center;
    }

    .cta-section .cta-section__wrapper h3 {
        font-size: 32px;
    }

    .cta-section .cta-section__wrapper.image-box {
        grid-template-columns: 100%;
    }

    .cta-section .cta-section__wrapper.image-box .cta-section__image {
        max-width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }

    .cta-section .cta-section__wrapper.image-box .cta-section__content {
        padding: 1rem;
    }

    .cta-section .cta-section__wrapper.image-box .cta-section__content .cta-section__title {
        justify-content: center;
    }

    .cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper h3 {
        text-align: center;
    }

    .cta-section .cta-section__wrapper.image-box .cta-section__content-wrapper .button-row {
        justify-content: center;
    }

}

@media screen and (max-width: 875px) {
    section.cta-section {
        padding: 4rem 1rem;
    }
}

@media screen and (max-width: 776px) {
    .cta-section .cta-section__wrapper.banner2 .chevron-bg-img {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .cta-section .cta-section__title .arrow-icon {
        display: none;
    }

    .cta-section .cta-section__wrapper h2 {
        font-size: 40px;
    }

    .cta-section .cta-section__wrapper h3 {
        font-size: 30px;
    }

    .cta-section .button-row {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 1rem;
    }
}

@media screen and (max-width: 650px) {
    .cta-section .cta-section__wrapper h2 {
        font-size: 28px;
    }

    #home-mobile-only-cta.cta-section .cta-section__wrapper h2 {
        font-size: 27px;
    }

    #home-mobile-only-cta.cta-section .cta-section__wrapper h3 {
        font-size: 20px;
    }

    .cta-section .cta-section__wrapper h3 {
        font-size: 22px;
    }

    .cta-section .cta-section__wrapper.box h3 {
        padding: 0 10px;
        margin-top: 15px;
    }

    .cta-section .cta-section__title {
        margin-bottom: 0;
    }

    .cta-section .cta-section__wrapper.banner2 .cta-section__title {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 650px) {

    section.cta-section:has(.banner2) {
        padding: 4rem;
    }

    section.cta-section:has(.banner2) h2 {
        text-align: center;
        font-size: 24px;
    }

    section.cta-section:has(.banner2) .cta-section__wrapper h3 {
        font-size: 20px;
    }

}

@media screen and (max-width: 500px) {
    .cta-section .cta-section__wrapper.image-box {
        border: 7px solid white;
    }

    .cta-section .cta-section__wrapper.banner h3 {
        padding: 0 1rem;
    }

    .cta-section .button-row .button-item,
    .cta-section .button-row .button-item .btn {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    #content.site-content .cta-section .button-row .button-item a.btn {
        font-size: 17px;
    }
}