.elementor-706 .elementor-element.elementor-element-bb4998e{--display:flex;}.elementor-706 .elementor-element.elementor-element-bb4998e.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-706 .elementor-element.elementor-element-bb4998e{--width:100.071%;}}/* Start custom CSS for html, class: .elementor-element-5a422c5 *//* ==========================================
   راهنمای خرید آجر لفتون - اشتباهات رایج
========================================== */

.lefton-buy-guide {
    direction: rtl;
    text-align: right;
    margin: 45px 0;
}


/* H2 */

.lefton-buy-guide > h2 {
    margin: 0 0 14px;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.7;
    color: #202020;
}


/* متن مقدمه */

.lefton-buy-guide-intro {
    margin: 0 0 28px;
    color: #666;
    font-size: 16px;
    line-height: 2.1;
}


/* ==========================================
   4 کارت
========================================== */

.lefton-mistake-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 28px 0 38px;
}


.lefton-mistake-card {
    position: relative;
    min-height: 115px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 20px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fafafa 100%
        );

    border: 1px solid #e8e8e8;
    border-radius: 14px;

    text-decoration: none !important;

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.lefton-mistake-card::before {
    content: "";

    position: absolute;

    width: 80px;
    height: 80px;

    left: -35px;
    top: -35px;

    border-radius: 50%;

    background: rgba(190, 38, 38, .05);
}


.lefton-mistake-card:hover {
    transform: translateY(-5px);

    border-color: #dedede;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .07);
}


.lefton-mistake-index {
    position: relative;

    display: block;

    margin-bottom: 18px;

    color: #b72222;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}


.lefton-mistake-card strong {
    position: relative;

    color: #222;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.8;
}


/* ==========================================
   توضیحات اشتباهات
========================================== */

.lefton-mistake-details {
    display: flex;
    flex-direction: column;
    gap: 0;

    margin-top: 10px;
}


.lefton-mistake-detail {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;

    padding: 24px 0;

    border-bottom: 1px solid #eeeeee;

    scroll-margin-top: 120px;
}


.lefton-mistake-detail:last-child {
    border-bottom: none;
}


.lefton-detail-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: #f7f7f7;

    color: #b72222;

    font-size: 13px;
    font-weight: 800;
}


.lefton-mistake-detail h3 {
    margin: 0 0 8px;

    color: #222;

    font-size: 19px;
    font-weight: 800;
    line-height: 1.8;
}


.lefton-mistake-detail p {
    margin: 0;

    max-width: 1000px;

    color: #626262;

    font-size: 15.5px;
    line-height: 2.1;
}


/* ==========================================
   CTA اختصاصی
========================================== */

.lefton-consult-cta {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 30px;
    padding: 25px 28px;

    border-radius: 16px;

    background: #202020;

    overflow: hidden;
}


.lefton-consult-cta::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -80px;
    top: -90px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .04);
}


.lefton-consult-cta::after {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    left: 160px;
    bottom: -90px;

    border-radius: 50%;

    background: rgba(183, 34, 34, .22);
}


.lefton-consult-cta-text {
    position: relative;
    z-index: 2;
}


.lefton-consult-label {
    display: inline-block;

    margin-bottom: 10px;

    color: #e8b3b3;

    font-size: 13px;
    font-weight: 700;
}


.lefton-consult-cta-text > strong {
    display: block;

    margin-bottom: 7px;

    color: #fff;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.8;
}


.lefton-consult-cta-text p {
    margin: 0;

    color: #cfcfcf;

    font-size: 14px;
    line-height: 2;
}


.lefton-consult-phone {
    position: relative;
    z-index: 2;

    flex: 0 0 auto;

    min-width: 190px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 13px 22px;

    border-radius: 10px;

    background: #fff;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.lefton-consult-phone:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .15);
}


.lefton-consult-phone span {
    margin-bottom: 2px;

    color: #777;

    font-size: 12px;
}


.lefton-consult-phone strong {
    direction: ltr;

    color: #222;

    font-size: 17px;
    font-weight: 800;
}


/* ==========================================
   تبلت
========================================== */

@media (max-width: 1024px) {

    .lefton-mistake-cards {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ==========================================
   موبایل
========================================== */

@media (max-width: 767px) {

    .lefton-buy-guide {
        margin: 30px 0;
    }


    .lefton-buy-guide > h2 {
        font-size: 21px;
    }


    .lefton-buy-guide-intro {
        font-size: 15px;
    }


    .lefton-mistake-cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;

        margin: 22px 0 25px;
    }


    .lefton-mistake-card {
        min-height: 105px;

        padding: 16px;
    }


    .lefton-mistake-card strong {
        font-size: 14px;
    }


    .lefton-mistake-detail {
        grid-template-columns: 42px 1fr;

        gap: 13px;

        padding: 20px 0;
    }


    .lefton-detail-number {
        width: 40px;
        height: 40px;

        font-size: 12px;
    }


    .lefton-mistake-detail h3 {
        font-size: 17px;
    }


    .lefton-mistake-detail p {
        font-size: 14.5px;
    }


    .lefton-consult-cta {
        flex-direction: column;
        align-items: stretch;

        gap: 18px;

        padding: 22px 20px;
    }


    .lefton-consult-cta-text > strong {
        font-size: 16px;
    }


    .lefton-consult-phone {
        width: 100%;
        min-width: 0;

        box-sizing: border-box;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a503080 *//* =========================================
   ویژگی‌ها و مشخصات آجر لفتون
========================================= */

.lefton-overview-section {
    --lefton-wine: #6f252d;
    --lefton-dark: #202020;
    --lefton-text: #626262;
    --lefton-muted: #929292;
    --lefton-soft: #f8f8f7;
    --lefton-line: #e9e9e7;

    direction: rtl;
    text-align: right;

    margin: 48px 0;
}


/* -------------------------
   عنوان
------------------------- */

.lefton-overview-head {
    margin-bottom: 18px;
}

.lefton-overview-label {
    position: relative;

    display: inline-block;

    margin-bottom: 7px;
    padding-right: 16px;

    color: #777;

    font-size: 12px;
    font-weight: 700;
}

.lefton-overview-label::before {
    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    width: 7px;
    height: 2px;

    background: var(--lefton-wine);

    transform: translateY(-50%);
}

.lefton-overview-head h2 {
    margin: 0;

    color: var(--lefton-dark);

    font-size: 27px;
    line-height: 1.7;
    font-weight: 800;
}


/* -------------------------
   متن معرفی
------------------------- */

.lefton-overview-intro {


    margin-bottom: 27px;
}

.lefton-overview-intro p {
    margin: 0 0 10px;

    color: var(--lefton-text);

    font-size: 15.5px;
    line-height: 2.15;
}

.lefton-overview-intro strong {
    color: #282828;
    font-weight: 800;
}


/* =========================================
   مشخصات
========================================= */

.lefton-overview-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    background: #fff;

    border: 1px solid var(--lefton-line);
    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .035);
}

.lefton-overview-spec {
    position: relative;

    min-height: 92px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 20px 22px;

    border-left: 1px solid var(--lefton-line);
    border-bottom: 1px solid var(--lefton-line);
}

.lefton-overview-spec:nth-child(3n) {
    border-left: none;
}

.lefton-overview-spec:nth-last-child(-n+3) {
    border-bottom: none;
}

.lefton-overview-spec span {
    margin-bottom: 7px;

    color: var(--lefton-muted);

    font-size: 12px;
    font-weight: 500;
}

.lefton-overview-spec strong {
    color: #242424;

    font-size: 17px;
    font-weight: 800;
}


/* Accent بسیار محدود */

.lefton-overview-spec::after {
    content: "";

    position: absolute;

    right: 22px;
    bottom: 0;

    width: 17px;
    height: 2px;

    background: var(--lefton-wine);

    opacity: .35;
}


/* =========================================
   توضیح 10 سوراخ
========================================= */

.lefton-overview-note {
    display: grid;
    grid-template-columns: 64px 1fr;

    gap: 20px;
    align-items: center;

    margin-top: 22px;
    padding: 22px 24px;

    background: var(--lefton-soft);

    border: 1px solid #eeeeec;
    border-radius: 14px;
}

.lefton-overview-note-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    border: 1px solid #e6e6e3;
    border-radius: 50%;
}

