/*
Theme Name: netenjoy
Author: NetEnjoy
Author URI: https://netenjoy.it/
Description: Tema sviluppato per Siagency
Version: 1.0.0
*/

/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* GENERAL */
:root {
    --color-primary: #fff;
    --text-white: #fff;
    --text-dark: #000;
    --color-accent: #0e3192;
    --color-accent-2: #566fb3;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

a:hover{
	color:#fff;
}

.cli-bar-message a{
	color:#566fb3!important;
}
.header-btn:hover {
    transform: scale(.9);
    transition-duration: .3s;
    transition-property: transform;
	cursor:pointer;
}


.button-box:hover {
    transform: scale(.9);
    transition-duration: .3s;
    transition-property: transform;
	cursor:pointer;
}


.footer-btn:hover {
    transform: scale(.9);
    transition-duration: .3s;
    transition-property: transform;
	cursor:pointer;
}

div#cookie-law-info-bar {
    bottom: 60px!important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn{
	background-color:#566fb3!important;
}
.cli-switch input:checked + .cli-slider {
    background-color: #566fb3!important;
}


/* HEADER INTRO */
img.custom-logo {
    height: 60px;
    width: 100%;
}

.header_intro {
    width: 100%;
    top: 0;
    background: var(--color-primary);
    padding: 20px 0px;
}

.menu p {
    margin-bottom: 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
}

.header-btn {
    color: #FFF;
    background-color: var(--color-accent-2);
    border-radius: 0 0 0 0;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
}

@media (max-width:848px) {

    .call-to-action-header,
    .header-btn {
        display: none;
    }

    .menu {
        justify-content: center !important;
    }

    .header_intro {
        padding: 10px 0px 5px 0px;
    }

    img.custom-logo {
        height: 70px;
    }
}

@media (max-width:767.98px) {
    .d-custom {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: inherit;
        background-color: black;
        padding: 20px;
        z-index: 20;
    }

    .d-custom-cta {
        display: none !important;
    }

}

.no-p {
    padding: 0px !important;
}

.wpcf7 p {
    line-height: 15px !important;
}

.wpcf7-list-item-label {
    line-height: 20px;
    font-size: 18px;
}

input.wpcf7-form-control.wpcf7-file {
    color: #fff;
}

a.text-reset {
    color: #fff;
    font-size: 13px;
    line-height: 1.5rem;
    font-weight: 300;
    text-align: left;
}

@media (max-width: 470px) {
    .col.col-content-custom {
        flex-direction: column !important;
    }
}

/* INTRO */
.intro-section {
    min-height: 100vh;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 108px;
}

.col.col-content-custom {
    display: flex;
    flex-direction: row;
}

.container-intro .wpcf7 {
    padding: 5% 5%;
    border-radius: 0px;
    background: var(--color-accent);
}

.form-text-c {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin-right: 10px;
    line-height: 1.7;
    margin-bottom: 0px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 120px;
}

@media (max-width:767.98px) {
    .intro-section {
        display: none !important;
    }

}


.container-intro h1 {
    color: #fff;
    font-size: 44px;
    /* era 60px*/
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 60px;
}

@media (max-width:997.98px) {
    .container-intro h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .container-intro .wpcf7 .form-title {
        font-size: 33px !important;
    }

}

@media (max-width:767.98px) {
    .container-intro h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 2rem;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .btn-primary {
        padding: 2% 5% !important;
    }

    .btn-outline-primary {
        padding: 2% 5% !important;
    }


    .container-intro .wpcf7 .form-title {
        font-size: 22px !important;
    }

    textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
        height: 120px;
    }
}

.container-intro p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    /* Era 60 */
    font-weight: 600;
}


