﻿/*ANCHORS*/
@media(min-width: 769px) {
    a.desktop-top-gap {
        position: relative;
        top: -120px
    }
}
/*HERO*/
.container-hero {
    background: #B71C1C url(/resources/img/bg/hero-bg-product-page.svg) no-repeat;
    background-size: auto 100%;
    overflow-x: clip;
    overflow-y: visible;
}

@media (max-width: 1024px) {
    .container-hero-background {
        background: none;
    }
}

.container-hero .container-1200 {
    padding: 0;
}


.hero-product-page {
    background-position: top left;
    background-size: 1000px;
    background-position: left center;
    min-height: 322px;
}

.hero-heading {
    flex: 1 0 50%;
    max-width: 1000px;
    margin: 0 15px;
    background-position: 50% 80%;
}

    .hero-heading h1 {
        color: var(--color-ui-white);
        font-size: 55px;
        line-height: 60px;
        text-align: center;
        margin: 0 !important;
    }

@media(max-width: 768px) {
    .hero-heading h1 {
        font-size: 40px;
        line-height: 40px;
    }

        .hero-heading h1.smaller {
            font-size: 28px;
            text-align: center;
        }
}

.hero-heading p.pagecrumb {
    color: var(--color-ui-rose);
    text-align: center !important;
}

.hero-heading h2 {
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}

.hero-heading .form-group {
    position: relative;
}

@media (max-width: 676px) {
    .hero-heading {
        padding-bottom: 80px;
    }
}
/*HERO END*/
/*FEATURE TEXT*/
.feature-text-container {
    padding-top: 68px;
    padding-bottom: 84px;
}

/*INTRO START*/
.background-fade-gray {
    background: linear-gradient(180deg, #F1F1F1 0%, rgba(241, 241, 241, 0) 100%);
}

.intro-heading {
    margin: 80px auto;
    font-size: 2.5rem;
    text-align: center;
    max-width: 600px;
    line-height: 1.2;
}
/*INTRO END*/
/*CONTENT IMAGE PRODUCT PANEL*/
.product-panel {
    gap: 20px 50px;
    width: 100%;
    overflow: hidden;
}

.product-panel-image {
    position: relative;
    flex-basis: 50%;
}

    .product-panel-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        border: #e7e7e7 1px solid;
        box-shadow: 0px 6px 12px 0px #EEE;
    }

        .product-panel-image img.plain {
            width: 100%;
            height: auto;
            border-radius: 0;
            border: none;
            box-shadow: none;
            max-height: 450px;
        }

        .product-panel-image img.keep-ratio {
            width: auto;
            height: 100%;
        }

@media(min-width: 768px) {
    .product-panel-image {
        min-height: 525px
    }

        .product-panel-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            max-width: 684px;
        }

            .product-panel-image img.keep-ratio {
                width: auto;
                height: 100%;
            }
}

@media(min-width: 1480px) {
    .product-panel {
        overflow: initial;
    }

    .product-panel-image img.large-out-right {
        left: initial;
        right: 0;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .product-panel-image img {
        right: 0;
        left: initial;
    }

    .product-panel-image.reverse img {
        left: 0;
    }
}

.product-panel-text {
    flex-basis: 50%;
}

    .product-panel-text p,
    .product-panel-text li {
        font-size: 18px;
    }
/*CONTENT IMAGE PRODUCT PANEL*/
/*WALNUT*/
@media(max-width: 768px) {
    #call-prep-salesforce-walnut-iframe {
        display: none;
    }
}

/*CTA SAMPLE*/
.cta-sample {
    background: var(--red-theme-color) url(/resources/img/bg/home-cta-bg.png) no-repeat;
    background-position: right bottom;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: none;
}

.cta-sample-content {
    margin: 80px;
    margin-right: 480px;
    flex-basis: 60%;
    flex-grow: 1;
    flex-shrink: 1;
}

    .cta-sample-content h3 {
        font-size: 36px;
        font-weight: 600;
        line-height: 1;
    }

@media(max-width: 768px) {
    .cta-sample-content {
        margin: 20px;
    }

        .cta-sample-content h3 {
            font-size: 26px;
        }
}

.btn-cta {
    max-width: 258px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid var(--red-theme-color);
    border-radius: 100px;
    white-space: nowrap;
}

    .btn-cta:hover {
        color: #912018;
        text-decoration: none;
        background-color: #FEF3F2 !important;
        will-change: background, color;
        transition: .3s ease-out;
    }

.cta-sample-browser-window {
    width: 457px;
    height: 308px;
    position: absolute;
    bottom: 0;
    right: 20px;
    background: url(/resources/img/products/cta-my-ibisworld.png) no-repeat;
    background-size: 100% auto;
}

