Filmhit Movie Movie.php [OFFICIAL]
.book-btn:hover background: #ff0a1a; transform: scale(1.05);
.cast-list display: flex; flex-wrap: wrap; gap: 10px; margin-top: 5px; filmhit movie movie.php
.container max-width: 1200px; margin: 0 auto; padding: 20px; .book-btn:hover background: #ff0a1a
h1 font-size: 3rem; margin-bottom: 10px; background: linear-gradient(135deg, #fff, #ffd700); -webkit-background-clip: text; background-clip: text; color: transparent; .cast-list display: flex
// Helper: Convert cast string to array $castArray = explode(',', $movie['cast']); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo htmlspecialchars($movie['title']); ?> | FilmHit Blockbuster</title> <meta name="description" content="<?php echo htmlspecialchars($movie['tagline']); ?> - <?php echo htmlspecialchars(substr($movie['synopsis'], 0, 150)); ?>"> <style> * margin: 0; padding: 0; box-sizing: border-box;
.tagline font-size: 1.2rem; color: #ffd966; margin-bottom: 20px; font-style: italic;
.filmhit-badge background: gold; color: #000; display: inline-block; padding: 5px 12px; border-radius: 20px; font-weight: bold; font-size: 0.8rem; margin-bottom: 15px; text-transform: uppercase;