@media (max-width:767.98px) {
    .container-intro p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

/* Nasconto Txt in header */
@media (max-width:1200px) {
    .hide {
        display: none !important;
    }
}

/* STRENGHTS */

@media (max-width:767.98px) {
    .custom-fs {
        font-size: 2rem !important;
    }
}

.features_title_wrapper {
    margin-bottom: 2rem;
    display: block;
}

.features_content_wrapper p {
    margin-bottom: 0px;
}

.features_number {
    float: left;
    padding-right: 5px;
    color: #28323c;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
}

@media (max-width: 991.98px) {
    .features_number {
        font-size: 70px;
        line-height: 70px;
    }
}

.features_separator {
    float: left;
    padding: 0 10px 0 5px;
    color: #28323c;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
}



@media (max-width: 991.98px) {
    .features_separator {
        font-size: 70px;
        line-height: 70px;
    }

    .features_content_wrapper p {
        margin-bottom: 3rem;
    }

    .features_title_wrapper {
        margin-bottom: 1rem;
    }
}

.features_title {
    margin: 0 0 25px 0;
    color: #28323c;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
}

@media (max-width: 991.98px) {
    .features_title {
        font-size: 30px;
        line-height: 35px;
    }
}


/* CALL TO ACTION */
.call-to-action {
    z-index: 888;
    text-align: center;
    padding: 8rem 0 8rem 0;
    background-color: var(--color-primary);
    position: relative;
}

.testimonials_title h3 {
    color: var(--text-dark);
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 40px;
}


@media (max-width:1200px) {
    .call-to-action {
        padding: 6rem 0;
    }


    @media (max-width:767.98px) {
        .call-to-action {
            text-align: center;
            padding: 80px 0px 40px 0px
        }

        .testimonials_title h3 {
            font-size: 30px;
            line-height: 2rem;
        }
    }

    .testimonials_text p {

        padding: 0px 15px 0px 15px;
        color: var(--color-dark);
        font-family: "Nunito", Sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.2em;
        letter-spacing: -.5px;

    }

    @media (max-width:767.98px) {
        .testimonials_text p {
            font-size: 18px;
            line-height: 26px;
        }
    }


    /* One Section image left with full card */
    .one-section-image-left-with-full-card {
        padding: 8rem 0;
        background: #212529;
    }

    /* Small devices (landscape phones, less than 768px) */
    @media (max-width: 767.98px) {
        .one-section-image-left-with-full-card {
            padding: 0 0 3rem 0;
        }
    }


    .one-section-image-left-with-full-card {
        background: #212529;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }




    /* Small devices (landscape phones, less than 768px) */
    @media (max-width: 767.98px) {
        .one-section-image-left-with-full-card .bg-custom {
            padding-top: 54px;
        }
    }


    .one-section-image-left-with-full-card .container-info h2 {
        font-size: 3.5rem;
        font-weight: bold;
        color: #fff;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    /* Modifica Testo */
    .testo-piccolo {
        font-size: 1.5rem;
    }

    /* Small devices (landscape phones, less than 768px) */
    @media (max-width: 767.98px) {
        .one-section-image-left-with-full-card .container-info h2 {
            font-size: 2rem;
            text-align: center;
            margin-bottom: 2rem;
            margin-top: 3rem;
        }

        .testo-piccolo {
            font-size: 1.3rem;
        }

    }

    .one-section-image-left-with-full-card .container-info p {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 0px;
    }

    .one-section-image-left-with-full-card a.custom-btn {
        padding: 24px 49px;
        background: #0040A8;
        color: #fff;
    }


    /* Small devices (landscape phones, less than 768px) */
    @media (max-width: 767.98px) {
        .one-section-image-left-with-full-card a.custom-btn {
            padding: 12px 24.5px;
            background: #0040A8;
            color: #fff;

        }
    }


    .container-info p {
        color: #fff;
    }

    .container-info ul li {
        color: #fff;
        font-size: 18px;
        list-style: decimal-leading-zero;
        margin-bottom: 1rem;
    }

    .container-info ul li::marker {
        font-family: 'Oswald';
        font-size: 21px;
        font-weight: bold;
    }



    /* REVIEWS */
    .review_content_wrapper span {
        font-style: normal !important;
        border-bottom: 3px solid var(--color-accent);
        font-family: "montserrat";
        font-weight: 700 !important;
        color: #0C0C15;
        font-size: 19px;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }

    ;
}

@media (max-width:767.98px) {
    .review_content_wrapper p {
        margin-top: 1rem;
        margin-bottom: 0.2rem;
    }

    .review_content_wrapper {
        margin-bottom: 2rem;
        padding: 1rem;
        border: 1px dotted #d2d2d2;
        border-radius: 0.25rem;
        background: #f7f7f7;
    }

}


/* FORM */

@media (min-width:767.98px) {
    .form-mobile-end.wp-block-lazyblock-intro-contact.lazyblock-intro-contact-Z1mhDL2 {
        display: none;
    }

}

@media (max-width:767.98px) {

    #wpcf7-f137-o2 {
        display: none;
    }

}

.form .block-text h2 {
    font-family: 'Oswald';
    color: #28323c;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 40px;
}

.form .block-text p {
    color: #28323c;
}

.form .block-text ul li {
    color: #28323c;
    list-style: decimal-leading-zero;
}

.wp-block-contact-form-7-contact-form-selector input.btn-primary {
    padding: 10px 50px;
}

.wp-block-contact-form-7-contact-form-selector .btn-primary.disabled,
.btn-primary:disabled {
    padding: 10px 50px;
    background: #930103;
    border-color: #930103;
}



/* BTN FORM CONTATTI */
.btn-primary-form {
    color: #fff;
    padding: 15px 50px;
    background-color: #000;
    border-color: #000;
    width: 100%;

}

.wp-block-contact-form-7-contact-form-selector .btn-primary.disabled,
.btn-primary-form:disabled {
    padding: 15px 50px;
    background: #000;
    border-color: #000;
    width: 100%;

}

.btn-primary-form:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
}

.btn-check-form:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #930103;
    border-color: #930103;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
}

