.elementor-107 .elementor-element.elementor-element-278fccf{--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-107 .elementor-element.elementor-element-278fccf > .elementor-shape-top .elementor-shape-fill, .elementor-107 .elementor-element.elementor-element-278fccf > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#602A9B;}.elementor-107 .elementor-element.elementor-element-278fccf > .elementor-shape-top svg, .elementor-107 .elementor-element.elementor-element-278fccf > .e-con-inner > .elementor-shape-top svg{width:calc(170% + 1.3px);height:500px;}@media(max-width:767px){.elementor-107 .elementor-element.elementor-element-278fccf > .elementor-shape-top svg, .elementor-107 .elementor-element.elementor-element-278fccf > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);}}/* Start custom CSS for html, class: .elementor-element-41e1d4f *//* ===============================
   استایل‌های اختصاصی پایگاه دانش
================================ */

/* آیکون اصلی بالای کادر */
.kb-specific-section .main-icon {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #5E438F, #4a3471);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    filter: drop-shadow(0 4px 10px rgba(255, 218, 121, 0.25)); /* سایه ملایم طلایی */
}

/* متن توضیحات زیر عنوان */
.kb-specific-section .about-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
    max-width: 850px;
    margin: 0 auto 3.5rem auto;
    text-align: center;
}

/* عنوان (وسط چین با خط طلایی) */
.kb-specific-section h2 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

/* خط طلایی زیر عنوان پایگاه دانش */
.kb-specific-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #ffda79; /* رنگ طلایی برند */
    border-radius: 2px;
}

/* === استایل اختصاصی آیکون کارت‌ها مشابه بخش رویدادها === */
.kb-specific-section .feature-card i {
    font-size: 2rem;
    color: #ffda79; /* رنگ طلایی */
    background: #5E438F; /* پس‌زمینه بنفش */
    width: 75px;
    height: 75px;
    display: inline-flex; /* استفاده از فلکس برای وسط‌چین کردن دقیق آیکون در دایره */
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1.5rem auto; /* این کد دایره را در وسط کارت نگه می‌دارد */
    transition: transform 0.4s ease;
    box-shadow: 0 8px 20px rgba(94, 67, 143, 0.2);
}

.kb-specific-section .feature-card:hover i {
    transform: scale(1.1) rotate(-5deg); /* چرخش و زوم */
    color: #ffffff;
}

/* بج (Badge) "به‌زودی" زیر کارت‌ها */
.kb-specific-section .feature-card strong {
    display: inline-block;
    margin-top: 1.5rem;
    color: #5E438F;
    font-size: 0.85rem;
    font-weight: bold;
    background: rgba(94, 67, 143, 0.08);
    padding: 6px 16px;
    border-radius: 10px;
    border: 1px dashed rgba(94, 67, 143, 0.3);
    transition: all 0.35s ease;
}

/* تغییر رنگ بج "به‌زودی" در زمان Hover شدن کارت */
.kb-specific-section .feature-card:hover strong {
    color: #ffda79;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 218, 121, 0.5);
}/* End custom CSS */