.elementor-4601 .elementor-element.elementor-element-4ce71db{--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;}/* Start custom CSS for html, class: .elementor-element-e7517de *//* ۱. فراخوانی فونت وزیر از سورس پایدار وب */
@font-face {
  font-family: 'Vazirmatn';
  src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: bold;
  font-display: swap;
}

/* ۲. اعمال اجباری به تمام المان ها */
.cat-intro-wrapper, .cat-intro-wrapper * {
    font-family: 'Vazirmatn', sans-serif !important;
    box-sizing: border-box;
}

.cat-intro-wrapper {
    width: 100%;
    margin: 20px 0;
}

.cat-main-box {
    max-width: 1050px;
    margin: 0 auto;
    background: #111317;
    border-radius: 35px;
    padding: 45px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.cat-brand-link {
    color: #ffca28 !important;
    text-decoration: none !important;
    font-weight: 900;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 202, 40, 0.3);
}
.cat-badge-top {
    color: #ffca28;
    background: rgba(255, 202, 40, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

.cat-main-title { color: #fff; font-size: 28px; font-weight: bold; margin: 20px 0; }
.cat-description { color: rgba(255, 255, 255, 0.5); line-height: 2; font-size: 15px; text-align: justify; }

.cat-stats-row { 
    display: flex; 
    gap: 45px; 
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.s-box .s-number { display: flex; align-items: center; gap: 10px; color: #ffca28; font-size: 24px; font-weight: bold; }
.s-box .s-label { color: #666; font-size: 12px; font-weight: bold; margin-top: 5px; display: block; }

/* باکس استانداردها در پایین */
.trust-card-inner {
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(255, 202, 40, 0.2);
    border-radius: 25px;
    padding: 30px;
}

.trust-title-top {
    color: #fff; font-size: 18px; font-weight: bold; margin-bottom: 25px; text-align: right;
}

.trust-items-list { 
    list-style: none; padding: 0; margin: 0; 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.trust-items-list li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 768px) {
    .cat-stats-row { flex-wrap: wrap; gap: 20px; }
    .trust-items-list { grid-template-columns: 1fr; }
}/* End custom CSS */