.elementor-25352 .elementor-element.elementor-element-a011dbd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25352 .elementor-element.elementor-element-01dcdb6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25352 .elementor-element.elementor-element-6c86250{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25352 .elementor-element.elementor-element-5c6e8f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25352 .elementor-element.elementor-element-3138e7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25352 .elementor-element.elementor-element-01331f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-01728b1 *//* =========================================================
   MANSO FARISHTEH — HERO
========================================================= */

.vc-manso-hero {

    width: 100%;
    max-width: 1180px;

    margin: 0 auto 100px;

    padding: 0 20px;

    box-sizing: border-box;

    direction: rtl;
}


/* =========================================================
   MAIN LAYOUT
   Desktop:
   Video Left | Content Right
========================================================= */

.vc-manso-hero-inner {

    display: grid;

    grid-template-columns: 440px minmax(0, 1fr);

    align-items: center;

    gap: 75px;

    direction: ltr;
}


/* =========================================================
   VIDEO
========================================================= */

.vc-manso-hero-video {

    width: 100%;

    direction: rtl;
}

.vc-manso-hero-video-frame {

    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 24px;

    background: #151515;

    box-shadow:
        0 22px 55px rgba(0, 0, 0, .12);
}

.vc-manso-hero-video video {

    display: block;

    width: 100%;

    height: 610px;

    object-fit: cover;

    background: #111;
}


/* =========================================================
   CONTENT
========================================================= */

.vc-manso-hero-content {

    max-width: 650px;

    direction: rtl;
}

.vc-manso-hero-label {

    display: inline-block;

    margin-bottom: 17px;

    color: #a51f27;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .16em;

    direction: ltr;
}

.vc-manso-hero-content h1 {

    margin: 0 0 25px;

    color: #171717;

    font-size: 31px;

    line-height: 1.7;

    font-weight: 700;
}

.vc-manso-hero-description {

    margin: 0;

    color: #5d5957;

    font-size: 15px;

    line-height: 2.25;
}


/* =========================================================
   PROJECT META
========================================================= */

.vc-manso-hero-meta {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 24px 30px;

    margin-top: 38px;

    padding-top: 27px;

    border-top: 1px solid #e6e2e0;
}

.vc-manso-hero-meta-item {

    display: flex;

    align-items: center;

    gap: 12px;

    min-width: 0;
}

.vc-manso-hero-meta-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 38px;

    width: 38px;

    height: 38px;

    border: 1px solid #e3d9d7;

    border-radius: 50%;

    background: #faf7f6;
}

.vc-manso-hero-meta-icon svg {

    width: 17px;

    height: 17px;

    fill: none;

    stroke: #a51f27;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.vc-manso-hero-meta-item > div {

    display: flex;

    flex-direction: column;

    gap: 4px;
}

.vc-manso-hero-meta-item small {

    color: #999;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .09em;

    text-transform: uppercase;

    direction: ltr;
}

