.process-section {
    padding: 70px 0;
}
.process-grid {
    display: flex;
    gap: 60px;
}
.process-content {
    max-width: 780px;
    width: 100%;
}
.process-title {
    color: var(--color-1E1E1E);
    font-size: var(--fs-24);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
.process-list {
    padding-left: 32px;
}
.process-list li {
    color: var(--color-1E1E1E);
    font-size: var(--fs-20);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}
.process-section .csbtn-primary {
    display: block;
    max-width: fit-content;
    margin-top: 30px;
}   
.process-img,
.process-img img {
    width: 100%;
}
.process-blocks {
    padding: 40px 0;
}
.process-block-title {
    max-width: 1500px;
    width: 100%;
    margin-bottom: 45px;
}
.process-block-title h3 {
    color: #1E1E1E;
    font-size: var(--fs-20);
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}
.pro-step-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 20px;
    margin: 30px 0;
}
.pro-step-img {
    position: relative;
    width: 100%;
}
.pro-step-img img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.step-count {
    position: absolute;
    color: rgba(30, 30, 30, 0.30);
    font-size: var(--fs-40);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    transform: translate(-70px, 120px) rotateZ(270deg);
}
.pro-step-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.11%, rgba(123, 134, 140, 0.60) 99.89%);
    border-radius: 10px;
}
.pro-step-content {
    position: relative;
    border-radius: 10px;
    padding: 30px 40px;
    background: linear-gradient(90deg, rgba(123, 134, 140, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
}
.pro-step-title {
    color: #235FAC;
    font-family: "Cormorant Garamond";
    font-size: var(--fs-30);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pro-step-overview {
    color: #1E1E1E;
    font-family: "Source Sans 3";
    font-size: var(--fs-20);
    font-weight: 400;
    line-height: 1.5;
}
.google-reviews-img {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.google-reviews-img img {
    width: 100%;
}

.what-our-client-say {
    padding: 70px 0;
    position: relative;
}

.our-client-grid {
    display: grid;
    grid-template-columns: 324px 1fr;
    gap: 28px;
    align-items: start;
}
.our-client-content h2 {
    color: #1E1E1E;
    font-size: var(--fs-24);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.our-client-content p {
    color: #1E1E1E;
    font-family: "Source Sans 3";
    font-size: var(--fs-20);
    font-weight: 400;
    line-height: 1.5;
}
.our-client-reviews {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}
.ocr-video {
    position: relative;
}
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ocr-video>img {
    border-radius: 5px;
}
.review-name {
    margin-top: 12px;
}
.review-name h3 {
    color: #235FAC;
    font-size: var(--fs-24);
    font-weight: 500;
    line-height: 1.2;
}

.future-quote {
    padding: 90px 0;
}
.future-quote-box {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.fq {
    color: rgb(30, 30, 30);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    font-variant: all-small-caps;
    margin-bottom: 20px;
}
.future-quote-box p {
    color: #1E1E1E;
    text-align: center;
    font-size: var(--fs-24);
    font-weight: 400;
    line-height: 26px;
}
.future-quote .csbtn-primary {
    display: block;
    max-width: fit-content;
    margin: 40px auto 20px;
}


@media (max-width: 1599px) {
    .process-content {
        max-width: 720px;
    }
    .future-quote {
        padding: 80px 0;
    }
    .fq {
        font-size: 50px;
    }
    .future-quote-box {
        max-width: 940px;
    }
}
@media (max-width: 1470px) {
    .pro-step-grid, .process-block-title {
        max-width: 1200px;
        width: 100%;
        margin: 30px auto;
    }
    .process-block-title {
        margin-top: 0;
    }
}
@media (max-width: 1399px) {
    .process-section {
        padding: 50px 0;
    }
    .process-content {
        max-width: 680px;
    }
    .step-count {
        font-size: 32px;
        color: #FFF;
        transform: translate(-30px, 120px) rotateZ(270deg);
    }
    .google-reviews-img img {
        width: auto;
    }
    .future-quote {
        padding: 60px 0;
    }
    .future-quote-box {
        max-width: 720px;
    }
    .fq {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .what-our-client-say {
        padding: 50px 0;
    }
    .our-client-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .our-client-content p,
    .our-client-content h2 {
        margin-bottom: 10px;
    }
    .fq {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .process-grid {
        flex-direction: column;
        gap: 20px;
    }
    .process-section,
    .future-quote {
        padding: 40px 0;
    }
    .process-content {
        max-width: 100%;
    }
    .pro-step-content {
        padding: 20px;
    }
    .pro-step-grid {
        grid-template-columns: 1fr;
    }
    .pro-step-img::after {
        content: none;
    }
    .pro-step-img img {
        max-width: 320px;
    }
}
@media (max-width: 767px) {
    .our-client-reviews {
        grid-template-columns: 1fr 1fr;
    }
    .fq {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .process-list {
        padding-left: 20px;
    }
    .pro-step-img img {
        max-width: 100%;
        height: auto;
    }
    .step-count {
        position: static;
        color: #000;
        font-size: 20px;
        transform: none;
    }
    .what-our-client-say {
        padding: 40px 0;
    }
    .fq {
        font-size: 28px;
    }
    .future-quote .csbtn-primary {
        margin: 20px auto;
    }
}