.elementor-2166 .elementor-element.elementor-element-8310e69{--display:flex;--margin-top:-18px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2166 .elementor-element.elementor-element-24c5fa9{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2166 .elementor-element.elementor-element-8310e69{--content-width:1195px;}}/* Start custom CSS for html, class: .elementor-element-fb58848 */.mtd-portfolio-hero {
    position: relative;
    width: 100%;
    height: 520px;

    background-image: url(https://morethan-designs.com/wp-content/uploads/2026/08/z.png);
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;

    overflow: hidden;
}

.mtd-portfolio-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.58) 42%,
        rgba(0, 0, 0, 0.18) 100%
    );
}

.mtd-portfolio-hero-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 0 50px;

    box-sizing: border-box;

    color: #ffffff;
}

.mtd-portfolio-label {
    display: block;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 4px;

    margin-bottom: 22px;

    color: #ffffff;
}

.mtd-portfolio-hero h1 {
    margin: 0;

    font-family:"Montserrat", sans-serif;
    font-size: 82px;
    font-weight: 400;
    line-height: 0.95;

    letter-spacing: 1px;

    color: #ffffff;
}

.mtd-portfolio-line {
    width: 48px;
    height: 1px;

    background: #ffffff;

    margin: 28px 0 25px;
}

.mtd-portfolio-hero p {
    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;

    line-height: 1.8;

    color: #ffffff;
}


/* TABLET */

@media (max-width: 1024px) {

    .mtd-portfolio-hero {
        height: 480px;
    }

    .mtd-portfolio-hero-content {
        padding: 0 40px;
    }

    .mtd-portfolio-hero h1 {
        font-size: 68px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .mtd-portfolio-hero {
        height: 430px;

        background-position: center;
    }

    .mtd-portfolio-hero-content {
        padding: 0 25px;
    }

    .mtd-portfolio-label {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 18px;
    }

    .mtd-portfolio-hero h1 {
        font-size: 52px;
    }

    .mtd-portfolio-line {
        margin: 22px 0 20px;
    }

    .mtd-portfolio-hero p {
        font-size: 13px;
        line-height: 1.7;
    }

}/* End custom CSS */