/*!/wp-content/themes/medura/assets/css/blocks/hero.css*/@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap);:root{--mh-primary:#592AA9;--mh-primary-dark:#431D85;--mh-secondary:#1D1A4E;--mh-bg:#F9FAFB;--mh-text:#374151;--mh-text-muted:#6B7280}[dir="rtl"] .m-hero-block,.m-hero-block[dir="rtl"]{font-family:'Cairo',sans-serif}.m-hero-block{font-family:'Inter',sans-serif;text-align:center;padding:120px 20px;max-width:100%;margin:0 auto;background-color:var(--mh-bg);position:relative;overflow:hidden}.m-hero-block.has-image-bg h1,.m-hero-block.has-image-bg p,.m-hero-block.has-image-bg .m-hero-benefits li{color:#fff}.m-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(29 26 78 / .75);z-index:1}.m-hero-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.m-hero-shapes .shape{position:absolute;border-radius:50%;background:var(--mh-primary);opacity:.08;filter:blur(40px);animation:heroFloat 15s infinite ease-in-out alternate}.shape-1{width:400px;height:400px;top:-150px;right:-150px}.shape-2{width:500px;height:500px;bottom:-200px;left:-100px;animation-delay:-5s;background:#2563eb}.shape-3{width:300px;height:300px;top:30%;left:60%;animation-duration:20s;background:#e11d48}@keyframes heroFloat{0%{transform:translate(0,0) scale(1)}100%{transform:translate(40px,60px) scale(1.1)}}.m-hero-content{position:relative;z-index:2}.m-hero-content>*{opacity:0;transform:translateY(30px);animation:heroFadeInUp 0.8s ease-out forwards}.m-hero-content h1{animation-delay:0.1s}.m-hero-content p{animation-delay:0.3s}.m-hero-content .m-hero-benefits-wrapper{animation-delay:0.5s}.m-hero-content .m-hero-btn{animation-delay:0.7s}@keyframes heroFadeInUp{to{opacity:1;transform:translateY(0)}}.m-hero-block h1{font-size:52px;font-weight:800;color:var(--mh-secondary);margin-bottom:24px;line-height:1.2;max-width:800px;margin-left:auto;margin-right:auto}.m-hero-block p{font-size:18px;color:var(--mh-text-muted);margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.m-hero-benefits-wrapper{height:80px;margin:0 auto 40px auto;position:relative;display:flex;justify-content:center}.m-hero-benefits{list-style:none;padding:0;margin:0;position:relative;height:100%;width:100%;max-width:600px}.m-hero-benefits li{font-size:20px;color:var(--mh-secondary);display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;transform:translateY(20px);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.m-hero-benefits li.active{opacity:1;transform:translateY(0);z-index:2}.m-hero-benefits li.exit{opacity:0;transform:translateY(-20px);z-index:1}.m-hero-benefit-icon{display:flex;align-items:center;justify-content:center;color:var(--mh-primary);background:rgb(89 42 169 / .1);border-radius:50%;padding:6px}.m-hero-block.has-image-bg .m-hero-benefit-icon{color:#fff;background:rgb(255 255 255 / .2)}.m-hero-btn{font-size:18px;font-weight:700;color:white!important;background-color:var(--mh-primary);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 36px;border-radius:12px;transition:all 0.3s ease}.m-hero-btn:hover{background-color:var(--mh-primary-dark);transform:translateY(-4px);box-shadow:0 10px 20px rgb(89 42 169 / .25)}.m-hero-btn svg{width:22px;height:22px;transition:transform 0.2s}[dir="rtl"] .m-hero-btn svg{transform:scaleX(-1)}[dir="rtl"] .m-hero-btn:hover svg{transform:scaleX(-1) translateX(6px)}@media (max-width:768px){.m-hero-block{padding:80px 20px}.m-hero-block h1{font-size:36px}.m-hero-block p{font-size:16px}.m-hero-benefits li{font-size:16px}}