/* CSS for overlay */
.et_pb_section.popup-overlay {
    position: fixed; /* fixed it */
    top: 0; /* moves it to the top */
    width: 100%; /* makes it fullwidth */
    height: 100vh; /* makes it full height of the screen */
    z-index: -1; /* moves the section behind all the rest so it is not shown */
    justify-content: center; /* centers the row in the middle */
    align-items: center;  /* centers the row in the middle */
    opacity: 0; /* hides the overlay */
    overflow: hidden;
    transition: opacity 0.4s ease-in-out; /* fades it in */
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    display: flex; /* flex as this allows us to center the row */
}

/* CSS for overlay when shown */
.et_pb_section.popup-overlay.show {
    display: flex; /* flex as this allows us to center the row */
    opacity: 1; /* shows the overlay */
    z-index: 99999; /* moves the overlay on top of all the other sections */
}

/* CSS X icon above the content */
.et_pb_section.popup-overlay>.et_pb_row:after {
    display: block;
    content: "\4d"; /* Elegant themes icon code */
    font-family: ETmodules;
    position: absolute; /* makes the icon absolute to the parent */
    top: 0; /* moves to top */
    right: 40px; /* moves to right */
    font-size: 40px;
    visibility: visible;
    color: #fff;
    cursor: pointer; /* changes the cursor to be a pointer */
}
.et_pb_section.popup-overlay .et_contact_bottom_container {
    padding-left: 3% !important;
}
.awards img:first-child {
    padding-right: 5px;
}
.awards img {
    max-height: 50px;
}

.sa-header-text {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 65px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.sa-coupon-row {
    display: flex;
}
.sa-coupon-column-left {
    margin-top: 0;
    padding-top: 29px;
    padding-bottom: 63px;
    background-color: hsla(0, 0%, 100%, 0.82);
    width: 50%;
}
.sa-coupon-column-right {
    padding-top: 29px;
    padding-bottom: 60px;
    background-color: #ed1c24;
    width: 50%;
}
.sa-coupon-column-left h3 {
    font-family: 'Nunito Sans', sans-serif;
    color: #ed1c24;
    text-align: center;
    letter-spacing: 1px;

    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
}
.sa-coupon-column-left h2 {
    background-color: transparent;
    font-family: 'Nunito Sans', sans-serif;
    color: #ed1c24;
    font-size: 70px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;

    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 44px;
}
.sa-coupon-column-left .sa-coupon-button {
    margin-top: 20px;
    padding: 20px 60px;
    background-color: #ed1c24;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 31px;
    font-weight: 800;

    display: inline-block;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.sa-coupon-column-right h2 {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    text-align: left;

    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
}
.sa-coupon-column-right p {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.8px;
}
.sa-column-wrapper {
    padding: 0 40px;
    text-align: center;
}

/* Leadgen */
.leadgen {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
}
.leadgen .btn.submit-button {
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ed1c24;
    color: white;
    border: none;
    font-size: 20px;
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 3px;
    cursor: pointer;
}
.leadgen .privacy {
    font-size: 9px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 12px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
}
.leadgen form ul,
#left-area .leadgen form ul {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.leadgen form ul li {
    margin-bottom: 10px;
    width: 50%;
    display: flex;
    padding-right: 5px;
}
.leadgen form ul li.form-email {
    width: 100%;
    padding: 0;
}
.leadgen form ul li:nth-child(2n) {
    padding-left: 5px;
    padding-right: 0;
}
.leadgen form ul li select {
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 12px;
    border-radius: 3px!important;
    background: #fff;
    width: 100%;
    border-width: 0;
    color: #3e3e3e;
    padding: 0 11px;
}
.leadgen form ul li input {
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 12px;
    border-radius: 3px!important;
    height: 24px!important;
    background: #fff;
    width: 100%;
    border-width: 0;
    color: #3e3e3e;
    padding: 16px;
}
.leadgen .error-msg {
    color: red;
    margin: -10px 0 0;
    text-align: center;
    padding: 0 0 10px;
    display: none;
}

/* Chat Blocks */
.chat-gpt-data {
    padding-bottom: 1rem;
}

.chat-calendar-related-to-starting-pest-control {
    padding-bottom: 1rem;
}

.chat-calendar-list-container li:last-child {
    padding-bottom: 1rem;
}

.chat-calendar {
    padding-bottom: 1rem;
}

.chat-container {
    display: flex;
    gap: 10px;
}
.chat-question {
    font-size: 20px;
    font-weight: 700;
}
.chat-answers-divider {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.chat-module-heading {
    font-size: 30px;
}

@media screen and (max-width: 1200px) {
    .sa-header {
        width: 100%;
        margin: 0;
    }
    .sa-header > .et_pb_row {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .sa-header-text {
        font-size: 45px;
        line-height: 65px;
    }
    .sa-coupon-column-left h3 {
        margin-top: 76px;
    }
    .sa-coupon-column-right p {
        font-size: 21px;
        text-align: left;
    }
    .sa-column-wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .sa-header-text {
        font-size: 60px;
        line-height: 65px;
        padding: 0 10px;
    }
    .sa-coupon-column-right h2 {
        font-size: 31px;
        text-align: center;
    }
    .sa-coupon-column-right p {
        text-align: center;
    }
    .sa-coupon-row {
        flex-direction: column;
    }
    .sa-coupon-column-left,
    .sa-coupon-column-right {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .sa-header-text {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 30px;
        line-height: 34px;
    }
    .sa-coupon-column-left .sa-coupon-button {
        font-size: 24px;
    }
    .sa-coupon-column-right h2 {
        line-height: 35px;
    }
    .sa-coupon-column-right p {
        margin-top: 0;
        padding-top: 13px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0;
    }
}