.vc-manso-hero-meta-item strong {

    color: #252525;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-manso-hero {

        margin-bottom: 75px;
    }

    .vc-manso-hero-inner {

        grid-template-columns: 350px minmax(0, 1fr);

        gap: 45px;
    }

    .vc-manso-hero-video video {

        height: 540px;
    }

    .vc-manso-hero-content h1 {

        font-size: 27px;
    }

    .vc-manso-hero-description {

        font-size: 14px;

        line-height: 2.15;
    }

    .vc-manso-hero-meta {

        gap: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= *//* =========================================================
   MANSO HERO — MOBILE ORDER
========================================================= */

@media (max-width: 700px) {

    .vc-manso-hero-inner {

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 32px;
    }


    /* متن و مشخصات پروژه — اول */

    .vc-manso-hero-content {

        order: 1;

        width: 100%;

        max-width: 100%;
    }


    /* ویدئو — بعد از متن */

    .vc-manso-hero-video {

        order: 2;

        width: 100%;
    }


    .vc-manso-hero-video-frame {

        width: 100%;

        margin: 0 auto;

        overflow: hidden;

        border-radius: 16px;
    }


    .vc-manso-hero-video-frame video {

        display: block;

        width: 100%;

        height: auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4cbf85 *//* =========================================================
   MANSO — EXECUTION PROCESS
========================================================= */

.vc-manso-execution {

    width: 100%;
    max-width: 1180px;

    margin: 0 auto 110px;

    padding: 0 20px;

    box-sizing: border-box;

    direction: rtl;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.vc-manso-execution-inner {

    display: grid;

    grid-template-columns: 430px minmax(0, 1fr);

    align-items: center;

    gap: 80px;
}


/* =========================================================
   VIDEO
========================================================= */

.vc-manso-execution-media {

    width: 100%;

    display: flex;

    justify-content: center;
}

.vc-manso-execution-video {

    position: relative;

    width: 100%;

    max-width: 390px;

    overflow: hidden;

    border-radius: 24px;

    background: #171717;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .12);
}

.vc-manso-execution-video::before {

    content: "";

    position: absolute;

    inset: 0;

    border: 1px solid rgba(255, 255, 255, .12);

    border-radius: inherit;

    pointer-events: none;

    z-index: 2;
}

.vc-manso-execution-video video {

    display: block;

    width: 100%;

    height: 650px;

    object-fit: cover;

    background: #111;
}


/* =========================================================
   CONTENT
========================================================= */

.vc-manso-execution-content {

    max-width: 610px;
}

.vc-manso-execution-label {

    display: inline-block;

    margin-bottom: 15px;

    color: #a51f27;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .16em;

    direction: ltr;
}

.vc-manso-execution-content h2 {

    margin: 0 0 22px;

    color: #171717;

    font-size: 29px;

    line-height: 1.7;

    font-weight: 700;
}

.vc-manso-execution-content > p {

    margin: 0 0 35px;

    color: #5c5856;

    font-size: 15px;

    line-height: 2.25;
}


/* =========================================================
   EXECUTION STEPS
========================================================= */

.vc-manso-execution-steps {

    border-top: 1px solid #e6e1df;
}

.vc-manso-execution-step {

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 18px 0;

    border-bottom: 1px solid #e6e1df;
}

.vc-manso-step-number {

    flex: 0 0 42px;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #a51f27;

    border-radius: 50%;

    color: #a51f27;

    font-size: 11px;

    font-weight: 700;

    direction: ltr;
}

.vc-manso-execution-step > div {

    display: flex;

    flex-direction: column;

    gap: 4px;
}

.vc-manso-execution-step strong {

    color: #222;

    font-size: 14px;

    font-weight: 700;
}

.vc-manso-execution-step div span {

    color: #888;

    font-size: 12px;

    line-height: 1.8;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-manso-execution {

        margin-bottom: 80px;
    }

    .vc-manso-execution-inner {

        grid-template-columns: 360px minmax(0, 1fr);

        gap: 45px;
    }

    .vc-manso-execution-video video {

        height: 560px;
    }

    .vc-manso-execution-content h2 {

        font-size: 25px;
    }

    .vc-manso-execution-content > p {

        font-size: 14px;

        line-height: 2.15;
    }

}


/* =======================/* =========================================================
   MOBILE — CONTENT FIRST, VIDEO SECOND
========================================================= */

@media (max-width: 700px) {

    .vc-manso-execution {

        width: 100%;

        margin: 0 auto 65px;

        padding: 0 18px;

        box-sizing: border-box;
    }


    /* Main mobile layout */

    .vc-manso-execution-inner {

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 32px;
    }


    /* =========================================
       CONTENT — FIRST
    ========================================= */

    .vc-manso-execution-content {

        order: 1;

        width: 100%;

        max-width: 100%;
    }


    .vc-manso-execution-label {

        display: inline-block;

        margin-bottom: 12px;

        font-size: 9px;
    }


    .vc-manso-execution-content h2 {

        margin: 0 0 17px;

        font-size: 23px;

        line-height: 1.7;
    }


    .vc-manso-execution-content > p {

        margin: 0 0 28px;

        font-size: 14px;

        line-height: 2.1;
    }


    /* =========================================
       EXECUTION STEPS
    ========================================= */

    .vc-manso-execution-steps {

        width: 100%;
    }


    .vc-manso-execution-step {

        display: flex;

        align-items: center;

        gap: 14px;

        padding: 16px 0;
    }


    .vc-manso-step-number {

        flex: 0 0 38px;

        width: 38px;

        height: 38px;

        font-size: 10px;
    }


    .vc-manso-execution-step strong {

        font-size: 13px;
    }


    .vc-manso-execution-step div span {

        font-size: 11px;

        line-height: 1.8;
    }


    /* =========================================
       VIDEO — SECOND
    ========================================= */

    .vc-manso-execution-media {

        order: 2;

        width: 100%;

        display: flex;

        justify-content: center;
    }


    .vc-manso-execution-video {

        width: 100%;

        max-width: 100%;

        border-radius: 19px;
    }


    .vc-manso-execution-video video {

        display: block;

        width: 100%;

        height: 520px;

        object-fit: cover;

        background: #111;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5553835 *//* =========================================================
   MANSO — DESIGN & COLOR
========================================================= */

.vc-manso-colors {

    width: 100%;
    max-width: 1180px;

    margin: 0 auto 110px;

    padding: 0 20px;

    box-sizing: border-box;

    direction: rtl;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.vc-manso-colors-inner {

    display: grid;

    grid-template-columns: 330px minmax(0, 1fr);

    align-items: center;

    gap: 65px;
}


/* =========================================================
   CONTENT
========================================================= */

.vc-manso-colors-content {

    max-width: 330px;
}

.vc-manso-colors-label {

    display: inline-block;

    margin-bottom: 14px;

    color: #a51f27;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .15em;

    direction: ltr;
}

.vc-manso-colors-content h2 {

    margin: 0 0 20px;

    color: #171717;

    font-size: 27px;

    line-height: 1.7;

    font-weight: 700;
}

.vc-manso-colors-content p {

    margin: 0;

    color: #5c5856;

    font-size: 14px;

    line-height: 2.25;
}


/* =========================================================
   GALLERY
========================================================= */

.vc-manso-colors-gallery {

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 14px;

    align-items: stretch;
}

.vc-manso-colors-item {

    margin: 0;

    overflow: hidden;

    border-radius: 18px;

    background: #f3f1ef;

    aspect-ratio: 3 / 5;
}

.vc-manso-colors-item img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .5s ease;
}

.vc-manso-colors-item:hover img {

    transform: scale(1.035);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-manso-colors {

        margin-bottom: 80px;
    }

    .vc-manso-colors-inner {

        grid-template-columns: 280px minmax(0, 1fr);

        gap: 40px;
    }

    .vc-manso-colors-content h2 {

        font-size: 24px;
    }

    .vc-manso-colors-content p {

        font-size: 13px;

        line-height: 2.1;
    }

    .vc-manso-colors-gallery {

        gap: 10px;
    }

    .vc-manso-colors-item {

        border-radius: 14px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .vc-manso-colors {

        margin-bottom: 65px;

        padding: 0 18px;
    }

    .vc-manso-colors-inner {

        display: flex;

        flex-direction: column;

        gap: 28px;

        align-items: stretch;
    }

    .vc-manso-colors-content {

        max-width: 100%;
    }

    .vc-manso-colors-label {

        margin-bottom: 11px;

        font-size: 9px;
    }

    .vc-manso-colors-content h2 {

        margin-bottom: 15px;

        font-size: 23px;

        line-height: 1.7;
    }

    .vc-manso-colors-content p {

        font-size: 14px;

        line-height: 2.1;
    }

    .vc-manso-colors-gallery {

        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 8px;
    }

    .vc-manso-colors-item {

        aspect-ratio: 3 / 4;

        border-radius: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c537bce *//* =========================================================
   MANSO — AFTER APPLICATION
========================================================= */

.vc-manso-after {

    width: 100%;
    max-width: 1180px;

    margin: 0 auto 110px;

    padding: 0 20px;

    box-sizing: border-box;

    direction: rtl;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.vc-manso-after-inner {

    display: grid;

    grid-template-columns: minmax(0, 1fr) 500px;

    align-items: center;

    gap: 65px;
}


/* =========================================================
   CONTENT
========================================================= */

.vc-manso-after-content {

    max-width: 480px;
}

.vc-manso-after-label {

    display: inline-block;

    margin-bottom: 15px;

    color: #a51f27;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .15em;

    direction: ltr;
}

.vc-manso-after-content h2 {

    margin: 0 0 21px;

    color: #171717;

    font-size: 29px;

    line-height: 1.7;

    font-weight: 700;
}

.vc-manso-after-content p {

    margin: 0;

    color: #5b5755;

    font-size: 15px;

    line-height: 2.25;
}


/* =========================================================
   VIDEO
========================================================= */

.vc-manso-after-video {

    display: flex;

    justify-content: center;

    width: 100%;
}

.vc-manso-after-video-frame {

    width: 100%;

    max-width: 500px;

    overflow: hidden;

    border-radius: 22px;

    background: #111;

    box-shadow: 0 18px 50px rgba(0,0,0,.10);
}

.vc-manso-after-video-frame video {

    display: block;

    width: 100%;

    height: auto;

    max-height: 760px;

    object-fit: cover;

    background: #111;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-manso-after {

        margin-bottom: 80px;
    }

    .vc-manso-after-inner {

        grid-template-columns: minmax(0, 1fr) 390px;

        gap: 40px;
    }

    .vc-manso-after-content h2 {

        font-size: 25px;
    }

    .vc-manso-after-content p {

        font-size: 14px;

        line-height: 2.15;
    }

    .vc-manso-after-video-frame {

        border-radius: 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .vc-manso-after {

        margin-bottom: 65px;

        padding: 0 18px;
    }

    .vc-manso-after-inner {

        display: flex;

        flex-direction: column;

        gap: 30px;

        align-items: stretch;
    }

    .vc-manso-after-content {

        max-width: 100%;
    }

    .vc-manso-after-label {

        margin-bottom: 11px;

        font-size: 9px;
    }

    .vc-manso-after-content h2 {

        margin-bottom: 16px;

        font-size: 23px;

        line-height: 1.7;
    }

    .vc-manso-after-content p {

        font-size: 14px;

        line-height: 2.1;
    }

    .vc-manso-after-video {

        width: 100%;
    }

    .vc-manso-after-video-frame {

        width: 100%;

        max-width: 430px;

        margin: 0 auto;

        border-radius: 16px;
    }

    .vc-manso-after-video-frame video {

        max-height: none;

        width: 100%;

        height: auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-380889e *//* =========================================================
   MANSO — FINAL RESULT
========================================================= */

.vc-manso-final {

    width: 100%;

    margin: 0 auto 120px;

    padding: 0 20px;

    box-sizing: border-box;

    direction: rtl;
}


/* =========================================================
   INNER
========================================================= */

.vc-manso-final-inner {

    width: 100%;

    max-width: 1120px;

    margin: 0 auto;
}


/* =========================================================
   INTRO
========================================================= */

.vc-manso-final-intro {

    max-width: 720px;

    margin: 0 auto 38px;

    text-align: center;
}

.vc-manso-final-label {

    display: inline-block;

    margin-bottom: 14px;

    color: #a51f27;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .16em;

    direction: ltr;
}

.vc-manso-final-intro h2 {

    margin: 0 0 18px;

    color: #151515;

    font-size: 30px;

    line-height: 1.65;

    font-weight: 700;
}

.vc-manso-final-intro p {

    margin: 0;

    color: #5b5755;

    font-size: 15px;

    line-height: 2.2;
}


/* =========================================================
   VIDEO
========================================================= */

.vc-manso-final-video {

    width: 100%;

    display: flex;

    justify-content: center;
}

.vc-manso-final-video-frame {

    width: 100%;

    max-width: 1080px;

    overflow: hidden;

    border-radius: 20px;

    background: #111;

    box-shadow: 0 20px 55px rgba(0,0,0,.13);
}

.vc-manso-final-video-frame video {

    display: block;

    width: 100%;

    height: auto;

    max-height: 610px;

    object-fit: cover;

    background: #111;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-manso-final {

        margin-bottom: 90px;

        padding: 0 18px;
    }

    .vc-manso-final-inner {

        max-width: 900px;
    }

    .vc-manso-final-intro {

        margin-bottom: 32px;
    }

    .vc-manso-final-intro h2 {

        font-size: 27px;
    }

    .vc-manso-final-intro p {

        font-size: 14px;

        line-height: 2.15;
    }

    .vc-manso-final-video-frame {

        border-radius: 17px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .vc-manso-final {

        margin-bottom: 70px;

        padding: 0 14px;
    }

    .vc-manso-final-inner {

        max-width: 100%;
    }

    .vc-manso-final-intro {

        margin-bottom: 24px;

        padding: 0 5px;
    }

    .vc-manso-final-label {

        margin-bottom: 10px;

        font-size: 9px;
    }

    .vc-manso-final-intro h2 {

        margin-bottom: 14px;

        font-size: 23px;

        line-height: 1.7;
    }

    .vc-manso-final-intro p {

        font-size: 13.5px;

        line-height: 2.05;
    }

    .vc-manso-final-video-frame {

        width: 100%;

        border-radius: 13px;

        box-shadow: 0 12px 35px rgba(0,0,0,.12);
    }

    .vc-manso-final-video-frame video {

        width: 100%;

        max-height: none;

        height: auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d25267 *//* =========================================================
   MANSO — FINAL CTA
========================================================= */

.vc-manso-cta {

    width: 100%;

    margin: 0 auto 70px;

    padding: 75px 20px;

    box-sizing: border-box;

    direction: rtl;

    background: #f6f3f1;
}


/* =========================================================
   INNER
========================================================= */

.vc-manso-cta-inner {

    max-width: 780px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   LABEL
========================================================= */

.vc-manso-cta-label {

    display: inline-block;

    margin-bottom: 15px;

    color: #a51f27;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .16em;

    direction: ltr;
}


/* =========================================================
   TITLE
========================================================= */

.vc-manso-cta h2 {

    margin: 0 0 20px;

    color: #171717;

    font-size: 30px;

    line-height: 1.7;

    font-weight: 700;
}


/* =========================================================
   TEXT
========================================================= */

.vc-manso-cta p {

    max-width: 680px;

    margin: 0 auto 30px;

    color: #5c5856;

    font-size: 15px;

    line-height: 2.2;
}


/* =========================================================
   BUTTON
========================================================= */

.vc-manso-cta-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    min-height: 52px;

    padding: 0 25px;

    box-sizing: border-box;

    border-radius: 8px;

    background: #a51f27;

    color: #fff !important;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.vc-manso-cta-button span {

    font-size: 18px;

    line-height: 1;

    transition: transform .3s ease;
}

.vc-manso-cta-button:hover {

    background: #871920;

    color: #fff !important;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(165,31,39,.18);
}

.vc-manso-cta-button:hover span {

    transform: translateX(-4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-manso-cta {

        padding: 65px 20px;

        margin-bottom: 55px;
    }

    .vc-manso-cta h2 {

        font-size: 27px;
    }

    .vc-manso-cta p {

        font-size: 14px;

        line-height: 2.15;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .vc-manso-cta {

        padding: 55px 18px;

        margin-bottom: 35px;
    }

    .vc-manso-cta-label {

        margin-bottom: 11px;

        font-size: 9px;
    }

    .vc-manso-cta h2 {

        margin-bottom: 15px;

        font-size: 23px;

        line-height: 1.7;
    }

    .vc-manso-cta p {

        margin-bottom: 25px;

        font-size: 12.5px;

        line-height: 2.1;
    }

    .vc-manso-cta-button {

        width: 100%;

        max-width: 330px;

        min-height: 50px;

        padding: 0 18px;

        font-size: 11px;
    }

}/* End custom CSS */