.lefton-overview-note-icon span {
    direction: ltr;

    color: var(--lefton-wine);

    font-size: 17px;
    font-weight: 800;
}

.lefton-overview-note-text h3 {
    margin: 0 0 5px;

    color: var(--lefton-dark);

    font-size: 17px;
    font-weight: 800;
}

.lefton-overview-note-text p {
    margin: 0;

    color: #686868;

    font-size: 14px;
    line-height: 2;
}


/* =========================================
   CTA - ویژگی‌ها و مشخصات محصول
   نسخه سفید و لوکس
========================================= */

.lefton-overview-cta {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 35px;

    margin-top: 28px;
    padding: 20px 22px;

    min-height: 160px;

    background: #ffffff;

    border: 1px solid #e7e7e7;
    border-radius: 16px;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.025);

    overflow: hidden;
}


/* خط قرمز قبلی حذف شود */

.lefton-overview-cta::before {
    display: none;
}


/* =========================================
   متن سمت راست
========================================= */

.lefton-overview-cta-copy {
    position: relative;
    z-index: 2;

    flex: 1;

    padding: 10px 0;
}


/* "قبل از سفارش" */

.lefton-overview-cta-copy > span {
    display: block;

    margin-bottom: 7px;

    color: #8c8c8c;

    font-size: 11px;
    font-weight: 600;
}


/* تیتر اصلی */

.lefton-overview-cta-copy > strong {
    display: block;

    margin-bottom: 7px;

    color: #202020;

    font-size: 17px;
    line-height: 1.9;
    font-weight: 800;
}


/* توضیح */

.lefton-overview-cta-copy p {
    margin: 0;

    color: #777;

    font-size: 13.5px;
    line-height: 2;
}


/* =========================================
   باکس تماس سمت چپ
========================================= */

.lefton-overview-call {
    flex: 0 0 175px;

    width: 175px;
    min-width: 175px;
    min-height: 125px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 15px;

    background: #232323;

    border-radius: 11px;

    box-sizing: border-box;

    text-decoration: none !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


/* Hover خیلی ظریف */

.lefton-overview-call:hover {
    transform: translateY(-3px);

    background: #1f1f1f;

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.12);
}


/* مشاوره خرید - قرمز جیگری */

.lefton-overview-call span {
    display: block;

    margin-bottom: 9px;

    color: #ad181b !important;

    font-size: 15px;
    font-weight: 700;
}


/* شماره تماس */

.lefton-overview-call strong {
    direction: ltr;

    color: #ffffff !important;

    font-size: 17px;
    font-weight: 800;

    letter-spacing: .2px;
}


/* =========================================
   تبلت
========================================= */

@media (max-width: 1024px) {

    .lefton-overview-cta {
        gap: 25px;

        min-height: 150px;
    }

    .lefton-overview-call {
        flex-basis: 165px;

        width: 165px;
        min-width: 165px;
    }

}


/* =========================================
   موبایل
========================================= */

@media (max-width: 767px) {

    .lefton-overview-cta {
        flex-direction: column;
        align-items: stretch;

        gap: 18px;

        min-height: auto;

        padding: 20px;

        border-radius: 14px;
    }


    .lefton-overview-cta-copy {
        padding: 0;
    }


    .lefton-overview-cta-copy > strong {
        font-size: 16px;
    }


    .lefton-overview-cta-copy p {
        font-size: 13px;
    }


    .lefton-overview-call {
        width: 100%;
        min-width: 0;
        min-height: 90px;

        flex-basis: auto;

        padding: 15px 20px;

        border-radius: 10px;
    }


    .lefton-overview-call span {
        margin-bottom: 5px;
    }

}

/* =========================================
   تبلت
========================================= */

@media (max-width: 1024px) {

    .lefton-overview-specs {
        grid-template-columns: repeat(2, 1fr);
    }

    .lefton-overview-spec:nth-child(3n) {
        border-left: 1px solid var(--lefton-line);
    }

    .lefton-overview-spec:nth-child(2n) {
        border-left: none;
    }

    .lefton-overview-spec:nth-last-child(-n+3) {
        border-bottom: 1px solid var(--lefton-line);
    }

    .lefton-overview-spec:nth-last-child(-n+2) {
        border-bottom: none;
    }

}


/* =========================================
   موبایل
========================================= */

