.elementor-712 .elementor-element.elementor-element-1e454e4{--display:flex;--gap:64px 64px;--row-gap:64px;--column-gap:64px;}@media(min-width:768px){.elementor-712 .elementor-element.elementor-element-1e454e4{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-1018063 *//* =========================================================
   آجر لفتون قرمز انگلیسی
   Product Identity / Material Profile
   Scope: .english-red-identity-section
========================================================= */

.english-red-identity-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.english-red-identity-section .english-red-identity-intro {
    margin: 18px 0 28px;
}


.english-red-identity-section .english-red-identity-intro p {
    margin: 0;

    font-size: 17px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


.english-red-identity-section .english-red-identity-intro strong {
    color: var(--lefton-text);
    font-weight: 750;
}


/* =========================================================
   Main Layout
========================================================= */

.english-red-identity-section .english-red-identity-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.4fr);

    gap: 25px;

    align-items: start;
}


/* =========================================================
   Main Identity
========================================================= */

.english-red-identity-section .english-red-identity-main {
    position: relative;

    padding: 26px 24px;

    background: #fafafa;

    border-right: 3px solid var(--lefton-wine);
}


.english-red-identity-section .english-red-identity-kicker {
    display: block;

    margin-bottom: 7px;

    font-size: 13px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-identity-section .english-red-identity-main h3 {
    margin: 0 0 9px;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;

    color: var(--lefton-text);
}


.english-red-identity-section .english-red-identity-main > p {
    margin: 0;

    font-size: 16px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


/* Highlight */

.english-red-identity-section .english-red-identity-highlight {
    margin-top: 20px;
    padding-top: 16px;

    border-top: 1px solid #e3e3e3;
}


.english-red-identity-section .english-red-identity-highlight span {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;
    font-weight: 700;

    color: #999999;
}


.english-red-identity-section .english-red-identity-highlight strong {
    display: block;

    font-size: 13px;
    font-weight: 750;
    line-height: 2;

    color: var(--lefton-text);
}


/* =========================================================
   Identity Points
========================================================= */

.english-red-identity-section .english-red-identity-points {
    border-top: 1px solid var(--lefton-border);
}


.english-red-identity-section .english-red-identity-point {
    display: grid;

    grid-template-columns:
        42px
        minmax(0, 1fr);

    gap: 16px;

    padding: 18px 0;

    border-bottom: 1px solid var(--lefton-border);
}


/* Number */

.english-red-identity-section .english-red-identity-index {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 36px;

    background: #f7f1f2;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* Content */

.english-red-identity-section .english-red-identity-point > div {
    min-width: 0;
}


.english-red-identity-section .english-red-identity-label {
    display: block;

    margin-bottom: 2px;

    font-size: 12px;
    font-weight: 700;

    color: #a0a0a0;
}


.english-red-identity-section .english-red-identity-point h3 {
    margin: 0 0 4px;

    font-size: 17px;
    font-weight: 750;
    line-height: 1.8;

    color: var(--lefton-text);
}


.english-red-identity-section .english-red-identity-point p {
    margin: 0;

    font-size: 14px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Decision Strip
========================================================= */

.english-red-identity-section .english-red-identity-decision {
    display: grid;

    grid-template-columns:
        minmax(0, .7fr)
        minmax(0, 1.3fr);

    gap: 24px;

    align-items: center;

    margin-top: 18px;
    padding: 18px 20px;

    background: #ffffff;

    border-top: 1px solid var(--lefton-border);
    border-bottom: 1px solid var(--lefton-border);
}


.english-red-identity-section
.english-red-identity-decision-title span {
    display: block;

    margin-bottom: 3px;

    font-size: 13px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-identity-section
.english-red-identity-decision-title strong {
    display: block;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.9;

    color: var(--lefton-text);
}


.english-red-identity-section
.english-red-identity-decision-text p {
    margin: 0;

    font-size: 16px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .english-red-identity-section .english-red-identity-layout {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-identity-section .english-red-identity-intro {
        margin-bottom: 20px;
    }


    .english-red-identity-section .english-red-identity-intro p {
        font-size: 16px;
        line-height: 2;
    }


    .english-red-identity-section .english-red-identity-layout {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .english-red-identity-section .english-red-identity-main {
        padding: 20px 16px;
    }


    .english-red-identity-section .english-red-identity-main h3 {
        font-size: 17px;
    }


    .english-red-identity-section .english-red-identity-point {
        grid-template-columns:
            36px
            minmax(0, 1fr);

        gap: 11px;

        padding: 16px 0;
    }


    .english-red-identity-section .english-red-identity-index {
        height: 34px;

        font-size: 9px;
    }


    .english-red-identity-section .english-red-identity-point h3 {
        font-size: 15px;
    }


    .english-red-identity-section .english-red-identity-decision {
        grid-template-columns: 1fr;

        gap: 9px;

        padding: 16px 0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dbd45e *//* =========================================================
   کاربرد آجر لفتون قرمز انگلیسی
   Application Matrix
   Scope: .english-red-use-section
========================================================= */

.english-red-use-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.english-red-use-section .english-red-use-intro {
    margin: 18px 0 28px;
}


.english-red-use-section .english-red-use-intro p {
    margin: 0;

    font-size: 16px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


.english-red-use-section .english-red-use-intro strong {
    color: var(--lefton-text);

    font-weight: 750;
}


/* =========================================================
   Application Matrix
========================================================= */

.english-red-use-section .english-red-use-matrix {
    border-top: 1px solid var(--lefton-border);
}


.english-red-use-section .english-red-use-row {
    display: grid;

    grid-template-columns:
        44px
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 20px;

    align-items: center;

    padding: 22px 0;

    border-bottom: 1px solid var(--lefton-border);
}


/* Number */

.english-red-use-section .english-red-use-index {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 38px;

    background: #f7f1f2;

    border-radius: 7px;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* =========================================================
   Title
========================================================= */

.english-red-use-section .english-red-use-title {
    min-width: 0;
}


.english-red-use-section .english-red-use-title > span {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-use-section .english-red-use-title h3 {
    margin: 0;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.8;

    color: var(--lefton-text);
}


/* =========================================================
   Description
========================================================= */

.english-red-use-section .english-red-use-description {
    min-width: 0;

    padding-right: 20px;

    border-right: 1px solid #ededed;
}


.english-red-use-section .english-red-use-description p {
    margin: 0;

    font-size: 15px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* =========================================================
   Selection Boundary
========================================================= */

.english-red-use-section .english-red-use-boundary {
    display: grid;

    grid-template-columns:
        minmax(0, .75fr)
        minmax(0, 1.25fr);

    gap: 25px;

    margin-top: 20px;
    padding: 21px 22px;

    background: #fafafa;

    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}


/* Heading */

.english-red-use-section
.english-red-use-boundary-head > span {
    display: block;

    margin-bottom: 4px;

    font-size: 12px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-use-section
.english-red-use-boundary-head h3 {
    margin: 0;

    font-size: 17px;
    font-weight: 800;
    line-height: 1.85;

    color: var(--lefton-text);
}


/* List */

.english-red-use-section
.english-red-use-boundary-content {
    display: flex;
    flex-direction: column;

    justify-content: center;

    gap: 9px;
}


.english-red-use-section
.english-red-use-boundary-content > div {
    display: flex;
    align-items: flex-start;

    gap: 9px;
}


.english-red-use-section
.english-red-use-boundary-content p {
    margin: 0;

    font-size: 16px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* Dot */

.english-red-use-section .english-red-use-dot {
    flex: 0 0 6px;

    height: 6px;

    margin-top: 9px;

    background: var(--lefton-wine);

    border-radius: 50%;
}


/* =========================================================
   Note
========================================================= */

.english-red-use-section .english-red-use-note {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 14px;
    padding: 15px 17px;

    background: #ffffff;

    border-right: 3px solid var(--lefton-wine);
}


.english-red-use-section .english-red-use-note-mark {
    flex: 0 0 27px;

    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f1f2;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-use-section .english-red-use-note > div {
    min-width: 0;
}


.english-red-use-section .english-red-use-note strong {
    display: block;

    margin-bottom: 3px;

    font-size: 15px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-use-section .english-red-use-note p {
    margin: 0;

    font-size: 16px;
    line-height: 2;

    color: #797979;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .english-red-use-section .english-red-use-row {
        grid-template-columns:
            42px
            minmax(0, 1fr);

        gap: 14px;
    }


    .english-red-use-section
    .english-red-use-description {
        grid-column: 2;

        padding: 10px 0 0;

        border-right: 0;
        border-top: 1px dashed #e7e7e7;
    }


    .english-red-use-section
    .english-red-use-boundary {
        grid-template-columns: 1fr;

        gap: 14px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-use-section .english-red-use-intro {
        margin-bottom: 20px;
    }


    .english-red-use-section .english-red-use-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .english-red-use-section .english-red-use-row {
        grid-template-columns:
            34px
            minmax(0, 1fr);

        gap: 11px;

        padding: 18px 0;
    }


    .english-red-use-section .english-red-use-index {
        height: 32px;

        font-size: 9px;
    }


    .english-red-use-section .english-red-use-title h3 {
        font-size: 15px;
    }


    .english-red-use-section
    .english-red-use-description {
        grid-column: 2;

        padding: 9px 0 0;
    }


    .english-red-use-section
    .english-red-use-description p {
        font-size: 12px;
    }


    .english-red-use-section
    .english-red-use-boundary {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 17px 15px;
    }


    .english-red-use-section
    .english-red-use-boundary-head h3 {
        font-size: 15px;
    }


    .english-red-use-section .english-red-use-note {
        padding: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95d634c *//* =========================================================
   تفاوت رنگ آجر لفتون قرمز انگلیسی
   Color Profile
   Scope: .english-red-color-section
========================================================= */

.english-red-color-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.english-red-color-section .english-red-color-intro {
    margin: 18px 0 28px;
}


.english-red-color-section .english-red-color-intro p {
    margin: 0;

    font-size: 16px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


.english-red-color-section .english-red-color-intro strong {
    color: var(--lefton-text);
    font-weight: 750;
}


/* =========================================================
   Color Profile
========================================================= */

.english-red-color-section .english-red-color-profile {
    padding: 24px 0;

    border-top: 1px solid var(--lefton-border);
    border-bottom: 1px solid var(--lefton-border);
}


.english-red-color-section .english-red-color-profile-title {
    margin-bottom: 25px;
}


.english-red-color-section
.english-red-color-profile-title > span {
    display: block;

    margin-bottom: 4px;

    font-size: 12px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-color-section
.english-red-color-profile-title h3 {
    margin: 0 0 6px;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.8;

    color: var(--lefton-text);
}


.english-red-color-section
.english-red-color-profile-title p {
    margin: 0;

    font-size: 16px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Visual Scale
========================================================= */

.english-red-color-section .english-red-color-scale {
    position: relative;

    padding-top: 11px;
}


.english-red-color-section .english-red-color-scale-line {
    position: absolute;

    top: 16px;
    right: 8%;

    width: 84%;
    height: 1px;

    background: #dedede;
}


.english-red-color-section .english-red-color-scale-points {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}


.english-red-color-section
.english-red-color-scale-points > div {
    text-align: center;
}


.english-red-color-section
.english-red-color-scale-points > div > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    margin: 0 auto 9px;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.25);
    border-radius: 50%;

    font-size: 14px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-color-section
.english-red-color-scale-points strong {
    display: block;

    margin-bottom: 2px;

    font-size: 15px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-color-section
.english-red-color-scale-points small {
    display: block;

    font-size: 16px;
    line-height: 1.7;

    color: #999999;
}


/* =========================================================
   Factors
========================================================= */

.english-red-color-section .english-red-color-factors {
    margin-top: 23px;

    border-top: 1px solid var(--lefton-border);
}


.english-red-color-section .english-red-color-factor {
    display: grid;

    grid-template-columns:
        115px
        minmax(0, 1fr);

    gap: 20px;

    padding: 19px 0;

    border-bottom: 1px solid var(--lefton-border);
}


.english-red-color-section
.english-red-color-factor-label {
    display: flex;
    align-items: flex-start;

    font-size: 15px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-color-section
.english-red-color-factor > div {
    min-width: 0;

    padding-right: 20px;

    border-right: 1px solid #eeeeee;
}


.english-red-color-section
.english-red-color-factor h3 {
    margin: 0 0 4px;

    font-size: 18px;
    font-weight: 750;
    line-height: 1.8;

    color: var(--lefton-text);
}


.english-red-color-section
.english-red-color-factor p {
    margin: 0;

    font-size: 15px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Decision
========================================================= */

.english-red-color-section .english-red-color-decision {
    display: grid;

    grid-template-columns:
        minmax(0, .8fr)
        minmax(0, 1.2fr);

    gap: 24px;

    align-items: center;

    margin-top: 18px;
    padding: 19px 20px;

    background: #fafafa;

    border: 1px solid #e9e9e9;
    border-radius: 9px;
}


.english-red-color-section
.english-red-color-decision-head span {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-color-section
.english-red-color-decision-head strong {
    display: block;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.9;

    color: var(--lefton-text);
}


.english-red-color-section
.english-red-color-decision > p {
    margin: 0;

    font-size: 15px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* =========================================================
   Note
========================================================= */

.english-red-color-section .english-red-color-note {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 13px;
    padding: 14px 16px;

    border-right: 3px solid var(--lefton-wine);

    background: #ffffff;
}


.english-red-color-section
.english-red-color-note > span {
    flex: 0 0 27px;

    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f1f2;

    border-radius: 50%;

    font-size: 14px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-color-section
.english-red-color-note > div {
    min-width: 0;
}


.english-red-color-section
.english-red-color-note strong {
    display: block;

    margin-bottom: 3px;

    font-size: 15px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-color-section
.english-red-color-note p {
    margin: 0;

    font-size: 16px;
    line-height: 2;

    color: #797979;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .english-red-color-section
    .english-red-color-decision {
        grid-template-columns: 1fr;

        gap: 12px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-color-section .english-red-color-intro {
        margin-bottom: 20px;
    }


    .english-red-color-section .english-red-color-intro p {
        font-size: 14px;
        line-height: 2;
    }


    /* Scale */

    .english-red-color-section
    .english-red-color-scale-line {
        top: 16px;
        right: 10%;

        width: 80%;
    }


    .english-red-color-section
    .english-red-color-scale-points {
        gap: 8px;
    }


    .english-red-color-section
    .english-red-color-scale-points strong {
        font-size: 11px;
    }


    .english-red-color-section
    .english-red-color-scale-points small {
        font-size: 8px;
    }


    /* Factors */

    .english-red-color-section
    .english-red-color-factor {
        grid-template-columns: 1fr;

        gap: 6px;

        padding: 16px 0;
    }


    .english-red-color-section
    .english-red-color-factor > div {
        padding-right: 0;

        border-right: 0;
    }


    .english-red-color-section
    .english-red-color-factor h3 {
        font-size: 14px;
    }


    /* Decision */

    .english-red-color-section
    .english-red-color-decision {
        grid-template-columns: 1fr;

        gap: 10px;

        padding: 16px 14px;

        border-radius: 8px;
    }


    .english-red-color-section .english-red-color-note {
        padding: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63c9fd1 *//* =========================================================
   مشخصات فنی آجر لفتون قرمز انگلیسی
   Technical Product Profile
   Scope: .english-red-spec-section
========================================================= */

.english-red-spec-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.english-red-spec-section .english-red-spec-intro {
    margin: 18px 0 28px;
}


.english-red-spec-section .english-red-spec-intro p {
    margin: 0;

    font-size: 16px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


.english-red-spec-section .english-red-spec-intro strong {
    color: var(--lefton-text);

    font-weight: 750;
}


/* =========================================================
   Product Profile
========================================================= */

.english-red-spec-section .english-red-spec-profile {
    border-top: 1px solid var(--lefton-border);
    border-bottom: 1px solid var(--lefton-border);
}


/* Header */

.english-red-spec-section .english-red-spec-profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 17px 0;

    border-bottom: 1px solid var(--lefton-border);
}


.english-red-spec-section
.english-red-spec-profile-head > div:first-child > span {
    display: block;

    margin-bottom: 2px;

    direction: ltr;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    color: var(--lefton-wine);
}


.english-red-spec-section
.english-red-spec-profile-head h3 {
    margin: 0;

    font-size: 18px;
    font-weight: 800;

    color: var(--lefton-text);
}


/* English Red Identifier */

.english-red-spec-section .english-red-spec-code {
    flex: 0 0 auto;

    padding: 6px 10px;

    direction: ltr;

    background: #f7f1f2;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: .5px;

    color: var(--lefton-wine);
}


/* =========================================================
   Technical Rows
========================================================= */

.english-red-spec-section .english-red-spec-data-row {
    display: grid;

    grid-template-columns:
        minmax(120px, .35fr)
        minmax(0, 1.65fr);

    gap: 20px;

    align-items: center;

    padding: 17px 0;

    border-bottom: 1px solid var(--lefton-border);
}


.english-red-spec-section
.english-red-spec-data-row:last-child {
    border-bottom: 0;
}


/* Label */

.english-red-spec-section .english-red-spec-data-label {
    font-size: 15px;
    font-weight: 700;

    color: #939393;
}


/* Value */

.english-red-spec-section .english-red-spec-data-value {
    min-width: 0;

    padding-right: 20px;

    border-right: 1px solid #eeeeee;
}


.english-red-spec-section .english-red-spec-data-value strong {
    display: block;

    margin-bottom: 2px;

    font-size: 16px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-spec-section .english-red-spec-data-value small {
    display: block;

    font-size: 15px;
    line-height: 1.8;

    color: #999999;
}


/* =========================================================
   Focus Section
========================================================= */

.english-red-spec-section .english-red-spec-focus {
    display: grid;

    grid-template-columns:
        minmax(0, .7fr)
        minmax(0, 1.3fr);

    gap: 25px;

    align-items: center;

    margin-top: 19px;
    padding: 21px 22px;

    background: #fafafa;

    border: 1px solid #e9e9e9;
    border-radius: 9px;
}


/* Heading */

.english-red-spec-section
.english-red-spec-focus-head > span {
    display: block;

    margin-bottom: 3px;

    font-size: 14px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-spec-section
.english-red-spec-focus-head h3 {
    margin: 0;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.85;

    color: var(--lefton-text);
}


/* =========================================================
   Focus List
========================================================= */

.english-red-spec-section .english-red-spec-focus-list {
    display: flex;
    flex-direction: column;

    gap: 8px;
}


.english-red-spec-section
.english-red-spec-focus-list > div {
    display: grid;

    grid-template-columns:
        27px
        minmax(0, 1fr);

    gap: 9px;

    align-items: center;
}


.english-red-spec-section
.english-red-spec-focus-list span {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 25px;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.18);
    border-radius: 50%;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-spec-section
.english-red-spec-focus-list p {
    margin: 0;

    font-size: 15px;
    line-height: 1.9;

    color: var(--lefton-muted);
}


/* =========================================================
   Technical Note
========================================================= */

.english-red-spec-section .english-red-spec-note {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 13px;
    padding: 14px 16px;

    border-right: 3px solid var(--lefton-wine);

    background: #ffffff;
}


.english-red-spec-section .english-red-spec-note-mark {
    flex: 0 0 27px;

    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f1f2;

    border-radius: 50%;

    font-size: 14px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-spec-section .english-red-spec-note > div {
    min-width: 0;
}


.english-red-spec-section .english-red-spec-note strong {
    display: block;

    margin-bottom: 3px;

    font-size: 15px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-spec-section .english-red-spec-note p {
    margin: 0;

    font-size: 15px;
    line-height: 2;

    color: #797979;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .english-red-spec-section .english-red-spec-focus {
        grid-template-columns: 1fr;

        gap: 13px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-spec-section .english-red-spec-intro {
        margin-bottom: 20px;
    }


    .english-red-spec-section .english-red-spec-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .english-red-spec-section
    .english-red-spec-profile-head {
        padding: 14px 0;
    }


    .english-red-spec-section
    .english-red-spec-profile-head h3 {
        font-size: 15px;
    }


    /* Data */

    .english-red-spec-section .english-red-spec-data-row {
        grid-template-columns: 1fr;

        gap: 5px;

        padding: 14px 0;
    }


    .english-red-spec-section .english-red-spec-data-value {
        padding-right: 0;

        border-right: 0;
    }


    .english-red-spec-section
    .english-red-spec-data-value strong {
        font-size: 13px;
    }


    /* Focus */

    .english-red-spec-section .english-red-spec-focus {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 17px 15px;

        border-radius: 8px;
    }


    .english-red-spec-section .english-red-spec-note {
        padding: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfa15c4 *//* =========================================================
   راهنمای خرید آجر لفتون قرمز انگلیسی
   Purchase Inspection
   Scope: .english-red-buycheck-section
========================================================= */

.english-red-buycheck-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.english-red-buycheck-section .english-red-buycheck-intro {
    margin: 18px 0 28px;
}


.english-red-buycheck-section .english-red-buycheck-intro p {
    margin: 0;

    font-size: 16px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


.english-red-buycheck-section .english-red-buycheck-intro strong {
    color: var(--lefton-text);
    font-weight: 750;
}


/* =========================================================
   Checklist
========================================================= */

.english-red-buycheck-section .english-red-buycheck-list {
    border-top: 1px solid var(--lefton-border);
}


.english-red-buycheck-section .english-red-buycheck-row {
    display: grid;

    grid-template-columns:
        44px
        minmax(0, 1fr)
        125px;

    gap: 18px;
    align-items: center;

    padding: 21px 0;

    border-bottom: 1px solid var(--lefton-border);
}


/* Number */

.english-red-buycheck-section .english-red-buycheck-index {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 36px;

    background: #f7f1f2;

    border-radius: 7px;

    font-size: 10px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* =========================================================
   Content
========================================================= */

.english-red-buycheck-section .english-red-buycheck-content {
    min-width: 0;
}


.english-red-buycheck-section
.english-red-buycheck-content > span {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-buycheck-section
.english-red-buycheck-content h3 {
    margin: 0 0 5px;

    font-size: 18px;
    font-weight: 750;
    line-height: 1.8;

    color: var(--lefton-text);
}


.english-red-buycheck-section
.english-red-buycheck-content p {
    margin: 0;

    font-size: 15px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Side Label
========================================================= */

.english-red-buycheck-section .english-red-buycheck-side {
    padding-right: 15px;

    border-right: 1px solid #eeeeee;
}


.english-red-buycheck-section
.english-red-buycheck-side span {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;

    color: #aaaaaa;
}


.english-red-buycheck-section
.english-red-buycheck-side strong {
    display: block;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-text);
}


/* =========================================================
   Inspection Process
========================================================= */

.english-red-buycheck-section .english-red-buycheck-process {
    margin-top: 18px;
    padding: 20px;

    background: #fafafa;

    border: 1px solid #e9e9e9;
    border-radius: 9px;
}


.english-red-buycheck-section
.english-red-buycheck-process-head {
    margin-bottom: 17px;
}


.english-red-buycheck-section
.english-red-buycheck-process-head span {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-buycheck-section
.english-red-buycheck-process-head strong {
    display: block;

    font-size: 16px;
    font-weight: 800;

    color: var(--lefton-text);
}


/* Flow */

.english-red-buycheck-section
.english-red-buycheck-process-flow {
    display: flex;
    align-items: center;

    gap: 10px;
}


.english-red-buycheck-section
.english-red-buycheck-process-flow > div {
    flex: 1 1 0;

    display: flex;
    align-items: center;

    gap: 7px;

    min-width: 0;
}


.english-red-buycheck-section
.english-red-buycheck-process-flow b {
    flex: 0 0 27px;

    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.18);
    border-radius: 50%;

    font-size: 10px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-buycheck-section
.english-red-buycheck-process-flow span {
    font-size: 13px;
    font-weight: 700;

    color: #656565;
}


/* Connector */

.english-red-buycheck-section
.english-red-buycheck-process-flow > i {
    flex: 0 0 18px;

    height: 1px;

    background: #dcdcdc;
}


/* =========================================================
   Note
========================================================= */

.english-red-buycheck-section .english-red-buycheck-note {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 13px;
    padding: 14px 16px;

    background: #ffffff;

    border-right: 3px solid var(--lefton-wine);
}


.english-red-buycheck-section
.english-red-buycheck-note > span {
    flex: 0 0 27px;

    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f1f2;

    border-radius: 50%;

    font-size: 10px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-buycheck-section
.english-red-buycheck-note > div {
    min-width: 0;
}


.english-red-buycheck-section
.english-red-buycheck-note strong {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-buycheck-section
.english-red-buycheck-note p {
    margin: 0;

    font-size: 12px;
    line-height: 2;

    color: #797979;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .english-red-buycheck-section
    .english-red-buycheck-process-flow {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;
    }


    .english-red-buycheck-section
    .english-red-buycheck-process-flow > i {
        display: none;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-buycheck-section .english-red-buycheck-intro {
        margin-bottom: 20px;
    }


    .english-red-buycheck-section
    .english-red-buycheck-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .english-red-buycheck-section .english-red-buycheck-row {
        grid-template-columns:
            34px
            minmax(0, 1fr);

        gap: 11px;

        padding: 18px 0;
    }


    .english-red-buycheck-section
    .english-red-buycheck-index {
        height: 32px;

        font-size: 9px;
    }


    .english-red-buycheck-section
    .english-red-buycheck-content h3 {
        font-size: 15px;
    }


    .english-red-buycheck-section
    .english-red-buycheck-side {
        grid-column: 2;

        display: flex;
        align-items: center;

        gap: 7px;

        padding: 7px 0 0;

        border-right: 0;
        border-top: 1px dashed #e7e7e7;
    }


    .english-red-buycheck-section
    .english-red-buycheck-side span {
        margin: 0;
    }


    /* Process */

    .english-red-buycheck-section
    .english-red-buycheck-process {
        padding: 16px 14px;
    }


    .english-red-buycheck-section
    .english-red-buycheck-process-flow {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    .english-red-buycheck-section
    .english-red-buycheck-process-flow > div {
        padding: 7px 0;

        border-bottom: 1px solid #e8e8e8;
    }


    .english-red-buycheck-section
    .english-red-buycheck-process-flow > div:last-of-type {
        border-bottom: 0;
    }


    .english-red-buycheck-section
    .english-red-buycheck-note {
        padding: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-374a543 *//* =========================================================
   تصمیم بین قرمز انگلیسی و قرمز معمولی
   Scope: .english-red-decision-section
========================================================= */

.english-red-decision-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #666666;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.english-red-decision-section .english-red-decision-intro {
    margin: 20px 0 30px;
}


.english-red-decision-section .english-red-decision-intro p {
    margin: 0;

    font-size: 16px;
    line-height: 2.15;

    color: var(--lefton-muted);
}


.english-red-decision-section .english-red-decision-intro strong {
    font-weight: 800;

    color: var(--lefton-text);
}


/* =========================================================
   Decision Board
========================================================= */

.english-red-decision-section .english-red-decision-board {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        58px
        minmax(0, 1fr);

    align-items: stretch;

    border-top: 1px solid var(--lefton-border);
    border-bottom: 1px solid var(--lefton-border);
}


/* =========================================================
   Decision Side
========================================================= */

.english-red-decision-section .english-red-decision-side {
    padding: 25px 20px;
}


.english-red-decision-section .english-red-decision-tag {
    display: inline-flex;

    margin-bottom: 20px;
    padding: 7px 11px;

    background: #f7f1f2;

    border-radius: 5px;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-decision-section
.english-red-decision-tag--neutral {
    background: #f5f5f5;

    color: #555555;
}


/* =========================================================
   Decision Items
========================================================= */

.english-red-decision-section .english-red-decision-list {
    display: flex;
    flex-direction: column;

    gap: 16px;
}


.english-red-decision-section
.english-red-decision-list > div {
    display: grid;

    grid-template-columns:
        36px
        minmax(0, 1fr);

    gap: 12px;

    align-items: flex-start;
}


.english-red-decision-section
.english-red-decision-list span {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 34px;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.2);
    border-radius: 50%;

    font-size: 10px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-decision-section
.english-red-decision-list p {
    margin: 0;

    font-size: 14px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Center Divider
========================================================= */

.english-red-decision-section .english-red-decision-divider {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}


.english-red-decision-section
.english-red-decision-divider::before {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    width: 1px;

    background: var(--lefton-border);
}


.english-red-decision-section
.english-red-decision-divider span {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: #ffffff;

    border: 1px solid var(--lefton-border);
    border-radius: 50%;

    font-size: 11px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* =========================================================
   Summary
========================================================= */

.english-red-decision-section .english-red-decision-summary {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    margin-top: 18px;
    padding: 18px 20px;

    background: #fafafa;

    border-right: 3px solid var(--lefton-wine);
}


.english-red-decision-section
.english-red-decision-summary-mark {
    flex: 0 0 31px;

    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.15);
    border-radius: 50%;

    font-size: 11px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-decision-section
.english-red-decision-summary > div {
    min-width: 0;
}


.english-red-decision-section
.english-red-decision-summary strong {
    display: block;

    margin-bottom: 5px;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.9;

    color: var(--lefton-text);
}


.english-red-decision-section
.english-red-decision-summary p {
    margin: 0;

    font-size: 13px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .english-red-decision-section
    .english-red-decision-board {
        grid-template-columns:
            minmax(0, 1fr)
            45px
            minmax(0, 1fr);
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-decision-section
    .english-red-decision-intro p {
        font-size: 15px;
        line-height: 2.05;
    }


    .english-red-decision-section
    .english-red-decision-board {
        grid-template-columns: 1fr;
    }


    .english-red-decision-section
    .english-red-decision-side {
        padding: 20px 0;
    }


    .english-red-decision-section
    .english-red-decision-divider {
        height: 45px;
    }


    .english-red-decision-section
    .english-red-decision-divider::before {
        top: 50%;
        right: 0;
        bottom: auto;

        width: 100%;
        height: 1px;
    }


    .english-red-decision-section
    .english-red-decision-divider span {
        width: 36px;
        height: 36px;
    }


    .english-red-decision-section
    .english-red-decision-list p {
        font-size: 13px;
        line-height: 2;
    }


    .english-red-decision-section
    .english-red-decision-summary {
        padding: 16px 14px;
    }


    .english-red-decision-section
    .english-red-decision-summary strong {
        font-size: 13px;
    }


    .english-red-decision-section
    .english-red-decision-summary p {
        font-size: 12.5px;
        line-height: 2;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c89204b *//* =========================================================
   قیمت آجر لفتون قرمز انگلیسی
   Larger Typography / Commercial Price UX
   Scope: .english-red-price-section
========================================================= */

.english-red-price-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #626262;
    --lefton-border: #e6e6e6;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.english-red-price-section .english-red-price-intro {
    margin: 20px 0 30px;
}


.english-red-price-section .english-red-price-intro p {
    margin: 0;

    font-size: 17px;
    line-height: 2.15;

    color: var(--lefton-muted);
}


.english-red-price-section .english-red-price-intro strong {
    color: var(--lefton-text);

    font-weight: 800;
}


/* =========================================================
   Price Board
========================================================= */

.english-red-price-section .english-red-price-board {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid var(--lefton-border);
    border-radius: 12px;
}


/* Main */

.english-red-price-section .english-red-price-main {
    padding: 26px 24px;

    background: #fafafa;

    border-bottom: 1px solid var(--lefton-border);
}


.english-red-price-section .english-red-price-label {
    display: block;

    margin-bottom: 5px;

    font-size: 13px;
    font-weight: 750;

    color: var(--lefton-wine);
}


.english-red-price-section .english-red-price-main-title {
    display: block;

    margin-bottom: 7px;

    font-size: 25px;
    font-weight: 850;
    line-height: 1.6;

    color: var(--lefton-text);
}


.english-red-price-section .english-red-price-main p {
    margin: 0;

    font-size: 15px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Formula
========================================================= */

.english-red-price-section .english-red-price-formula {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        42px
        minmax(0, 1fr)
        42px
        minmax(0, 1fr);

    align-items: stretch;
}


.english-red-price-section .english-red-price-formula-item {
    display: flex;
    align-items: center;

    gap: 12px;

    min-width: 0;

    padding: 21px 18px;
}


.english-red-price-section
.english-red-price-formula-item > span {
    flex: 0 0 38px;

    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f1f2;

    border-radius: 50%;

    font-size: 11px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-price-section
.english-red-price-formula-item > div {
    min-width: 0;
}


.english-red-price-section
.english-red-price-formula-item small {
    display: block;

    margin-bottom: 2px;

    font-size: 12px;

    color: #999999;
}


.english-red-price-section
.english-red-price-formula-item strong {
    display: block;

    font-size: 16px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-price-section
.english-red-price-formula-item--result {
    background: #fafafa;
}


.english-red-price-section
.english-red-price-formula-item--result strong {
    color: var(--lefton-wine);
}


/* Symbols */

.english-red-price-section .english-red-price-operation {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 19px;
    font-weight: 700;

    color: #ababab;
}


/* =========================================================
   Breakdown
========================================================= */

.english-red-price-section .english-red-price-breakdown {
    display: grid;

    grid-template-columns:
        minmax(0, .8fr)
        minmax(0, 1.2fr);

    gap: 30px;

    margin-top: 28px;
}


/* Head */

.english-red-price-section
.english-red-price-breakdown-head > span {
    display: block;

    margin-bottom: 5px;

    font-size: 13px;
    font-weight: 750;

    color: var(--lefton-wine);
}


.english-red-price-section
.english-red-price-breakdown-head h3 {
    margin: 0 0 8px;

    font-size: 21px;
    font-weight: 800;
    line-height: 1.75;

    color: var(--lefton-text);
}


.english-red-price-section
.english-red-price-breakdown-head p {
    margin: 0;

    font-size: 15px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* =========================================================
   Breakdown List
========================================================= */

.english-red-price-section .english-red-price-breakdown-list {
    border-top: 1px solid var(--lefton-border);
}


.english-red-price-section
.english-red-price-breakdown-list > div {
    display: grid;

    grid-template-columns:
        40px
        minmax(0, 1fr);

    gap: 14px;

    padding: 17px 0;

    border-bottom: 1px solid var(--lefton-border);
}


.english-red-price-section .english-red-price-index {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 36px;

    background: #f7f1f2;

    border-radius: 7px;

    font-size: 11px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-price-section
.english-red-price-breakdown-list strong {
    display: block;

    margin-bottom: 3px;

    font-size: 16px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-price-section
.english-red-price-breakdown-list p {
    margin: 0;

    font-size: 14px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Comparison Principle
========================================================= */

.english-red-price-section .english-red-price-principle {
    display: grid;

    grid-template-columns:
        180px
        minmax(0, 1fr);

    gap: 22px;

    align-items: center;

    margin-top: 22px;
    padding: 21px 22px;

    background: #fafafa;

    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}


.english-red-price-section
.english-red-price-principle-label {
    font-size: 14px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-price-section
.english-red-price-principle-content {
    min-width: 0;

    padding-right: 22px;

    border-right: 1px solid #e2e2e2;
}


.english-red-price-section
.english-red-price-principle-content strong {
    display: block;

    margin-bottom: 5px;

    font-size: 17px;
    font-weight: 800;

    line-height: 1.8;

    color: var(--lefton-text);
}


.english-red-price-section
.english-red-price-principle-content p {
    margin: 0;

    font-size: 14.5px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


/* =========================================================
   Note
========================================================= */

.english-red-price-section .english-red-price-note {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    margin-top: 16px;
    padding: 17px 18px;

    background: #ffffff;

    border-right: 3px solid var(--lefton-wine);
}


.english-red-price-section
.english-red-price-note > span {
    flex: 0 0 32px;

    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f1f2;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.english-red-price-section
.english-red-price-note > div {
    min-width: 0;
}


.english-red-price-section
.english-red-price-note strong {
    display: block;

    margin-bottom: 4px;

    font-size: 15px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-price-section
.english-red-price-note p {
    margin: 0;

    font-size: 14px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .english-red-price-section .english-red-price-breakdown {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .english-red-price-section .english-red-price-principle {
        grid-template-columns: 150px minmax(0, 1fr);
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-price-section .english-red-price-intro p {
        font-size: 16px;
        line-height: 2.05;
    }


    .english-red-price-section .english-red-price-main {
        padding: 21px 16px;
    }


    .english-red-price-section
    .english-red-price-main-title {
        font-size: 21px;
    }


    .english-red-price-section .english-red-price-main p {
        font-size: 14px;
    }


    /* Formula */

    .english-red-price-section .english-red-price-formula {
        grid-template-columns: 1fr;
    }


    .english-red-price-section
    .english-red-price-formula-item {
        padding: 15px;
    }


    .english-red-price-section .english-red-price-operation {
        height: 30px;

        border-top: 1px dashed #e8e8e8;
        border-bottom: 1px dashed #e8e8e8;
    }


    .english-red-price-section
    .english-red-price-formula-item strong {
        font-size: 15px;
    }


    /* Breakdown */

    .english-red-price-section
    .english-red-price-breakdown-head h3 {
        font-size: 19px;
    }


    .english-red-price-section
    .english-red-price-breakdown-head p {
        font-size: 14px;
    }


    .english-red-price-section
    .english-red-price-breakdown-list strong {
        font-size: 15px;
    }


    .english-red-price-section
    .english-red-price-breakdown-list p {
        font-size: 13.5px;
    }


    /* Principle */

    .english-red-price-section
    .english-red-price-principle {
        grid-template-columns: 1fr;

        gap: 9px;

        padding: 17px 14px;
    }


    .english-red-price-section
    .english-red-price-principle-content {
        padding-right: 0;

        border-right: 0;
    }


    .english-red-price-section
    .english-red-price-principle-content strong {
        font-size: 16px;
    }


    .english-red-price-section
    .english-red-price-principle-content p {
        font-size: 13.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5b1bd8 *//* =========================================================
   آجر لفتون قرمز انگلیسی
   Sample & Color Review — Editorial Showroom Style
   HTML بدون تغییر
   Scope: .english-red-sample-section
========================================================= */

.english-red-sample-section {
    --lefton-wine: #6f252d;
    --lefton-wine-soft: rgba(111, 37, 45, 0.07);
    --lefton-text: #222222;
    --lefton-muted: #6d6d6d;
    --lefton-border: #e7e4e2;
    --lefton-soft: #f8f7f6;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.english-red-sample-section .english-red-sample-intro {
    position: relative;

    margin: 18px 0 30px;
    padding-right: 17px;
}


.english-red-sample-section .english-red-sample-intro::before {
    content: "";

    position: absolute;

    top: 7px;
    right: 0;
    bottom: 7px;

    width: 2px;

    background: var(--lefton-wine);

    border-radius: 3px;
}


.english-red-sample-section .english-red-sample-intro p {
    margin: 0;

    font-size: 15px;
    line-height: 2.15;

    color: var(--lefton-muted);
}


.english-red-sample-section .english-red-sample-intro strong {
    color: var(--lefton-text);

    font-weight: 800;
}


/* =========================================================
   Main Guide
========================================================= */

.english-red-sample-section .english-red-sample-guide {
    display: grid;

    grid-template-columns:
        minmax(0, 0.75fr)
        minmax(0, 1.35fr);

    gap: 34px;

    padding: 30px;

    background:
        linear-gradient(
            135deg,
            #faf9f8 0%,
            #ffffff 65%
        );

    border: 1px solid var(--lefton-border);
    border-radius: 14px;
}


/* =========================================================
   Guide Heading
========================================================= */

.english-red-sample-section
.english-red-sample-guide-head {
    position: relative;

    padding-left: 28px;
}


.english-red-sample-section
.english-red-sample-guide-head::after {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;

    width: 1px;

    background: var(--lefton-border);
}


.english-red-sample-section
.english-red-sample-guide-head > span {
    display: inline-block;

    margin-bottom: 9px;

    font-size: 11px;
    font-weight: 750;

    color: var(--lefton-wine);
}


.english-red-sample-section
.english-red-sample-guide-head h3 {
    margin: 0 0 10px;

    font-size: 20px;
    font-weight: 850;
    line-height: 1.75;

    color: var(--lefton-text);
}


.english-red-sample-section
.english-red-sample-guide-head p {
    margin: 0;

    font-size: 14px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* =========================================================
   Guide List
========================================================= */

.english-red-sample-section
.english-red-sample-guide-list {
    border-top: 1px solid var(--lefton-border);
}


/* هر مرحله */

.english-red-sample-section
.english-red-sample-guide-row {
    position: relative;

    display: grid;

    grid-template-columns:
        54px
        minmax(0, 1fr);

    gap: 16px;

    padding: 17px 0;

    border-bottom: 1px solid var(--lefton-border);

    transition:
        padding-right 0.2s ease,
        background-color 0.2s ease;
}


.english-red-sample-section
.english-red-sample-guide-row:hover {
    padding-right: 7px;
}


/* شماره‌ها */

.english-red-sample-section
.english-red-sample-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 1px;

    background: transparent;

    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;

    color: rgba(111, 37, 45, 0.42);
}


/* محتوای مرحله */

.english-red-sample-section
.english-red-sample-guide-row > div {
    min-width: 0;
}


.english-red-sample-section
.english-red-sample-guide-row strong {
    display: block;

    margin-bottom: 5px;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;

    color: var(--lefton-text);
}


.english-red-sample-section
.english-red-sample-guide-row p {
    margin: 0;

    font-size: 13px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* Accent هنگام Hover */

.english-red-sample-section
.english-red-sample-guide-row::before {
    content: "";

    position: absolute;

    top: 20%;
    right: -30px;

    width: 2px;
    height: 60%;

    background: var(--lefton-wine);

    opacity: 0;

    transition:
        opacity 0.2s ease;
}


.english-red-sample-section
.english-red-sample-guide-row:hover::before {
    opacity: 1;
}


/* =========================================================
   View Scale
   از یک قطعه تا نمای کامل
========================================================= */

.english-red-sample-section .english-red-sample-view {
    display: grid;

    grid-template-columns:
        minmax(150px, .5fr)
        minmax(0, 1.5fr);

    gap: 25px;

    align-items: center;

    margin-top: 18px;
    padding: 20px 22px;

    background: #ffffff;

    border-top: 1px solid var(--lefton-border);
    border-bottom: 1px solid var(--lefton-border);
}


/* عنوان */

.english-red-sample-section
.english-red-sample-view-title {
    padding-left: 20px;

    border-left: 1px solid var(--lefton-border);
}


.english-red-sample-section
.english-red-sample-view-title > span {
    display: block;

    margin-bottom: 4px;

    font-size: 10px;
    font-weight: 750;

    color: var(--lefton-wine);
}


.english-red-sample-section
.english-red-sample-view-title > strong {
    display: block;

    font-size: 15px;
    font-weight: 850;

    color: var(--lefton-text);
}


/* =========================================================
   View Flow
========================================================= */

.english-red-sample-section
.english-red-sample-view-flow {
    display: flex;
    align-items: center;

    gap: 11px;
}


.english-red-sample-section
.english-red-sample-view-flow > div {
    flex: 1 1 0;

    min-width: 0;

    display: flex;
    align-items: center;

    gap: 10px;
}


/* Number */

.english-red-sample-section
.english-red-sample-view-flow > div > span {
    flex: 0 0 36px;

    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--lefton-wine-soft);

    border: 0;
    border-radius: 50%;

    font-size: 10px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* Text */

.english-red-sample-section
.english-red-sample-view-flow strong {
    display: block;

    margin-bottom: 2px;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-text);
}


.english-red-sample-section
.english-red-sample-view-flow small {
    display: block;

    font-size: 10px;
    line-height: 1.7;

    color: #999999;
}


/* Connector */

.english-red-sample-section
.english-red-sample-view-flow > i {
    position: relative;

    flex: 0 0 28px;

    height: 1px;

    background: #d8d4d2;
}


.english-red-sample-section
.english-red-sample-view-flow > i::after {
    content: "";

    position: absolute;

    left: 0;
    top: -2px;

    width: 5px;
    height: 5px;

    background: var(--lefton-wine);

    border-radius: 50%;
}


/* =========================================================
   Important Note
========================================================= */

.english-red-sample-section .english-red-sample-note {
    position: relative;

    display: grid;

    grid-template-columns:
        34px
        minmax(0, 1fr);

    gap: 13px;

    margin-top: 16px;
    padding: 17px 19px;

    background: var(--lefton-soft);

    border-radius: 8px;
}


/* آیکون */

.english-red-sample-section
.english-red-sample-note > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.16);
    border-radius: 50%;

    font-size: 11px;
    font-weight: 850;

    color: var(--lefton-wine);
}


/* متن */

.english-red-sample-section
.english-red-sample-note > div {
    min-width: 0;
}


.english-red-sample-section
.english-red-sample-note strong {
    display: block;

    margin-bottom: 4px;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.85;

    color: var(--lefton-text);
}


.english-red-sample-section
.english-red-sample-note p {
    margin: 0;

    font-size: 13px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* خط زرشکی بسیار محدود */

.english-red-sample-section
.english-red-sample-note::after {
    content: "";

    position: absolute;

    right: 0;
    top: 17px;

    width: 3px;
    height: 32px;

    background: var(--lefton-wine);

    border-radius: 3px 0 0 3px;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .english-red-sample-section
    .english-red-sample-guide {
        grid-template-columns: 1fr;

        gap: 22px;

        padding: 24px;
    }


    .english-red-sample-section
    .english-red-sample-guide-head {
        padding-left: 0;
        padding-bottom: 20px;
    }


    .english-red-sample-section
    .english-red-sample-guide-head::after {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;

        width: 48px;
        height: 2px;

        background: var(--lefton-wine);
    }


    .english-red-sample-section
    .english-red-sample-view {
        grid-template-columns: 1fr;

        gap: 16px;
    }


    .english-red-sample-section
    .english-red-sample-view-title {
        padding-left: 0;
        padding-bottom: 12px;

        border-left: 0;
        border-bottom: 1px solid var(--lefton-border);
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-sample-section
    .english-red-sample-intro {
        margin-bottom: 22px;
    }


    .english-red-sample-section
    .english-red-sample-intro p {
        font-size: 14px;
        line-height: 2;
    }


    /* Guide */

    .english-red-sample-section
    .english-red-sample-guide {
        grid-template-columns: 1fr;

        gap: 18px;

        padding: 18px 15px;

        border-radius: 10px;
    }


    .english-red-sample-section
    .english-red-sample-guide-head h3 {
        font-size: 17px;
    }


    .english-red-sample-section
    .english-red-sample-guide-head p {
        font-size: 13px;
    }


    .english-red-sample-section
    .english-red-sample-guide-row {
        grid-template-columns:
            40px
            minmax(0, 1fr);

        gap: 10px;

        padding: 14px 0;
    }


    .english-red-sample-section
    .english-red-sample-number {
        font-size: 18px;
    }


    .english-red-sample-section
    .english-red-sample-guide-row strong {
        font-size: 14px;
    }


    .english-red-sample-section
    .english-red-sample-guide-row p {
        font-size: 12.5px;
        line-height: 2;
    }


    .english-red-sample-section
    .english-red-sample-guide-row::before {
        display: none;
    }


    /* View */

    .english-red-sample-section
    .english-red-sample-view {
        grid-template-columns: 1fr;

        padding: 16px 0;
    }


    .english-red-sample-section
    .english-red-sample-view-flow {
        display: grid;

        grid-template-columns: 1fr;

        gap: 5px;
    }


    .english-red-sample-section
    .english-red-sample-view-flow > div {
        padding: 8px 0;
    }


    .english-red-sample-section
    .english-red-sample-view-flow > i {
        width: 1px;
        height: 12px;

        margin-right: 17px;
    }


    .english-red-sample-section
    .english-red-sample-view-flow > i::after {
        display: none;
    }


    /* Note */

    .english-red-sample-section
    .english-red-sample-note {
        grid-template-columns:
            30px
            minmax(0, 1fr);

        gap: 10px;

        padding: 14px 13px;
    }


    .english-red-sample-section
    .english-red-sample-note > span {
        width: 29px;
        height: 29px;
    }


    .english-red-sample-section
    .english-red-sample-note strong {
        font-size: 13px;
    }


    .english-red-sample-section
    .english-red-sample-note p {
        font-size: 12.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bc694b *//* =========================================================
   FAQ آجر لفتون قرمز انگلیسی
   Scope: .english-red-faq-section
========================================================= */

.english-red-faq-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e6e4e2;
    --lefton-bg: #fbfaf9;

    position: relative;

    padding: 34px;

    direction: rtl;

    background: var(--lefton-bg);

    border: 1px solid var(--lefton-border);
    border-radius: 18px;
}


/* خط زرشکی بالا */

.english-red-faq-section::before {
    content: "";

    position: absolute;

    top: 0;
    right: 34px;

    width: 52px;
    height: 3px;

    background: var(--lefton-wine);

    border-radius: 0 0 3px 3px;
}


/* =========================================================
   Heading
========================================================= */

.english-red-faq-section .english-red-faq-heading {
    margin-bottom: 28px;
}


.english-red-faq-section .english-red-faq-eyebrow {
    display: block;

    margin-bottom: 10px;

    font-size: 11px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.english-red-faq-section .english-red-faq-heading h2 {
    margin: 0 0 10px;

    font-size: clamp(23px, 2.3vw, 31px);
    font-weight: 800;
    line-height: 1.7;

    color: #a64f51;
}


.english-red-faq-section .english-red-faq-heading p {
    margin: 0;

    font-size: 14px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   FAQ List
========================================================= */

.english-red-faq-section .english-red-faq-list {
    display: flex;
    flex-direction: column;

    gap: 10px;
}


/* =========================================================
   Item
========================================================= */

.english-red-faq-section .english-red-faq-item {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e4e2e0;
    border-radius: 12px;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


.english-red-faq-section .english-red-faq-item:hover {
    border-color: #d7d2cf;

    box-shadow:
        0 5px 16px rgba(0, 0, 0, .025);
}


.english-red-faq-section
.english-red-faq-item summary {
    list-style: none;

    display: grid;

    grid-template-columns:
        38px
        minmax(0, 1fr)
        28px;

    gap: 12px;

    align-items: center;

    padding: 16px 18px;

    cursor: pointer;

    user-select: none;
}


.english-red-faq-section
.english-red-faq-item summary::-webkit-details-marker {
    display: none;
}


/* Question */

.english-red-faq-section
.english-red-faq-item summary strong {
    font-size: 14px;
    font-weight: 750;
    line-height: 1.9;

    color: var(--lefton-text);
}


/* =========================================================
   Number
========================================================= */

.english-red-faq-section .english-red-faq-number {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 38px;

    background: #faf8f7;

    border: 1px solid #ece7e5;
    border-radius: 50%;

    font-size: 10px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* =========================================================
   Plus / Minus
========================================================= */

.english-red-faq-section .english-red-faq-toggle {
    position: relative;

    height: 28px;
}


.english-red-faq-section
.english-red-faq-toggle::before,
.english-red-faq-section
.english-red-faq-toggle::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 12px;
    height: 1px;

    background: #8b8b8b;

    transform: translate(-50%, -50%);

    transition: transform .2s ease;
}


.english-red-faq-section
.english-red-faq-toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


.english-red-faq-section
.english-red-faq-item[open]
.english-red-faq-toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(0);
}


.english-red-faq-section
.english-red-faq-item[open] {
    border-color: #dcd6d3;
}


/* =========================================================
   Answer
========================================================= */

.english-red-faq-section .english-red-faq-answer {
    margin-right: 68px;

    padding:
        0
        18px
        18px
        18px;
}


.english-red-faq-section .english-red-faq-answer p {
    margin: 0;

    padding-top: 14px;

    border-top: 1px solid #efedeb;

    font-size: 13px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


.english-red-faq-section
.english-red-faq-answer strong {
    font-weight: 800;

    color: var(--lefton-text);
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .english-red-faq-section {
        padding: 24px 15px;

        border-radius: 13px;
    }


    .english-red-faq-section::before {
        right: 15px;

        width: 40px;
    }


    .english-red-faq-section .english-red-faq-heading {
        margin-bottom: 21px;
    }


    .english-red-faq-section
    .english-red-faq-heading h2 {
        font-size: 22px;
    }


    .english-red-faq-section
    .english-red-faq-heading p {
        font-size: 13px;
    }


    .english-red-faq-section
    .english-red-faq-item summary {
        grid-template-columns:
            34px
            minmax(0, 1fr)
            24px;

        gap: 9px;

        padding: 14px 12px;
    }


    .english-red-faq-section
    .english-red-faq-number {
        height: 34px;

        font-size: 9px;
    }


    .english-red-faq-section
    .english-red-faq-item summary strong {
        font-size: 13px;
        line-height: 1.85;
    }


    .english-red-faq-section
    .english-red-faq-answer {
        margin-right: 43px;

        padding:
            0
            12px
            15px
            12px;
    }


    .english-red-faq-section
    .english-red-faq-answer p {
        padding-top: 12px;

        font-size: 12px;
        line-height: 2;
    }

}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   CTA ثابت مشکی محصولات
   LOCKED STYLE
========================================================= */

.lefton-unified-cta.lefton-unified-cta--dark {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 32px;

    margin-top: 32px;
    padding: 30px 30px;

    direction: rtl;

    background: #202020 !important;

    border: 0;
    border-radius: 15px;

    box-shadow: none;
}


/* =========================================================
   دایره تزئینی پایین سمت چپ
========================================================= */

.lefton-unified-cta.lefton-unified-cta--dark::after {
    content: "";

    position: absolute;

    left: 150px;
    bottom: -72px;

    width: 105px;
    height: 105px;

    border-radius: 50%;

    background: #6f252d;

    opacity: 0.58;

    pointer-events: none;
}


/* =========================================================
   متن سمت راست
========================================================= */

.lefton-unified-cta.lefton-unified-cta--dark
.lefton-unified-cta-copy {
    position: relative;
    z-index: 2;

    flex: 1 1 auto;
    min-width: 0;
}


/* لیبل بالایی */

.lefton-unified-cta.lefton-unified-cta--dark
.lefton-unified-cta-eyebrow {
    display: block;

    margin-bottom: 10px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;

    color: #e7a1aa !important;
}


/* تیتر اصلی */

.lefton-unified-cta.lefton-unified-cta--dark
.lefton-unified-cta-title {
    display: block;

    margin: 0 0 7px;

    font-size: 17px;
    font-weight: 800;
    line-height: 1.9;

    color: #ffffff !important;
}


/* متن توضیح */

.lefton-unified-cta.lefton-unified-cta--dark
.lefton-unified-cta-copy p {
    margin: 0;

    font-size: 13px;
    font-weight: 400;
    line-height: 2;

    color: rgba(255,255,255,0.42) !important;
}


/* =========================================================
   کارت تماس سفید سمت چپ
========================================================= */

.lefton-unified-cta.lefton-unified-cta--dark
.lefton-unified-cta-contact {
    position: relative;
    z-index: 3;

    flex: 0 0 172px;

    min-height: 82px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 13px 18px;

    background: #ffffff !important;

    border: 1px solid #e9e9e9;
    border-radius: 10px;

    text-align: center;
    text-decoration: none !important;

    box-shadow:
        0 2px 8px rgba(0,0,0,0.08);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


/* Hover */

.lefton-unified-cta.lefton-unified-cta--dark
.lefton-unified-cta-contact:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(0,0,0,0.14);

    text-decoration: none !important;
}


/* تماس مستقیم */

.lefton-unified-cta.lefton-unified-cta--dark
.lefton-unified-cta-contact span {
    display: block;

    margin-bottom: 6px;

    font-size: 12px;
    font-weight: 600;

    color: #d26b78 !important;
}


/* شماره تماس */

.lefton-unified-cta.lefton-unified-cta--dark
.lefton-unified-cta-contact strong {
    display: block;

    margin: 0;

    direction: ltr;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;

    letter-spacing: 0;

    color: #222222 !important;
}


/* =========================================================
   موبایل
========================================================= */

@media (max-width: 767px) {

    .lefton-unified-cta.lefton-unified-cta--dark {
        flex-direction: column;
        align-items: stretch;

        gap: 18px;

        margin-top: 26px;
        padding: 22px 18px;

        border-radius: 12px;
    }


    .lefton-unified-cta.lefton-unified-cta--dark
    .lefton-unified-cta-title {
        font-size: 16px;
        line-height: 1.9;
    }


    .lefton-unified-cta.lefton-unified-cta--dark
    .lefton-unified-cta-copy p {
        font-size: 13px;
    }


    .lefton-unified-cta.lefton-unified-cta--dark
    .lefton-unified-cta-contact {
        flex-basis: auto;

        min-height: 70px;

        padding: 12px 16px;
    }


    .lefton-unified-cta.lefton-unified-cta--dark::after {
        left: -35px;
        bottom: -58px;

        width: 90px;
        height: 90px;
    }

}






/* =========================================================
   CTA سفید ثابت محصولات
   White Background + Black Contact Card
   Scope:
   .lefton-unified-cta.lefton-unified-cta--light
========================================================= */

.lefton-unified-cta.lefton-unified-cta--light {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;

    margin-top: 32px;
    padding: 18px 20px;

    direction: rtl;

    background: #ffffff !important;

    border: 1px solid #e5e5e5;
    border-radius: 14px;

    box-shadow: none;
}


/* =========================================================
   بخش متنی سمت راست
========================================================= */

.lefton-unified-cta.lefton-unified-cta--light
.lefton-unified-cta-copy {
    flex: 1 1 auto;
    min-width: 0;
}


/* متن کوچک بالایی */

.lefton-unified-cta.lefton-unified-cta--light
.lefton-unified-cta-eyebrow {
    display: block;

    margin-bottom: 8px;

    font-size: 11px;
    font-weight: 500;
    line-height: 1.8;

    color: #999999 !important;
}


/* تیتر اصلی */

.lefton-unified-cta.lefton-unified-cta--light
.lefton-unified-cta-title {
    display: block;

    margin: 0 0 6px;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.9;

    color: #202020 !important;
}


/* توضیح */

.lefton-unified-cta.lefton-unified-cta--light
.lefton-unified-cta-copy p {
    margin: 0;

    font-size: 12px;
    font-weight: 400;
    line-height: 2;

    color: #8a8a8a !important;
}


/* =========================================================
   کارت تماس مشکی سمت چپ
========================================================= */

.lefton-unified-cta.lefton-unified-cta--light
.lefton-unified-cta-contact {
    flex: 0 0 157px;

    min-height: 112px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 14px 16px;

    background: #242424 !important;

    border: none;
    border-radius: 9px;

    text-align: center;
    text-decoration: none !important;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* Hover کارت تماس */

.lefton-unified-cta.lefton-unified-cta--light
.lefton-unified-cta-contact:hover {
    transform: translateY(-2px);

    background: #1d1d1d !important;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.10);

    text-decoration: none !important;
}


/* عنوان مشاوره خرید */

.lefton-unified-cta.lefton-unified-cta--light
.lefton-unified-cta-contact span {
    display: block;

    margin-bottom: 8px;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;

    color: #e03b49 !important;
}


/* شماره تلفن */

.lefton-unified-cta.lefton-unified-cta--light
.lefton-unified-cta-contact strong {
    display: block;

    margin: 0;

    direction: ltr;
    unicode-bidi: embed;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;

    color: #ffffff !important;

    text-decoration: none !important;
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-unified-cta.lefton-unified-cta--light {
        flex-direction: column;
        align-items: stretch;

        gap: 16px;

        margin-top: 26px;
        padding: 18px 16px;

        border-radius: 11px;
    }


    .lefton-unified-cta.lefton-unified-cta--light
    .lefton-unified-cta-title {
        font-size: 15px;
        line-height: 1.9;
    }


    .lefton-unified-cta.lefton-unified-cta--light
    .lefton-unified-cta-copy p {
        font-size: 12px;
    }


    .lefton-unified-cta.lefton-unified-cta--light
    .lefton-unified-cta-contact {
        flex-basis: auto;

        min-height: 72px;

        padding: 12px 15px;
    }


    .lefton-unified-cta.lefton-unified-cta--light
    .lefton-unified-cta-contact span {
        margin-bottom: 5px;
    }

}





/* =========================================
   H2 های اصلی محتوای محصول
========================================= */

.lefton-feature-heading h2 {
    margin: 0;
    padding: 0;

    font-size: 30px;
    font-weight: 800;
    line-height: 1.7;

    color: #222222;

    letter-spacing: -0.3px;
}


/* تبلت */
@media (max-width: 1024px) {

    .lefton-feature-heading h2 {
        font-size: 27px;
        line-height: 1.75;
    }

}


/* موبایل */
@media (max-width: 767px) {

    .lefton-feature-heading h2 {
        font-size: 23px;
        line-height: 1.8;
    }

}


/* موبایل‌های خیلی کوچک */
@media (max-width: 480px) {

    .lefton-feature-heading h2 {
        font-size: 21px;
        line-height: 1.8;
    }

}











/* =========================================
   لیبل بالای عنوان H2
========================================= */

.lefton-feature-heading .lefton-feature-eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 10px;
    padding: 6px 12px;

    background: #6f252d;

    border-radius: 5px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;

    color: #ffffff !important;
}


/* موبایل */
@media (max-width: 767px) {

    .lefton-feature-heading .lefton-feature-eyebrow {
        margin-bottom: 8px;
        padding: 5px 10px;

        font-size: 11px;
    }

}/* End custom CSS */