@import url("variable.css");

.page-template-template-scan-data .site-content .site-main .container {
    max-width: 1150px;
}
.page-template-template-scan-data .site-content .site-main .container.min-container {
    max-width: 990px;
}
.page-template-template-scan-data .site-content .site-main .courses-section .row {
    display: flex !important;
    justify-content: center !important;
}
.page-template-template-scan-data .courses-section .course-card {
    background-color: var(--light-grey) !important;
}

.dark-grey {
    color: var(--dark-grey);
}
.scan-data-banner img {
    width: 100%;
}

.scan-reports-section {
    background-color: var(--cyan-blue);
}
.learn-sub-title {
    font-size: 17px;
}
.learn-icon {
    
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 30px 0;
        
}



.scan-data-footer-text {
    color: var(--navyslate);
}

.scan-data-banner {
    display: flex;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    position: relative;
}

.scan-data-banner__content {
    display: flex;
    align-items: center;
    width: 55%;
    padding: 80px 6%;
    background-image: url("../images/scan-data/white-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scan-data-banner__text {
    width: 100%;
    max-width: 850px;
}

.scan-data-banner h1 {
    margin: 0 0 35px;
    color: var(--dark-grey);
    font-size: 70px;
    font-weight: 800;
    line-height: 1.18;
}

.scan-data-banner p {
    max-width: 920px;
    margin: 0;
    color: var(--dark-grey);
    font-size: 31px;
    font-weight: 400;
    line-height: 1.3;
}

.scan-data-banner__image {
    width: 45%;
    min-height: 700px;
    background-image: url("../images/scan-data/blue-backround.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*=====================================
    Scan Data Courses
=====================================*/
.meet-your-main .heading-24 {
    color: var(--limed_spruce);
}
.meet-your-main .heading-20 {
    margin-bottom: 10px !important;
}




.scan-data-newsletter {
    background-color: var(--cyan-blue);
}
.scan-data-newsletter .scan-data-description {
    text-align: left;
}
.scan-data-footer-text {
    display: flex;
    justify-content: center;
}

.newsletter-section .container {
    max-width: 1100px;
}

.newsletter-box {
    text-align: center;
}


.subtitle {
    color: var(--navyslate);
    margin-top: 20px;
    margin-bottom: 40px;
}

.newsletter-box label {
    display: block;
    text-align: left;
    font-size: 18px;
    color: var(--slateblue);
    margin-bottom: 8px;
}

.newsletter-box .form-control {
    border-radius: 4px;
    border: 1px solid var(--pastelgreen);
    box-shadow: none;
}

.newsletter-box .form-control:focus {
    border-color: var(--dodgerblue);
    box-shadow: none;
}

.form-check-input {
    border-color: var(--Nickel);
}

.consent-box {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.consent-box input {
    margin-top: 6px;
}

.consent-box label {
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray-600);
    margin-left: 10px;
}

.subscribe-btn {
    background: var(--dodgerblue);
    color: var(--white-color);
    border: none;
    padding: 14px 70px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
    margin-bottom: 20px;
}

.subscribe-btn:hover {
    background: var(--dodgerblue);
}

.privacy-text {
    margin-top: 30px !important;
    font-size: 14px;
    color: var(--gray-600);
}

.newsletter-section h2 {
    color: var(--navyslate);
    font-weight: 700;
}

.newsletter-section .newsletter-box .form-label {
    color: var(--Nickel);
    font-weight: 400;
}

.form-check .form-check-label {
    color: var(--Nickel);
    font-weight: 400;
}

.privacy-text {
    color: var(--navyslate);
}

/* Responsive */

@media (max-width: 1600px) {

    .scan-data-banner,
    .scan-data-banner__image {
        min-height: 600px;
    }

    .scan-data-banner h1 {
        font-size: 45px;
    }
}

@media (max-width: 1200px) {

    .scan-data-banner,
    .scan-data-banner__image {
        min-height: 500px;
    }

    .scan-data-banner h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .scan-data-banner p {
        font-size: 20px;
    }
}

@media(max-width:991px) {
    .meet-your-main {
        text-align: center;
    }
    .scan-first-content {
        text-align: center;
    }
    .scan-data-banner {
        flex-direction: column;
        min-height: auto;
    }
    .scan-data-banner br {
        display: none;
    }

    .scan-data-banner__content {
        width: 100%;
        min-height: inherit;
        justify-content: center;
        padding: 30px;
        text-align: center;
    }

    .scan-data-banner__image {
        width: 100%;
        min-height: 450px;
        display: none;
    }

    .scan-data-banner h1 {
        font-size: 38px;
    }

    
}

@media(max-width:767px) {
    .subscribe-btn {
        width: 100%;
        padding: 14px 20px;
    }
    .scan-data-banner p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .scan-data-banner h1 {
        font-size: 30px;
        line-height: 1.15;
    }
}