.zwc-form-section {
    padding: 50px;
    width: 42%;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.zwc-testimonial-wrap h2 {
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -1.92px;
    font-family: var(--secondaryfont-semibold);
    max-width: 1060px;
}

.zwc-form-backdrop {
    background: radial-gradient(55.39% 45.23% at 63.91% -13.87%, #142EC4 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(72.23% 67.2% at 111.12% 83.85%, #142EC4 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(53.21% 87.17% at 64.71% 145.03%, #8C14C4 0%, rgba(0, 0, 0, 0) 100%),
        #000;
    overflow: hidden;
    padding: 180px 0;
    max-width: 1660px;
    margin: 0 auto;
    border-radius: 24px;
    position: relative;
}

.zwc-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.zwc-deco-top {
    height: auto;
    top: 8%;
    left: 52%;
}

.zwc-deco-bottom {
    width: 112px;
    height: auto;
    bottom: 10%;
    right: 8%;
    z-index: 1;
}

.zwc-deco-circle {
    width: 250px;
    height: auto;
    bottom: 0;
    left: 5%;
}

.zwc-form-outwrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}

.zwc-form-content {
    width: 45%;
    max-width: 518px;
    color: #fff;
    position: relative;
    margin-top: 50px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.zwc-form-content .zwc-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.zwc-form-content h1 {
    font-family: var(--secondaryfont-semibold);
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -3.2px;
    color: #fff;
    margin: 0;
}

.zwc-form-content h1 .zwc-blue-txt {
    color: #6691FF;
}

.zwc-form-content .zwc-title-wrap p {
    /* font-family: var(--secondaryfont-medium, var(--secondaryfont-regular)); */
    font-family: var(--zf-secondary-medium);
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.34px;
    color: #CECECE;
    margin: 0;
}

.zwc-feature-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.zwc-feature-wrap h2 {
    font-family: var(--secondaryfont-semibold);
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.28px;
    color: #fff;
    margin: 0;
}

.zwc-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zwc-feature-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, #6691FF, #6691FF 75%, transparent 75%, transparent 100%);
    background-size: 10px 1px;
    border: 0;
    margin: 45px 0 35px;
}

.zwc-feature-list li {
    position: relative;
    padding-left: 32px;
    font-family: var(--zf-secondary-medium);
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.34px;
    color: #cecece;
}

.zwc-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eef2ff;
}

.zwc-feature-list li::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 9px;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.zwc-bonus-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.zwc-bonus-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #000e57;
    border-radius: 4.667px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwc-bonus-wrap p {
    font-family: var(--zf-secondary-medium);
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.34px;
    color: #cecece;
    margin: 0;
}

.zwc-bonus-wrap p .zwc-blue-txt {
    color: #6691FF;
}

/* ========== Trust & Testimonial Wrapper ========== */
.zwc-testi-wrap {
    background: radial-gradient(485.57% 101.18% at 50% 104.04%, #e0ddff 0, rgba(255, 255, 255, 0.00) 100%), #FFF;
}

/* ========== Trust Container ========== */
.zwc-trust-container {
    /* box-shadow: 0 19px 48px -4px rgba(182, 205, 216, 0.25); */
    padding: 120px 0 0;
}

.zwc-trust-container .content-wrap {
    border-radius: 8px;
    border: 1px solid #DBE9F9;
    background: #FFF;
}

/* ========== Badges Section ========== */
.zwc-badges-wrap {
    padding: 100px 0 0;
    margin: 0 auto;
    position: relative;
}

.zwc-badges-list {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    gap: 50px;
}

.zwc-badges-list li {
    display: flex;
    flex-direction: column;
    width: 44%;
}

.zwc-badges-img {
    width: 100%;
    height: 120px;
    background: #F6F6F6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwc-badges-cont {
    width: 88%;
    margin-top: 20px;
}

.zwc-badges-cont a {
    color: #2B1EC6;
    font-family: var(--secondaryfont-semibold);
}

/* Learn more CTA */
.zwc-lmore-cta {
    position: relative;
    display: inline-block;
    padding: 0 35px 0px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: var(--zf-secondary-medium);
    color: #2B1EC6;
}

.zwc-lmore-cta:before {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    right: 14px;
    top: 14px;
    border: 1px solid;
    border-radius: 10px;
    transition: all .5s ease;
}

.zwc-lmore-cta:after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    transition: all .5s ease;
}

