﻿body {
    counter-reset: section;
}

main *, aside * {
    font-family: Mulish, sans-serif;
    font-weight: 400;
    color: #414854;
    ;
}

    main * *, aside * * {
        color: inherit;
        font-weight: inherit;
        font-family: inherit;
    }

.mean-container .mean-nav {
    z-index: 10000;
}

main {
    max-width: 100%;
    color: #111;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.container, main > .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

input.button, a.button, button.button {
    display: inline-block;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    border: 1px solid #185a73;
    border-radius: 28px;
    background: #185a73;
    text-decoration: none;
    text-align: center;
    transition: background-color .5s
}

.site-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #F0F3F5;
    background: linear-gradient(90deg, #E4E9EE 0%, #F0F3F5 50.22%, rgba(246, 245, 243, 0) 100%), url(.jpg), #FFFFFF;
}

.left-item-align {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0% 0 6rem;
    gap: 24px;
}

.fkd-image {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    max-width: 50%;
    overflow: hidden;
}

    .fkd-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mask-image: linear-gradient(to left, white 0%, transparent 100%);
        -webkit-mask-image: linear-gradient(to left, white 0%, transparent 100%);
    }

.fkd-image-mobile {
    display: none;
}

.measure-header {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #12223B;
}

.measure-description {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #414854;
}

.measure-description2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #414854;
}

.measure-footer {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #494949;
}

.text-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-end;
    margin-right: 10.5rem;
    width: 500px;
}

.kitchen-flow li:nth-child(even) {
    background: #f6f5f3 !important;
}

.kitchen-flow li:nth-child(odd) {
    background: #fff !important;
}

.kitchen-flow h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #12223B;
}

    .kitchen-flow h3:before {
        counter-increment: section;
        content: counter(section) ". "
    }

