.elementor-108 .elementor-element.elementor-element-a8ce7a2{--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-108 .elementor-element.elementor-element-a8ce7a2 > .elementor-shape-top .elementor-shape-fill, .elementor-108 .elementor-element.elementor-element-a8ce7a2 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#602A9B;}.elementor-108 .elementor-element.elementor-element-a8ce7a2 > .elementor-shape-top svg, .elementor-108 .elementor-element.elementor-element-a8ce7a2 > .e-con-inner > .elementor-shape-top svg{width:calc(170% + 1.3px);height:500px;}.elementor-108 .elementor-element.elementor-element-3cf9df7{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-108 .elementor-element.elementor-element-3cf9df7{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-108 .elementor-element.elementor-element-a8ce7a2 > .elementor-shape-top svg, .elementor-108 .elementor-element.elementor-element-a8ce7a2 > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);}.elementor-108 .elementor-element.elementor-element-3cf9df7{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-12b9cc7 *//* ===============================
   باکس اصلی رویدادها (کانتینر شیشه‌ای)
================================ */
.custom-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(94, 67, 143, 0.1);
    border-radius: 20px;
    padding: 3.5rem 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: "Vazirmatn", sans-serif;
    direction: rtl;
    max-width: 1200px;
    margin: 0 auto;
}

/* آیکون اصلی بالای سکشن */
.custom-card .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: inline-block;
}

.custom-card h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1.2rem;
}

.custom-card .about-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
    max-width: 850px;
    margin: 0 auto 3.5rem auto;
}

/* ===============================
   شبکه‌بندی کارت‌های رویداد
================================ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* استایل هر کارت رویداد */
.feature-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* افکت هاور روی کارت‌ها */
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(94, 67, 143, 0.12);
    border-color: rgba(94, 67, 143, 0.2);
}

/* آیکون داخل کارت‌ها */
.feature-card i {
    font-size: 2rem;
    color: #ffda79; /* رنگ طلایی برند */
    background: #5E438F; /* پس‌زمینه بنفش تیره */
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    box-shadow: 0 8px 20px rgba(94, 67, 143, 0.2);
}

.feature-card:hover i {
    transform: scale(1.1) rotate(-5deg); /* چرخش و زوم ریز آیکون */
}

.feature-card h3 {
    font-size: 1.3rem;
    color: #4a3471;
    margin: 0 0 1rem 0;
    font-weight: 700;
}

.feature-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #777;
    margin: 0;
    flex-grow: 1; /* برای هم‌تراز شدن دکمه‌های پایینی */
}

/* استایل متن‌های "به‌زودی" (تگ strong) */
.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);
}

/* ===============================
   واکنش‌گرایی (ریسپانسیو)
================================ */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr); /* تبلت: ۲ ستونه */
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr; /* موبایل: ۱ ستونه */
    }
    .custom-card {
        padding: 2.5rem 1.5rem;
    }
}/* End custom CSS */