.zwc-lmore-cta:hover:before {
    right: 9px;
}

.zwc-lmore-cta:hover:after {
    right: 10px;
}

/* ========== Rating Section ========== */
.zwc-rating-wrap {
    padding: 64px 0 80px;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
}

.zwc-rating-wrap ul {
    display: flex;
    gap: 20px;
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    background: #F6F6F6;
    padding: 50px 0;
    border-radius: 8px;
}

.zwc-rating-wrap ul li {
    width: 20%;
    position: relative;
}

.zwc-rating-wrap ul li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px dashed #000;
}

.zwc-rating-wrap .rating-logo {
    min-height: 40px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwc-rating-wrap .rating-logo img {
    display: block;
    max-height: 40px;
    transform: scale(1.2);
    opacity: 1;
    transition: all .3s ease;
}

.zwc-rating-wrap ul li:nth-child(2) .rating-logo img {
    transition-delay: .5s;
}

.zwc-rating-wrap ul li:nth-child(3) .rating-logo img {
    transition-delay: .7s;
}

.zwc-rating-wrap ul li:nth-child(4) .rating-logo img {
    transition-delay: .9s;
}

.zwc-rating-wrap.zwe-om .rating-logo img {
    opacity: 1;
    transform: scale(1);
}

.rating-num {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.zwc-rating-wrap ul li a {
    color: #000;
    display: inline-block;
}

.zwc-rating-wrap ul li p {
    margin: 0;
    font-family: var(--secondaryfont-bold);
    font-size: 16px;
}

.rating-star {
    color: #f7b21a;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    max-width: 100%;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 2px;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: -3px;
    font-family: monospace !important;
}

.rating-star:before,
.rating-star:after {
    content: '\2605\2605\2605\2605\2605';
    position: absolute;
    top: 0;
    left: 0;
}

.rating-star:before {
    color: #D0D0D0;
    z-index: 0;
    width: auto;
    height: auto;
}

.rating-star:after {
    color: #f9a826;
    overflow: hidden;
    transition: width 2.5s ease 1s;
    width: 0%;
    height: auto;
    direction: ltr;
    z-index: 1;
}

.zwc-rating-wrap.zwe-om .rating-star.zfour-one:after {
    width: 82%;
}

.zwc-rating-wrap.zwe-om .rating-star.zfour-three:after {
    width: 86%;
}

.zwc-rating-wrap.zwe-om .rating-star.zfour-five:after {
    width: 90%;
}

.zwc-rating-wrap.zwe-om .rating-star.zfour-seven:after {
    width: 94%;
}

/* ========== Testimonial + Switch Background Wrapper ========== */
/* ========== Testimonial Section ========== */
.zwc-testimonial-wrap {
    padding: 140px 0;
    overflow: hidden;
}

ul.zwc-testi-brandlogos {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 30px 0 0;
}

.zwc-testi-sliderwrap {
    position: relative;
}

.zwc-testi-slider {
    max-width: 1310px;
    margin: 0 auto;
}

.zwc-testimonials {
    margin: 50px 0 0;
}

.zwc-testimonials .zwc-testi-items {
    margin: 0 12px;
    padding: 50px 55px;
    border-radius: 8px;
    border: 0.5px solid #CDCDEA;
    background: #FFF;
    box-shadow: 0 12px 24px -7px rgba(145, 155, 205, 0.45);
}

.zwc-testimonials .zwc-testi-items>p {
    font-family: var(--zf-secondary-medium);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.zwc-testi-arrow {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 10px;
}

.testimonial-prev-arrow,
.testimonial-next-arrow {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}

.testimonial-prev-arrow::before,
.testimonial-next-arrow::before {
    content: "";
    height: 2px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: black;
}

.testimonial-prev-arrow::after,
.testimonial-next-arrow::after {
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid black;
    position: absolute;
    left: 50%;
    top: 50%;
}

.testimonial-prev-arrow::after {
    margin-left: -2px;
    border-width: 2px 0 0 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.testimonial-next-arrow::after {
    margin-left: 2px;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-list {
    overflow: visible;
}

.testimonial-next-arrow.slick-disabled,
.testimonial-prev-arrow.slick-disabled {
    opacity: .4;
}

.zwc-cust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 50px 0 0;
}

.zwc-cust-pic {
    width: 50px;
}

.zwc-cust-details {
    width: 80%;
}

.zwc-cust-pic img {
    border-radius: 100%;
}

.zwc-cust-details b {
    font-family: var(--secondaryfont-semibold);
    font-size: 20px;
}

.zwc-cust-details p {
    font-size: 14px;
    margin: 0;
}

/* ========== Resources Section ========== */
.zwc-resources-wrap {
    background: #f8f8f8;
    padding: 140px 0;
}

.zwc-resources-wrap h2 {
    text-align: center;
    margin: 0 auto 64px;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -1.92px;
    font-family: var(--secondaryfont-semibold);
    max-width: none;
}

.zwc-resources-grid {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.zwc-resource-item {
    display: block;
    width: 560px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zwc-resource-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* ========== Bottom CTA Section ========== */
.zwc-bottom-wrap {
    background: radial-gradient(68.57% 68.57% at 50% 100%, #1535B3 0%, #000 100%);
    color: #fff;
    padding: 140px 0;
    text-align: center;
}

.zwc-bottom-wrap h2 {
    margin: 0 auto 48px;
    color: #fff;
    font-size: 80px;
    line-height: 88.8px;
    letter-spacing: -2.4px;
    font-family: var(--secondaryfont-semibold);
    max-width: 800px;
    text-align: center;
}

.zwc-bottom-wrap h2 span {
    color: #6691FF;
    display: inline-block;
}

.zwc-bottom-cta-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.zwc-bottom-wrap .act-btn {
    padding: 14px 40px;
    border-radius: 4px;
}

.zwc-page-wrapper .zwc-bottom-cta-wrap .cont-btn {
    color: #fff;
    border: 2px solid #fff;
}

@media only screen and (max-width: 1440px) {
    .zwc-form-backdrop {
        border-radius: 0;
    }

    .zwc-form-content h1 {
        font-family: var(--secondaryfont-semibold);
        font-size: 72px;
        line-height: 70px;
    }

    .zwc-testimonial-wrap h2,
    .zwc-resources-wrap h2 {
        font-size: 56px;
        line-height: 64px;
    }

    .zwc-testimonial-wrap h2 {
        max-width: 910px;
    }

    .zwc-testi-arrow {
        top: -90px;
        right: 30px;
    }

    .zwc-badges-wrap {
        padding: 100px 0 0;
    }

    .zwc-rating-wrap {
        padding: 100px 0;
    }

    .zwc-deco-bottom {
        right: 5%;
    }

    .zwc-bottom-wrap h2 {
        font-size: 72px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 1280px) {

    .zwc-form-content h1 {
        font-size: 64px;
        line-height: 72px;
        max-width: 400px;
    }

    .zwc-testimonial-wrap h2,
    .zwc-resources-wrap h2 {
        font-size: 52px;
        line-height: 60px;
    }

    .zwc-testimonial-wrap {
        padding: 100px 0;
    }

    .zwc-bottom-wrap h2 {
        font-size: 66px;
        line-height: 74px;
        max-width: 650px;
    }

    .zwc-bottom-wrap {
        padding: 100px 0;
    }

}

@media only screen and (max-width: 1199px) {

    .zwc-form-content h1 {
        font-size: 60px;
        line-height: 66px;
    }

    .zwc-testimonial-wrap h2,
    .zwc-resources-wrap h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .zwc-testimonial-wrap h2 {
        max-width: 780px;
    }

    .zwc-badges-wrap {
        padding: 80px 40px 0;
    }

    .zwc-rating-wrap {
        padding: 80px 0;
    }

    .zwc-resources-wrap {
        padding: 100px 0;
    }

    .zwc-resource-item {
        width: 48%;
        max-width: 560px;
        height: auto;
        aspect-ratio: 560 / 300;
    }

    .zwc-form-backdrop {
        padding: 100px 0;
    }

    .zwc-deco {
        display: none;
    }

    .zwc-bottom-wrap h2 {
        font-size: 58px;
        line-height: 66px;
    }
}

@media only screen and (max-width: 991px) {

    .zwc-form-content h1 {
        font-size: 52px;
        line-height: 60px;
        max-width: 540px;
        letter-spacing: -2.96px;
    }

    .zwc-testimonial-wrap h2,
    .zwc-resources-wrap h2 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -1.06px;
    }

    .zwc-testimonial-wrap h2 {
        max-width: 590px;
    }


    .zwc-resources-wrap h2 {
        margin: 0 auto 38px;
    }

    .zwc-form-outwrap {
        flex-direction: column;
        margin: 0 auto;
        max-width: 550px;
    }

    .zwc-form-content {
        margin-top: 0
    }

    .zwc-badges-wrap {
        padding: 60px 0 0;
    }

    .zwc-badges-list {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .zwc-badges-list li {
        width: 100%;
        max-width: 600px;
        flex-direction: row;
        gap: 40px;
    }

    .zwc-badges-cont {
        margin-top: 0;
    }

    .zwc-badges-img {
        width: 350px;
        height: auto;
    }

    .zwc-rating-wrap {
        padding: 60px 0;
    }

    .zwc-rating-wrap ul {
        flex-wrap: wrap;
    }

    .zwc-rating-wrap ul li:not(:first-child):before {
        display: none;
    }

    .zwc-trust-container {
        padding: 100px 0 0;
    }

    .zwc-testimonial-wrap {
        padding: 80px 0;
    }

    .zwc-testimonials .zwc-testi-items {
        padding: 30px 35px;
    }

    .zwc-form-content {
        max-width: 530px;
    }

    .zwc-form-content,
    .zwc-form-section {
        width: 100%
    }

    .zwc-form-section {
        margin-top: 80px
    }

    .zwc-bottom-wrap h2 {
        font-size: 48px;
        line-height: 56px;
        max-width: 470px;
    }

}

@media only screen and (max-width: 767px) {

    .zwc-form-content h1 {
        font-size: 46px;
        line-height: 54px;
        max-width: 510px;
        letter-spacing: -1.06px;
    }

    .zwc-bottom-wrap h2 {
        font-size: 44px;
        line-height: 52px;
    }

    .zwc-badges-list li {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        max-width: 400px;
    }

    .zwc-badges-cont {
        width: 100%;
    }

    .zwc-rating-wrap ul li {
        width: 40%;
    }

    .zwc-testimonials .zwc-testi-items {
        padding: 25px 30px;
    }

    .zwc-badges-img {
        width: 200px;
        height: 100px;
        margin: auto;
    }

    .zwc-badges-list {
        gap: 50px;
    }

    .zwc-testimonial-wrap h2,
    .zwc-resources-wrap h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .zwc-testimonial-wrap h2 {
        max-width: 490px;
    }

    .zwc-resources-wrap {
        padding: 70px 0;
    }

    .zwc-resources-wrap h2 {
        margin-bottom: 40px;
    }

    .zwc-resources-grid {
        flex-direction: column;
    }

    .zwc-resource-item {
        width: 100%;
        max-width: 500px;
    }
}

@media only screen and (max-width: 480px) {

    .zwc-form-content h1 {
        font-size: 38px;
        line-height: 44px;
        max-width: 320px;
        letter-spacing: -1.06px;
    }

    .zwc-form-section {
        padding: 40px 20px;
    }

    .zwc-form-backdrop {
        padding: 50px 0 100px;
    }

    .zwc-testimonial-wrap h2,
    .zwc-resources-wrap h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .zwc-testimonials {
        margin: 80px 0 0;
    }

    .zwc-testi-arrow {
        top: -50px;
    }

    .zwc-badges-wrap {
        padding: 40px 20px 0;
    }

    .zwc-rating-wrap {
        padding: 40px 0;
    }

    .zwc-rating-wrap ul {
        gap: 35px;
    }

    .zwc-rating-wrap ul li {
        width: 50%;
    }

    .zwc-testimonial-wrap {
        padding: 60px 0;
    }

    .zwc-testimonials .zwc-testi-items {
        padding: 20px 25px;
    }

    .zwc-badges-cont p {
        margin-bottom: 10px;
    }

    .zwc-bottom-cta-wrap {
        flex-direction: column;
        width: fit-content;
        margin: auto;
    }

    .zwc-bottom-wrap h2 {
        font-size: 32px;
        line-height: 45px;
        letter-spacing: -.92px;
        max-width: 320px;
        margin: 0 auto 30px;
    }
}