.kitchen-flow {
    margin-top: 30px;
}

    .kitchen-flow h2 {
        margin: 0 0 10px 0;
        text-align: center;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        color: #12223B;
    }

    .kitchen-flow li > div {
        padding: 40px 40px;
    }

        .kitchen-flow li > div > * {
            display: inline-block;
            width: 50%;
            vertical-align: middle;
        }

    .kitchen-flow li:nth-child(odd) > div > div {
        padding-right: 24px;
    }

    .kitchen-flow li:nth-child(even) > div > div {
        padding-left: 24px;
    }

    .kitchen-flow li > div > div > * {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .kitchen-flow p {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #484848;
    }

    .kitchen-flow span {
        display: block;
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #185A73;
    }


    .kitchen-flow img {
        height: auto;
    }

.start {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

    .start h2 {
        margin: 64px 0;
        line-height: 1.25em;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        color: #12223B;
    }

    .start h3 {
        margin: 24px 0;
        font-weight: 600;
        font-size: 26px;
        line-height: 36px;
        color: #12223B;
    }

.stepcontent a:hover, .flow a:hover {
    color: #000;
    text-decoration: none;
}

.steps {
    display: flex;
    column-gap: 0 !important;
}

    .steps li {
        flex: 1;
    }

        .steps li > * {
            max-width: 365px;
            margin-left: auto;
            margin-right: auto;
        }

        .steps li + li {
            border-left: 1px solid #D5DAE0;
        }

        .steps li:before {
            display: inline-block;
            content: '1';
            font-size: 26px;
            font-weight: bold;
            color: #185A73;
            border: 1px solid #185A73;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            margin: auto;
        }

        .steps li + li:before {
            content: '2';
        }

    .steps p {
        line-height: 1.5em;
    }

        .steps p:after {
            content: '\2193';
            display: block;
            margin: 20px 0 40px 0;
            font-size: 20px;
            transform: scale(1.25,3);
        }

    .steps .button.white {
        position: relative;
        padding-right: 60px;
    }

        .steps .button.white img {
            position: absolute;
            top: 10px;
            right: 22px;
        }

input[type=submit] {
    color: #FFF !important;
}

.formenquiry p a {
    color: #000;
    text-decoration: underline;
}

    .formenquiry p a:hover {
        color: #000;
        text-decoration: none;
    }

.steps .error-message:after {
    display: none;
}

.stepcontent a:hover, .flow a:hover {
    color: #000;
    text-decoration: none;
}

.props {
    margin: 64px 0;
    text-align: center;
    line-height: 1.5em;
}

    .props ul {
        display: flex;
    }

    .props li {
        flex: 1;
        margin: 12px;
        padding: 56px 44px;
        background-color: #F6F5F3;
    }

    .props h3 {
        margin: 16px 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #12223B;
    }

    .props > div {
        padding: 0px 0;
        text-align: center;
    }

    .props ul li {
        flex: 1;
        margin: 12px 0px;
        padding: 56px 44px;
        background-color: #F6F5F3;
        border: 0px;
        border-radius: 0px;
        width: 100%;
    }

        .props ul li img {
            width: auto;
        }

.faq + .reviews h2 {
    padding-top: 16px;
}

.faq {
    margin: 64px 0;
    padding: 64px 0;
    background-color: #F6F5F3;
}

    .faq .container {
        max-width: 896px;
    }

    .faq h2 {
        margin-bottom: 36px;
        font-weight: 700;
        font-size: 26px;
        line-height: 36px;
        /* identical to box height, or 138% */
        text-align: center;
        color: #000000;
    }

    .faq section {
        border-bottom: 1px solid #d5d5d5;
    }

        .faq section:last-child {
            border: 0;
        }

        .faq section h4 {
            font-weight: bold;
            font-size: 18px;
            line-height: 1.25em;
            cursor: pointer;
            opacity: 1;
            float: none;
            color: #12223B;
        }


    .faq h4:before {
        content: 'v';
        float: right;
        margin-left: 24px;
        padding: 0 4px 8px 0;
        font-weight: normal;
        font-size: 16px;
        transform: scale(2, 1);
    }

    .faq section.expanded h4:before {
        position: relative;
        top: -4px;
        padding: 0 0 8px 4px;
        transform: scale(2, 1) rotate(180deg);
    }

    .faq h4 + div {
        width: 90%;
        padding-top: 16px;
    }

    .faq p {
        line-height: 1.5em;
        font-size: 16px;
        line-height: 26px;
        color: #414854;
        font-style: normal;
        font-weight: 600;
    }

.reviews.hidden {
    display: none !important;
}

.reviews.container {
    max-width: 916px;
    margin: auto;
    display: block;
}

.reviews h2 {
    margin: 0 16px 16px 16px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

.reviews-top.container {
    margin: 48px auto -32px auto;
    max-width: 1440px;
    box-shadow: none;
}

.reviews-top h2 {
    margin-bottom: 32px;
}

.reviews-top > div {
    min-height: 240px;
}

.reviews-top .yotpo-reviews-carousel-header {
    display: none;
}

.reviews-top .yotpo-reviews-carousel-bottomline-seo {
    display: none;
}

.reviews-top .yotpo-reviews-carousel-reviews-by-yotpo-seo {
    display: none;
}

.reviews-top .reviews-carousel-reviewer-info-container {
    width: 100%;
}

.reviews-top .reviews-carousel-card.reviews-carousel-card-site-review {
    align-items: flex-start;
}

.reviews-top .reviews-carousel-card-reviewer-info-container.reviewer-info-site-review {
    flex-direction: row-reverse;
}

    .reviews-top .reviews-carousel-card-reviewer-info-container.reviewer-info-site-review .reviewer-info {
        align-items: flex-start;
    }

.reviews-top .reviews-carousel-card {
    text-align: left;
}

.reviews-top .reviewer-display-name {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.reviews-top .review-date {
    font-size: 16px;
}

.reviews-top .yotpo-star-ratings {
    transform: scale(.75);
    transform-origin: 0;
}

.reviews-top .reviews-carousel-card-reviewer-info-container.reviewer-info-site-review .review-date {
    align-self: start;
}

.reviews-top .reviews-carousel-card-container,
.reviews-top .reviews-carousel-card-container.reviews-carousel-card-mobile-mode {
    height: 240px;
    min-height: 0;
}

.reviews-top .review-content {
    padding-bottom: 16px;
}

    .reviews-top .review-content.review-content-site-review {
        text-align: left;
    }

.reviews-top .glide__arrow--left {
    left: -3em;
}

.reviews-top .glide__arrow--right {
    right: -3em;
}

.final {
    height: 400px;
    margin: 32px 0 30px 0;
    padding: 60px 40px;
    line-height: 1.5em;
    background: url(../images/shaker-sand.jpg) center center no-repeat;
    background-size: cover;
}

    .final .container {
        max-width: 1130px;
    }

    .final ul {
        display: flex;
    }

    .final li {
        flex: 1;
        flex-basis: 50%;
        margin: 12px;
        padding: 40px 8%;
        background-color: #fff;
        border-radius: 4px;
    }

    .final h3 {
        margin: 0 0 16px 0;
        font-weight: 700;
        font-size: 26px;
        line-height: 36px;
        color: #12223B;
    }

    .final p {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #414854;
    }

    .final a.white {
        position: relative;
        padding-left: 62px;
    }

    .final a img {
        position: absolute;
        left: 22px;
        top: 8px;
    }

    .final li.final__fkd {
        padding: 0;
    }

        .final li.final__fkd .fkd {
            padding: 56px 48px;
        }

    .steps form, .final form {
        padding: 24px;
        background-color: #F0F3F5;
    }

        .steps form p, .final form p {
            margin-top: 20px;
            font-size: 13px;
        }

            .steps form p:after {
                content: none;
            }

#form2:target, .steps .active-form form {
    display: block;
    margin-top: 12px;
}

    #form2:target + *, #form2:target + * + *, #form2:target + * + * + *, .steps .active-form form + *, .steps .active-form form + * + *, .steps .active-form form + * + * + * {
        display: none;
    }

.steps .active-form:before {
    content: none;
}

.steps .active-form + li p br {
    display: none;
}

.measure-footer a {
    color: #185A73
}

.props p {
    width: 330px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #414854;
}

section#kitchen-measurement {
    padding-bottom: 5%;
}

.faq-asked-questions ul {
    list-style: inherit !important;
    margin: 1.25rem !important;
}

.faq-asked-questions a {
    color: #185A73;
}

@media(max-width:1000px) {
    .final li.final__fkd .fkd {
        padding: 56px 24px;
    }
}

.final form .fkd__subheading {
    font-size: 16px;
}

@media(max-width: 1200px) {
    .reviews-top .yotpo-carousel .glide__arrow--left, .reviews-top .yotpo-carousel .glide__arrow--right {
        display: none;
    }
}

@media(max-width: 600px) {
    .reviews-top .reviews-carousel-card-container {
        width: 100%;
    }
}

@media(max-width: 960px) {

    .steps h3 {
        height: 64px;
    }

    .steps p {
        font-size: 14px;
    }
}

@media (max-width: 1025px) {

    .left-item-align {
        display: block;
        padding: 24px 16px;
    }

    .text-section {
        max-width: 600px;
        margin: 0 auto;
    }

    .final {
        height: auto !important;
    }
}

@media (max-width: 570px) {
    .measure-description, .measure-description2, .kitchen-flow p, a.button.activate-form.event-track, .props p, .left-item-align input.button, .faq p, .final input.button {
        font-size: 14px;
    }

    .props h3 {
        font-size: 16px;
    }

    .kitchen-flow h3, .faq h2 {
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
        color: #12223B;
    }

    .faq h2 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 0px
    }

    .measure-header, .kitchen-flow h2, .start h2 {
        font-size: 26px;
    }

    .measure-header {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        color: #12223B;
    }

    .text-section {
        width: 100%;
        display: block;
    }

    .left-item-align input.button {
        width: 100%;
    }

    .kitchen-flow li {
        padding-top: 20px !important;
    }

        .kitchen-flow li:nth-child(odd) > div > div {
            background: #fff;
        }

        .kitchen-flow li:nth-child(even) > div > div {
            background-color: #f6f5f3;
        }

    .content-image-wrap {
        flex-direction: column !important;
    }

        .content-image-wrap .content {
            order: 1;
        }

        .content-image-wrap img {
            order: 2;
            width: 100% !important;
        }

    .kitchen-flow li:nth-child(even) .content-image-wrap {
        flex-direction: column !important;
    }

    .kitchen-flow h2 {
        padding: 6px 2%;
    }

    .kitchen-flow span {
        font-size: 12px;
    }

    .kitchen-flow li > div {
        padding: 25px;
    }

        .kitchen-flow li > div > div > * {
            margin-bottom: 12px;
        }

    .start h2 {
        margin: 45px 0;
    }

    .start h3 {
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
        height: 0px;
    }

    .steps p {
        margin-top: 45px;
    }

    .steps li + li {
        margin-top: 24px;
        padding-top: 24px;
        border: 0;
        border-top: 1px solid #d5dae0;
    }

    section#kitchen-measurement {
        padding-bottom: 15%;
    }

    .fkd-2-ways-kitchen {
        gap: 0px !important;
    }

    .props ul li {
        height: 255px;
        padding: 43px 30px !important;
    }

        .props ul li img {
            width: 24px !important;
            height: 24px;
        }

    .faq {
        margin: 45px 0;
        padding: 35px 0;
    }

        .faq h4 + div {
            padding-top: 0px;
        }

        .faq section h4 {
            font-size: 16px;
            margin-bottom: 12px;
        }

    .reviews-kitchen h2 {
        font-weight: 700;
        font-size: 21px;
        line-height: 28px;
    }

    .reviews h2 {
        margin: 0px 0px 0px 0px;
    }

    .final h3 {
        font-size: 21px;
    }

    .final p {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #414854;
    }

    .steps p:after {
        transform: scale(0.75,3);
    }

    a#fdk__getstartedbutton {
        width: 100%;
    }
    a#fdk__getstartedhelpbutton {
        width: 100%;
    }

    @media (max-width: 750px) {
        .final li {
            height: 220px;
            padding: 20px 24px;
        }
    }
}

