/* Footer Styles - Loads on every page */
footer#footer {
    background: #D6E1E4;
    padding: 50px 200px;
}

.sb_footer_container {
    background: #46454B;
    padding: 42px 50px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.sb_footer_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    width: 70%;
}

.sb_footer_right {
    width: 30%;
}

.sb_footer_left h3 {
    color: #FFF;
    font-family: 'Jura', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-top: 12px;
    max-width: 700px;
}

.sb_footer_contact_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.sb_footer_contact_item h4 {
    color: #FFF;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.sb_footer_contact_item a,
.sb_footer_contact_item p {
    color: #FFF;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: ease-in-out 0.3s all;
}


.sb_footer_contact_item a:hover {
    color: #D6E1E4;
    transition: ease-in-out 0.3s all;
}

.sb_footer_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

a.sb_footer_button {
    display: flex;
    padding: 6px 12px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #FFF;
    color: #46454B;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    width: fit-content;
    transition: ease-in-out 0.3s all;
}

a.sb_footer_button:hover {
    background: #D6E1E4;
    transition: ease-in-out 0.3s all;
}

.sb_footer_right h3 {
    color: #FFF;
    text-align: left;
    font-family: 'Jura', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 32px;
}

.sb_footer_right h4 {
    color: #FFF;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 12px;
}

.sb_footer_socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

p.sb_footer_copyright{
    color: #FFF;
    font-family: 'Jura', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.sb_poweredby,
.sb_poweredby a {
    color: #FFF;
    font-family: 'Jura', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Contact Form Footer */
.sb_two_columns p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px;
}

.sb_two_columns input[type="text"], .sb_two_columns input[type="email"] {
    padding: 16px 20px;
    align-items: center;
    border-radius: 51px;
    color: #FFF;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #FFF;
    width: 100%;
    background: transparent;
}

textarea {
    border-radius: 51px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    background: transparent;
    padding-top: 16px;
}

textarea::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder {
    color: #fff;
    opacity: 1;
}

span.wpcf7-form-control.wpcf7-acceptance {
    margin: 32px 0;
    display: block;
}

span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    color: #FFF;
    font-family: 'Jura', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

button.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    padding: 6px 6px 6px 12px;
    align-items: center;
    gap: 24px;
    border-radius: 32px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: transparent;
    margin-left: auto;
}

button.wpcf7-form-control.wpcf7-submit.has-spinner img {
    transition: ease-in-out 0.3s all;
}

button.wpcf7-form-control.wpcf7-submit.has-spinner:disabled {
    opacity: 0.4;
}

button.wpcf7-form-control.wpcf7-submit.has-spinner:hover img {
    transform: rotate(45deg);
    transition: ease-in-out 0.3s all;
}

.wpcf7-not-valid-tip {
    font-family: 'Jura', sans-serif;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
}

@media screen and (max-width: 1980px) {
    .sb_footer_left {
        width: 60%;
    }
    .sb_footer_right {
        width: 40%;
    }
}

@media screen and (max-width: 1650px) {
    footer#footer {
        padding: 50px 100px;
    }   
}

@media screen and (max-width: 1440px) {
    .sb_footer_left h3,
    .sb_footer_right h3 {
        font-size: 32px;
        line-height: 37px;
    }
}

@media screen and (max-width: 1340px) {
    footer#footer {
        padding: 50px 48px;
    }   
}

@media screen and (max-width: 1250px) {
    .sb_footer_container {
        padding: 20px 25px;
        flex-direction: column;
        gap: 32px;
    }

    .sb_footer_left,
    .sb_footer_right {
        width: 100%;
    }

    .sb_footer_right h4 {
        text-align: center;
    }

    .sb_footer_socials {
        justify-content: center;
    }

    p.sb_footer_copyright,
    .sb_poweredby, .sb_poweredby a {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .sb_footer_left h3, .sb_footer_right h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .sb_footer_contact_item h4 {
        font-size: 20px;
    }

    .sb_footer_contact_item a, .sb_footer_contact_item p {
        font-size: 18px;
    }

    a.sb_footer_button {
        padding: 4px 8px;
        font-size: 18px;
    }

    .sb_two_columns input[type="text"], .sb_two_columns input[type="email"] {
        font-size: 18px;
    }

    button.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 18px;
    }

    .sb_footer_right h4 {
        font-size: 20px;
    }

    footer#footer {
        padding: 12px 12px;
    }

    p.sb_footer_copyright, .sb_poweredby, .sb_poweredby a {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .sb_two_columns p {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
        width: 100%;
    }

    .sb_two_columns p span {
        width: 100%;
    }

    .sb_footer_buttons {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
}