span.wpcf7-spinner {
    display: none;
}

.container-intro .p-form {
    color: #000;
    font-size: 15px;
    line-height: 1rem;
    font-weight: 300;
    text-align: left;
}

.container-intro .p-privacy {
    color: #fff;
    font-size: 15px;
    line-height: 1.5rem;
    font-weight: 300;
    text-align: left;
}

.container-intro .wpcf7-not-valid-tip {
    color: #fff !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
}

input.form-check-label {
    margin-right: 10px !important;
}

.wpcf7-list-item label {
    display: flex !important;
    margin: 0px !important;
}

.wpcf7-list-item {
    margin: 0px !important;
}

.form-control {
    padding: 0.6rem;
    font-size: 1rem;
    border-style: unset;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}

.wpcf7 .form-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    padding: 10px 0px;
}


/* FOOTER*/

footer.footer-index {
    z-index: 99999;
    position: relative;
}



.text-center.copyright-bar {
    padding: 20px 0;
}

footer p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0rem;
}

/* BTN CTA */
.btn-outline-primary-cta {
    color: #000;
    padding: 10px 50px;
    border: 1px solid #000;
}

.btn-outline-primary-cta:hover {
    color: #ffffff;
    border: 1px solid #930103;
    background-color: #930103;
}

.btn-primary-cta {
    color: #fff;
    padding: 10px 50px;
    background-color: #930103;
    border-color: #930103;
}

.btn-primary-cta:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.d-custom-cta {
    display: flex;
    justify-content: center;
}

/* CONTAINER INTRO */
.container-info {
    padding-left: 54px;
    padding-right: 54px;
    margin-bottom: 2rem;
}

