.elementor-20 .elementor-element.elementor-element-1970c9a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-20 .elementor-element.elementor-element-1970c9a.e-con{--order:99999 /* order end hack */;}.elementor-20 .elementor-element.elementor-element-634c772{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-20 .elementor-element.elementor-element-34c67c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-34c67c9.e-con{--order:99999 /* order end hack */;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-20 .elementor-element.elementor-element-d680fbd .elementor-heading-title{font-family:"Arad", Sans-serif;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-20 .elementor-element.elementor-element-dc200f2{color:#393939;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-34c67c9.e-con{--order:-99999 /* order start hack */;}.elementor-20 .elementor-element.elementor-element-d680fbd{text-align:center;}.elementor-20 .elementor-element.elementor-element-d680fbd .elementor-heading-title{font-size:26px;}.elementor-20 .elementor-element.elementor-element-dc200f2{text-align:justify;}}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-634c772{--width:33.3333%;}.elementor-20 .elementor-element.elementor-element-34c67c9{--width:66.6666%;}}/* Start custom CSS for text-editor, class: .elementor-element-dc200f2 *//* ================================
   تهران هیوندای | Content Styling
   ================================ */

.thy-content {
    direction: rtl;
    text-align: right;
    line-height: 2.1;
    color: #333;
}

/* ---------- Headings ---------- */

.thy-content h2,
.thy-content h3 {
    position: relative;
    display: table;
    margin: 45px 0 22px;
    padding-bottom: 10px;
    font-weight: 800;
    line-height: 1.7;
    color: #151515;
}

/* خط زیر عنوان */
.thy-content h2::after,
.thy-content h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    border-radius: 10px;
    background: #d71920;
    transition: width 0.35s ease;
}

/* افکت هاور */
.thy-content h2:hover::after,
.thy-content h3:hover::after {
    width: 100%;
}

/* ---------- H2 ---------- */

.thy-content h2 {
    font-size: 27px;
}

/* ---------- H3 ---------- */

.thy-content h3 {
    font-size: 22px;
}

/* ---------- Paragraph ---------- */

.thy-content p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 2.15;
}

/* ---------- Separator after sections ---------- */

.thy-content h2 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 14px;
    margin-bottom: 25px;
}

/* جداکننده زیباتر بعد از پاراگراف‌های هر بخش */
.thy-content h2 ~ p:last-of-type {
    position: relative;
}

/* ---------- Lists ---------- */

.thy-content ul {
    margin: 20px 0 30px;
    padding: 0 25px 0 0;
}

.thy-content li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 8px;
    line-height: 2;
}

/* ---------- Bold Text ---------- */

.thy-content strong {
    font-weight: 700;
    color: #222;
}

/* ---------- Mobile ---------- */

@media (max-width: 767px) {

    .thy-content {
        line-height: 2;
    }

    .thy-content h2 {
        font-size: 21px;
        margin-top: 35px;
        margin-bottom: 20px;
        padding-bottom: 9px;
    }

    .thy-content h3 {
        font-size: 19px;
        margin-top: 30px;
        margin-bottom: 18px;
    }

    .thy-content h2::after,
    .thy-content h3::after {
        width: 42px;
        height: 2px;
    }

    .thy-content p {
        font-size: 15px;
        line-height: 2.05;
        margin-bottom: 17px;
    }

    .thy-content ul {
        padding-right: 20px;
        margin-bottom: 25px;
    }

    .thy-content li {
        font-size: 14.5px;
        line-height: 2;
        margin-bottom: 8px;
    }
}/* End custom CSS */