.expand-tabs .bde-tabs__tab{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 25px;transition:all 0.3s ease;position:relative;cursor:pointer}.expand-tabs .bde-tabs__tab-icon{margin-bottom:10px;transition:all 0.3s ease}.expand-tabs .tab-headline{display:block;font-size:13px;color:#6b7280;font-weight:500;margin-bottom:5px;height:0;opacity:0;overflow:hidden;transition:all 0.3s ease}.expand-tabs .tab-title-text{display:block;font-size:16px;font-weight:600;color:#374151;margin-bottom:5px}.expand-tabs .tab-description{display:block;font-size:12px;color:#9ca3af;font-weight:400;line-height:1.6;margin-top:8px;height:0;opacity:0;overflow:hidden;transition:all 0.3s ease}.expand-tabs .bde-tabs__tab--active{background:#f0f7ff;border-color:#3b82f6;box-shadow:0 4px 15px rgb(59 130 246 / .1);transform:translateY(-2px)}.expand-tabs .bde-tabs__tab--active .tab-headline{height:auto;opacity:1;color:#2563eb}.expand-tabs .bde-tabs__tab--active .tab-description{height:auto;opacity:1;color:#4b5563}.expand-tabs .bde-tabs__tab--active .bde-tabs__tab-icon{transform:scale(1.1);color:#2563eb}.expand-tabs .bde-tabs__tab--active .tab-title-text{color:#1e40af}.expand-tabs .bde-tabs__tab:hover{background:#f9fafb;border-color:#d1d5db}.expand-tabs .bde-tabs__nav{gap:10px}[dir="rtl"] .expand-tabs .tab-headline,[dir="rtl"] .expand-tabs .tab-title-text,[dir="rtl"] .expand-tabs .tab-description{font-family:'Tajawal','Segoe UI',sans-serif}@media (max-width:768px){.expand-tabs .bde-tabs__nav{flex-direction:column}.expand-tabs .bde-tabs__tab{padding:15px 20px}}