*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, sans-serif; margin: 0; background: #f8fafc; color: #334155; line-height: 1.6; }

/* NAVBAR & HEADER */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 15px 5%; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.navbar .logo { font-size: 1.5rem; font-weight: bold; color: #1e3a8a; }
.nav-links { list-style: none; display: flex; gap: 20px; padding: 0; margin: 0; }
.nav-links a { text-decoration: none; color: #334155; font-weight: bold; transition: color 0.2s; }
.nav-links a:hover { color: #2563eb; }

header { background: #0f172a; color: white; text-align: center; padding: 4rem 1rem; }
header h1 { margin: 0; font-size: 2.2rem; }

/* TRUST BADGES */
.trust-badges { background: #1e3a8a; color: white; padding: 20px 0; }
.badge-container { max-width: 1100px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; }
.badge { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 0.95rem; }
.badge i { color: #3b82f6; font-size: 1.2rem; }

/* HOW IT WORKS */
.how-it-works { background: #fff; padding: 4rem 1rem; }
.section-title { text-align: center; margin-bottom: 3rem; margin-top: 2rem;}
.subtitle { color: #2563eb; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; font-size: 0.8rem; display: block; margin-bottom: 10px; }
.section-title h2 { font-size: 1.8rem; margin: 0; color: #0f172a; }

.steps-container { display: flex; justify-content: space-between; max-width: 1100px; margin: 0 auto; position: relative; gap: 10px; }
.steps-container::before { content: ''; position: absolute; top: 40px; left: 10%; right: 10%; border-top: 2px dashed #cbd5e1; z-index: 0; }

.step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; }
.icon-box { width: 80px; height: 80px; background: #fff; border: 2px solid #2563eb; display: flex; justify-content: center; align-items: center; border-radius: 12px; margin-bottom: 1rem; }
.icon-box i { font-size: 2rem; color: #1e3a8a; }
.step h3 { font-size: 0.9rem; margin: 0; color: #1e293b; font-weight: 700; }

/* SERVICES & REVIEWS */
.our-services { background: #f8fafc; padding: 4rem 1rem; }
.services-container { display: flex; gap: 2rem; max-width: 1000px; margin: 0 auto; }
.service-card { background: white; padding: 2rem; border-radius: 15px; text-align: center; flex: 1; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; }
.btn { display: inline-block; background: #2563eb; color: white; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; margin-top: 1rem; cursor:pointer; border:none; }

.customer-reviews { background: white; padding: 4rem 1rem; }
.reviews-container { display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; max-width: 1100px; margin: 0 auto; }
.review-card { background: #f8fafc; padding: 1.5rem; border-radius: 8px; border: 1px solid #e2e8f0; width: 300px; }
.review-stars { color: #eab308; margin-bottom: 10px; }
.review-text { font-style: italic; color: #475569; margin-bottom: 10px; }
.review-author { font-weight: bold; margin-bottom: 0; }
.review-date { font-size: 0.8rem; color: #94a3b8; display: block; margin-top: 5px; }

/* LAYOUT: BOOKING FORM & FLEET */
.page-layout { display: flex; gap: 30px; max-width: 1200px; margin: 40px auto; padding: 0 15px; align-items: flex-start; }
.booking-column-left { width: 350px; flex-shrink: 0; position: sticky; top: 20px; z-index: 10; }

.booking-box { background: white; padding: 2rem; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-top: 5px solid #2563eb; }
.booking-box label { display: block; font-size: 0.85rem; font-weight: bold; margin-bottom: 5px; color: #64748b; }
.booking-box input, .booking-box select { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #cbd5e1; border-radius: 4px; font-family: inherit; }
.submit-wa-btn { background: #25d366; color: white; border: none; padding: 15px; width: 100%; border-radius: 4px; font-weight: bold; cursor: pointer; font-size: 1.1rem; }
.wa-disclaimer { font-size: 0.85rem; color: #475569; text-align: center; margin-top: 15px; line-height: 1.5; background: #f8fafc; padding: 10px; border-radius: 6px; border: 1px dashed #cbd5e1;}

/* AIRPORT GRID */
.fleet-column-grid { flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.simple-car-card { background: white; border: 1px solid #e2e8f0; border-radius: 8px; text-align: center; overflow: hidden; padding-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.sketch-box { height: 130px; display: flex; align-items: center; justify-content: center; background: white; padding: 15px; }
.tier-image { max-height: 100%; max-width: 100%; object-fit: contain; opacity: 0.8; }
.example-cars { color: #64748b; font-size: 0.9rem; margin-top: -10px; font-style: italic; }
.price-km { color: #2563eb; font-weight: bold; font-size: 1.2rem; }
.tier-specs { list-style: none; padding: 0; color: #475569; font-size: 0.9rem; }
.luggage-scale { background: #eff6ff; border-left: 4px solid #2563eb; margin: 10px 15px; padding: 10px; text-align: left; font-size: 0.85rem; border-radius: 0 4px 4px 0; }

/* RENTAL FLEET */
.fleet-column-list { flex: 1; display: flex; flex-direction: column; gap: 20px; width: 100%; }
.detailed-car-card { background: white; border: 1px solid #e2e8f0; display: flex; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); width: 100%; }
.car-gallery { flex: 4; background: #f1f5f9; padding: 15px; display: flex; flex-direction: column; }
.main-car-img { width: 100%; height: 200px; object-fit: cover; border-radius: 4px; transition: opacity 0.2s ease-in-out; }
.thumbnail-row { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; scrollbar-width: none; }
.thumbnail-row::-webkit-scrollbar { display: none; } 
.thumb { height: 50px; width: 70px; object-fit: cover; border-radius: 4px; cursor: pointer; border: 2px solid transparent; transition: 0.2s; flex-shrink: 0; }
.thumb:hover { border-color: #2563eb; opacity: 0.8; }

.car-info { flex: 6; padding: 1.5rem; }
.car-info h3 { margin-top: 0; color: #0f172a; font-size: 1.5rem; margin-bottom:5px; }
.car-type { color: #64748b; font-size: 0.9rem; margin-bottom: 15px; }
.pricing-box { background: #eff6ff; border-left: 4px solid #2563eb; padding: 10px 15px; margin: 15px 0; border-radius: 0 4px 4px 0; }
.pricing-box p { margin: 5px 0; }
.price-extra { color: #ef4444 !important; font-weight: bold; font-size: 0.9rem; }
.car-specs-detailed { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; font-size: 0.9rem; color: #475569; }

.rental-faq { background: white; padding: 2rem; border-radius: 8px; border: 1px solid #e2e8f0; margin-top: 20px; }
.faq-list { list-style: none; padding: 0; line-height: 1.8; color: #334155; }
.faq-list i { color: #2563eb; margin-right: 10px; width: 20px; text-align: center; }

/* FOOTER */
footer { background: #0f172a; color: #94a3b8; padding: 3rem 1rem; margin-top: 4rem; }
.footer-container { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.footer-col h3 { color: white; margin-bottom: 1.2rem; }
.footer-links { list-style: none; padding: 0; line-height: 2; }
.footer-links a { color: #94a3b8; text-decoration: none; }
.footer-bottom { text-align: center; border-top: 1px solid #1e293b; padding-top: 1.5rem; margin-top: 2rem; font-size: 0.85rem; }

/* =========================================
   MOBILE RESPONSIVENESS
   ========================================= */
@media (max-width: 900px) {
    .navbar { padding: 15px 20px; }
    .nav-links { gap: 10px; font-size: 0.9rem; }
    .page-layout { flex-direction: column; align-items: center; }
    .booking-column-left { width: 100%; position: static; margin-bottom: 20px; }
    .badge-container { flex-direction: column; align-items: center; }
    .services-container { flex-direction: column; padding: 0 10px; }
    .steps-container { flex-direction: column; gap: 30px; }
    .steps-container::before { display: none; }
    .step { flex-direction: row; gap: 20px; text-align: left; align-items: center; width: 100%; max-width: 320px; margin: 0 auto; }
    .icon-box { margin-bottom: 0; width: 60px; height: 60px; flex-shrink: 0; }
    .icon-box i { font-size: 1.5rem; }
    .fleet-column-grid { grid-template-columns: 1fr; width: 100%; }
    .simple-car-card { max-width: 100%; }
    .detailed-car-card { flex-direction: column; }
    .car-gallery { padding: 15px 15px 0 15px; }
    .main-car-img { height: 220px; }
}

/* =========================================
   LIGHTBOX POPUP GALLERY
   ========================================= */
.lightbox { 
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 9999; /* Sits on top of everything */
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    background: rgba(15, 23, 42, 0.95); /* Deep navy dark overlay */
    align-items: center; 
    justify-content: center; 
    backdrop-filter: blur(5px);
}
.lightbox-img { 
    max-width: 90%; 
    max-height: 85vh; 
    object-fit: contain; 
    border-radius: 8px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.5); 
}
.close-lightbox { 
    position: absolute; 
    top: 20px; right: 30px; 
    color: white; 
    font-size: 45px; 
    font-weight: bold; 
    cursor: pointer; 
    transition: color 0.2s; 
}
.close-lightbox:hover { color: #ef4444; }
.lightbox-btn { 
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    background: rgba(255,255,255,0.1); 
    color: white; 
    border: 2px solid rgba(255,255,255,0.3); 
    font-size: 30px; 
    padding: 15px 20px; 
    cursor: pointer; 
    transition: 0.3s; 
    border-radius: 8px; 
}
.lightbox-btn:hover { background: rgba(37, 99, 235, 0.8); border-color: transparent; }
.left-btn { left: 30px; }
.right-btn { right: 30px; }

/* Lightbox Mobile Adjustments */
@media (max-width: 900px) {
    .lightbox-btn { font-size: 20px; padding: 10px 15px; }
    .left-btn { left: 10px; }
    .right-btn { right: 10px; }
    .close-lightbox { top: 10px; right: 20px; font-size: 35px; }
}

/* Make main images look clickable */
.main-car-img:hover { opacity: 0.9; }