.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-51 .elementor-element.elementor-element-39e44a4{--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;--background-transition:0.3s;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{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-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 );}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-51 .elementor-element.elementor-element-39e44a4{--content-width:1300px;}}/* Start custom CSS for text-editor, class: .elementor-element-d439ad7 */.brand-grid {
    display: flex;
    flex-wrap: wrap; /* برای قابلیت پاسخگویی */
    justify-content: space-between; /* فاصله بین آیتم‌ها */
}

.brand-item {
    flex: 0 0 22%; /* هر برند ۲۲% از فضای قاب را می‌گیرد */
    box-sizing: border-box; /* برای محاسبه درست ابعاد با padding و margin */
    margin-bottom: 20px; /* فاصله پایین */
    text-align: center; /* متمرکز کردن متن */
}

.brand-item a {
    text-decoration: none; /* حذف زیر خط */
    color: #333; /* رنگ متن */
}

.brand-item img {
    max-width: 100%; /* تصاویر به اندازه مناسب تنظیم می‌شوند */
    height: auto; /* حفظ نسبت ابعاد */
    margin-bottom: 10px; /* فاصله بین تصویر و نام برند */
}

.brand-placeholder {
    width: 100%; /* عرض placeholder */
    height: 100px; /* ارتفاع ثابت برای placeholder */
    background-color: #f1f1f1; /* رنگ پس‌زمینه */
    display: flex;
    align-items: center; /* مرکز قرار دادن در عمودی */
    justify-content: center; /* مرکز قرار دادن در افقی */
    color: #999; /* رنگ متن */
    font-size: 14px; /* اندازه متن */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-39e44a4 */.brand-item {
    flex: 0 0 22%; /* هر برند ۲۲% از فضای قاب را می‌گیرد */
    box-sizing: border-box; /* برای محاسبه درست ابعاد با padding و margin */
    margin-bottom: 20px; /* فاصله پایین */

    text-align: center; /* متمرکز کردن متن */
    padding: 15px; /* فاصله داخلی */
    border-radius: 8px; /* گوشه‌ها را گرد می‌کند */
    background-color: #fff; /* رنگ پس‌زمینه */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* سایه */
    transition: box-shadow 0.3s; /* انیمیشن برای سایه */
}

.brand-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* سایه قوی‌تر هنگام هاور */
}/* End custom CSS */