@font-face {
  font-family: 'Helvetica';
  src: url('/themes/qps/fonts/Helvetica-light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Helvetica';
  src: url('/themes/qps/fonts/Helvetica-bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Futura Condensed Medium';
  src: url('/themes/qps/fonts/Futura-condensed-medium.otf') format('opentype');
}

@font-face {
  font-family: 'Calibri';
  src: url('/themes/qps/fonts/calibri-regular.ttf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('/themes/qps/fonts/calibri-bold.ttf') format('opentype');
  font-weight: bold;
}

body {
    margin: 0;
    font-family: Calibri, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: white !important;
}

.top-section {
    flex: 1;
    background: #000020;
    color: white;
    text-align: center;
    background-image: url('/themes/qps/img/cqi/middle_section_background_image.png');
    background-size: 100% 35%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    justify-content: space-between;
}

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 100px;
}

.product-title {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    text-decoration-color: #94cde8;
}

.product-description {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 60px;
    text-align: left;
    margin-top: 1rem;
}

.free-trial-image {
    width: 250px;
    height: auto;
    margin-top: 30px;
}

.cqi_video_window {
    margin-top: 70px;
    margin-right: 100px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s, transform 0.5s;
}

.cqi_video_window.show {
    opacity: 1;
    transform: translateY(0);
}

.yellow-text {
    color: #ffda03;
}

.bottom-section {
    flex: 1;
}

.bottom-section .divider {
    border: 0;
    height: 15px;
    background-color: #0389B5;
    width: 100%;
    margin: 0;
}

.bottom-section .title {
    font-family: 'Calibri', sans-serif;
    font-size: 70px;
    text-align: center;
    margin-top: 20px;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    gap: 20px;
}

.icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-block img {
    width: 100px;
    height: 100px;
}

.icon-title {
    font-family: 'Calibri', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 15px;
}

.review_button_logos_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    margin-bottom: 50px;
    gap: 20px;
}

.review-container {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.review_text {
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 19px;
    max-width: 400px;
    text-align: center;
    flex: 1;
    text-wrap: nowrap;
}

.reviewer_name {
    font-family: 'Futura Condensed Medium', sans-serif;
    font-size: 32px;
    text-align: center;
    color: #0389B5;
    margin-bottom: 0;
}

.reviewer_company_name {
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    margin-top: 0;
}

.button-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button-free-trial {
    font-family: "Calibri", sans-serif;
    background-color: #0389B5;
    color: #fff;
    font-size: 45px;
    padding: 16px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    letter-spacing: 0.01em;
    max-height: 130px;
    white-space: nowrap;
}

.button-free-trial:hover,
.button-free-trial:focus {
    background-color: #057d99;
    outline: none;
}

.promo_code {
    font-family: 'Helvetica', sans-serif;
    text-align: center;
    margin-top: 10px;
    color: #0389B5;
    font-size: 20px;
}

.logos_container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.cqi_logo {
    height: 120px;
}

.qps_logo {
    height: 120px;
    margin-left: 30px;
}

.modal-content .field {
    margin-bottom: 20px;
}

.modal-body .Actions {
    display: flex;
    justify-content: flex-end;
}

.modal-body .Actions input {
    background-color: #0389B5;
}

.modal-body .submit-button {
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    height: 38px;
    font-family: 'Roboto', sans-serif;
}

.modal-body .submit-button:hover {
    background-color: #046e8e;
}

.modal-body .cancel-button {
    background-color: white;
    border: 1px solid #ef233c;
    color: #ef233c;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 14px;
    height: 38px;
    font-family: 'Roboto', sans-serif;
}

.modal-body .cancel-button:hover {
    background-color: #eeeeee;
}

@media (max-width: 1024px) {
    .top-section {
        flex-direction: column;
        align-items: center;
    }
    .product-content {
        margin-left: 0;
        max-width: 90%;
        align-items: center;
    }

    .product-description {
        text-align: center;
    }

    .cqi_video_window {
        max-width: 90%;
        margin-right: 0;
    }
    .review_button_logos_block {
        flex-direction: column;
        align-items: center;
    }
    .button-free-trial {
        font-size: 30px;
    }

    .bottom-section .title {
        font-size: 50px; 
    }
    .product-description {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .icon-list {
        flex-direction: column;
    }
}

