/*
Theme Name: TravelGo Premium
Author: Andri Berbudi
Description: Elementor-ready modern travel theme with conversion layout
Version: 2.0
*/

body { font-family: 'Poppins', sans-serif; margin:0; background:#f8fafc; }
header { display:flex; justify-content:space-between; align-items:center; padding:20px 40px; background:#ffffff; box-shadow:0 2px 10px rgba(0,0,0,0.05); }
.logo { font-size:22px; font-weight:bold; color:#0d6efd; }
nav a { margin:0 10px; text-decoration:none; color:#333; }
.cta { background:#0d6efd; color:#fff; padding:10px 20px; border-radius:8px; text-decoration:none; }

.hero { height:500px; background:url('hero.png') center/cover no-repeat; display:flex; align-items:center; padding:60px; color:#fff; }
.hero-text { max-width:600px; background:rgba(0,0,0,0.4); padding:30px; border-radius:12px; }
.hero h1 { font-size:42px; margin-bottom:20px; }

.section { padding:60px 40px; text-align:center; }
.cards { display:flex; gap:20px; justify-content:center; flex-wrap:wrap; }
.card { background:#fff; padding:20px; border-radius:12px; width:250px; box-shadow:0 4px 15px rgba(0,0,0,0.05); }

footer { background:#0d6efd; color:#fff; text-align:center; padding:30px; }
