#dynamicHeroSlider{position:relative;width:100%;min-height:130px;z-index:5;pointer-events:none}.ddd-hero-slider{width:100%;display:flex;justify-content:center;text-align:center}.ddd-hero-content{max-width:700px;padding:15px 20px;transition:opacity .3s ease,transform .3s ease}.ddd-hero-content.is-changing{opacity:0;transform:translateY(12px)}.ddd-hero-badge{display:inline-block;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:8px;color:#120b0b}.ddd-hero-title{font-family:Poppins,sans-serif;font-size:30px;font-weight:800;line-height:1.2;margin-bottom:8px;color:#120b0b}.ddd-hero-subtitle{font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;max-width:620px;margin:auto;color:#120b0b}.ddd-hero-dots{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:10px}.ddd-hero-dot{display:block;width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.35;transition:all .3s ease}.ddd-hero-dot.active{width:20px;border-radius:10px;opacity:1}@media screen and (max-width:991px){#dynamicHeroSlider{display:none!important}}