@media (max-width: 767px) {

    .lefton-overview-section {
        margin: 34px 0;
    }

    .lefton-overview-head h2 {
        font-size: 21px;
    }

    .lefton-overview-intro p {
        font-size: 14.5px;
    }

    .lefton-overview-specs {
        grid-template-columns: repeat(2, 1fr);
    }

    .lefton-overview-spec {
        min-height: 80px;

        padding: 15px 14px;
    }

    .lefton-overview-spec span {
        font-size: 11px;
    }

    .lefton-overview-spec strong {
        font-size: 14px;
    }

    .lefton-overview-spec::after {
        right: 14px;
    }

    .lefton-overview-note {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 19px;
    }

    .lefton-overview-note-icon {
        width: 50px;
        height: 50px;
    }

    .lefton-overview-note-text h3 {
        font-size: 16px;
    }

    .lefton-overview-note-text p {
        font-size: 13.5px;
    }

    .lefton-overview-cta {
        flex-direction: column;
        align-items: stretch;

        gap: 17px;

        padding: 21px;
    }

    .lefton-overview-cta-copy > strong {
        font-size: 16px;
    }

    .lefton-overview-call {
        width: 100%;
        min-width: 0;

        box-sizing: border-box;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acd3399 *//* =========================================
   راهنمای انتخاب آجر لفتون زرد 4 طرف نما
========================================= */

.lefton-choice-section {
    --lefton-wine: #70262f;
    --lefton-dark: #202020;
    --lefton-text: #646464;
    --lefton-muted: #929292;
    --lefton-line: #e9e9e7;
    --lefton-soft: #f8f8f7;

    direction: rtl;
    text-align: right;

    margin: 50px 0;
}


/* عنوان */

.lefton-choice-head {
    margin-bottom: 16px;
}

.lefton-choice-label {
    position: relative;

    display: inline-block;

    margin-bottom: 7px;
    padding-right: 15px;

    color: #777;

    font-size: 12px;
    font-weight: 700;
}

.lefton-choice-label::before {
    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    width: 7px;
    height: 2px;

    background: var(--lefton-wine);

    transform: translateY(-50%);
}

.lefton-choice-head h2 {
    margin: 0;

    color: var(--lefton-dark);

    font-size: 27px;
    font-weight: 800;
    line-height: 1.7;
}


/* مقدمه */

.lefton-choice-intro {


    margin: 0 0 30px;

    color: var(--lefton-text);

    font-size: 15.5px;
    line-height: 2.15;
}

.lefton-choice-intro strong {
    color: #292929;

    font-weight: 700;
}


/* =========================================
   آیتم‌های راهنما
========================================= */

.lefton-choice-list {
    border-top: 1px solid var(--lefton-line);
}

.lefton-choice-item {
    display: grid;
    grid-template-columns: 65px 1fr;

    gap: 22px;

    padding: 28px 0;

    border-bottom: 1px solid var(--lefton-line);
}


/* شماره */

.lefton-choice-number {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fafafa;

    border: 1px solid #e8e8e6;
    border-radius: 50%;

    color: var(--lefton-wine);

    font-size: 12px;
    font-weight: 800;
}


/* محتوا */

.lefton-choice-content {

}

.lefton-choice-content h3 {
    margin: 0 0 8px;

    color: var(--lefton-dark);

    font-size: 18px;
    font-weight: 800;
    line-height: 1.8;
}

.lefton-choice-content > p {
    margin: 0;

    color: var(--lefton-text);

    font-size: 15px;
    line-height: 2.1;
}


/* توضیح ثانویه */

.lefton-choice-content .lefton-choice-small {
    margin-top: 10px;

    color: #858585;

    font-size: 13.5px;
}


/* =========================================
   مقایسه 3 و 4 طرف نما
========================================= */

.lefton-face-compare {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    margin: 18px 0 4px;
}

.lefton-face-row {
    position: relative;

    padding: 17px 18px;

    background: #fafafa;

    border: 1px solid #ececea;
    border-radius: 11px;
}

.lefton-face-row strong {
    display: block;

    margin-bottom: 5px;

    color: #292929;

    font-size: 14px;
    font-weight: 800;
}

.lefton-face-row span {
    display: block;

    color: #777;

    font-size: 12.5px;
    line-height: 1.9;
}


/* تأکید بسیار محدود روی 4 طرف نما */

.lefton-face-row-featured::after {
    content: "";

    position: absolute;

    right: 17px;
    bottom: 0;

    width: 22px;
    height: 2px;

    background: var(--lefton-wine);

    opacity: .55;
}


/* =========================================
   CTA راهنمای انتخاب - نسخه مشکی
========================================= */

.lefton-choice-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;

    margin-top: 28px;
    padding: 24px 26px;

    background: #222222;
    border: 1px solid #222222;
    border-radius: 15px;

    overflow: hidden;
}

/* Accent جیگری خیلی محدود */
.lefton-choice-cta::before {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    bottom: 24px;

    width: 3px;

    background: #70262f;
    border-radius: 10px;
}

.lefton-choice-cta-content {
    position: relative;
    z-index: 2;
    flex: 1;
}

.lefton-choice-cta-content > span {
    display: block;
    margin-bottom: 7px;

    color: #9d9d9d;

    font-size: 11px;
    font-weight: 700;
}

.lefton-choice-cta-content > strong {
    display: block;
    margin-bottom: 6px;

    color: #ffffff;

    font-size: 17px;
    font-weight: 800;
    line-height: 1.9;
}

.lefton-choice-cta-content p {
    margin: 0;

    color: #c3c3c3;

    font-size: 13.5px;
    line-height: 2;
}


/* دکمه تماس */

.lefton-choice-call {
    flex: 0 0 auto;

    min-width: 180px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 12px 20px;

    background: #ffffff;
    border-radius: 9px;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.lefton-choice-call:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .16);
}

/* عبارت مشاوره فروش */
.lefton-choice-call span {
    margin-bottom: 2px;

    color: #70262f !important;

    font-size: 11px;
    font-weight: 800;
}

/* شماره */
.lefton-choice-call strong {
    direction: ltr;

    color: #222222 !important;

    font-size: 16px;
    font-weight: 800;
}


/* موبایل */

@media (max-width: 767px) {

    .lefton-choice-cta {
        flex-direction: column;
        align-items: stretch;

        gap: 18px;

        padding: 21px;
    }

    .lefton-choice-cta-content > strong {
        font-size: 16px;
    }

    .lefton-choice-call {
        width: 100%;
        min-width: 0;

        box-sizing: border-box;
    }
}

/* =========================================
   تبلت
========================================= */

@media (max-width: 1024px) {

    .lefton-choice-item {
        grid-template-columns: 55px 1fr;

        gap: 18px;
    }

}


/* =========================================
   موبایل
========================================= */

