Rate Your Experience</title> <style> body { font-family: Arial, sans-serif; text-align: center; background: #f4f6f8; padding: 40px 20px; } .card { max-width: 450px; background: #ffffff; padding: 30px; border-radius: 12px; margin: 0 auto; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } h2 { color: #333; font-size: 22px; margin-bottom: 10px; } p { color: #666; font-size: 15px; } .stars { display: flex; justify-content: center; gap: 8px; margin: 25px 0; } .star { font-size: 40px; cursor: pointer; color: #ccc; transition: color 0.2s; } .star:hover, .star.active { color: #ffb400; } .form-container { display: none; text-align: left; margin-top: 20px; } textarea, input { width: 100%; padding: 10px; margin: 8px 0; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box; } button { background: #007bff; color: white; border: none; padding: 12px; width: 100%; border-radius: 6px; font-size: 16px; cursor: pointer; } button:hover { background: #0056b3; } </style>