.content-image-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.kitchen-flow li:nth-child(even) .content-image-wrap {
    flex-direction: row-reverse;
}

@media(max-width: 750px) {
    .props ul {
        display: block;
    }

    .final {
        padding: 24px 0;
    }

        .final ul {
            display: block;
        }

        .final li {
            padding: 32px 24px;
        }

    .kitchen-flow li {
        position: relative;
        padding-top: 240px;
    }

        .kitchen-flow li > div.container {
            padding-top: 0;
        }

        .kitchen-flow li > div > img {
            width: calc(100% - 32px);
            height: auto;
            top: 16px;
            left: 16px;
        }

        .kitchen-flow li > div > div {
            position: relative;
            width: 100%;
            padding: 0 0 24px 0 !important;
            background: #f6f5f3;
            z-index: 1;
        }

            .kitchen-flow li > div > div > * {
                max-width: 100%;
            }
}

.props > div {
    padding: 0px 0;
    text-align: center;
}

.props ul li {
    flex: 1;
    margin: 12px 0px;
    padding: 56px 44px;
    background-color: #F6F5F3;
    border: 0px;
    border-radius: 0px;
    width: 100%;
}

@media(max-width: 768px) {
    .site-banner {
        display: block; /* Stack image + text vertically */
        height: auto;
    }

    .props ul {
        display: block;
    }

    .fkd-image {
        display: none;
    }

    .fkd-image-mobile {
        display: block;
        width: 100%;
        height: auto;
    }

        .fkd-image-mobile img {
            width: 100%;
            height: auto;
            max-height: 250px; /* adjust this as needed */
            object-fit: cover;
            display: block;
        }

    .left-item-align {
        padding: 1rem;
        width: 100%;
    }
}

@media(min-width: 768px) {
    .props ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .props ul li {
            width: 32%;
            margin: 12px 10px;
            max-width: initial;
        }

    .flow li > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 1350px) {
    .props p {
        width: 100%;
    }
}

.props ul li img {
    width: auto;
}

.faq section {
    border-bottom: 1px solid #d5d5d5;
    display: inline-block;
    width: 100%;
}

@media (max-width: 955px) {
    .steps li + li {
        margin-top: 24px;
        padding-top: 24px;
        border: 0;
        border-top: 1px solid #d5dae0;
    }
}

.see-more-kitchen {
    text-align: center;
    margin-top: 20px;
}

    .see-more-kitchen #see-more-btn {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        text-decoration-line: underline;
        color: #185A73;
        background: none;
        border: none;
        cursor: pointer;
    }

.fkd__ready-button {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

    .fkd__ready-button .fkd__arrow-icon {
        display: inline-flex;
        margin-left: 8px;
    }

.steps li:nth-child(1)::before {
    content: '1';
}

.steps li:nth-child(2)::before {
    content: '2';
}

a#fdk__getstartedbutton, a#fdk__getstartedbutton1, fdk__getstartedbutton2 {
    color: #fff !important;
}
