.elementor-14657 .elementor-element.elementor-element-8ec8023{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =====================================================
   JOJOLIOO — Modern Woodmart Title 2026
===================================================== */

.title-wrapper.wd-title-style-default {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 28px !important;
    text-align: center;
}

/* کانتینر عنوان */
.title-wrapper.wd-title-style-default .liner-continer {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    margin: 0 !important;
    padding: 0 48px 13px;
}

/* خطوط دو طرف عنوان */
.title-wrapper.wd-title-style-default .liner-continer::before,
.title-wrapper.wd-title-style-default .liner-continer::after {
    content: "";

    position: absolute;
    top: 42%;

    width: 34px;
    height: 2px;

    border-radius: 10px;
}

.title-wrapper.wd-title-style-default .liner-continer::before {
    right: 0;

    background: linear-gradient(
        90deg,
        transparent,
        var(--joj-header-blue, #28499a)
    );
}

.title-wrapper.wd-title-style-default .liner-continer::after {
    left: 0;

    background: linear-gradient(
        90deg,
        var(--joj-header-pink, #ec1977),
        transparent
    );
}

/* عنوان اصلی */
.title-wrapper.wd-title-style-default
.woodmart-title-container {
    position: relative;

    margin: 0 !important;

    color: #202a40 !important;

    font-size: clamp(22px, 2vw, 29px) !important;
    font-weight: 900 !important;
    line-height: 1.6 !important;
    letter-spacing: -0.5px;
}

/* خط گرادیانی پایین عنوان */
.title-wrapper.wd-title-style-default
.woodmart-title-container::after {
    content: "";

    position: absolute;
    right: 50%;
    bottom: -11px;

    width: 54px;
    height: 4px;

    background: linear-gradient(
        90deg,
        var(--joj-header-blue, #28499a),
        #6485ee,
        var(--joj-header-pink, #ec1977)
    );

    border-radius: 20px;

    transform: translateX(50%);

    box-shadow:
        0 4px 11px rgba(236, 25, 119, 0.15);
}

/* توضیح زیر عنوان */
.title-wrapper.wd-title-style-default
.title-after_title {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 10px !important;
    padding: 7px 14px;

    color: #737c8e !important;

    background: linear-gradient(
        180deg,
        #fafbfe,
        #f5f7fc
    );

    border: 1px solid #eaedf4;
    border-radius: 999px;

    box-shadow:
        0 5px 15px rgba(35, 57, 108, 0.045);
}

/* نقطه تزئینی کنار توضیح */
.title-wrapper.wd-title-style-default
.title-after_title::before {
    content: "";

    width: 6px;
    height: 6px;

    margin-left: 7px;

    background: var(--joj-header-pink, #ec1977);
    border-radius: 50%;

    box-shadow:
        0 0 0 4px rgba(236, 25, 119, 0.09);
}

.title-wrapper.wd-title-style-default
.title-after_title p {
    margin: 0 !important;

    color: inherit !important;

    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;
}

/* موبایل */
@media (max-width: 767px) {
    .title-wrapper.wd-title-style-default {
        margin-bottom: 22px !important;
    }

    .title-wrapper.wd-title-style-default .liner-continer {
        padding-inline: 38px;
    }

    .title-wrapper.wd-title-style-default
    .liner-continer::before,
    .title-wrapper.wd-title-style-default
    .liner-continer::after {
        width: 27px;
    }

    .title-wrapper.wd-title-style-default
    .woodmart-title-container {
        font-size: 21px !important;
    }

    .title-wrapper.wd-title-style-default
    .title-after_title {
        padding: 6px 12px;
    }
}/* End custom CSS */