@media (max-width: 767px) {

    .lefton-choice-section {
        margin: 35px 0;
    }

    .lefton-choice-head h2 {
        font-size: 21px;
    }

    .lefton-choice-intro {
        font-size: 14.5px;
    }


    .lefton-choice-item {
        grid-template-columns: 40px 1fr;

        gap: 13px;

        padding: 22px 0;
    }


    .lefton-choice-number {
        width: 38px;
        height: 38px;

        font-size: 10px;
    }


    .lefton-choice-content h3 {
        font-size: 16px;
    }


    .lefton-choice-content > p {
        font-size: 14px;
    }


    .lefton-face-compare {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    .lefton-choice-cta {
        flex-direction: column;
        align-items: stretch;

        gap: 17px;

        padding: 20px;
    }


    .lefton-choice-cta-content > strong {
        font-size: 16px;
    }


    .lefton-choice-call {
        width: 100%;
        min-width: 0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9e557b *//* =========================================================
   کاربردها و نمونه پروژه‌های آجر لفتون
   Scope: .lefton-project-use
========================================================= */

.lefton-project-use {
    --lefton-wine: #6f252d;
    --lefton-text: #202020;
    --lefton-muted: #666;
    --lefton-border: #e9e9e9;
    --lefton-soft: #f7f7f7;
    --lefton-white: #ffffff;

    width: 100%;
    direction: rtl;
    color: var(--lefton-text);
}

.lefton-project-use *,
.lefton-project-use *::before,
.lefton-project-use *::after {
    box-sizing: border-box;
}


/* =========================================================
   تیتر اصلی
========================================================= */

.lefton-project-use .lefton-feature-heading {
    margin-bottom: 22px;
}

.lefton-project-use .lefton-feature-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;

    color: var(--lefton-wine);
}

.lefton-project-use .lefton-feature-eyebrow::before {
    content: "";
    display: block;

    width: 24px;
    height: 2px;

    background: var(--lefton-wine);
    border-radius: 10px;
}

.lefton-project-use .lefton-feature-heading h2 {
    margin: 0;

    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.55;

    color: #181818;
}


/* =========================================================
   متن توضیح ابتدایی
========================================================= */

.lefton-project-use .lefton-feature-copy {
    max-width: 900px;

    margin-bottom: 38px;

    font-size: 16px;
    font-weight: 400;
    line-height: 2.15;

    color: var(--lefton-muted);
}

.lefton-project-use .lefton-feature-copy strong {
    color: var(--lefton-text);
    font-weight: 700;
}


/* =========================================================
   لیست کاربردها
========================================================= */

.lefton-project-use .lefton-use-list {
    width: 100%;

    border-top: 1px solid var(--lefton-border);
}

.lefton-project-use .lefton-use-row {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 22px;
    align-items: start;

    padding: 26px 0;

    border-bottom: 1px solid var(--lefton-border);

    transition:
        padding 0.25s ease,
        background-color 0.25s ease;
}

.lefton-project-use .lefton-use-row:hover {
    padding-right: 12px;
}

.lefton-project-use .lefton-use-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border: 1px solid rgba(111, 37, 45, 0.22);
    border-radius: 50%;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-wine);
    background: var(--lefton-white);

    transition: all 0.25s ease;
}

.lefton-project-use .lefton-use-row:hover .lefton-use-number {
    color: #fff;
    background: var(--lefton-wine);
    border-color: var(--lefton-wine);
}

.lefton-project-use .lefton-use-row > div {
    min-width: 0;

    font-size: 15px;
    line-height: 2.05;

    color: var(--lefton-muted);
}

.lefton-project-use .lefton-use-row h3 {
    margin: 0 0 7px;

    font-size: 18px;
    font-weight: 750;
    line-height: 1.7;

    color: var(--lefton-text);
}


/* =========================================================
   بخش نمونه پروژه‌ها
========================================================= */

.lefton-project-use .lefton-project-shortcode {
    margin-top: 55px;

    padding: 32px;

    background: var(--lefton-soft);
    border: 1px solid #eeeeee;
    border-radius: 14px;
}

.lefton-project-use .lefton-project-shortcode-head {
    max-width: 850px;

    margin-bottom: 26px;

    font-size: 15px;
    line-height: 2;

    color: var(--lefton-muted);
}

.lefton-project-use .lefton-project-shortcode-head::first-line {
    color: var(--lefton-wine);
    font-weight: 700;
}

.lefton-project-use .lefton-project-shortcode-head h3 {
    margin: 7px 0 8px;

    font-size: clamp(20px, 2vw, 27px);
    font-weight: 800;
    line-height: 1.65;

    color: var(--lefton-text);
}

.lefton-project-use .lefton-project-shortcode-area {
    width: 100%;
}


/* جلوگیری از بیرون‌زدگی محتوای شورت‌کد */
.lefton-project-use .lefton-project-shortcode-area img {
    max-width: 100%;
    height: auto;
}

.lefton-project-use .lefton-project-shortcode-area iframe {
    max-width: 100%;
}


/* =========================================================
   CTA انتهای بخش
========================================================= */

.lefton-project-use .lefton-project-ctat {
    position: relative;
    overflow: hidden;

    margin-top: 28px;

    padding: 36px 38px;

    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.045);
}

.lefton-project-use .lefton-project-ctat::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 4px;
    height: 100%;

    background: var(--lefton-wine);
}

.lefton-project-use .lefton-project-cta-content {
    position: relative;
    z-index: 1;

    max-width: 850px;

    font-size: 15px;
    line-height: 2;

    color: var(--lefton-muted);
}

/* خط اول CTA */
.lefton-project-use .lefton-project-cta-content::first-line {
    color: var(--lefton-wine);
    font-weight: 700;
}

.lefton-project-use .lefton-project-cta-content > strong {
    display: block;

    margin: 8px 0 5px;

    font-size: clamp(19px, 2vw, 25px);
    font-weight: 800;
    line-height: 1.75;

    color: var(--lefton-text);
}


/* =========================================================
   شماره مشاوره
========================================================= */

.lefton-project-use .lefton-quality-contact {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    margin-top: 20px;

    padding: 10px 16px;

    background: #171717;
    border-radius: 8px;
}

.lefton-project-use .lefton-quality-contact span {
    font-size: 13px;
    font-weight: 600;

    color: rgba(255, 255, 255, 0.75);
}

