Corporate Training Made Easy

Deliver high-impact training without the complexity.

Laptop view Phone view Desktop view
body { margin: 0; font-family: Arial, sans-serif; color: #111; } .hero { display: flex; align-items: center; justify-content: space-between; padding: 40px; height: 90vh; } .hero-left { max-width: 40%; } .hero-left h1 { font-size: 3rem; margin-bottom: 10px; } .hero-left p { font-size: 1.2rem; margin-bottom: 20px; } .cta-btn { padding: 12px 24px; background-color: #0075FF; color: white; border: none; cursor: pointer; font-size: 1rem; } .hero-right { position: relative; max-width: 50%; } .image-slider img { width: 100%; display: none; } .image-slider img.active { display: block; }