/* HEADER UPGRADE */ .header { position: sticky; top: 0; background: white; padding: 15px 10%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.05); z-index: 1000; } .logo { font-weight: bold; font-size: 20px; } nav a { margin-left: 20px; text-decoration: none; color: #333; transition: 0.3s; } nav a:hover { color: #ff7a18; } /* HERO ANIMATION */ .hero-text { animation: fadeUp 1s ease forwards; } .hero-image img { animation: fadeIn 1.5s ease forwards; } /* ANIMATIONS */ @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* CARD HOVER UPGRADE */ .card { transition: all 0.3s ease; } .card:hover { transform: translateY(-8px) scale(1.02); } /* BUTTON UPGRADE */ .button { box-shadow: 0 4px 10px rgba(0,0,0,0.2); } .button:hover { transform: translateY(-2px); }
If your company is facing issues with Excel, Power BI, or Zoho dashboards, I can help you fix them and turn your data into clear decisions.
Send your Excel, Power BI, or Zoho report, and you will receive three improvement suggestions.