.elementor-346 .elementor-element.elementor-element-8cbf452{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8cbf452 *//* =====================================
   MIRAYE KHAAS FOOTER
===================================== */

.mk-footer{
    --mk-primary:#a64d43;
    --mk-primary-dark:#883e36;
    --mk-bg:#f8f4f1;
    --mk-dark:#171717;
    --mk-text:#66605c;
    --mk-border:#e6ddd8;
    max-width:none !important;
    background:var(--mk-bg);
    color:var(--mk-dark);
    font-family:inherit;
}


/* =====================================
   FEATURES
===================================== */

.mk-footer-features {
    max-width: 1240px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-bottom: 1px solid var(--mk-border);
}

.mk-footer-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 28px 20px;
}

.mk-footer-feature:not(:last-child) {
    border-right: 1px solid var(--mk-border);
}

.mk-feature-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.mk-feature-icon svg {
    width: 28px;
    height: 28px;

    fill: none;
    stroke: var(--mk-primary);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mk-footer-feature h4 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
}

.mk-footer-feature p {
    margin: 0;
    font-size: 13px;
    color: var(--mk-text);
}


/* =====================================
   MAIN FOOTER
===================================== */

.mk-footer-main {
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.9fr 1.35fr;
    gap: 55px;

    padding: 65px 30px 55px;
}


/* BRAND */

.mk-footer-logo {
    display: inline-block;

    margin-bottom: 22px;

    color: var(--mk-dark);
    text-decoration: none;

    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
}

.mk-footer-logo span {
    color: var(--mk-primary);
}

.mk-footer-about {
    max-width: 310px;

    margin: 0 0 25px;

    color: var(--mk-text);
    font-size: 14px;
    line-height: 1.8;
}


/* SOCIAL */

.mk-socials {
    display: flex;
    gap: 10px;
}

.mk-socials a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--mk-border);
    border-radius: 50%;

    color: var(--mk-dark);
    background: #fff;

    transition: 0.25s ease;
}

.mk-socials a:hover {
    color: #fff;
    background: var(--mk-primary);
    border-color: var(--mk-primary);

    transform: translateY(-2px);
}

.mk-socials svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =====================================
   COLUMNS
===================================== */

.mk-footer-column h3 {
    position: relative;

    margin: 5px 0 23px;

    font-size: 15px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.mk-footer-column h3::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -9px;

    width: 28px;
    height: 2px;

    background: var(--mk-primary);
}

.mk-footer-column ul {
    list-style: none;

    padding: 0;
    margin: 0;
}

.mk-footer-column li {
    margin-bottom: 12px;
}

.mk-footer-column li a {
    color: var(--mk-text);

    font-size: 14px;
    text-decoration: none;

    transition: 0.2s ease;
}

.mk-footer-column li a:hover {
    color: var(--mk-primary);
    padding-left: 4px;
}


/* =====================================
   NEWSLETTER
===================================== */

.mk-newsletter p {
    color: var(--mk-text);

    font-size: 14px;
    line-height: 1.7;

    margin: 0 0 17px;
}

.mk-newsletter-form {
    display: flex;

    width: 100%;
    height: 48px;

    background: #fff;

    border: 1px solid var(--mk-border);
    border-radius: 5px;

    overflow: hidden;
}

.mk-newsletter-form input {
    flex: 1;
    min-width: 0;

    padding: 0 15px !important;

    border: 0 !important;
    outline: 0 !important;

    background: transparent !important;

    font-family: inherit;
    font-size: 13px;
    color: var(--mk-dark);

    box-shadow: none !important;
}

.mk-newsletter-form button {
    min-width: 110px;

    padding: 0 17px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: var(--mk-primary) !important;
    color: #fff !important;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.2s ease;
}

.mk-newsletter-form button:hover {
    background: var(--mk-primary-dark) !important;
}

.mk-newsletter-note {
    display: block;

    margin-top: 9px;

    color: #9b928d;
    font-size: 11px;
}


/* =====================================
   FOOTER BOTTOM
===================================== */

.mk-footer-bottom {
    max-width: 1280px;

    margin: 0 auto;
    padding: 20px 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 25px;

    border-top: 1px solid var(--mk-border);
}

.mk-footer-bottom p {
    margin: 0;

    color: var(--mk-text);
    font-size: 12px;
}

.mk-footer-bottom-links {
    display: flex;
    gap: 25px;
}

.mk-footer-bottom-links a {
    color: var(--mk-text);

    font-size: 12px;
    text-decoration: none;
}

.mk-footer-bottom-links a:hover {
    color: var(--mk-primary);
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 1024px) {

    .mk-footer-main {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 40px;
    }

    .mk-newsletter {
        grid-column: 1 / -1;
        max-width: 550px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .mk-footer-features {
        grid-template-columns: 1fr;
        padding: 5px 20px;
    }

    .mk-footer-feature {
        justify-content: flex-start;
        padding: 20px 5px;
    }

    .mk-footer-feature:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--mk-border);
    }


    .mk-footer-main {
        grid-template-columns: 1fr;
        gap: 37px;

        padding: 45px 22px 40px;
    }

    .mk-newsletter {
        grid-column: auto;
        max-width: 100%;
    }

    .mk-footer-logo {
        font-size: 27px;
    }

    .mk-footer-about {
        max-width: 100%;
    }

    .mk-newsletter-form {
        height: auto;
        flex-direction: column;

        border: 0;
        background: transparent;

        gap: 9px;
        overflow: visible;
    }

    .mk-newsletter-form input {
        width: 100%;
        height: 48px;

        background: #fff !important;

        border: 1px solid var(--mk-border) !important;
        border-radius: 5px !important;
    }

    .mk-newsletter-form button {
        width: 100%;
        height: 48px;

        border-radius: 5px !important;
    }


    .mk-footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        padding: 20px 22px;
    }

    .mk-footer-bottom-links {
        flex-wrap: wrap;
        gap: 10px 20px;
    }

}/* End custom CSS */