.elementor-707 .elementor-element.elementor-element-7928aee{--display:flex;}@media(min-width:768px){.elementor-707 .elementor-element.elementor-element-7928aee{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-663709a *//* =========================================================
   راهنمای خرید آجر لفتون زرد ۳ طرف نما
   ساده، مینیمال، یکدست
   Scope: .lefton-three-buy-section
========================================================= */

.lefton-three-buy-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #6f6f6f;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;
    --lefton-white: #ffffff;

    direction: rtl;
}


/* =========================================================
   متن مقدمه
========================================================= */

.lefton-three-buy-section .lefton-three-buy-intro {
    margin: 18px 0 28px;
    padding: 18px 20px;

    background: #fafafa;

    border: 1px solid #eeeeee;
    border-right: 3px solid var(--lefton-wine);
    border-radius: 9px;
}

.lefton-three-buy-section .lefton-three-buy-intro p {
    margin: 0;

    font-size: 15px;
    line-height: 2.05;

    color: var(--lefton-muted);
}

.lefton-three-buy-section .lefton-three-buy-intro strong {
    color: var(--lefton-text);
    font-weight: 700;
}


/* =========================================================
   Grid کارت‌ها
========================================================= */

.lefton-three-buy-section .lefton-three-buy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}


/* =========================================================
   همه کارت‌ها کاملاً یکدست
========================================================= */

.lefton-three-buy-section .lefton-three-buy-card,
.lefton-three-buy-section .lefton-three-buy-card--soft,
.lefton-three-buy-section .lefton-three-buy-card--accent,
.lefton-three-buy-section .lefton-three-buy-card--price {
    position: relative;

    min-width: 0;
    padding: 24px;

    background: #ffffff !important;

    border: 1px solid var(--lefton-border) !important;
    border-radius: 11px;

    color: var(--lefton-text) !important;

    box-shadow: none;

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}


/* خط Accent کوچک و ظریف */

.lefton-three-buy-section .lefton-three-buy-card::before {
    content: "";

    position: absolute;
    top: -1px;
    right: 24px;

    width: 34px;
    height: 3px;

    background: var(--lefton-wine);

    border-radius: 0 0 4px 4px;
}


/* حذف استایل متفاوت قبلی کارت Accent */

.lefton-three-buy-section .lefton-three-buy-card--accent::before {
    top: -1px;
    right: 24px;

    width: 34px;
    height: 3px;

    background: var(--lefton-wine);
}


/* Hover خیلی ملایم */

.lefton-three-buy-section .lefton-three-buy-card:hover {
    transform: translateY(-2px);

    border-color: #d9d9d9 !important;

    box-shadow:
        0 9px 24px rgba(0, 0, 0, 0.045);
}


/* =========================================================
   بالای کارت
========================================================= */

.lefton-three-buy-section .lefton-three-buy-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;

    margin-bottom: 15px;
}


/* شماره */

.lefton-three-buy-section .lefton-three-buy-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;
    height: 38px;

    background: #f7f1f2;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-wine);

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.lefton-three-buy-section
.lefton-three-buy-card:hover
.lefton-three-buy-number {
    background: var(--lefton-wine);
    color: #ffffff;
}


/* لیبل کوچک */

.lefton-three-buy-section .lefton-three-buy-label {
    font-size: 11px;
    font-weight: 600;

    color: #9a9a9a;
}


/* =========================================================
   تیتر و متن کارت‌ها
========================================================= */

.lefton-three-buy-section .lefton-three-buy-card h3,
.lefton-three-buy-section .lefton-three-buy-card--price h3 {
    margin: 0 0 8px;

    font-size: 18px;
    font-weight: 750;
    line-height: 1.75;

    color: var(--lefton-text) !important;
}


.lefton-three-buy-section .lefton-three-buy-card p,
.lefton-three-buy-section .lefton-three-buy-card--price p {
    margin: 0;

    font-size: 14px;
    line-height: 2;

    color: var(--lefton-muted) !important;
}


.lefton-three-buy-section .lefton-three-buy-card p strong,
.lefton-three-buy-section .lefton-three-buy-card--price p strong {
    color: var(--lefton-text) !important;
    font-weight: 700;
}


/* =========================================================
   اطلاعات قیمت کارت چهارم
   روشن و هماهنگ با بقیه کارت‌ها
========================================================= */

.lefton-three-buy-section .lefton-three-buy-price-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 8px;

    margin-top: 18px;
}


.lefton-three-buy-section .lefton-three-buy-price-row > div {
    min-width: 0;

    padding: 10px 8px;

    background: #f8f8f8;

    border: 1px solid #ededed;
    border-radius: 7px;

    text-align: center;
}


.lefton-three-buy-section .lefton-three-buy-price-row span {
    display: block;

    margin-bottom: 4px;

    font-size: 10px;
    font-weight: 500;

    color: #8d8d8d;
}


.lefton-three-buy-section .lefton-three-buy-price-row strong {
    display: block;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-wine) !important;
}


/* =========================================================
   موبایل
========================================================= */

