.elementor-25307 .elementor-element.elementor-element-ddea887{--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-25307 .elementor-element.elementor-element-9d5635a{--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-25307 .elementor-element.elementor-element-7ab0eda{--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-25307 .elementor-element.elementor-element-2184480{--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-8a5819e *//* =========================================================
   MEYGON — PROJECT INTRO
========================================================= */

.vc-meygon-intro {
    width: 100%;
    max-width: 1300px;

    margin: 0 auto 100px;
    padding: 0 20px;

    box-sizing: border-box;

    direction: rtl;
}

.vc-meygon-intro-inner {
    display: grid;

    grid-template-columns: minmax(0, 1fr) 440px;

    align-items: center;

    gap: 85px;
}


/* =========================================================
   CONTENT
========================================================= */

.vc-meygon-intro-content {
    max-width: 650px;
}

.vc-meygon-intro-label {
    display: inline-block;

    margin-bottom: 16px;

    color: #a51f27;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .15em;

    direction: ltr;
}

.vc-meygon-intro-content h2 {
    margin: 0 0 27px;

    color: #171717;

    font-size: 29px;
    line-height: 1.7;
    font-weight: 700;
}

.vc-meygon-intro-content p {
    margin: 0 0 19px;

    color: #5f5b58;

    font-size: 15px;
    line-height: 2.25;
}

.vc-meygon-intro-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   VISUAL
========================================================= */

.vc-meygon-intro-visual {
    position: relative;

    width: 100%;
}

.vc-meygon-intro-image {
    overflow: hidden;

    border-radius: 20px;

    background: #f2efed;

    box-shadow: 0 18px 45px rgba(0,0,0,.07);
}

.vc-meygon-intro-image img {
    display: block;

    width: 100%;
    height: 680px;

    object-fit: cover;

    transition: transform .6s ease;
}

.vc-meygon-intro-image:hover img {
    transform: scale(1.02);
}


/* =========================================================
   CAPTION
========================================================= */

.vc-meygon-intro-caption {
    position: absolute;

    left: -24px;
    bottom: 24px;

    display: flex;
    flex-direction: column;

    gap: 5px;

    min-width: 165px;

    padding: 14px 17px;

    background: #fff;

    border-right: 3px solid #a51f27;

    box-shadow: 0 10px 30px rgba(0,0,0,.10);

    box-sizing: border-box;
}

.vc-meygon-intro-caption span {
    color: #a51f27;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .12em;

    direction: ltr;
}

.vc-meygon-intro-caption strong {
    color: #222;

    font-size: 12px;
    font-weight: 600;

    direction: ltr;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-meygon-intro {
        margin-bottom: 75px;
    }

    .vc-meygon-intro-inner {
        grid-template-columns: minmax(0, 1fr) 360px;

        gap: 50px;
    }

    .vc-meygon-intro-content h2 {
        font-size: 26px;
    }

    .vc-meygon-intro-content p {
        font-size: 14px;
        line-height: 2.15;
    }

    .vc-meygon-intro-image img {
        height: 500px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .vc-meygon-intro {
        margin-bottom: 60px;
        padding: 0 18px;
    }

    .vc-meygon-intro-inner {
        display: flex;
        flex-direction: column;

        gap: 30px;

        align-items: stretch;
    }

    .vc-meygon-intro-content {
        max-width: 100%;
    }

    .vc-meygon-intro-label {
        margin-bottom: 12px;
    }

    .vc-meygon-intro-content h2 {
        margin-bottom: 19px;

        font-size: 24px;
        line-height: 1.7;
    }

    .vc-meygon-intro-content p {
        margin-bottom: 17px;

        font-size: 14px;
        line-height: 2.1;
    }

    .vc-meygon-intro-image {
        border-radius: 16px;
    }

    .vc-meygon-intro-image img {
        height: auto;
        max-height: 600px;
    }

    .vc-meygon-intro-caption {
        left: 12px;
        bottom: 14px;

        min-width: 145px;

        padding: 11px 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39f9e06 *//* =========================================================
   MEYGON — BATHROOM DETAIL
========================================================= */

.vc-meygon-bathroom-detail {

    width: 100%;
    max-width: 1180px;

    margin: 0 auto 100px;

    padding: 0 20px;

    box-sizing: border-box;

    direction: rtl;
}


/* =========================================================
   LAYOUT
   Desktop:
   Image Left | Text Right
========================================================= */

.vc-meygon-bathroom-detail-inner {

    display: grid;

    grid-template-columns: 440px minmax(0, 1fr);

    align-items: center;

    gap: 75px;

    direction: ltr;
}


/* =========================================================
   IMAGE
========================================================= */

.vc-meygon-bathroom-detail-image {

    width: 100%;

    direction: rtl;
}

.vc-meygon-bathroom-detail-image figure {

    margin: 0;

    overflow: hidden;

    border-radius: 22px;

    background: #f3f0ee;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .07);
}

.vc-meygon-bathroom-detail-image img {

    display: block;

    width: 100%;

    height: 650px;

    object-fit: cover;

    transition: transform .6s ease;
}

.vc-meygon-bathroom-detail-image figure:hover img {

    transform: scale(1.025);
}


/* =========================================================
   CONTENT
========================================================= */

.vc-meygon-bathroom-detail-content {

    max-width: 650px;

    direction: rtl;
}

.vc-meygon-bathroom-detail-label {

    display: inline-block;

    margin-bottom: 15px;

    color: #a51f27;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .14em;

    direction: ltr;
}

.vc-meygon-bathroom-detail-content h2 {

    margin: 0 0 26px;

    color: #171717;

    font-size: 29px;

    line-height: 1.7;

    font-weight: 700;
}

.vc-meygon-bathroom-detail-content p {

    margin: 0 0 18px;

    color: #5e5a58;

    font-size: 15px;

    line-height: 2.25;
}


/* =========================================================
   ARTICLE LINK
========================================================= */

.vc-meygon-bathroom-detail-link {

    margin-top: 25px !important;

    padding-top: 20px;

    border-top: 1px solid #e9e5e3;

    color: #555 !important;
}

.vc-meygon-bathroom-detail-link a {

    color: #a51f27;

    font-weight: 700;

    text-decoration: none;

    border-bottom: 1px solid rgba(165, 31, 39, .35);

    transition: all .25s ease;
}

.vc-meygon-bathroom-detail-link a:hover {

    color: #7e161d;

    border-bottom-color: #7e161d;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-meygon-bathroom-detail {

        margin-bottom: 75px;
    }

    .vc-meygon-bathroom-detail-inner {

        grid-template-columns: 350px minmax(0, 1fr);

        gap: 45px;
    }

    .vc-meygon-bathroom-detail-image img {

        height: 580px;
    }

    .vc-meygon-bathroom-detail-content h2 {

        font-size: 26px;
    }

    .vc-meygon-bathroom-detail-content p {

        font-size: 14px;

        line-height: 2.15;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .vc-meygon-bathroom-detail {

        margin-bottom: 60px;

        padding: 0 18px;
    }

    .vc-meygon-bathroom-detail-inner {

        display: flex;

        flex-direction: column;

        gap: 30px;

        align-items: stretch;

        direction: rtl;
    }

    .vc-meygon-bathroom-detail-image {

        order: 1;
    }

    .vc-meygon-bathroom-detail-content {

        order: 2;

        max-width: 100%;
    }

    .vc-meygon-bathroom-detail-image figure {

        border-radius: 17px;
    }

    .vc-meygon-bathroom-detail-image img {

        height: auto;

        max-height: 700px;

        object-fit: cover;
    }

    .vc-meygon-bathroom-detail-label {

        font-size: 9px;

        margin-bottom: 12px;
    }

    .vc-meygon-bathroom-detail-content h2 {

        margin-bottom: 19px;

        font-size: 24px;

        line-height: 1.7;
    }

    .vc-meygon-bathroom-detail-content p {

        margin-bottom: 17px;

        font-size: 14px;

        line-height: 2.1;
    }

    .vc-meygon-bathroom-detail-link {

        margin-top: 22px !important;

        padding-top: 18px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2940eb5 *//* =========================================================
   MEYGON — RESULT / TECHNICAL SECTION
========================================================= */

.vc-meygon-result {

    width: 100%;
    max-width: 1180px;

    margin: 0 auto 100px;

    padding: 75px 55px;

    box-sizing: border-box;

    background: #f7f5f3;

    border-radius: 26px;

    direction: rtl;
}


/* =========================================================
   HEADING
========================================================= */

.vc-meygon-result-heading {

    max-width: 700px;

    margin-bottom: 55px;
}

.vc-meygon-result-label {

    display: block;

    margin-bottom: 13px;

    color: #a51f27;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .15em;

    direction: ltr;
}

.vc-meygon-result-heading h2 {

    margin: 0;

    color: #171717;

    font-size: 30px;

    line-height: 1.7;

    font-weight: 700;
}


/* =========================================================
   TWO COLUMNS
========================================================= */

.vc-meygon-result-content {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 70px;

    position: relative;
}


/* خط ظریف وسط */

.vc-meygon-result-content::before {

    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    right: 50%;

    width: 1px;

    background: #ddd8d5;
}


/* =========================================================
   COLUMNS
========================================================= */

.vc-meygon-result-column {

    position: relative;

    padding-left: 20px;
}

.vc-meygon-result-number {

    display: block;

    margin-bottom: 15px;

    color: #a51f27;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .08em;

    direction: ltr;
}

.vc-meygon-result-column h3 {

    margin: 0 0 20px;

    color: #222;

    font-size: 20px;

    line-height: 1.7;

    font-weight: 700;
}

.vc-meygon-result-column p {

    margin: 0 0 17px;

    color: #625e5b;

    font-size: 14px;

    line-height: 2.25;
}

.vc-meygon-result-column p:last-child {

    margin-bottom: 0;
}


/* =========================================================
   PRODUCT LINK
========================================================= */

.vc-meygon-result-product {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 55px;

    padding-top: 25px;

    border-top: 1px solid #ddd8d5;
}

.vc-meygon-result-product-text {

    display: flex;

    flex-direction: column;

    gap: 5px;
}

.vc-meygon-result-product-text span {

    color: #a51f27;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .14em;

    direction: ltr;
}

.vc-meygon-result-product-text strong {

    color: #333;

    font-size: 13px;

    font-weight: 600;
}

.vc-meygon-result-product a {

    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 12px 20px;

    color: #fff;

    background: #a51f27;

    border-radius: 6px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: all .25s ease;
}

.vc-meygon-result-product a span {

    font-size: 18px;

    line-height: 1;

    transition: transform .25s ease;
}

.vc-meygon-result-product a:hover {

    background: #861820;

    transform: translateY(-2px);
}

.vc-meygon-result-product a:hover span {

    transform: translateX(-4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vc-meygon-result {

        padding: 55px 40px;

        margin-bottom: 75px;
    }

    .vc-meygon-result-content {

        gap: 45px;
    }

    .vc-meygon-result-heading h2 {

        font-size: 27px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .vc-meygon-result {

        margin-bottom: 60px;

        padding: 42px 22px;

        border-radius: 20px;
    }

    .vc-meygon-result-heading {

        margin-bottom: 35px;
    }

    .vc-meygon-result-heading h2 {

        font-size: 24px;

        line-height: 1.7;
    }

    .vc-meygon-result-content {

        display: flex;

        flex-direction: column;

        gap: 35px;
    }

    .vc-meygon-result-content::before {

        display: none;
    }

    .vc-meygon-result-column {

        padding: 0;

        padding-bottom: 30px;

        border-bottom: 1px solid #ddd8d5;
    }

    .vc-meygon-result-column:last-child {

        padding-bottom: 0;

        border-bottom: none;
    }

    .vc-meygon-result-column h3 {

        font-size: 18px;

        margin-bottom: 15px;
    }

    .vc-meygon-result-column p {

        font-size: 14px;

        line-height: 2.1;
    }

    .vc-meygon-result-product {

        align-items: flex-start;

        flex-direction: column;

        gap: 18px;

        margin-top: 35px;

        padding-top: 22px;
    }

    .vc-meygon-result-product a {

        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }

}/* End custom CSS */