@font-face {
    font-family: "CanelaDeck";
    src: url("../fonts/CanelaDeckFamily/CanelaDeck-MediumItalic-Trial.otf")
      format("opentype");
}

.img-desktop {
    display: none !important;
}
.img-mobile {
    display: block !important;
}

.landing-page {
    /* width: 100vw; */
    overflow: hidden;
}

section.call-back-banner {
    margin: 70px 0 60px;
}
.call-back-banner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin-top: 63px;
}
.call-back-banner-wrapper:first-child {
    margin-top: 0;
}
.call-back-banner-title {
    display: block;
    font-family: "CanelaDeck";
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0;
    color: #13110E;
    text-align: center;
    max-width: 358px;
    &:empty{
        display: none;
    }
}

.call-back-banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -36px;
}
.call-back-banner-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.call-back-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.call-back-banner-content > h2 {
    display: none;
}
.call-back-banner-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}
.call-back-banner-content > div > p {
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #13110E;
    text-align: center;
    margin: 0;
}
.call-back-banner-content > a {
    margin-top: auto;
}


section.reviews {

}

.reviews-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 16px;
    margin-bottom: 22px;
}
.reviews-title {
    display: block;
    font-family: "CanelaDeck";
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0;
    color: #13110E;
    text-align: center;
    &:empty{
        display: none;
    }
}
.reviews-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.reviews-stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

section.faq {
    margin: 60px 0;
}
section.faq .container,
section.call-back-banner .container,
section.reviews .container {
    max-width: 1160px;
    padding: 0 36px;
}


.faq-wrapper {
    
}
.faq-title {
    font-family: "CanelaDeck";
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #13110E;
    text-align: center;
    margin-bottom: 44px;
}

.faq-wrapper .accordion-item {
    border: none;
}

.faq-wrapper .accordion-button {
    align-items: start;
    gap: 20px;
    padding: 12px 0;
    padding-inline-end: 40px;
    background-color: transparent;
    border: none;
    font-family: "Montserrat", serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #000000;
    text-align: start;
    border-bottom: solid 0.5px rgb(0, 0, 0,.3);
}
.faq-wrapper .accordion-button::after {
    width: 21px;
    height: 21px;
    background-size: 18px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.07' height='18.07' viewBox='0 0 18.07 18.07'%3E%3Cpath id='Icon_ionic-ios-add' data-name='Icon ionic-ios-add' d='M25.91,16.875H19.125V10.09a1.125,1.125,0,0,0-2.25,0v6.785H10.09a1.125,1.125,0,0,0,0,2.25h6.785V25.91a1.125,1.125,0,0,0,2.25,0V19.125H25.91a1.125,1.125,0,0,0,0-2.25Z' transform='translate(-8.965 -8.965)'/%3E%3C/svg%3E%0A");
}
.faq-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.07' height='2.25' viewBox='0 0 18.07 2.25'%3E%3Cpath id='Icon_ionic-ios-remove' data-name='Icon ionic-ios-remove' d='M25.91,16.875H10.09a1.125,1.125,0,0,0,0,2.25H25.91a1.125,1.125,0,0,0,0-2.25Z' transform='translate(-8.965 -16.875)'/%3E%3C/svg%3E%0A");
    transform: none;
}
.faq-wrapper .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.faq-wrapper .accordion-body {
    max-width: 904px;
    min-height: 157px;
    padding: 20px 0;
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.35px;
    font-weight: 200;
    color: #000000;
    text-align: start;
}


.btn-request-call-back {
    background-color: #000000;
    border: solid 1px #000000;
    padding: 10px 40px;
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease;
    &:hover {
        background-color: #FFFFFF;
        color: #000000;
    }
}

section.form-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 100%;
    background-color: #F1DF50;
    overflow: hidden;
}

.form-banner-image {
    z-index: 0;
    position: relative;
    display: none;
    justify-content: center;
    align-items: stretch;
    max-height: 620px;
}
@media only screen and (min-width: 1320px) {
    .form-banner-image {
        z-index: 1;
    }
}
.form-banner-image > img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.request-form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    padding: 42px 36px 30px;
    border: solid 1px black;
    box-sizing: border-box;
}
.form-title {
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #13110E;
    text-align: start;
    text-transform: uppercase;
}
.request-field {
    margin-bottom: 20px;
}
.request-field input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 0.5px #707070;
    outline: none;
    padding: 2px 0;
    margin: 0;
    box-sizing: border-box;

    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #13110E;
    text-align: start;
    &:focus {
        border-color: #707070 !important;
    }
}
.request-field .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-family: "Montserrat", serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    color: red;
    text-align: start;
}
.request-group {
    margin-top: 5px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.request-group > p {
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #13110E;
    text-align: start;
}
.radio-group .wpcf7-radio {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px 20px;
}
.radio-group .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}
.radio-group .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 6px;
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #13110E;
    text-align: start;
}
.radio-group .wpcf7-radio .wpcf7-list-item label input {
    display: none;
}
.radio-group .wpcf7-radio .wpcf7-list-item label::before {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: solid 1px #000000;
    background-color: white;
    content: '';
}
.radio-group .wpcf7-radio .wpcf7-list-item label:has(input:checked) {
    &::before {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
}
.form-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.form-actions .wpcf7-spinner {
    display: none;
    margin: 0;
}
.form-actions input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border: solid 1px #000000;
    margin: 0;
    padding: 4px 20px;
    min-width: 187px;
    min-height: 36px;
    transition: all 0.5s ease;

    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    &:hover {
        background-color: white;
        color: #000000;
    }
}

