#featured-services{display:flex;justify-content:center;align-items:center;height:100vh;text-align:center;background-color:#f9f9f9}#featured-services .container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}.service-item{background:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;max-width:300px;text-align:center;height:100%}.service-item{background:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;flex:1;min-width:250px;max-width:300px;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.service-item:hover{transform:translateY(-10px);box-shadow:0 6px 12px rgba(0,0,0,.2)}.service-item .icon{font-size:3rem;color:#00bcd4;margin-bottom:10px}.service-item h4{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:10px}.service-item p{font-size:1rem;color:#555;line-height:1.6}@media (max-width:768px){#featured-services{height:auto;padding:20px 0}}@media (max-width:480px){#featured-services{flex-direction:column;align-items:stretch;height:auto;padding:10px}#featured-services .container{flex-wrap:wrap}.service-item{width:100%;max-width:none}}#solution{background-color:#edf1f5;padding:50px 20px;text-align:center}#solution h2{font-size:2rem;text-transform:uppercase;margin-bottom:40px;color:#303030}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:40px;justify-items:center;align-items:center;max-width:1200px;margin:0 auto}.central-image{grid-column:2/3;grid-row:1/3;position:relative;width:300px;height:300px}.central-image img{width:100%;height:100%;border-radius:50%;box-shadow:0 6px 12px rgba(0,0,0,.2);object-fit:cover}.feature-box{max-width:280px;text-align:center;padding:20px;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:10px;height:100%}.feature-box h4{font-size:1.2rem;color:#201f22;margin-bottom:10px}.feature-box p{font-size:1rem;color:#565558;line-height:1.5}@media screen and (max-width:1024px){.solution-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:30px}.central-image{grid-column:1/3;grid-row:2/3;width:250px;height:250px}.feature-box{max-width:90%}}@media screen and (max-width:768px){.solution-grid{grid-template-columns:1fr;gap:20px}.central-image{grid-column:1/2;grid-row:auto;width:200px;height:200px}.feature-box{max-width:100%}}@media screen and (max-width:480px){#solution h2{font-size:1.5rem;margin-bottom:20px}.central-image{width:150px;height:150px}.feature-box{padding:15px;font-size:.9rem}}.stats-item{display:flex;align-items:center;justify-content:flex-start;padding:20px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;width:auto;text-align:center}.stats-item h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;font-size:1.3rem}.stats-item p{margin:5px 0 0;font-size:1rem;color:#666;text-align:center}:root{--color-primary:#00bcd4;--color-secondary:#e91e63;--color-tertiary:#9c27b0;--color-quaternary:#673ab7;--color-quinary:#3f51b5;--color-text-dark:#212121;--color-text-light:#ffffff;--color-text-muted:#666666;--color-text-subtle:#888888;--color-bg-light:#f9f9f9;--color-bg-dark:#101010;--color-bg-card:#ffffff;--color-bg-section:#e8ecf0;--color-bg-accent:#f4f4f4;--color-shadow:rgba(0, 0, 0, 0.1);--color-border:#ddd;--color-success:#4caf50;--color-warning:#ff9800;--color-error:#f44336}body{background-color:var(--color-bg-light);color:var(--color-text-dark)}header{background-color:var(--color-primary);color:var(--color-text-light)}.button-primary{background-color:var(--color-secondary);color:var(--color-text-light)}.card{background-color:var(--color-bg-card);box-shadow:0 4px 6px var(--color-shadow)}