.elementor-1575 .elementor-element.elementor-element-0a9680b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1575 .elementor-element.elementor-element-fadbced{--display:flex;}.elementor-1575 .elementor-element.elementor-element-374a583{--display:flex;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1575 .elementor-element.elementor-element-86fde95{--grid-columns:3;}.elementor-1575 .elementor-element.elementor-element-86fde95 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-1575 .elementor-element.elementor-element-86fde95 .e-loop-item > .elementor-section, .elementor-1575 .elementor-element.elementor-element-86fde95 .e-loop-item > .elementor-section > .elementor-container, .elementor-1575 .elementor-element.elementor-element-86fde95 .e-loop-item > .e-con, .elementor-1575 .elementor-element.elementor-element-86fde95 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1575 .elementor-element.elementor-element-86fde95{--grid-columns:2;}}@media(max-width:767px){.elementor-1575 .elementor-element.elementor-element-86fde95{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-59ecdee *//* =========================================
   MORE THAN INTERIORS — HERO
========================================= */

.mtd-interiors-hero {
    width: 100%;
    min-height: 620px;

    display: grid;
    grid-template-columns: 37% 63%;

    background: #fff;

    overflow: hidden;
}


/* =========================================
   LEFT CONTENT
========================================= */

.mtd-interiors-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 70px 55px;

    box-sizing: border-box;

    background: #fff;

    position: relative;
    z-index: 2;
}


/* =========================================
   HEADING
========================================= */

.mtd-interiors-hero-content h1 {
    margin: 0;

    font-family:"Montserrat", sans-serif;
    font-size:40px;
    line-height: 0.95;
    font-weight: 500;

    color: #111;

    letter-spacing: -1px;
}


/* =========================================
   SMALL LINE
========================================= */

.mtd-hero-line {
    width: 42px;
    height: 1px;

    background: #111;

    margin: 35px 0 25px;
}


/* =========================================
   DESCRIPTION
========================================= */

.mtd-interiors-hero-content p {
    max-width: 330px;

    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;

    color: #222;
}


/* =========================================
   HERO IMAGE
========================================= */

.mtd-interiors-hero-image {
    width: 100%;
    height: 620px;

    overflow: hidden;
}


.mtd-interiors-hero-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 1s ease;
}


/* =========================================
   SUBTLE IMAGE HOVER
========================================= */

.mtd-interiors-hero:hover
.mtd-interiors-hero-image img {
    transform: scale(1.015);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .mtd-interiors-hero {
        grid-template-columns: 40% 60%;
        min-height: 520px;
    }

    .mtd-interiors-hero-content {
        padding: 50px 35px;
    }

    .mtd-interiors-hero-content h1 {
        font-size: 60px;
    }

    .mtd-interiors-hero-image {
        height: 520px;
    }

    .mtd-interiors-hero-content p {
        font-size: 11px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .mtd-interiors-hero {
        display: flex;
        flex-direction: column;

        min-height: auto;
    }

    .mtd-interiors-hero-content {
        min-height: 390px;

        padding: 70px 25px 55px;
    }

    .mtd-interiors-hero-content h1 {
        font-size: 58px;
    }

    .mtd-hero-line {
        margin: 28px 0 22px;
    }

    .mtd-interiors-hero-content p {
        max-width: 340px;
        font-size: 11px;
    }

    .mtd-interiors-hero-image {
        height: 390px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e082b7 *//* =========================================
   MORE THAN INTERIORS
   WHAT WE DO
========================================= */

.mtd-interiors-services {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 90px 35px 110px;

    box-sizing: border-box;
}


/* =========================================
   SECTION HEADING
========================================= */

.mtd-interiors-services-heading {
    text-align: center;

    margin-bottom: 42px;
}


.mtd-interiors-services-heading span {
    display: block;

    margin-bottom: 12px;

    font-family: "Montserrat", sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 3px;

    color: #222;
}


.mtd-interiors-services-heading h2 {
    margin: 0;

    font-family:"Montserrat", sans-serif;

    font-size: clamp(42px, 4vw, 58px);

    line-height: 1;

    font-weight: 400;

    color: #161616;
}


.mtd-heading-line {
    width: 40px;
    height: 1px;

    background: #222;

    margin: 22px auto 0;
}


/* =========================================
   SERVICES GRID
========================================= */

.mtd-interiors-services-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px 16px;
}


/* =========================================
   SERVICE CARD
========================================= */

.mtd-interior-service {

    display: grid;

    grid-template-columns: 58% 42%;

    min-height: 285px;

    border: 1px solid #dedede;

    background: #fff;

    overflow: hidden;
}


/* =========================================
   IMAGE
========================================= */

.mtd-interior-service-image {

    width: 100%;
    height: 285px;

    overflow: hidden;
}


.mtd-interior-service-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.7s ease;
}


.mtd-interior-service:hover
.mtd-interior-service-image img {

    transform: scale(1.035);
}


/* =========================================
   CONTENT
========================================= */

.mtd-interior-service-content {

    position: relative;

    padding: 25px 25px 22px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


/* =========================================
   NUMBER
========================================= */

.mtd-interior-number {

    font-family:"Montserrat", sans-serif;

    font-size: 22px;

    line-height: 1;

    color: #111;
}


/* =========================================
   SMALL LINE
========================================= */

.mtd-service-line {

    width: 28px;
    height: 1px;

    background: #222;

    margin: 13px 0 14px;
}


/* =========================================
   SERVICE TITLE
========================================= */

.mtd-interior-service-content h3 {

    margin: 0 0 15px;

    font-family: "Montserrat", sans-serif;

    font-size: 29px;

    line-height: 0.98;

    font-weight: 500;

    color: #151515;
}


/* =========================================
   DESCRIPTION
========================================= */

.mtd-interior-service-content p {

    margin: 0;

    max-width: 210px;

    font-family: "Montserrat", sans-serif;

    font-size: 8.5px;

    line-height: 1.65;

    color: #555;
}


/* =========================================
   ARROW
========================================= */

.mtd-service-arrow {

    display: inline-flex;

    margin-top: auto;

    padding-top: 13px;

    color: #111;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 22px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


.mtd-interior-service:hover
.mtd-service-arrow {

    transform: translateX(6px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .mtd-interiors-services {

        padding: 75px 25px 90px;
    }


    .mtd-interior-service {

        grid-template-columns: 55% 45%;

        min-height: 260px;
    }


    .mtd-interior-service-image {

        height: 260px;
    }


    .mtd-interior-service-content {

        padding: 20px;
    }


    .mtd-interior-service-content h3 {

        font-size: 24px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .mtd-interiors-services {

        padding: 65px 18px 80px;
    }


    .mtd-interiors-services-heading {

        margin-bottom: 30px;
    }


    .mtd-interiors-services-heading h2 {

        font-size: 40px;
    }


    .mtd-interiors-services-grid {

        grid-template-columns: 1fr;

        gap: 14px;
    }


    .mtd-interior-service {

        grid-template-columns: 52% 48%;

        min-height: 230px;
    }


    .mtd-interior-service-image {

        height: 230px;
    }


    .mtd-interior-service-content {

        padding: 18px 15px;
    }


    .mtd-interior-number {

        font-size: 18px;
    }


    .mtd-interior-service-content h3 {

        font-size: 23px;

        margin-bottom: 10px;
    }


    .mtd-interior-service-content p {

        font-size: 7.5px;
    }

}/* End custom CSS */