Watch Now .modern-btn { display: flex; justify-content: center; align-items: center; width: 100%; padding: 16px 20px; background: #000; color: #fff; text-decoration: none; font-size: 18px; font-weight: 600; border-radius: 20px; transition: all 0.3s ease; border: 2px solid #ff003c; box-sizing: border-box; } .modern-btn:hover { background: #ff003c; color: #000; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(255, 0, 60, 0.35); }