#why-us{position:relative;overflow:hidden;padding:7rem 0;background:radial-gradient(circle at bottom left,rgba(18,198,245,.12) 0,transparent 35%),radial-gradient(circle at top right,rgba(18,198,245,.08) 0,transparent 30%),linear-gradient(135deg,#081c3b 0,#0b2347 45%,#07162d 100%)}#why-us::before{content:"";position:absolute;top:-250px;right:-250px;width:500px;height:500px;border-radius:50%;background:rgba(18,198,245,.05);filter:blur(80px)}#why-us::after{content:"";position:absolute;bottom:-220px;left:-220px;width:450px;height:450px;border-radius:50%;background:rgba(18,198,245,.04);filter:blur(80px)}#why-us .why-title{color:#fff;font-size:clamp(2rem, 4vw, 3rem);font-weight:800;margin-bottom:1rem}#why-us .why-description{color:rgba(255,255,255,.7);font-size:1.15rem;max-width:650px;margin:auto}#why-us .why-card{position:relative;padding:2.5rem;border-radius:1.25rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);transition:.35s}#why-us .why-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.08);border-color:rgba(18,198,245,.35)}#why-us .why-icon{margin-bottom:2rem;color:var(--ts-primary);font-size:2.25rem}#why-us .why-card h3{margin-bottom:1rem;color:#fff;font-size:1.6rem;font-weight:700}#why-us .why-card p{margin:0;color:rgba(255,255,255,.7);line-height:1.9}@media (max-width:991.98px){#why-us{padding:5rem 0}}