.lefton-project-use .lefton-quality-contact strong {
    margin: 0;

    direction: ltr;

    font-family: inherit;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;

    color: #ffffff;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .lefton-project-use .lefton-project-shortcode {
        padding: 26px;
    }

    .lefton-project-use .lefton-project-ctat {
        padding: 30px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-project-use .lefton-feature-heading {
        margin-bottom: 16px;
    }

    .lefton-project-use .lefton-feature-heading h2 {
        font-size: 23px;
        line-height: 1.65;
    }

    .lefton-project-use .lefton-feature-eyebrow {
        font-size: 12px;
    }

    .lefton-project-use .lefton-feature-copy {
        margin-bottom: 28px;

        font-size: 14px;
        line-height: 2;
    }


    /* کاربردها */

    .lefton-project-use .lefton-use-row {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;

        padding: 20px 0;
    }

    .lefton-project-use .lefton-use-row:hover {
        padding-right: 0;
    }

    .lefton-project-use .lefton-use-number {
        width: 38px;
        height: 38px;

        font-size: 11px;
    }

    .lefton-project-use .lefton-use-row h3 {
        margin-bottom: 4px;

        font-size: 16px;
        line-height: 1.7;
    }

    .lefton-project-use .lefton-use-row > div {
        font-size: 14px;
        line-height: 2;
    }


    /* پروژه‌ها */

    .lefton-project-use .lefton-project-shortcode {
        margin-top: 38px;

        padding: 20px 16px;

        border-radius: 10px;
    }

    .lefton-project-use .lefton-project-shortcode-head {
        margin-bottom: 20px;

        font-size: 14px;
        line-height: 2;
    }

    .lefton-project-use .lefton-project-shortcode-head h3 {
        font-size: 20px;
    }


    /* CTA */

    .lefton-project-use .lefton-project-ctat {
        margin-top: 20px;

        padding: 24px 20px;

        border-radius: 10px;
    }

    .lefton-project-use .lefton-project-cta-content {
        font-size: 14px;
        line-height: 2;
    }

    .lefton-project-use .lefton-project-cta-content > strong {
        font-size: 18px;
        line-height: 1.8;
    }

    .lefton-project-use .lefton-quality-contact {
        display: flex;
        width: fit-content;

        margin-top: 16px;

        padding: 10px 14px;
    }

    .lefton-project-use .lefton-quality-contact strong {
        font-size: 16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-899dde3 *//* =========================================================
   بررسی کیفیت آجر لفتون
   Scope: .lefton-quality-section
========================================================= */

.lefton-quality-section {
    --lefton-wine: #6f252d;
    --lefton-black: #171717;
    --lefton-text: #202020;
    --lefton-muted: #666666;
    --lefton-border: #e9e9e9;
    --lefton-soft: #f7f7f7;
    --lefton-white: #ffffff;

    width: 100%;
    direction: rtl;
    color: var(--lefton-text);
}

.lefton-quality-section *,
.lefton-quality-section *::before,
.lefton-quality-section *::after {
    box-sizing: border-box;
}


/* =========================================================
   Heading
========================================================= */

.lefton-quality-section .lefton-feature-heading {
    margin-bottom: 22px;
}

.lefton-quality-section .lefton-feature-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;

    color: var(--lefton-wine);
}

.lefton-quality-section .lefton-feature-eyebrow::before {
    content: "";

    width: 24px;
    height: 2px;

    background: var(--lefton-wine);
    border-radius: 10px;
}

.lefton-quality-section .lefton-feature-heading h2 {
    margin: 0;

    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.55;

    color: #181818;
}


/* =========================================================
   Intro Copy
========================================================= */

.lefton-quality-section .lefton-feature-copy {
    max-width: 920px;

    margin-bottom: 38px;

    font-size: 16px;
    line-height: 2.15;

    color: var(--lefton-muted);
}

.lefton-quality-section .lefton-feature-copy strong {
    color: var(--lefton-text);
    font-weight: 700;
}


/* =========================================================
   Quality Checks
========================================================= */

.lefton-quality-section .lefton-quality-checks {
    width: 100%;

    border-top: 1px solid var(--lefton-border);
}

.lefton-quality-section .lefton-quality-row {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 22px;
    align-items: start;

    padding: 27px 0;

    border-bottom: 1px solid var(--lefton-border);

    transition:
        padding 0.25s ease,
        background-color 0.25s ease;
}

.lefton-quality-section .lefton-quality-row:hover {
    padding-right: 12px;
}

.lefton-quality-section .lefton-quality-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border: 1px solid rgba(111, 37, 45, 0.22);
    border-radius: 50%;

    background: #fff;

    font-size: 13px;
    font-weight: 800;

    color: var(--lefton-wine);

    transition: all 0.25s ease;
}

.lefton-quality-section .lefton-quality-row:hover .lefton-quality-number {
    color: #ffffff;
    background: var(--lefton-wine);
    border-color: var(--lefton-wine);
}

.lefton-quality-section .lefton-quality-row > div {
    min-width: 0;

    font-size: 15px;
    line-height: 2.05;

    color: var(--lefton-muted);
}

.lefton-quality-section .lefton-quality-row h3 {
    margin: 0 0 7px;

    font-size: 18px;
    font-weight: 750;
    line-height: 1.7;

    color: var(--lefton-text);
}


/* =========================================================
   Official Quote
========================================================= */

.lefton-quality-section .lefton-official-quote-box {
    position: relative;

    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 18px;

    margin-top: 46px;
    padding: 28px 30px;

    overflow: hidden;

    background: #fafafa;

    border: 1px solid #e8e8e8;
    border-radius: 14px;
}

.lefton-quality-section .lefton-official-quote-box::before {
    content: "";

    position: absolute;
    right: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background: var(--lefton-wine);
}


/* Quote Icon */

.lefton-quality-section .lefton-official-quote-icon {
    position: relative;

    grid-row: 1 / span 3;

    width: 44px;
    height: 44px;

    border-radius: 50%;

    background: rgba(111, 37, 45, 0.08);
}

.lefton-quality-section .lefton-official-quote-icon::before {
    content: "“";

    position: absolute;
    left: 50%;
    top: 48%;

    transform: translate(-50%, -50%);

    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;

    color: var(--lefton-wine);
}


/* Quote meta */

.lefton-quality-section .lefton-official-quote-meta {
    margin-bottom: 13px;

    font-size: 12px;
    line-height: 1.8;

    color: #888;
}

.lefton-quality-section .lefton-official-quote-meta strong {
    display: block;

    margin-top: 2px;

    font-size: 14px;
    font-weight: 750;

    color: var(--lefton-text);
}


/* Quote */

.lefton-quality-section blockquote.lefton-official-quote {
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;

    font-size: 18px;
    font-weight: 700;
    line-height: 2;

    color: #272727;
}


/* Quote Footer */

.lefton-quality-section .lefton-official-quote-footer {
    margin-top: 15px;

    font-size: 12px;
    line-height: 1.9;

    color: #8a8a8a;
}

.lefton-quality-section .lefton-official-quote-footer a {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    margin-right: 7px;

    color: var(--lefton-wine);

    font-weight: 700;
    text-decoration: none;

    transition: opacity 0.2s ease;
}

.lefton-quality-section .lefton-official-quote-footer a:hover {
    opacity: 0.72;
}


/* =========================================================
   Grade Comparison
========================================================= */

.lefton-quality-section .lefton-grade-block {
    margin-top: 52px;
}

.lefton-quality-section .lefton-grade-head {
    max-width: 900px;

    margin-bottom: 25px;

    font-size: 15px;
    line-height: 2;

    color: var(--lefton-muted);
}

.lefton-quality-section .lefton-grade-head::first-line {
    color: var(--lefton-wine);
    font-weight: 700;
}

.lefton-quality-section .lefton-grade-head h3 {
    margin: 7px 0 9px;

    font-size: clamp(21px, 2vw, 28px);
    font-weight: 800;
    line-height: 1.65;

    color: var(--lefton-text);
}


/* Table Wrapper */

.lefton-quality-section .lefton-grade-table-wrap {
    width: 100%;
    overflow-x: auto;

    border: 1px solid var(--lefton-border);
    border-radius: 12px;

    background: #ffffff;

    -webkit-overflow-scrolling: touch;
}


/* Table */

.lefton-quality-section .lefton-grade-table {
    width: 100%;
    min-width: 680px;

    margin: 0;

    border: 0;
    border-collapse: collapse;
    border-spacing: 0;

    background: #ffffff;
}

