.lenwy-text,.one-text{color:#fff;font-weight:700}*{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden;font-family:Arial,sans-serif;background-color:#16a085;color:#000}.main-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#1c1c1c}.left-section,.logo{display:flex;align-items:center}.logo img{width:35px;height:35px;margin-right:10px;margin-bottom:4px}.one-text{margin-right:50px}.lenwy-text{text-align:center;font-size:2.5em;animation:3s ease-in-out infinite floating;margin-top:100px}.explore-cards{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;padding:50px 20px;margin-top:10px}.explore-card{background-color:#fdfaf8;border-radius:20px;padding:20px;width:180px;text-align:center;text-decoration:none;color:#222;border:3px solid #333;box-shadow:6px 6px 0 #0e5e4f;transition:transform .3s,box-shadow .3s}.explore-card img{width:100px;height:100px;margin-bottom:15px;border-radius:15px}.explore-card p{font-weight:700;font-size:1.1em}.explore-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px rgba(255,255,255,.2)}.footer-bottom{text-align:center;padding:10px 0;font-size:14 px;font-weight:600;color:#f5f5f5;margin-top:20px;margin-bottom:20px}.fade-in{opacity:0;transform:translateY(20px);animation:1s forwards fadeIn}.fade-in:first-child{animation-delay:.2s}.fade-in:nth-child(2){animation-delay:.4s}.fade-in:nth-child(3){animation-delay:.6s}.fade-in:nth-child(4){animation-delay:.8s}@keyframes fadeIn{from{opacity:0;scale:0.95}to{opacity:1;scale:1}}@keyframes floating{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:768px){.lenwy-text{font-size:1.5em;font-weight:600;margin-top:70px;animation:3s ease-in-out infinite floating-mobile}.explore-cards{gap:20px;padding:30px 15px;margin-top:0}.explore-card{width:150px;padding:15px;border-radius:15px;box-shadow:4px 4px 0 #0e5e4f}.explore-card img{width:80px;height:80px;margin-bottom:10px}.explore-card p{font-size:1em}@keyframes floating-mobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}}@media (max-width:480px){.lenwy-text{font-size:1.5em;margin-top:50px}.explore-cards{gap:15px;padding:20px 10px}.explore-card{width:130px;padding:12px;border-radius:12px;box-shadow:3px 3px 0 #0e5e4f}.explore-card img{width:70px;height:70px;margin-bottom:8px}.explore-card p{font-size:.9em}@keyframes floating-mobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}}