.request-form .wpcf7-form.submitting .form-actions input[type="submit"],
.request-form .wpcf7-form.resetting .form-actions input[type="submit"] {
    display: none;
    pointer-events: none;
    opacity: .5;
    cursor: none;
}


.reimagined-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 620px;
    overflow: hidden;
    background-color: #F1DF50;
}
.reimagined-banner > svg {
    z-index: 1;
    position: absolute;
    top: 26px;
    left: 0;
    margin-inline-start: 36px;
    width: 91px;
}
.reimagined-banner > img {
    z-index: 0;
    width: 100%;
    max-width: 490px;
    position: relative;
    object-fit: contain;
}

.floating-text {
    z-index: 1;
    position: absolute;
    bottom: 132px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 33px;
    height: 130px;
    width: 100%;
    max-width:410px;
    background-color: #50B2A7;
    border-radius: 0 20px 20px 0;
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.floating-text > h2 {
    display: block;
    width: 127px;
    font-family: "CanelaDeck";
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 0;
    color: #13110E;
    text-align: start;
    flex-shrink: 0;
}
.floating-text > img {
    /* display: block; */
    max-width: 186px;
    width: auto;
    /* flex: 1 1 auto; */
    object-fit: contain;
}

@media only screen and (max-width: 375px) {
    .reimagined-banner {
        height: auto;
        padding-top: 20px;
    }
    .floating-text {
        justify-content: start;
        height: 80px;
        bottom: 100px;
        gap: 20px;
        max-width:300px;
    }
    .floating-text > h2 {
        width: 100px;
        font-size: 14px;
        line-height: 15px;
    }
    .floating-text > img {
        /* display: block; */
        max-width: 120px;
        width: auto;
        /* flex: 1 1 auto; */
        object-fit: contain;
    }
}



.floating-icons {
    display: none;
}





@media only screen and (min-width: 768px) {
    .img-desktop {
        display:  block !important;
    }
    .img-mobile {
        display:  none !important;
    }

    section.call-back-banner {
        margin: 100px 0;
    }
    .call-back-banner-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 40px;
        margin-top: 150px;
    }
    .call-back-banner-wrapper:nth-child(even) {
        flex-direction: row-reverse;
    }
    .call-back-banner-wrapper:nth-child(even) .call-back-banner-image {
        margin-inline-end: 0;
        margin-inline-start: auto;
    }
    .call-back-banner-wrapper:nth-child(even) .call-back-banner-content {
        margin-inline-end: auto;
        margin-inline-start: 0;
    }
    .call-back-banner-title {
        display: none;
    }
    .call-back-banner-image {
        max-width: 446px;
        margin: 0;
        margin-inline-end: auto;
    }
    .call-back-banner-content {
        max-width: 553px;
        margin-inline-end: auto;
        align-items: start;
        justify-content: start;
    }
    .call-back-banner-content > h2 {
        display: block;
        font-family: "CanelaDeck";
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0;
        color: #13110E;
        text-align: start;
        margin-bottom: 27px;
    }
    .call-back-banner-content > div {
        justify-content: start;
        align-items: start;
        margin-bottom: 20px;
    }
    .call-back-banner-content > div > p {
        text-align: start;
    }

    .faq-title {
        font-family: "CanelaDeck";
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.64px;
        text-align: start;
        margin-bottom: 20px;
    }
    .faq-wrapper .accordion-button {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.45px;
    }
    .faq-wrapper .accordion-button::after {
        width: 21px;
        height: 21px;
    }

    .faq-wrapper .accordion-body {
        padding: 20px 0;
        font-family: "Montserrat", serif;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.45px;
    }

    .btn-request-call-back {
        padding: 8.5px 28.5px;
        font-size: 16px;
        line-height: 19px;
    }

    section.form-banner {
        height: 769px;
    }
    .form-banner-image {
        display: flex;
        max-height: 710px;
    }
    .form-banner-image > img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .request-form {
        z-index: 2;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 80px;
        align-items: start;
        gap: 30px;
        max-width: 455px;
        border-radius: 27px 0 0 27px;
        border: none;
        padding: 35px 40px 38px;
        box-sizing: border-box;
    }
    .request-field {
        max-width: 320px;
    }
    .form-actions {
        justify-content: start;
    }
    .form-actions .wpcf7-spinner {
        display: block;
        margin: 0;
    }


    /* GOOGLE REVIEWS */
    .reviews-top {
        flex-direction: row;
        gap: 20px;
        margin-bottom: 30px;
    }
    .reviews-title {
        font-size: 27px;
        line-height: 36px;
        text-align: start;
        margin-inline-end: auto;
    }
    .reviews-wrapper {
        margin-inline-start: auto;
    }

    .reimagined-banner {
        display: none;
    }

    .floating-icons {
        display: block;
        z-index: 0;
        position: absolute;
        left: 0;
        top: 52px;
        width: 300px;
    }
    .floating-icons > svg {
        display: block;
        width: 94px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .floating-icons > img {
        display: block;
        width: 257px;
        margin: 0 auto;
        margin-inline-end: 0px;
        margin-top: 65px;
    }
    .floating-icons > div {
        display: flex;
        justify-content: end;
        align-items: end;
        width: 100%;
        height: 273px;
        /* background-color: #50B2A7; */
        margin-bottom: 40px;
        padding: 22px 37px;
        border-radius: 0 40px 40px 0;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='399' height='273.372' viewBox='0 0 399 273.372'%3E%3Cpath id='Path_9' data-name='Path 9' d='M0,1.44V69.8a1.383,1.383,0,0,0,.458,1.018L19.225,88.086a4.451,4.451,0,0,1,0,6.666L.458,112.018A1.383,1.383,0,0,0,0,113.036V273.372H363.5c19.607,0,35.5-14.623,35.5-32.663V32.44C399,14.523,383.214,0,363.74,0H1.565A1.507,1.507,0,0,0,0,1.44' transform='translate(0)' fill='%2350b2a7'/%3E%3C/svg%3E%0A");
    }
    .floating-icons > div > h2 {
        width: 230px;
        font-family: "CanelaDeck";
        font-size: 37px;
        line-height: 45px;
        letter-spacing: 0;
        color: #13110E;
        text-align: start;
        flex-shrink: 0;
    }
}

@media only screen and (min-width: 992px) {
    .floating-icons {
        width: 380px;
    }
}

.reviews-slider .slick-track {
    display: flex !important;
    justify-content: start;
    align-items: stretch;
    gap: 16px;
    /* margin: 0 -16px; */
}
.reviews-slider .slick-slide {
    height: auto;
    /* min-height: 324px; */
    /* padding: 25px 20px; */
    background-color: rgb(126, 219, 210,.15);
    min-height: 307px;
    padding: 40px 30px;
    box-sizing: border-box;
}
.reviews-item-rating {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}
.reviews-item-rating > p {
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 500;
    color: #313131;
    text-align: start;
}
.reviews-item-description > p {
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 400;
    color: #313131;
    text-align: start;
    margin-bottom: 15px;
}
.reviews-item-description > button {
    padding: 0;
    margin: 0;
    /* margin-top: 20px; */
    background-color: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 400;
    color: #0089FF;
    text-align: start;
    &:hover {
        text-decoration: underline;
    }
}


.footer-lp {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    min-height: 332px;
    padding: 40px 0;
}
.footer-lp .container {
    width: 100%;
    max-width: 1160px;
    padding: 0 36px;
}
.footer-lp-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.footer-lp-wrapper p {
    font-family: "Montserrat", serif;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    font-weight: 300;
    color: #F5F5ED;
    text-align: center;
    margin: 0;
}
.footer-lp-wrapper strong {
    font-family: "Montserrat", serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
    color: #F5F5ED;
    text-align: center;
    margin: 0;
}


.footer-lp-logo {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.footer-lp-logo > img,
.footer-lp-logo > svg {
    max-width: 74px;
    width: 100%;
    object-fit: contain;
}
.footer-lp-location {
    order: 2;
}
.footer-lp-right {
    order: 3;
}



@media only screen and (min-width: 768px) {
    .footer-lp {
        min-height: 212px;
        padding: 40px 0;
    }
    .footer-lp-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    .footer-lp-wrapper > * {
        flex: 1;
    }
    .footer-lp-logo {
        order: 0;
        margin-bottom: 0;
    }
    .footer-lp-right {
        order: 0;
        margin-inline-end: auto;
    }
    .footer-lp-location {
        order: 0;
        margin-inline-start: auto;
    }
    .footer-lp-wrapper p {
        line-height: 24px;
        text-align: start;
    }
    .footer-lp-wrapper strong {
        text-align: start;
    }
}