@media (max-width:767.98px) {
    .one-section-image-left-with-full-card {
        padding-top: 0px;
    }

    .container-info {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .d-b {
        display: none;
    }

    .form-mobile-end .container-intro {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .form-mobile-end.container-intro {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .one-section-image-left-with-full-card {
        padding-top: 0px;
        padding-bottom: 0px;
    }


}

.container-info {
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .d-custom {
        position: fixed;
        bottom: 0;
        width: 112%;
        display: flex;
        justify-content: inherit;
        background-color: black;
        padding: 20px;
        z-index: 20;
        left: -12%;
    }
}

@media (max-width: 767.98px) {

    input[type="checkbox"] {
        width: 50px;
        height: 30px;
    }
}


.fs-25 {
    font-size: 2.5rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}


/* IMG TEXT */

img.img-testimonial {
    max-width: 85%;
}

section.block-text-image {
    position: relative;
}

h1.block-text-title {
    color: #1D1A22;
    font-family: "Montserrat", Sans-serif;
    font-size: 43px;
    font-weight: 900;
    letter-spacing: -1.6px;
    line-height: 1;
    margin-top: 0.5rem;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.button-box {
    color: #FFF;
    background-color: var(--color-accent-2);
    border-radius: 0 0 0 0;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
}

.icon-setting {
    color: rgb(12 147 255 / 46%);
    font-weight: 900;
    font-size: 55px;
}

.button-box p,
a {
    margin: 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    letter-spacing: 0;
    text-decoration: none;
    display: inline-flex;
}

.formula-icon-info {
    font-size: 34px;
    padding-right: 10px;
}

p.block-text-text {
    padding: 0 40px;
    margin-bottom: 36px;
    color: #54595F;
    font-family: "Nunito", Sans-serif;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: -.5px;
}

h2.block-text-small-title {
    margin: 20px 20px 20px 20px;
    color: #1D1A22;
    font-family: "Montserrat", Sans-serif;
    font-size: 29px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    text-transform: uppercase;
}

p.formula-info {
    font-family: "Nunito", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
    letter-spacing: -.5px;
    text-align: left !important;
}

.block-text-content {
    background: #fff;
    padding: 40px 25px 40px 25px;
    border-style: solid;
    border-width: 0 0 0 4px;
    border-color: #B6B1B2;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow;
    z-index: 999;
}

ul.point-list {
    list-style: none;
    margin: 0px !important;
    padding-left: 0px;
}

li.formula-items {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.img-content {
    z-index: 10;
}

.container.block-text-image-container.text-center {
    padding-top: 30px;
}

h4.block-text-pre-title {
    color: var(--color-accent);
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

span.size-custom {
    font-size: 36px;
    line-height: 1.2em;
}

span.light-custom {
    font-weight: 900;
    color: var(--color-accent);
}

span.bolder-custom {
    color: var(--color-accent);
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.1;
}

.list-content {
    padding-bottom: 36px;
}

span.text-heavy {
    font-weight: 700;
}

.img-content {
    position: relative;
}

.block-text-container {
    padding-top: 20px;
}

@media (max-width: 1399px) {
    p.formula-info {
        font-size: 20px;
    }
}

@media (max-width: 1080px) {

    .img-box {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        bottom: 0;
    }

    h4.block-text-pre-title {
        font-family: "Montserrat", Sans-serif;
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: -1px;
        margin: 0px !important;
        color: var(--color-accent);
    }

    h1.block-text-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    P.block-text-text {
        padding: 0 15px 24px 15px;
        margin-bottom: 0px;
    }

}

@media (min-width :766.9px) {
    .title-content-mobile {
        display: none;
    }
}

@media (max-width :767px) {
    .img-box {
        align-items: center;
        justify-content: center;
    }

    .custom-shape-divider-top-1654031022 svg {
        height: 70px !important
    }

    .custom-shape-divider-bottom-1654031157 svg {
        height: 70px !important
    }

    img.img-testimonial {
        max-width: 100%!important;
        max-height: 50vh!important;
    }

    .formula-icon-info {
        font-size: 26px;
    }

    .icon-setting {
        font-size: 42px;
    }

    .testimonials_title h3 {
        margin-bottom: 24px;
    }

    h4.block-text-pre-title {
        display: none;
    }

    h1.block-text-title {
        margin-top: 0px;
    }

    .title-content-mobile {
        background: #fff;
        padding: 20px 15px 20px 15px;
        border-style: solid;
        border-width: 0 0 0 4px;
        border-color: #B6B1B2;
        box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow;
        z-index: 999;
        margin-bottom: 20px;

    }

    h4.block-text-pre-title-mobile {
        font-family: "Montserrat", Sans-serif;
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: -1px;
        margin: 0px !important;
        color: var(--color-accent);
    }
	
	span.mobile-sub-title {
    padding-top: 5px!important;
    display: block!important;
    color: #1D1A22!important;
    font-size:18px;
}

}

@media (max-width :425px) {
    h4.block-text-pre-title {
        font-size: 15px !important;
        font-weight: 800 !important;
    }

    h4.block-text-pre-title-mobile {
        font-size: 18px !important;
        font-weight: 800 !important;
    }

    .block-text-content {
        padding: 20px 5px !important;
    }

    h1.block-text-title {
        font-size: 23px !important;
        margin-bottom: 20px !important;
    }

    P.block-text-text {
        padding: 0 5px 20px 5px !important;
        margin-bottom: 0px !important;
    }

    .testimonials_text p {
        font-size: 15px !important;
        line-height: 22px !important;
        padding: 0px 5px 0px 5px !important;

    }

    span.bolder-custom {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    p.formula-info {
        font-size: 16px !important;
        padding-bottom: 10px;
    }

    .testimonials_title h3 {
        margin-bottom: 20px !important;
        font-size: 21px !important;
    }

    p.block-text-text {
        font-size: 16px !important;
    }

    .button-box p,
    a {
        font-size: 12px !important;
    }

    .icon-setting {
        font-size: 35px !important;
    }
	
	span.mobile-sub-title{
		font-size: 15px !important;
        font-weight: 700 !important;
	}
}

.custom-shape-divider-top-1654031022 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 0;
}

.custom-shape-divider-top-1654031022 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1654031022 .shape-fill {
    fill: var(--color-primary);
}

.custom-shape-divider-bottom-1654031157 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 10;

}

.custom-shape-divider-bottom-1654031157 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1654031157 .shape-fill {
    fill: var(--color-primary);
}

.testimonials_text p {
    margin-bottom: 0px !important;
}

/* CTA BAR*/

.cta-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: var(--color-primary);
    border-color: #B6B1B2;
    box-shadow: -1px -1px 20px rgb(0 0 0 / 10%);
}

p.text-footer {
    margin-bottom: 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    font-style: normal;
    color: var(--text-dark);
    letter-spacing: 0;
    text-decoration: none;
}

span.text-bold {
    font-weight: 800;
}

.footer-btn {
    margin-top: -5px;
    margin-right: 25px;
    color: #FFF;
    background-color: var(--color-accent-2);
    border-radius: 0 0 0 0;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    height: 60px;
}

i.bi.bi-chevron-double-right {
    margin-right: 5px;
}

.call-to-action-footer {
    margin-left: 25px;
}

i.bi.bi-envelope.footer-icon {
    margin-right: 5px;
    color: var(--color-accent);
}

@media (max-width :525px) {
    .call-to-action-footer {
        display: none;
    }

    .footer-btn {
        width: 100%;
        margin: 0px;
        justify-content: center;
    }
}



/* REVIEWS CONTENT */

section.review-section {
    padding: 4em 0 8rem 0;
}

h3.review-title {
    color: var(--text-dark);
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 10px;
}

h4.review-pre-title {
    color: var(--color-accent);
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .9em;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
}

p.review-text-content {
    margin: 36px 0px;
    color: #54595F;
    font-family: "Nunito", Sans-serif;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: -.5px;
}

.review-title-content {
    font-style: normal !important;
    border-bottom: 3px solid var(--color-accent);
    font-family: MONTSERRAT;
    font-weight: 700 !important;
    color: #0C0C15;
    font-size: 130%;
    letter-spacing: -0.5px;
    line-height: 1.5;
}

p.review-text {
    margin-bottom: 68px;
}

@media (max-width :1200px) {
    section.review-section {
        padding: 3rem 0 6rem 0;
    }
}

@media (max-width :991.9px) {

    .review-box-content.text-center {
        background: #fff;
        padding: 40px 25px 40px 25px;
        border-style: solid;
        border-width: 0 0 0 4px;
        border-color: #B6B1B2;
        box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow;
        margin-bottom: 20px;
    }
}

@media (max-width :767px) {
    h4.review-pre-title {
        font-size: 18px;
        font-weight: 900;
    }

    h3.review-title {
        font-size: 30px;
    }

    span.size-custom {
        font-size: 26px;
    }

    .review-title-content {
        font-size: 20px;
    }

    p.review-text-content {
        font-size: 18px;
    }
}

@media (max-width :425px) {
    span.size-custom {
        font-size: 18px !important;
    }

    h4.review-pre-title {
        font-size: 15px !important
    }

    h3.review-title {
        font-size: 21px;
    }

    .review-title-content {
        font-size: 16px;
    }

    p.review-text-content {
        margin: 20px 0px;
    }

    section.review-section {
        padding: 40px 0 60px 0px !important;
    }
}

/* FORM SECTION*/
input.wpcf7-form-control.wpcf7-file {
    width: 100%;
}

.form-text-container {
    background: #fff;
    padding: 40px 25px 40px 25px;
    border-style: solid;
    border-width: 0 0 0 4px;
    border-color: #B6B1B2;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow;
    z-index: 999;
}

h4.form-pre-title {
    text-align: center;
    color: var(--color-accent);
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
}

h3.form-title {
    text-align: center;
    color: var(--text-dark);
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 10px;
}

section.form-section {
    padding: 4rem 0 8rem 0;
}

@media (max-width :1200px) {
    section.form-section {
        padding: 3rem 0 6rem 0;
    }
}

@media (max-width :767px) {
    h4.form-pre-title {
        font-size: 18px;
        font-weight: 900;
    }

    h3.form-title {
        font-size: 30px;
    }
}

@media (max-width :425px) {
    h4.form-pre-title {
        font-size: 15px !important
    }

    h3.form-title {
        font-size: 21px;
    }

    section.form-section {
        padding: 0px 0 60px 0px !important;
    }

    .form-text-container {
        background: #fff;
        padding: 0px 0px 80px 0px;
        border-style: none;
        border-width: 0 0 0 0;
        box-shadow: none;
        margin-top: 10px;
    }
}