.lefton-quality-section .lefton-grade-table th,
.lefton-quality-section .lefton-grade-table td {
    padding: 17px 20px;

    border: 0;
    border-bottom: 1px solid #eeeeee;

    text-align: right;
    vertical-align: middle;
}

.lefton-quality-section .lefton-grade-table th {
    background: #f7f7f7;

    font-size: 14px;
    font-weight: 800;

    color: #222222;
}

.lefton-quality-section .lefton-grade-table td {
    font-size: 14px;
    line-height: 1.9;

    color: #5f5f5f;
}

.lefton-quality-section .lefton-grade-table th:first-child,
.lefton-quality-section .lefton-grade-table td:first-child {
    width: 22%;

    font-weight: 700;

    color: #252525;
}

.lefton-quality-section .lefton-grade-table tbody tr:last-child td {
    border-bottom: 0;
}

.lefton-quality-section .lefton-grade-table tbody tr {
    transition: background-color 0.2s ease;
}

.lefton-quality-section .lefton-grade-table tbody tr:hover {
    background: #fafafa;
}


/* Note */

.lefton-quality-section .lefton-grade-note {
    position: relative;

    margin: 16px 0 0;
    padding-right: 18px;

    font-size: 13px;
    line-height: 2;

    color: #777777;
}

.lefton-quality-section .lefton-grade-note::before {
    content: "";

    position: absolute;
    right: 0;
    top: 12px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--lefton-wine);
}


/* =========================================================
   Black Consultation CTA
========================================================= */

.lefton-quality-section .lefton-consult-cta {
    position: relative;
    overflow: hidden;

    margin-top: 44px;

    padding: 35px 38px;

    background: #171717;
    border-radius: 14px;

    color: #ffffff;
}

.lefton-quality-section .lefton-consult-cta::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 4px;
    height: 100%;

    background: var(--lefton-wine);
}

.lefton-quality-section .lefton-choice-cta-content {
    position: relative;
    z-index: 1;

    max-width: 900px;

    font-size: 15px;
    line-height: 2;

    color: rgba(255, 255, 255, 0.78);
}


/* متن اول CTA */

.lefton-quality-section .lefton-choice-cta-content::first-line {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
}


/* متن Bold */

