.elementor-228 .elementor-element.elementor-element-1046ee9{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-d482555 *//* کانتینر اصلی عنوان */
.super-h1-container {
    text-align: center;
    margin: 30px 0 40px 0;
}

/* استایل خود تگ H1 */
h1.super-custom-h1 {
    /* سایز کوچکتر شد: حداقل 24px، متغیر با صفحه، حداکثر 36px */
    font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important; 
    font-weight: 800 !important;
    display: inline-block !important;
    position: relative !important;
    padding-bottom: 15px !important;
    margin: 0 !important;
    
    /* افکت متن گرادینتی با رنگ برند شما */
    background: linear-gradient(45deg, #4346c2, #5B5FEF, #a1a3f7);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    
    /* سایه ملایم */
    text-shadow: 2px 4px 10px rgba(91, 95, 239, 0.15);
}

/* خط زیرین مدرن و محو شونده */
h1.super-custom-h1::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60% !important;
    height: 4px !important;
    border-radius: 10px !important;
    /* خطی که از وسط پررنگ و در لبه‌ها محو می‌شود */
    background: linear-gradient(90deg, transparent 0%, #5B5FEF 50%, transparent 100%) !important;
}/* End custom CSS */