.img-sample-cta {
    width: 306.13px;
    height: 206.28px;
}
/*CTA SAMPLE END*/
/*CTA NEWSLETTER */
.cta-newsletter {
    background: var(--navy-theme-color) url(/resources/img/bg/bg-cta-get-in-touch.png) no-repeat right center;
    background-size: cover;
    border-radius: 20px;
    min-height: 200px;
}

.cta-newsletter-content {
    font-size: 30px;
    color: #FFF;
    flex: 1 1 50%;
    margin-left: 60px;
}

    .cta-newsletter-content h3 {
        line-height: 1.5;
    }

@media(max-width: 768px) {
    .cta-newsletter-content {
        margin-left: 0;
    }
}
/*CTA NEWSLETTER END*/
/*CTA PARTNERSHIP FORM*/
h2.form-intro-heading {
    margin-top: 70px !important;
    margin-bottom: 60px !important;
}
.cta-partnership-form {
    background: var(--navy-theme-color) url(/resources/img/bg/bg-partnership-form.png) no-repeat;
    background-size: cover;
    border-radius: 20px;
    min-height: 200px;
    margin-bottom: 80px;
}

.cta-partnership-form-content {
    margin: 60px 36px;
    font-size: 30px;
    color: #FFF;
    flex: 1 1 40%;
}
.cta-partnership-form-content h3{
    margin-top: 10px !important;
}
    .cta-partnership-form-fields {
    flex: 1 1 60%;
}
.cta-partnership-form .frm-wtl-form {
    margin: 60px 36px;
    padding: 0;
}

.cta-partnership-form form label {
    color: #FFF;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.cta-partnership-form .frm-wtl-form input,
.cta-partnership-form .frm-wtl-form select,
.cta-partnership-form .frm-wtl-form textarea,
.cta-partnership-form .dropdown.country-dropdown .country-toggle {
    margin-top: 5px;
}

.cta-partnership-form .frm-wtl-form .btn-wtl-submit {
    width: 100%;
}

.cta-partnership-form .frm-wtl-form .form-column-layout .form-column-item:last-child {
    flex: 1 0 45%;
}

.cta-partnership-form .thank-you-message {
    color: white;
    font-size: 18px;
}

    .cta-partnership-form .thank-you-message .tick {
        content: " ";
        display: block;
        flex: 60px 0 0;
        height: 60px;
        background-image: url(/resources/img/ibis-icons/form-tick.svg) !important;
        background-repeat: no-repeat;
        background-position: center left;
        background-size: cover;
        float: left;
    }

    .cta-partnership-form .thank-you-message p {
        padding-left: 20%;
        padding-right: 20%;
    }

@media(max-width: 768px) {
    .cta-partnership-form-content {
        margin: 0;
    }

    .cta-partnership-form .frm-wtl-form {
        margin: 0;
    }
}
.cta-partnership-form .grecaptcha-badge,
.cta-partnership-form .submit-button-center > div {
    display: none;
}

@media only screen and (max-width: 600px) {
    .cta-partnership-form .g-recaptcha {
        transform: initial;
    }
}
/*CTA Newsletter END*/
/*CLIENT LOGOS*/
.client-logos img {
    max-width: 200px;
    max-height: 40px;
}

.client-swiper-pagination {
    text-align: center;
}

.client-logos img {
    max-width: 200px;
    max-height: 40px;
}

.client-logos li {
    box-shadow: none !important;
}
/*CLIENT LOGOS END*/
/*QUOTE CARD*/
.quote-card {
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
    margin: 70px auto;
    gap: 60px;
}


.quote-card-quote {
    flex: 1 1 50%;
}
.quote-card-description {
    flex: 1 1 50%;
}

.quote-card .quote-card-quote p.quote-card-in-quotes {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

    .quote-card .quote-card-text {
        font-size: 20px;
    }

    .quote-card .quote-card-quote .quote-card-in-quotes:before {
        background: url(/resources/img/icons/quotes-opening.svg) no-repeat left center;
        content: " ";
        display: block;
        height: 30px;
        margin-bottom: 30px;
    }

    .quote-card .quote-card-quote .quote-card-in-quotes:after {
        background: url(/resources/img/icons/quotes-closing.svg) no-repeat right center;
        content: " ";
        display: block;
        height: 30px;
        margin-top: 30px;
    }

    .quote-card .circle-image {
        border: 4px solid var(--color-ui-background-navy);
        border-radius: 100px;
        max-height: 150px;
        max-width: 150px;
    }

    .quote-card .signature-image {
        margin-left: -15px;
        max-width: 213px;
        width: 100%;
    }
    .quote-card .quote-card-description {
        flex: 0 1 400px;
    }

    .quote-card .quote-card-image {
        width: 100%;
        max-width: 179px;
    }
    .quote-card .quote-card-description p{
        margin-top: 30px;
        font-size: 20px !important;
    }