@media (max-width: 767px) {

    .lefton-three-buy-section .lefton-three-buy-intro {
        margin-bottom: 20px;

        padding: 15px 16px;
    }

    .lefton-three-buy-section .lefton-three-buy-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .lefton-three-buy-section .lefton-three-buy-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }


    .lefton-three-buy-section .lefton-three-buy-card,
    .lefton-three-buy-section .lefton-three-buy-card--soft,
    .lefton-three-buy-section .lefton-three-buy-card--accent,
    .lefton-three-buy-section .lefton-three-buy-card--price {
        padding: 19px 17px;

        border-radius: 9px;
    }


    .lefton-three-buy-section .lefton-three-buy-card::before,
    .lefton-three-buy-section .lefton-three-buy-card--accent::before {
        right: 17px;
        width: 28px;
    }


    .lefton-three-buy-section .lefton-three-buy-number {
        flex-basis: 34px;
        height: 34px;

        font-size: 11px;
    }


    .lefton-three-buy-section .lefton-three-buy-card h3,
    .lefton-three-buy-section .lefton-three-buy-card--price h3 {
        font-size: 16px;
    }


    .lefton-three-buy-section .lefton-three-buy-card p,
    .lefton-three-buy-section .lefton-three-buy-card--price p {
        font-size: 13px;
    }


    .lefton-three-buy-section .lefton-three-buy-price-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }


    .lefton-three-buy-section .lefton-three-buy-price-row > div {
        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 10px;

        padding: 9px 11px;

        text-align: right;
    }


    .lefton-three-buy-section .lefton-three-buy-price-row span {
        margin-bottom: 0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-078a9b6 *//* =========================================================
   مشخصات آجر لفتون زرد ۳ طرف نما
   Scope: .lefton-three-spec-section
========================================================= */

.lefton-three-spec-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e8e8e8;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Layout
========================================================= */

.lefton-three-spec-section .lefton-three-spec-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);

    gap: 18px;

    margin-top: 28px;
}


/* =========================================================
   کارت معرفی اصلی
========================================================= */

.lefton-three-spec-section .lefton-three-spec-main {
    position: relative;

    padding: 28px;

    background: #fafafa;

    border: 1px solid var(--lefton-border);
    border-radius: 12px;
}


.lefton-three-spec-section .lefton-three-spec-badge {
    display: inline-flex;

    margin-bottom: 17px;
    padding: 5px 10px;

    background: rgba(111, 37, 45, 0.07);

    border: 1px solid rgba(111, 37, 45, 0.12);
    border-radius: 50px;

    font-size: 11px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.lefton-three-spec-section .lefton-three-spec-main h3 {
    margin: 0 0 10px;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.75;

    color: var(--lefton-text);
}


.lefton-three-spec-section .lefton-three-spec-main p {
    margin: 0;

    font-size: 14px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* نکته پایین کارت */

.lefton-three-spec-section .lefton-three-spec-main-note {
    position: relative;

    margin-top: 22px;
    padding: 14px 15px 14px 12px;

    background: #ffffff;

    border: 1px solid #ededed;
    border-radius: 8px;

    font-size: 12px;
    line-height: 1.95;

    color: #737373;
}


.lefton-three-spec-section .lefton-three-spec-main-note::before {
    content: "";

    position: absolute;

    right: -1px;
    top: 12px;
    bottom: 12px;

    width: 3px;

    background: var(--lefton-wine);

    border-radius: 3px 0 0 3px;
}


/* =========================================================
   مشخصات کوچک
========================================================= */

.lefton-three-spec-section .lefton-three-spec-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 10px;
}


/* کارت */

.lefton-three-spec-section .lefton-three-spec-card {
    position: relative;

    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 20px 18px;

    background: #ffffff;

    border: 1px solid var(--lefton-border);
    border-radius: 10px;

    transition:
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.lefton-three-spec-section .lefton-three-spec-card:hover {
    transform: translateY(-2px);

    border-color: #d9d9d9;

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.04);
}


/* لیبل */

.lefton-three-spec-section .lefton-three-spec-card > span {
    display: block;

    margin-bottom: 7px;

    font-size: 11px;
    font-weight: 600;

    color: #989898;
}


/* مقدار */

.lefton-three-spec-section .lefton-three-spec-card > strong {
    display: block;

    margin: 0 0 4px;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;

    color: var(--lefton-text);
}


/* توضیح */

.lefton-three-spec-section .lefton-three-spec-card > small {
    display: block;

    font-size: 10px;
    font-weight: 500;

    line-height: 1.7;

    color: #aaaaaa;
}


/* Accent خیلی محدود */

.lefton-three-spec-section .lefton-three-spec-card:nth-child(2)::after,
.lefton-three-spec-section .lefton-three-spec-card:nth-child(5)::after {
    content: "";

    position: absolute;

    right: 18px;
    bottom: -1px;

    width: 26px;
    height: 2px;

    background: var(--lefton-wine);

    border-radius: 3px 3px 0 0;
}


/* قیمت */

.lefton-three-spec-section .lefton-three-spec-card:nth-child(5) > strong,
.lefton-three-spec-section .lefton-three-spec-card:nth-child(6) > strong {
    color: var(--lefton-wine);
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .lefton-three-spec-section .lefton-three-spec-layout {
        grid-template-columns: 1fr;
    }

    .lefton-three-spec-section .lefton-three-spec-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-three-spec-section .lefton-three-spec-layout {
        grid-template-columns: 1fr;

        gap: 12px;

        margin-top: 20px;
    }


    .lefton-three-spec-section .lefton-three-spec-main {
        padding: 20px 17px;

        border-radius: 10px;
    }


    .lefton-three-spec-section .lefton-three-spec-main h3 {
        font-size: 17px;
    }


    .lefton-three-spec-section .lefton-three-spec-main p {
        font-size: 13px;
    }


    .lefton-three-spec-section .lefton-three-spec-main-note {
        margin-top: 17px;

        font-size: 11px;
    }


    .lefton-three-spec-section .lefton-three-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;
    }


    .lefton-three-spec-section .lefton-three-spec-card {
        padding: 16px 13px;

        border-radius: 8px;
    }


    .lefton-three-spec-section .lefton-three-spec-card > strong {
        font-size: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f963de *//* =========================================================
   کاربرد آجر لفتون زرد ۳ طرف نما
   Scope: .lefton-three-use-section
========================================================= */

.lefton-three-use-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #6f6f6f;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.lefton-three-use-section .lefton-three-use-intro {
    margin: 18px 0 26px;
}

.lefton-three-use-section .lefton-three-use-intro p {
    margin: 0;

    font-size: 15px;
    line-height: 2.1;

    color: var(--lefton-muted);
}

.lefton-three-use-section .lefton-three-use-intro strong {
    color: var(--lefton-text);
    font-weight: 700;
}


/* =========================================================
   کاربردها
========================================================= */

.lefton-three-use-section .lefton-three-use-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 14px;
}


