.elementor-401 .elementor-element.elementor-element-7231e5d4{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-d705f4f *//* باکس اصلی کارت درباره ما - کاملاً ست با تم برگه تماس */
.about-card-container {
    direction: ltr !important;
    text-align: left !important;
    background: #ffffff !important;
    border: 1px solid #f2efed !important;
    border-radius: 16px !important;
    padding: 45px !important;
    box-shadow: 0 10px 30px rgba(139, 94, 60, 0.03) !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 20px 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* عنوان اصلی */
.about-card-container .about-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #4a3423 !important; /* قهوه‌ای سوخته لوکس */
    margin-bottom: 22px !important;
    letter-spacing: -0.5px;
}

/* متن لید یا پاراگراف اول */
.about-card-container .about-lead {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #5c4d42 !important;
    margin-bottom: 25px !important;
}

/* باکس برجسته (هایلایت وسط متن) */
.about-card-container .about-highlight {
    background: #fbfaf8 !important; /* کرم ملایم مشابه هاور کارت تماس */
    border-left: 4px solid #8c6239 !important; /* خط حاشیه قهوه‌ای طلایی */
    padding: 16px 20px !important;
    border-radius: 0 10px 10px 0 !important;
    margin-bottom: 25px !important;
}

.about-card-container .about-highlight p {
    margin: 0 !important;
    color: #4a3423 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* متن هدر لیست */
.about-card-container .about-subtitle {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #4a3423 !important;
    margin-bottom: 15px !important;
}

/* استایل اختصاصی برای لیست ویژگی‌ها */
.about-card-container .about-list {
    margin-bottom: 30px !important;
    padding-left: 20px !important; /* پدینگ استاندارد برای لیست انگلیسی */
}

.about-card-container .about-list li {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #5c4d42 !important;
    margin-bottom: 10px !important;
    list-style-type: square !important; /* تغییر استایل بالت‌ها به حالت مربعی شیک */
}

/* پاراگراف‌های انتهایی */
.about-card-container .about-text {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #5c4d42 !important;
    margin-bottom: 15px !important;
}

/* ریسپانسیو موبایل */
@media (max-width: 480px) {
    .about-card-container {
        padding: 24px !important;
    }
    .about-card-container .about-title {
        font-size: 24px !important;
    }
    .about-card-container .about-highlight {
        padding: 12px 15px !important;
    }
}/* End custom CSS */