.book-a-demo-page {
    padding-top: 80px;
}

.book-a-demo-page:before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    z-index: -1;
    background: url("/wp-content/uploads/2024/08/Gradient-Background.png") no-repeat top center;
    background-size: cover;
    height: 100vh;
}

.book-a-demo__inner {
    display: flex;
    gap: 150px;
}


.book-a-demo__info {
    max-width: 657px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.book-a-demo__title {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
}

.book-a-demo__brands {
    padding: 0;
    margin-top: 167px;
}

.book-a-demo-page .case-study__form form {
    gap: 25px;
}

.book-a-demo-page .case-study__form .field-submit {
    position: relative;
}

.book-a-demo__inner .case-study__form .wpcf7-response-output {
    display: none;
}

.book-a-demo-page .case-study__form .field-submit::after {
    content: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4168 13.4998L7.5835 13.4998M18.4168 13.4998L14.0835 17.8332M18.4168 13.4998L14.0835 9.1665' stroke='white' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    top: 12px;
    right: 25px;
    position: absolute;
    animation: FieldSubmitArrow 1s ease infinite;
    pointer-events: none;
}

@keyframes FieldSubmitArrow {
    0% {
        right: 25px
    }

    50% {
        right: 15px
    }

    0% {
        right: 25px
    }
}

.book-a-demo-page .case-study__form .button {
    transition: .3s;
    margin-top: 0;
}

.book-a-demo-page .case-study__form .button:hover {
    background: #3F3F46;
    transform: none;
}

.book-a-demo__privacy {
    color: #777777;
    text-align: center;
    margin-top: 15px;
}

.book-a-demo__privacy a {
    font-weight: 500;
    text-decoration: underline;
}

.book-a-demo__privacy::before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M7.69457 2.12971C7.27983 1.92234 6.79166 1.92234 6.37692 2.12971L3.13574 3.75029V8.09879C3.13574 9.27529 4.52371 10.6139 7.03574 12.2003C9.54778 10.6139 10.9357 9.60029 10.9357 8.09879C10.9357 6.59729 10.9357 3.75029 10.9357 3.75029L7.69457 2.12971Z' stroke='%23777777' stroke-width='0.98212' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    vertical-align: middle;
}

@media screen and (max-width: 1200px){
    .book-a-demo__privacy {
        font-size: 11px;
    }

    .book-a-demo__privacy::before {
        display: inline-block;
        height: 14px;
        width: 14px;
        margin-top: -4px;
        vertical-align: middle;
    }
}


.book-a-demo__caption {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    opacity: 50%;
}

.book-a-demo__qualities {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
}

.book-a-demo__quality {
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.book-a-demo__quality-icon {
    height: 56px;
}

.book-a-demo__quality-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.book-a-demo__quality-title {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.book-a-demo__quality-desc {
    font-size: 16px;
    font-weight: 500;
    color: #777777;
}

.book-a-demo__rates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.book-a-demo__rate {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 12px 15px;
    border-radius: 12px;
}

.book-a-demo__rate-logo img {
    mix-blend-mode: luminosity;
}

.book-a-demo__reviews {
    margin-top: 118px;
}

.book-a-demo__reviews-items {
    display: flex;
    justify-content: space-between;
}

.book-a-demo__review {
    border: 1px solid #D5D9D9;
    background: white;
    border-radius: 16px;
    width: 32%;
    padding: 24px;
    position: relative;
}

.book-a-demo__review-logo {
    position: absolute;
    right: 24px;
    top: 24px;
}

.book-a-demo__review-author {
    display: flex;
    gap: 15px;
    margin-right: 30px;
}

.book-a-demo__review-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.book-a-demo__review-stars {
    margin-bottom: 20px;
    margin-top: 10px;
}

.book-a-demo__review-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}


.book-a-demo-page .metrics {
    margin: 120px 0;
}

.book-a-demo-page .metrics__title {
    padding-bottom: 50px;
}

.book-a-demo-page .metrics__boxes_item .text1 {
    display: flex;
    align-items: center;
    gap: 4px;
    color: black;
    font-size: 100px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.book-a-demo-page .metrics__boxes_item .text2 {
    color: #00000099;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 1200px){
    .book-a-demo-page {
        padding-top: 40px;
    }
    
    .book-a-demo__inner {
        flex-direction: column;
        gap: 30px;
    }

    .book-a-demo__inner .case-study__form {
        border-radius: 32px;
        padding: 24px;
    }

    .book-a-demo__title {
        font-size: 32px;
        text-align: center;
    }

    .book-a-demo__caption {
        font-size: 16px;
    }

    .book-a-demo__rates {
        display: none;
    }

    .book-a-demo-page .case-study__form .field-set {
        gap: 25px;
    }

    .book-a-demo__reviews-items {
        flex-direction: column;
        gap: 24px;
    }

    .book-a-demo__review {
        width: 100%;
    }

    .book-a-demo__quality-title {
        font-size: 18px;
    }

    .book-a-demo__quality-icon {
        height: 50px;
    }

    .book-a-demo__quality-icon img {
        width: 50px;
    }

    .book-a-demo__brands {
        margin-top: 30px;
    }

    .book-a-demo__reviews {
        margin-top: 80px;
    }
}