/* Card */

.lefton-three-use-section .lefton-three-use-card {
    position: relative;

    min-width: 0;

    padding: 23px;

    background: #ffffff;

    border: 1px solid var(--lefton-border);
    border-radius: 11px;

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.lefton-three-use-section .lefton-three-use-card:hover {
    transform: translateY(-2px);

    border-color: #dadada;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.04);
}


/* =========================================================
   Card Head
========================================================= */

.lefton-three-use-section .lefton-three-use-head {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    margin-bottom: 13px;
}


/* Number */

.lefton-three-use-section .lefton-three-use-number {
    flex: 0 0 36px;

    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f1f2;

    border-radius: 8px;

    font-size: 11px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* Label */

.lefton-three-use-section .lefton-three-use-label {
    display: block;

    margin-bottom: 3px;

    font-size: 10px;
    font-weight: 650;

    color: #a1a1a1;
}


/* Heading */

.lefton-three-use-section .lefton-three-use-card h3 {
    margin: 0;

    font-size: 16px;
    font-weight: 750;
    line-height: 1.75;

    color: var(--lefton-text);
}


/* Text */

.lefton-three-use-section .lefton-three-use-card p {
    margin: 0;

    font-size: 13px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* Accent کوچک */

.lefton-three-use-section .lefton-three-use-card::after {
    content: "";

    position: absolute;

    right: 23px;
    bottom: -1px;

    width: 28px;
    height: 2px;

    background: var(--lefton-wine);

    border-radius: 3px 3px 0 0;
}


/* =========================================================
   Decision Card
========================================================= */

.lefton-three-use-section .lefton-three-use-decision {
    display: flex;
    align-items: flex-start;

    gap: 17px;

    margin-top: 15px;
    padding: 21px 23px;

    background: #fafafa;

    border: 1px solid #e9e9e9;
    border-radius: 11px;
}


/* Icon */

.lefton-three-use-section .lefton-three-use-decision-icon {
    flex: 0 0 38px;

    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.18);
    border-radius: 50%;
}

.lefton-three-use-section .lefton-three-use-decision-icon span {
    font-size: 16px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* Content */

.lefton-three-use-section .lefton-three-use-decision-content {
    min-width: 0;
}

.lefton-three-use-section .lefton-three-use-decision-label {
    display: block;

    margin-bottom: 4px;

    font-size: 10px;
    font-weight: 700;

    color: var(--lefton-wine);
}

.lefton-three-use-section .lefton-three-use-decision h3 {
    margin: 0 0 6px;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.8;

    color: var(--lefton-text);
}

.lefton-three-use-section .lefton-three-use-decision p {
    margin: 0;

    font-size: 13px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .lefton-three-use-section .lefton-three-use-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .lefton-three-use-section
    .lefton-three-use-card:last-child {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-three-use-section .lefton-three-use-intro {
        margin-bottom: 20px;
    }

    .lefton-three-use-section .lefton-three-use-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .lefton-three-use-section .lefton-three-use-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }


    .lefton-three-use-section
    .lefton-three-use-card:last-child {
        grid-column: auto;
    }


    .lefton-three-use-section .lefton-three-use-card {
        padding: 18px 16px;

        border-radius: 9px;
    }


    .lefton-three-use-section .lefton-three-use-card h3 {
        font-size: 15px;
    }


    .lefton-three-use-section .lefton-three-use-card p {
        font-size: 13px;
    }


    .lefton-three-use-section .lefton-three-use-decision {
        gap: 12px;

        padding: 17px 15px;

        border-radius: 9px;
    }


    .lefton-three-use-section .lefton-three-use-decision-icon {
        flex-basis: 34px;

        height: 34px;
    }


    .lefton-three-use-section .lefton-three-use-decision h3 {
        font-size: 15px;
    }


    .lefton-three-use-section .lefton-three-use-decision p {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db5e34d *//* =========================================================
   چه زمانی سه طرف نما مناسب نیست؟
   Scope: .lefton-three-limit-section
========================================================= */

.lefton-three-limit-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #6f6f6f;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.lefton-three-limit-section .lefton-three-limit-intro {
    margin: 18px 0 26px;
}

.lefton-three-limit-section .lefton-three-limit-intro p {
    margin: 0;

    font-size: 15px;
    line-height: 2.1;

    color: var(--lefton-muted);
}

.lefton-three-limit-section .lefton-three-limit-intro strong {
    font-weight: 700;
    color: var(--lefton-text);
}


/* =========================================================
   Decision Cards
========================================================= */

.lefton-three-limit-section .lefton-three-limit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 14px;
}


.lefton-three-limit-section .lefton-three-limit-card {
    position: relative;

    min-width: 0;

    padding: 22px;

    background: #ffffff;

    border: 1px solid var(--lefton-border);
    border-radius: 11px;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


.lefton-three-limit-section .lefton-three-limit-card:hover {
    transform: translateY(-2px);

    border-color: #d8d8d8;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.04);
}


/* Status */

.lefton-three-limit-section .lefton-three-limit-status {
    display: inline-flex;

    margin-bottom: 14px;
    padding: 5px 9px;

    background: #f7f1f2;

    border-radius: 5px;

    font-size: 10px;
    font-weight: 700;

    color: var(--lefton-wine);
}


/* Heading */

.lefton-three-limit-section .lefton-three-limit-card h3 {
    margin: 0 0 8px;

    font-size: 16px;
    font-weight: 750;
    line-height: 1.8;

    color: var(--lefton-text);
}


/* Copy */

.lefton-three-limit-section .lefton-three-limit-card p {
    margin: 0;

    font-size: 13px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* خط کوچک پایین */

.lefton-three-limit-section .lefton-three-limit-card::after {
    content: "";

    position: absolute;

    right: 22px;
    bottom: -1px;

    width: 28px;
    height: 2px;

    background: var(--lefton-wine);

    border-radius: 3px 3px 0 0;
}


/* =========================================================
   راهنمای 3 / 4
========================================================= */

.lefton-three-limit-section .lefton-three-limit-guide {
    display: flex;
    align-items: flex-start;

    gap: 20px;

    margin-top: 15px;
    padding: 22px;

    background: #fafafa;

    border: 1px solid #e9e9e9;
    border-radius: 11px;
}


.lefton-three-limit-section .lefton-three-limit-guide-mark {
    flex: 0 0 58px;

    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.16);
    border-radius: 10px;

    direction: ltr;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.lefton-three-limit-section .lefton-three-limit-guide-copy {
    min-width: 0;
}


.lefton-three-limit-section .lefton-three-limit-guide-copy > span {
    display: block;

    margin-bottom: 4px;

    font-size: 10px;
    font-weight: 700;

    color: #999999;
}


.lefton-three-limit-section .lefton-three-limit-guide h3 {
    margin: 0 0 6px;

    font-size: 17px;
    font-weight: 800;
    line-height: 1.8;

    color: var(--lefton-text);
}


.lefton-three-limit-section .lefton-three-limit-guide p {
    margin: 0 0 10px;

    font-size: 13px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* Internal Link */

.lefton-three-limit-section .lefton-three-limit-link {
    display: inline-flex;
    align-items: center;

    font-size: 12px;
    font-weight: 700;

    color: var(--lefton-wine);

    text-decoration: none;

    border-bottom: 1px solid rgba(111, 37, 45, 0.25);

    transition:
        border-color 0.2s ease,
        opacity 0.2s ease;
}


.lefton-three-limit-section .lefton-three-limit-link:hover {
    opacity: 0.8;

    border-color: var(--lefton-wine);
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .lefton-three-limit-section .lefton-three-limit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lefton-three-limit-section .lefton-three-limit-card:last-child {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-three-limit-section .lefton-three-limit-intro {
        margin-bottom: 20px;
    }

    .lefton-three-limit-section .lefton-three-limit-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .lefton-three-limit-section .lefton-three-limit-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lefton-three-limit-section .lefton-three-limit-card:last-child {
        grid-column: auto;
    }


    .lefton-three-limit-section .lefton-three-limit-card {
        padding: 18px 16px;

        border-radius: 9px;
    }


    .lefton-three-limit-section .lefton-three-limit-card h3 {
        font-size: 15px;
    }


    .lefton-three-limit-section .lefton-three-limit-guide {
        gap: 12px;

        padding: 17px 15px;

        border-radius: 9px;
    }


    .lefton-three-limit-section .lefton-three-limit-guide-mark {
        flex-basis: 46px;

        height: 46px;

        font-size: 11px;

        border-radius: 8px;
    }


    .lefton-three-limit-section .lefton-three-limit-guide h3 {
        font-size: 15px;
    }


    .lefton-three-limit-section .lefton-three-limit-guide p {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f12e40c *//* =========================================================
   کنترل کیفیت آجر لفتون زرد ۳ طرف نما
   Non-card UX / Vertical Flow
   Scope: .lefton-three-quality-section
========================================================= */

.lefton-three-quality-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e8e8e8;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.lefton-three-quality-section .lefton-three-quality-intro {
    margin: 18px 0 30px;
}

.lefton-three-quality-section .lefton-three-quality-intro p {
    margin: 0;

    font-size: 15px;
    line-height: 2.1;

    color: var(--lefton-muted);
}

.lefton-three-quality-section .lefton-three-quality-intro strong {
    color: var(--lefton-text);
    font-weight: 700;
}


/* =========================================================
   Vertical Flow
========================================================= */

.lefton-three-quality-section .lefton-three-quality-flow {
    position: relative;
}


/* خط اتصال مراحل */

.lefton-three-quality-section .lefton-three-quality-flow::before {
    content: "";

    position: absolute;

    top: 21px;
    bottom: 21px;
    right: 21px;

    width: 1px;

    background: #e3e3e3;
}


/* =========================================================
   Each Step
========================================================= */

.lefton-three-quality-section .lefton-three-quality-item {
    position: relative;

    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);

    gap: 20px;

    padding: 0 0 27px;
    margin-bottom: 27px;

    border-bottom: 1px solid var(--lefton-border);
}


.lefton-three-quality-section
.lefton-three-quality-item:last-child {
    margin-bottom: 0;
}


/* =========================================================
   Step Number
========================================================= */

.lefton-three-quality-section .lefton-three-quality-step {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.lefton-three-quality-section .lefton-three-quality-step span {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 42px;
    height: 42px;

    background: #ffffff;

    border: 1px solid rgba(111, 37, 45, 0.22);
    border-radius: 50%;

    font-size: 11px;
    font-weight: 800;

    color: var(--lefton-wine);

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


.lefton-three-quality-section
.lefton-three-quality-item:hover
.lefton-three-quality-step span {
    background: var(--lefton-wine);

    border-color: var(--lefton-wine);

    color: #ffffff;
}


/* =========================================================
   Content
========================================================= */

.lefton-three-quality-section .lefton-three-quality-content {
    min-width: 0;
}


.lefton-three-quality-section .lefton-three-quality-title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 7px;
}


.lefton-three-quality-section .lefton-three-quality-title h3 {
    margin: 0;

    font-size: 17px;
    font-weight: 750;
    line-height: 1.8;

    color: var(--lefton-text);
}


/* برچسب کوچک سمت چپ */

.lefton-three-quality-section .lefton-three-quality-title > span {
    flex: 0 0 auto;

    padding: 4px 8px;

    background: #f7f1f2;

    border-radius: 4px;

    font-size: 9px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.lefton-three-quality-section .lefton-three-quality-content p {
    margin: 0;

    font-size: 13px;
    line-height: 2.05;

    color: var(--lefton-muted);
}


/* =========================================================
   Technical Note
========================================================= */

.lefton-three-quality-section .lefton-three-quality-note {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    margin-top: 24px;
    padding: 17px 18px;

    background: #fafafa;

    border-right: 3px solid var(--lefton-wine);
    border-radius: 7px;
}


.lefton-three-quality-section .lefton-three-quality-note-mark {
    flex: 0 0 28px;

    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #e4d5d7;
    border-radius: 50%;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.lefton-three-quality-section .lefton-three-quality-note > div {
    min-width: 0;
}


.lefton-three-quality-section .lefton-three-quality-note strong {
    display: block;

    margin-bottom: 3px;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-text);
}


.lefton-three-quality-section .lefton-three-quality-note p {
    margin: 0;

    font-size: 12px;
    line-height: 2;

    color: #7c7c7c;
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-three-quality-section .lefton-three-quality-intro {
        margin-bottom: 24px;
    }


    .lefton-three-quality-section .lefton-three-quality-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .lefton-three-quality-section
    .lefton-three-quality-flow::before {
        right: 17px;
        top: 18px;
        bottom: 18px;
    }


    .lefton-three-quality-section .lefton-three-quality-item {
        grid-template-columns: 36px minmax(0, 1fr);

        gap: 13px;

        margin-bottom: 21px;
        padding-bottom: 21px;
    }


    .lefton-three-quality-section
    .lefton-three-quality-step span {
        flex-basis: 34px;
        height: 34px;

        font-size: 10px;
    }


    .lefton-three-quality-section .lefton-three-quality-title {
        display: block;

        margin-bottom: 6px;
    }


    .lefton-three-quality-section
    .lefton-three-quality-title h3 {
        margin-bottom: 5px;

        font-size: 15px;
    }


    .lefton-three-quality-section
    .lefton-three-quality-title > span {
        display: inline-flex;
    }


    .lefton-three-quality-section
    .lefton-three-quality-content p {
        font-size: 12px;
        line-height: 2;
    }


    .lefton-three-quality-section .lefton-three-quality-note {
        gap: 10px;

        margin-top: 20px;
        padding: 15px 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2645ce6 *//* =========================================================
   قیمت آجر لفتون زرد ۳ طرف نما
   Commercial / Numeric Layout
   Scope: .lefton-three-price-section
========================================================= */

.lefton-three-price-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #737373;
    --lefton-border: #e7e7e7;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.lefton-three-price-section .lefton-three-price-intro {
    margin: 18px 0 26px;
}

.lefton-three-price-section .lefton-three-price-intro p {
    margin: 0;

    font-size: 15px;
    line-height: 2.1;

    color: var(--lefton-muted);
}

.lefton-three-price-section .lefton-three-price-intro strong {
    font-weight: 750;

    color: var(--lefton-text);
}


/* =========================================================
   Price Board
========================================================= */

.lefton-three-price-section .lefton-three-price-board {
    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(0, 1.9fr);

    gap: 12px;

    padding: 12px;

    background: #fafafa;

    border: 1px solid var(--lefton-border);
    border-radius: 13px;
}


/* =========================================================
   Main Price
========================================================= */

.lefton-three-price-section .lefton-three-price-primary {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 25px 24px;

    background: #ffffff;

    border: 1px solid #e9e9e9;
    border-radius: 10px;
}


.lefton-three-price-section .lefton-three-price-label {
    display: block;

    margin-bottom: 8px;

    font-size: 11px;
    font-weight: 650;

    color: #969696;
}


.lefton-three-price-section .lefton-three-price-value {
    display: flex;
    align-items: baseline;

    gap: 7px;
}


.lefton-three-price-section .lefton-three-price-value strong {
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 850;
    line-height: 1.3;

    color: var(--lefton-wine);
}


.lefton-three-price-section .lefton-three-price-value span {
    font-size: 12px;
    font-weight: 700;

    color: #555555;
}


.lefton-three-price-section .lefton-three-price-primary small {
    margin-top: 5px;

    font-size: 10px;

    color: #aaaaaa;
}


/* =========================================================
   Price Stats
========================================================= */

.lefton-three-price-section .lefton-three-price-stats {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;
}


.lefton-three-price-section .lefton-three-price-stat {
    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 23px 20px;

    background: #ffffff;

    border: 1px solid #e9e9e9;
    border-radius: 10px;
}


.lefton-three-price-section .lefton-three-price-stat > span {
    margin-bottom: 7px;

    font-size: 11px;
    font-weight: 600;

    color: #969696;
}


.lefton-three-price-section .lefton-three-price-stat > strong {
    font-size: 22px;
    font-weight: 820;
    line-height: 1.45;

    color: var(--lefton-text);
}


.lefton-three-price-section .lefton-three-price-stat > small {
    margin-top: 2px;

    font-size: 10px;

    color: #aaaaaa;
}


/* Accent خیلی محدود */

.lefton-three-price-section
.lefton-three-price-stat:last-child {
    border-bottom-color: rgba(111, 37, 45, 0.35);
}


/* =========================================================
   Formula
========================================================= */

.lefton-three-price-section .lefton-three-price-formula {
    margin-top: 14px;
    padding: 20px 22px;

    border: 1px solid var(--lefton-border);
    border-radius: 11px;

    background: #ffffff;
}


.lefton-three-price-section .lefton-three-price-formula-head {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 16px;
}


.lefton-three-price-section
.lefton-three-price-formula-head span {
    padding: 4px 8px;

    background: #f7f1f2;

    border-radius: 4px;

    font-size: 10px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.lefton-three-price-section
.lefton-three-price-formula-head strong {
    font-size: 14px;
    font-weight: 750;

    color: var(--lefton-text);
}


/* Equation */

.lefton-three-price-section .lefton-three-price-equation {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}


.lefton-three-price-section .lefton-three-price-equation > div {
    position: relative;

    min-width: 0;

    padding: 15px 12px;

    text-align: center;

    border-left: 1px solid #eeeeee;
}


.lefton-three-price-section
.lefton-three-price-equation > div:last-child {
    border-left: 0;
}


.lefton-three-price-section
.lefton-three-price-equation span {
    display: block;

    font-size: 11px;
    line-height: 1.8;

    color: #757575;
}


.lefton-three-price-section
.lefton-three-price-equation strong {
    display: block;

    margin-top: 3px;

    font-size: 14px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.lefton-three-price-section
.lefton-three-price-equation-result {
    background: #fafafa;
}


.lefton-three-price-section
.lefton-three-price-equation-result span {
    font-weight: 750;

    color: var(--lefton-text);
}


/* =========================================================
   Factors
========================================================= */

.lefton-three-price-section .lefton-three-price-factors {
    margin-top: 22px;

    border-top: 1px solid var(--lefton-border);
}


.lefton-three-price-section .lefton-three-price-factor {
    display: grid;

    grid-template-columns: 42px minmax(0, 1fr);

    gap: 16px;

    padding: 18px 0;

    border-bottom: 1px solid var(--lefton-border);
}


.lefton-three-price-section
.lefton-three-price-factor-index {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 32px;

    background: #f7f1f2;

    border-radius: 6px;

    font-size: 10px;
    font-weight: 800;

    color: var(--lefton-wine);
}


.lefton-three-price-section
.lefton-three-price-factor > div {
    min-width: 0;
}


.lefton-three-price-section
.lefton-three-price-factor strong {
    display: block;

    margin-bottom: 3px;

    font-size: 14px;
    font-weight: 750;

    color: var(--lefton-text);
}


.lefton-three-price-section
.lefton-three-price-factor p {
    margin: 0;

    font-size: 12px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Price Note
========================================================= */

.lefton-three-price-section .lefton-three-price-note {
    margin-top: 18px;

    padding: 16px 18px;

    background: #fafafa;

    border-right: 3px solid var(--lefton-wine);
    border-radius: 7px;
}


.lefton-three-price-section
.lefton-three-price-note > span {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-text);
}


.lefton-three-price-section
.lefton-three-price-note p {
    margin: 0;

    font-size: 12px;
    line-height: 2;

    color: #7d7d7d;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .lefton-three-price-section .lefton-three-price-board {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-three-price-section .lefton-three-price-intro {
        margin-bottom: 20px;
    }

    .lefton-three-price-section .lefton-three-price-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .lefton-three-price-section .lefton-three-price-board {
        gap: 8px;
        padding: 8px;

        border-radius: 10px;
    }


    .lefton-three-price-section .lefton-three-price-primary {
        padding: 20px 17px;
    }


    .lefton-three-price-section
    .lefton-three-price-value strong {
        font-size: 29px;
    }


    .lefton-three-price-section .lefton-three-price-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;
    }


    .lefton-three-price-section .lefton-three-price-stat {
        padding: 16px 13px;
    }


    .lefton-three-price-section
    .lefton-three-price-stat > strong {
        font-size: 17px;
    }


    /* Formula */

    .lefton-three-price-section .lefton-three-price-formula {
        padding: 17px 14px;
    }


    .lefton-three-price-section
    .lefton-three-price-equation {
        grid-template-columns: 1fr;
    }


    .lefton-three-price-section
    .lefton-three-price-equation > div {
        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 10px;

        padding: 11px 4px;

        text-align: right;

        border-left: 0;
        border-bottom: 1px solid #eeeeee;
    }


    .lefton-three-price-section
    .lefton-three-price-equation > div:last-child {
        border-bottom: 0;
    }


    .lefton-three-price-section
    .lefton-three-price-equation strong {
        margin: 0;
    }


    /* Factors */

    .lefton-three-price-section
    .lefton-three-price-factor {
        grid-template-columns: 36px minmax(0, 1fr);

        gap: 11px;

        padding: 15px 0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1903f2b *//* =========================================================
   آماده‌سازی سفارش آجر لفتون زرد ۳ طرف نما
   Scope: .lefton-three-order-section
========================================================= */

.lefton-three-order-section {
    --lefton-wine: #6f252d;
    --lefton-text: #222222;
    --lefton-muted: #707070;
    --lefton-border: #e8e8e8;
    --lefton-soft: #f8f8f8;

    direction: rtl;
}


/* =========================================================
   Intro
========================================================= */

.lefton-three-order-section .lefton-three-order-intro {
    margin: 18px 0 28px;
}

.lefton-three-order-section .lefton-three-order-intro p {
    margin: 0;

    font-size: 15px;
    line-height: 2.1;

    color: var(--lefton-muted);
}

.lefton-three-order-section .lefton-three-order-intro strong {
    color: var(--lefton-text);
    font-weight: 700;
}


/* =========================================================
   Order List
========================================================= */

.lefton-three-order-section .lefton-three-order-list {
    border-top: 1px solid var(--lefton-border);
}


.lefton-three-order-section .lefton-three-order-row {
    display: grid;

    grid-template-columns:
        46px
        minmax(0, 1fr)
        130px;

    gap: 20px;
    align-items: center;

    padding: 23px 0;

    border-bottom: 1px solid var(--lefton-border);
}


/* =========================================================
   Number
========================================================= */

.lefton-three-order-section .lefton-three-order-index {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 38px;

    background: #f7f1f2;

    border-radius: 7px;

    font-size: 11px;
    font-weight: 800;

    color: var(--lefton-wine);
}


/* =========================================================
   Main Info
========================================================= */

.lefton-three-order-section .lefton-three-order-info {
    min-width: 0;
}


.lefton-three-order-section .lefton-three-order-info > span {
    display: block;

    margin-bottom: 3px;

    font-size: 10px;
    font-weight: 700;

    color: #a0a0a0;
}


.lefton-three-order-section .lefton-three-order-info h3 {
    margin: 0 0 5px;

    font-size: 16px;
    font-weight: 750;
    line-height: 1.8;

    color: var(--lefton-text);
}


.lefton-three-order-section .lefton-three-order-info p {
    margin: 0;

    font-size: 12px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   Small Value
========================================================= */

.lefton-three-order-section .lefton-three-order-example {
    padding-right: 16px;

    border-right: 1px solid #eeeeee;
}


.lefton-three-order-section .lefton-three-order-example span {
    display: block;

    margin-bottom: 3px;

    font-size: 9px;
    font-weight: 600;

    color: #aaaaaa;
}


.lefton-three-order-section .lefton-three-order-example strong {
    display: block;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-text);
}


/* =========================================================
   Summary Strip
========================================================= */

.lefton-three-order-section .lefton-three-order-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 22px;

    margin-top: 18px;
    padding: 16px 18px;

    background: #fafafa;

    border: 1px solid #e9e9e9;
    border-radius: 8px;
}


.lefton-three-order-section .lefton-three-order-summary-title {
    flex: 0 0 auto;

    font-size: 12px;
    font-weight: 800;

    color: var(--lefton-text);
}


.lefton-three-order-section .lefton-three-order-summary-items {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;
}


.lefton-three-order-section
.lefton-three-order-summary-items span {
    display: inline-flex;
    align-items: center;

    padding: 5px 9px;

    background: #ffffff;

    border: 1px solid #e6e6e6;
    border-radius: 5px;

    font-size: 10px;
    font-weight: 650;

    color: #707070;
}


/* یک Accent محدود */

.lefton-three-order-section
.lefton-three-order-summary-items span:first-child {
    color: var(--lefton-wine);

    border-color: rgba(111, 37, 45, 0.18);
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .lefton-three-order-section .lefton-three-order-row {
        grid-template-columns:
            42px
            minmax(0, 1fr)
            110px;

        gap: 15px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-three-order-section .lefton-three-order-intro {
        margin-bottom: 20px;
    }


    .lefton-three-order-section .lefton-three-order-intro p {
        font-size: 14px;
        line-height: 2;
    }


    .lefton-three-order-section .lefton-three-order-row {
        grid-template-columns:
            36px
            minmax(0, 1fr);

        gap: 12px;

        padding: 19px 0;
    }


    .lefton-three-order-section .lefton-three-order-index {
        height: 34px;

        font-size: 10px;
    }


    .lefton-three-order-section .lefton-three-order-info h3 {
        font-size: 15px;
    }


    .lefton-three-order-section .lefton-three-order-info p {
        font-size: 12px;
    }


    .lefton-three-order-section .lefton-three-order-example {
        grid-column: 2;

        padding: 8px 0 0;

        border-right: 0;
        border-top: 1px dashed #e5e5e5;
    }


    .lefton-three-order-section .lefton-three-order-example span,
    .lefton-three-order-section .lefton-three-order-example strong {
        display: inline;
    }


    .lefton-three-order-section
    .lefton-three-order-example span {
        margin-left: 6px;
    }


    /* Summary */

    .lefton-three-order-section .lefton-three-order-summary {
        display: block;

        padding: 14px;

        border-radius: 7px;
    }


    .lefton-three-order-section
    .lefton-three-order-summary-title {
        margin-bottom: 10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e12aa0 *//* =========================================================
   FAQ آجر لفتون زرد ۳ طرف نما
   Scope: .lefton-three-faq-section
========================================================= */

.lefton-three-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;
}


/* خط زرشکی بالا مثل نمونه */

.lefton-three-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
========================================================= */

.lefton-three-faq-section .lefton-three-faq-heading {
    margin-bottom: 28px;
}


.lefton-three-faq-section .lefton-three-faq-eyebrow {
    display: block;

    margin-bottom: 10px;

    font-size: 11px;
    font-weight: 700;

    color: var(--lefton-wine);
}


.lefton-three-faq-section .lefton-three-faq-heading h2 {
    margin: 0 0 10px;

    font-size: clamp(23px, 2.3vw, 31px);
    font-weight: 800;
    line-height: 1.7;

    color: #a64f51;
}


.lefton-three-faq-section .lefton-three-faq-heading p {
    margin: 0;

    font-size: 14px;
    line-height: 2;

    color: var(--lefton-muted);
}


/* =========================================================
   FAQ List
========================================================= */

.lefton-three-faq-section .lefton-three-faq-list {
    display: flex;
    flex-direction: column;

    gap: 10px;
}


/* =========================================================
   FAQ Item
========================================================= */

.lefton-three-faq-section .lefton-three-faq-item {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e4e2e0;
    border-radius: 12px;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


.lefton-three-faq-section .lefton-three-faq-item:hover {
    border-color: #d9d6d3;

    box-shadow:
        0 5px 16px rgba(0, 0, 0, 0.025);
}


/* حذف Marker پیش‌فرض */

.lefton-three-faq-section
.lefton-three-faq-item summary {
    list-style: none;
}


.lefton-three-faq-section
.lefton-three-faq-item summary::-webkit-details-marker {
    display: none;
}


/* =========================================================
   Question
========================================================= */

.lefton-three-faq-section
.lefton-three-faq-item summary {
    display: grid;

    grid-template-columns:
        38px
        minmax(0, 1fr)
        28px;

    gap: 12px;

    align-items: center;

    padding: 16px 18px;

    cursor: pointer;

    user-select: none;
}


.lefton-three-faq-section
.lefton-three-faq-item summary strong {
    font-size: 14px;
    font-weight: 750;
    line-height: 1.9;

    color: var(--lefton-text);
}


/* =========================================================
   Number Circle
========================================================= */

.lefton-three-faq-section .lefton-three-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
========================================================= */

.lefton-three-faq-section .lefton-three-faq-toggle {
    position: relative;

    height: 28px;
}


.lefton-three-faq-section
.lefton-three-faq-toggle::before,
.lefton-three-faq-section
.lefton-three-faq-toggle::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 12px;
    height: 1px;

    background: #8b8b8b;

    transform: translate(-50%, -50%);

    transition: transform 0.2s ease;
}


.lefton-three-faq-section
.lefton-three-faq-toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


/* وقتی باز می‌شود */

.lefton-three-faq-section
.lefton-three-faq-item[open]
.lefton-three-faq-toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(0);
}


.lefton-three-faq-section
.lefton-three-faq-item[open] {
    border-color: #ddd7d5;
}


/* =========================================================
   Answer
========================================================= */

.lefton-three-faq-section .lefton-three-faq-answer {
    margin-right: 68px;

    padding:
        0
        18px
        18px
        18px;
}


.lefton-three-faq-section .lefton-three-faq-answer p {
    margin: 0;

    padding-top: 14px;

    border-top: 1px solid #efedeb;

    font-size: 13px;
    line-height: 2.1;

    color: var(--lefton-muted);
}


.lefton-three-faq-section
.lefton-three-faq-answer p strong {
    font-weight: 750;

    color: var(--lefton-text);
}


/* =========================================================
   Internal Link
========================================================= */

.lefton-three-faq-section .lefton-three-faq-link {
    display: inline-flex;

    margin-top: 10px;

    padding-bottom: 2px;

    font-size: 12px;
    font-weight: 700;

    color: var(--lefton-wine);

    text-decoration: none;

    border-bottom:
        1px solid rgba(111, 37, 45, 0.25);
}


.lefton-three-faq-section .lefton-three-faq-link:hover {
    border-color: var(--lefton-wine);
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-three-faq-section {
        padding: 24px 15px;

        border-radius: 13px;
    }


    .lefton-three-faq-section::before {
        right: 15px;

        width: 40px;
    }


    .lefton-three-faq-section .lefton-three-faq-heading {
        margin-bottom: 21px;
    }


    .lefton-three-faq-section
    .lefton-three-faq-heading h2 {
        font-size: 22px;
    }


    .lefton-three-faq-section
    .lefton-three-faq-heading p {
        font-size: 13px;
    }


    .lefton-three-faq-section
    .lefton-three-faq-item summary {
        grid-template-columns:
            34px
            minmax(0, 1fr)
            24px;

        gap: 9px;

        padding: 14px 12px;
    }


    .lefton-three-faq-section
    .lefton-three-faq-number {
        height: 34px;

        font-size: 9px;
    }


    .lefton-three-faq-section
    .lefton-three-faq-item summary strong {
        font-size: 13px;
        line-height: 1.85;
    }


    .lefton-three-faq-section
    .lefton-three-faq-answer {
        margin-right: 43px;

        padding:
            0
            12px
            15px
            12px;
    }


    .lefton-three-faq-section
    .lefton-three-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;
    }

}/* End custom CSS */