.lefton-quality-section .lefton-choice-cta-content > strong {
    display: block;

    margin: 8px 0 5px;

    font-size: clamp(19px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.75;

    color: #ffffff !important;
}


/* متن‌های مستقیم بیرون از lefton-choice-cta-content */
.lefton-quality-section .lefton-consult-cta {
    font-size: 14px;
    line-height: 2;
}


/* شماره تلفن */

.lefton-quality-section .lefton-consult-cta > strong {
    display: inline-flex;

    margin-right: 10px;

    direction: ltr;

    font-size: 19px;
    font-weight: 800;

    color: #ffffff !important;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {

    .lefton-quality-section .lefton-official-quote-box {
        padding: 26px;
    }

    .lefton-quality-section .lefton-consult-cta {
        padding: 30px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-quality-section .lefton-feature-heading {
        margin-bottom: 16px;
    }

    .lefton-quality-section .lefton-feature-heading h2 {
        font-size: 23px;
        line-height: 1.65;
    }

    .lefton-quality-section .lefton-feature-eyebrow {
        font-size: 12px;
    }

    .lefton-quality-section .lefton-feature-copy {
        margin-bottom: 28px;

        font-size: 14px;
        line-height: 2;
    }


    /* Quality rows */

    .lefton-quality-section .lefton-quality-row {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;

        padding: 20px 0;
    }

    .lefton-quality-section .lefton-quality-row:hover {
        padding-right: 0;
    }

    .lefton-quality-section .lefton-quality-number {
        width: 38px;
        height: 38px;

        font-size: 11px;
    }

    .lefton-quality-section .lefton-quality-row h3 {
        margin-bottom: 4px;

        font-size: 16px;
        line-height: 1.7;
    }

    .lefton-quality-section .lefton-quality-row > div {
        font-size: 14px;
        line-height: 2;
    }


    /* Quote */

    .lefton-quality-section .lefton-official-quote-box {
        grid-template-columns: 1fr;

        margin-top: 36px;
        padding: 22px 18px;

        border-radius: 10px;
    }

    .lefton-quality-section .lefton-official-quote-icon {
        grid-row: auto;

        width: 38px;
        height: 38px;

        margin-bottom: 14px;
    }

    .lefton-quality-section .lefton-official-quote-icon::before {
        font-size: 32px;
    }

    .lefton-quality-section blockquote.lefton-official-quote {
        font-size: 16px;
        line-height: 2;
    }


    /* Grade */

    .lefton-quality-section .lefton-grade-block {
        margin-top: 38px;
    }

    .lefton-quality-section .lefton-grade-head {
        font-size: 14px;
        line-height: 2;
    }

    .lefton-quality-section .lefton-grade-head h3 {
        font-size: 20px;
    }

    .lefton-quality-section .lefton-grade-table th,
    .lefton-quality-section .lefton-grade-table td {
        padding: 14px 15px;

        font-size: 13px;
    }

    .lefton-quality-section .lefton-grade-note {
        font-size: 12px;
    }


    /* CTA */

    .lefton-quality-section .lefton-consult-cta {
        margin-top: 34px;

        padding: 24px 20px;

        border-radius: 10px;

        font-size: 13px;
    }

    .lefton-quality-section .lefton-choice-cta-content {
        font-size: 14px;
        line-height: 2;
    }

    .lefton-quality-section .lefton-choice-cta-content > strong {
        font-size: 18px;
        line-height: 1.8;
    }

    .lefton-quality-section .lefton-consult-cta > strong {
        display: block;

        width: fit-content;

        margin: 5px 0 0;

        font-size: 18px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d69186 *//* =========================================================
   ابزار ثابت محاسبه آجر - نسخه Burgundy Premium
========================================================= */

.lefton-calc-launcher {
    position: relative;

    width: 100%;

    margin: 34px 0;
    padding: 1px;

    background:
        linear-gradient(
            135deg,
            #7f1114 0%,
            #ad181b 50%,
            #861215 100%
        );

    border-radius: 18px;

    box-shadow:
        0 18px 45px rgba(80, 10, 12, .15);

    overflow: hidden;
}


/* لایه داخلی */

.lefton-calc-launcher-inner {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 24px;

    padding: 22px 24px;

    background:
        linear-gradient(
            135deg,
            rgba(173, 24, 27, .96) 0%,
            rgba(128, 15, 18, .98) 100%
        );

    border-radius: 17px;

    direction: rtl;
    text-align: right;
}


/* هایلایت ظریف */

.lefton-calc-launcher-inner::before {
    content: "";

    position: absolute;

    top: 0;
    right: 24px;

    width: 55px;
    height: 2px;

    background: rgba(255,255,255,.55);

    border-radius: 0 0 10px 10px;
}


/* =========================================================
   سمت متن
========================================================= */

.lefton-calc-launcher-info {
    display: flex;
    align-items: center;

    gap: 15px;

    flex: 1;
}


/* آیکن */

.lefton-calc-launcher-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;

    color: #ffffff;
}

.lefton-calc-launcher-icon svg {
    width: 21px;
    height: 21px;
}


/* متن */

.lefton-calc-launcher-copy {
    min-width: 0;
}


.lefton-calc-launcher-copy strong {
    display: block;

    margin-bottom: 5px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.8;
}


.lefton-calc-launcher-copy span {
    display: block;

    color: rgba(255,255,255,.72);

    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.9;
}


/* =========================================================
   شورت کد دکمه
========================================================= */

.lefton-calc-launcher-button {
    flex: 0 0 auto;

    min-width: 220px;
}


/* هر لینک یا دکمه‌ای که شورت‌کد تولید کند */

.lefton-calc-launcher-button > a,
.lefton-calc-launcher-button > button,
.lefton-calc-launcher-button .button,
.lefton-calc-launcher-button .elementor-button {
    width: 100%;
    min-height: 50px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin: 0 !important;
    padding: 12px 20px !important;

    background: #ffffff !important;

    border: 1px solid #ffffff !important;
    border-radius: 10px !important;

    box-shadow:
        0 7px 20px rgba(0,0,0,.10) !important;

    color: #ad181b !important;

    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease !important;
}


/* Accent کوچک داخل دکمه */

.lefton-calc-launcher-button > a::before,
.lefton-calc-launcher-button > button::before,
.lefton-calc-launcher-button .button::before,
.lefton-calc-launcher-button .elementor-button::before {
    content: "";

    width: 6px;
    height: 6px;

    flex: 0 0 6px;

    background: #ad181b;

    border-radius: 50%;
}


/* hover */

.lefton-calc-launcher-button > a:hover,
.lefton-calc-launcher-button > button:hover,
.lefton-calc-launcher-button .button:hover,
.lefton-calc-launcher-button .elementor-button:hover {
    background: #f8f8f8 !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 26px rgba(0,0,0,.16) !important;
}


/* =========================================================
   موبایل
========================================================= */

@media (max-width: 767px) {

    .lefton-calc-launcher {
        margin: 28px 0;

        border-radius: 15px;
    }


    .lefton-calc-launcher-inner {
        flex-direction: column;
        align-items: stretch;

        gap: 18px;

        padding: 20px 17px;

        border-radius: 14px;
    }


    .lefton-calc-launcher-info {
        align-items: flex-start;

        gap: 12px;
    }


    .lefton-calc-launcher-icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;

        border-radius: 10px;
    }


    .lefton-calc-launcher-copy strong {
        font-size: 14.5px;
    }


    .lefton-calc-launcher-copy span {
        font-size: 11.5px;
    }


    .lefton-calc-launcher-button {
        width: 100%;
        min-width: 0;
    }


    .lefton-calc-launcher-button > a,
    .lefton-calc-launcher-button > button,
    .lefton-calc-launcher-button .button,
    .lefton-calc-launcher-button .elementor-button {
        min-height: 48px;

        font-size: 12.5px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b63e77f *//* =========================================================
   بخش قیمت و خرید مستقیم
========================================================= */

.lefton-price-section .lefton-feature-heading h2 {
    font-weight: 800 !important;
}


/* =========================================================
   خلاصه قیمت
========================================================= */

.lefton-price-summary {
    display: grid;
    grid-template-columns: 245px 1fr;

    gap: 12px;

    margin: 28px 0 22px;
}


/* قیمت اصلی */

.lefton-price-main {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 155px;

    padding: 23px 25px;

    background: #222222;

    border-radius: 15px;

    overflow: hidden;
}


.lefton-price-main::before {
    content: "";

    position: absolute;

    right: 0;
    top: 25px;
    bottom: 25px;

    width: 3px;

    background: #70262f;

    border-radius: 10px;
}


.lefton-price-main > span {
    display: block;

    margin-bottom: 7px;

    color: #a8a8a8;

    font-size: 11px;
    font-weight: 600;
}


.lefton-price-main > strong {
    display: flex;
    align-items: baseline;

    gap: 6px;

    color: #ffffff;

    font-size: 28px;
    font-weight: 800;
}


.lefton-price-main small {
    color: #bcbcbc;

    font-size: 11px;
    font-weight: 600;
}


/* اطلاعات کنار قیمت */

.lefton-price-data {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px;
}


.lefton-price-data > div {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 17px 18px;

    background: #f8f8f7;

    border: 1px solid #e9e9e7;
    border-radius: 11px;
}


.lefton-price-data span {
    display: block;

    margin-bottom: 4px;

    color: #929292;

    font-size: 10.5px;
    font-weight: 600;
}


.lefton-price-data strong {
    color: #282828;

    font-size: 13px;
    font-weight: 800;
    line-height: 1.8;
}


/* =========================================================
   محل شورت کد قیمت
========================================================= */

.lefton-price-shortcode {
    width: 100%;

    margin: 24px 0 38px;
}


/* =========================================================
   خرید مستقیم
========================================================= */

.lefton-direct-order {
    margin-top: 36px;
}


.lefton-direct-order-head {
    max-width: 900px;

    margin-bottom: 20px;
}


.lefton-direct-order-head > span {
    display: block;

    margin-bottom: 6px;

    color: #70262f;

    font-size: 11px;
    font-weight: 700;
}


.lefton-direct-order-head h3 {
    margin: 0 0 6px;

    color: #222222;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
}


.lefton-direct-order-head p {
    margin: 0;

    color: #777777;

    font-size: 13.5px;
    line-height: 2;
}


/* سه مرحله */

.lefton-direct-order-list {
    border-top: 1px solid #e9e9e7;
}


.lefton-direct-order-item {
    display: grid;
    grid-template-columns: 48px 1fr;

    gap: 18px;

    padding: 20px 0;

    border-bottom: 1px solid #e9e9e7;
}


.lefton-direct-order-item > span {
    padding-top: 3px;

    color: #70262f;

    font-size: 11px;
    font-weight: 800;
}


.lefton-direct-order-item strong {
    display: block;

    margin-bottom: 4px;

    color: #252525;

    font-size: 15px;
    font-weight: 800;
}


.lefton-direct-order-item p {
    max-width: 850px;

    margin: 0;

    color: #707070;

    font-size: 13.5px;
    line-height: 2;
}


/* =========================================================
   نکته خرید
========================================================= */

.lefton-direct-order-note {
    display: flex;
    align-items: flex-start;

    gap: 9px;

    margin-top: 18px;
    padding: 15px 17px;

    background: #f8f8f7;

    border: 1px solid #e9e9e7;
    border-radius: 10px;
}


.lefton-direct-order-note svg {
    width: 17px;
    height: 17px;

    flex: 0 0 17px;

    margin-top: 4px;

    color: #70262f;
}


.lefton-direct-order-note p {
    margin: 0;

    color: #777;

    font-size: 12.5px;
    line-height: 1.9;
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-price-summary {
        grid-template-columns: 1fr;

        gap: 9px;
    }


    .lefton-price-main {
        min-height: 105px;

        padding: 19px 20px;
    }


    .lefton-price-main > strong {
        font-size: 24px;
    }


    .lefton-price-data {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;
    }


    .lefton-price-data > div {
        padding: 14px 13px;
    }


    .lefton-price-data strong {
        font-size: 12px;
    }


    .lefton-direct-order-head h3 {
        font-size: 18px;
    }


    .lefton-direct-order-item {
        grid-template-columns: 35px 1fr;

        gap: 9px;

        padding: 18px 0;
    }


    .lefton-direct-order-item strong {
        font-size: 14.5px;
    }


    .lefton-direct-order-item p {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-559c452 *//* =========================================================
   FAQ اختصاصی محصول
========================================================= */

.lefton-faq-section {
    position: relative;

    margin: 52px 0;
    padding: 34px;

    background: #faf9f8;

    border: 1px solid #ebe8e6;
    border-radius: 20px;

    direction: rtl;
    text-align: right;

    overflow: hidden;
}


/* Accent خیلی محدود */

.lefton-faq-section::before {
    content: "";

    position: absolute;

    right: 34px;
    top: 0;

    width: 52px;
    height: 3px;

    background: #ad181b;

    border-radius: 0 0 10px 10px;
}


/* =========================================================
   Header
========================================================= */

.lefton-faq-header {
    max-width: 900px;

    margin-bottom: 27px;
}


.lefton-faq-kicker {
    display: block;

    margin-bottom: 7px;

    color: #ad181b;

    font-size: 11px;
    font-weight: 800;
}


.lefton-faq-header h2 {
    margin: 0 0 8px;

    color: #202020;

    font-size: 27px;
    font-weight: 800 !important;
    line-height: 1.7;
}


.lefton-faq-header p {
    margin: 0;

    color: #777;

    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   FAQ List
========================================================= */

.lefton-faq-list {
    display: flex;
    flex-direction: column;

    gap: 9px;
}


/* هر سوال */

.lefton-faq-item {
    position: relative;

    margin: 0;

    background: #ffffff;

    border: 1px solid #e8e6e4;
    border-radius: 12px;

    overflow: hidden;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}


.lefton-faq-item:hover {
    border-color: #ddd9d6;

    box-shadow:
        0 7px 22px rgba(20, 20, 20, .035);
}


/* حالت باز */

.lefton-faq-item[open] {
    border-color: #dfd9d6;

    box-shadow:
        0 10px 28px rgba(20, 20, 20, .045);
}


/* =========================================================
   Summary
========================================================= */

.lefton-faq-item summary {
    position: relative;

    display: grid;
    grid-template-columns: 37px 1fr 32px;
    align-items: center;

    gap: 12px;

    min-height: 67px;

    padding: 13px 17px;

    cursor: pointer;

    list-style: none;

    user-select: none;
}


.lefton-faq-item summary::-webkit-details-marker {
    display: none;
}


/* شماره */

.lefton-faq-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    background: #f7f5f4;

    border: 1px solid #ece8e6;
    border-radius: 50%;

    color: #ad181b;

    font-size: 10px;
    font-weight: 800;
}


/* سوال */

.lefton-faq-question {
    color: #292929;

    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.9;
}


/* =========================================================
   Plus / Minus
========================================================= */

.lefton-faq-toggle {
    position: relative;

    width: 30px;
    height: 30px;

    border: 1px solid #e9e6e4;
    border-radius: 50%;

    background: #fafafa;

    transition:
        background .2s ease,
        border-color .2s ease;
}


.lefton-faq-toggle::before,
.lefton-faq-toggle::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    background: #666;

    border-radius: 10px;

    transform: translate(-50%, -50%);

    transition:
        transform .25s ease,
        opacity .25s ease,
        background .2s ease;
}


/* خط افقی */

.lefton-faq-toggle::before {
    width: 10px;
    height: 1.5px;
}


/* خط عمودی */

.lefton-faq-toggle::after {
    width: 1.5px;
    height: 10px;
}


/* وقتی باز است */

.lefton-faq-item[open] .lefton-faq-toggle {
    background: #ad181b;
    border-color: #ad181b;
}


.lefton-faq-item[open] .lefton-faq-toggle::before,
.lefton-faq-item[open] .lefton-faq-toggle::after {
    background: #ffffff;
}


.lefton-faq-item[open] .lefton-faq-toggle::after {
    opacity: 0;

    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


/* شماره هنگام باز شدن */

.lefton-faq-item[open] .lefton-faq-number {
    background: #fff5f5;

    border-color: rgba(173, 24, 27, .15);
}


/* =========================================================
   Answer
========================================================= */

.lefton-faq-answer {
    position: relative;

    margin: 0 17px 0 61px;
    padding: 0 0 18px;
}


/* خط جداکننده */

.lefton-faq-answer::before {
    content: "";

    display: block;

    width: 100%;
    height: 1px;

    margin-bottom: 14px;

    background: #efedeb;
}


.lefton-faq-answer p {
    max-width: 950px;

    margin: 0;

    color: #6c6c6c;

    font-size: 13.5px;
    line-height: 2.1;
}


.lefton-faq-answer strong {
    color: #292929;

    font-weight: 800;
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .lefton-faq-section {
        margin: 38px 0;

        padding: 24px 15px;

        border-radius: 16px;
    }


    .lefton-faq-section::before {
        right: 16px;

        width: 38px;
    }


    .lefton-faq-header {
        margin-bottom: 20px;
    }


    .lefton-faq-header h2 {
        font-size: 21px;
        font-weight: 800 !important;
    }


    .lefton-faq-header p {
        font-size: 13px;
    }


    .lefton-faq-list {
        gap: 7px;
    }


    .lefton-faq-item summary {
        grid-template-columns: 30px 1fr 28px;

        gap: 8px;

        min-height: 61px;

        padding: 11px 11px;
    }


    .lefton-faq-number {
        width: 29px;
        height: 29px;

        font-size: 9px;
    }


    .lefton-faq-question {
        font-size: 13px;
        line-height: 1.8;
    }


    .lefton-faq-toggle {
        width: 27px;
        height: 27px;
    }


    .lefton-faq-answer {
        margin: 0 11px;
        padding: 0 0 15px;
    }


    .lefton-faq-answer p {
        font-size: 12.8px;
        line-height: 2;
    }

}/* End custom CSS */