:root {
    --taxi-yellow: #FFD700;
    --road-grey: #333333;
    --sign-blue: #007BFF;
    --white: #ffffff;
    --light-bg: #f4f4f4;
    
    --font-head: 'Mukta', sans-serif;
    --font-body: 'Open Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--light-bg);
    color: var(--road-grey);
    font-family: var(--font-body);
    line-height: 1.6;
}

.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.section-padding { padding: 80px 0; }
a { text-decoration: none; color: inherit; transition: 0.3s; }

/* Whatsapp Bar */
.whatsapp-bar { background: #25D366; color: white; text-align: center; padding: 5px; font-weight: bold; font-size: 0.9rem; }

/* Header */
.transfer-header { background: var(--road-grey); padding: 15px 0; position: sticky; top: 0; z-index: 1000; color: var(--white); box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.header-flex { display: flex; justify-content: space-between; align-items: center; }

.logo { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--white); display: flex; align-items: center; gap: 5px; letter-spacing: 1px; }
.yellow { color: var(--taxi-yellow); }
.icon { font-size: 1.8rem; }

.road-nav a { margin-left: 20px; font-weight: 600; color: #ddd; font-family: var(--font-head); font-size: 1.1rem; }
.road-nav a:hover, .road-nav a.active { color: var(--taxi-yellow); }

.btn-blue { background: var(--sign-blue); color: var(--white) !important; padding: 8px 20px; border-radius: 4px; font-weight: bold; }
.btn-blue:hover { background: #0056b3; }

/* Mobile Menu */
.mobile-toggle { display: none; cursor: pointer; color: var(--taxi-yellow); font-weight: bold; border: 2px solid var(--taxi-yellow); padding: 5px 10px; border-radius: 4px; }
.mobile-menu { position: fixed; top: 0; right: -100%; width: 100%; height: 100%; background: var(--road-grey); z-index: 2000; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: 0.4s; }
.mobile-menu.open { right: 0; }
.close-btn { position: absolute; top: 20px; right: 20px; background: none; border: none; font-size: 2rem; color: var(--white); cursor: pointer; }
.mobile-menu a { font-family: var(--font-head); font-size: 2rem; color: var(--white); margin: 15px 0; font-weight: bold; }

/* Hero & Booking */
.hero-road { height: 80vh; background-size: cover; background-position: center; position: relative; }
.hero-shade { width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; }

.booking-widget { background: var(--white); padding: 30px; border-radius: 10px; width: 90%; max-width: 900px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); border-top: 5px solid var(--taxi-yellow); }
.booking-widget h2 { margin-bottom: 20px; font-family: var(--font-head); color: var(--road-grey); font-size: 2rem; text-align: center; }
.form-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.input-grp label { display: block; font-size: 0.8rem; font-weight: bold; margin-bottom: 5px; color: #555; }
.input-grp input, .input-grp select { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-family: var(--font-body); }
.btn-search { width: 100%; background: var(--taxi-yellow); color: var(--road-grey); border: none; padding: 12px; font-weight: bold; font-family: var(--font-head); font-size: 1.2rem; cursor: pointer; margin-top: 20px; border-radius: 4px; transition: 0.3s; }
.btn-search:hover { background: #ffca28; }

/* Features */
.features-strip { background: var(--sign-blue); color: var(--white); padding: 40px 0; }
.features-flex { display: flex; justify-content: space-around; text-align: center; }
.f-icon { font-size: 3rem; margin-bottom: 10px; display: block; }
.feature h3 { font-family: var(--font-head); margin-bottom: 5px; }

/* Fleet */
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-family: var(--font-head); font-size: 2.5rem; color: var(--road-grey); margin-bottom: 10px; }
.yellow-dash { width: 80px; height: 5px; background: var(--taxi-yellow); margin: 0 auto; }
.yellow-dash.left { margin: 20px 0; }

.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.vehicle-card { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; border: 1px solid #ddd; }
.vehicle-card:hover { transform: translateY(-5px); border-color: var(--taxi-yellow); }
.vehicle-card.highlight { border: 2px solid var(--taxi-yellow); transform: scale(1.02); }
.vehicle-card img { width: 100%; height: 200px; object-fit: cover; }
.v-info { padding: 20px; text-align: center; }
.v-info h3 { font-family: var(--font-head); font-size: 1.5rem; margin-bottom: 5px; }
.price-badge { background: var(--road-grey); color: var(--taxi-yellow); padding: 5px 10px; font-size: 0.8rem; font-weight: bold; border-radius: 20px; display: inline-block; margin-top: 10px; }

/* About & Contact */
.region-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.text-block h1 { font-family: var(--font-head); font-size: 3rem; color: var(--road-grey); }
.region-list { margin-top: 30px; list-style: none; }
.region-list li { margin-bottom: 10px; padding-left: 20px; position: relative; }
.region-list li::before { content: '➜'; color: var(--taxi-yellow); position: absolute; left: 0; }
.map-block img { width: 100%; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.caption { text-align: center; font-weight: bold; margin-top: 10px; color: var(--sign-blue); }

.contact-panel { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; background: var(--white); padding: 50px; border-radius: 8px; border-top: 5px solid var(--sign-blue); }
.panel-left h2 { font-family: var(--font-head); font-size: 2.5rem; color: var(--road-grey); }
.contact-info { margin-top: 30px; background: #f9f9f9; padding: 20px; border-radius: 8px; }
.contact-info p { margin-bottom: 10px; }

.road-form .form-group { margin-bottom: 20px; }
.road-form label { display: block; font-weight: bold; margin-bottom: 5px; font-size: 0.9rem; }
.road-form input, .road-form textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; font-family: var(--font-body); }
.btn-submit { width: 100%; background: var(--sign-blue); color: var(--white); border: none; padding: 15px; font-weight: bold; cursor: pointer; border-radius: 4px; transition: 0.3s; }
.btn-submit:hover { background: #004494; }

/* Testimonials & Legal */
.comment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.comment-card { background: var(--white); padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: relative; }
.comment-card.highlight { background: #fffcf0; border: 1px solid var(--taxi-yellow); }
.stars { color: #FF9800; margin-bottom: 15px; font-size: 1.2rem; }
.user-name { font-weight: bold; color: var(--road-grey); display: block; margin-top: 15px; font-size: 0.9rem; text-align: right; }

.policy-box { max-width: 800px; margin: 0 auto; background: var(--white); padding: 50px; border-radius: 8px; }
.policy-box h1 { font-family: var(--font-head); color: var(--road-grey); }
.policy-box h3 { color: var(--sign-blue); margin-top: 30px; }

/* Footer */
.transfer-footer { background: var(--road-grey); color: #ccc; padding: 50px 0 20px; margin-top: 80px; border-top: 5px solid var(--taxi-yellow); }
.footer-content { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #444; padding-bottom: 30px; margin-bottom: 20px; }
.f-col h4 { font-family: var(--font-head); color: var(--white); margin-bottom: 5px; font-size: 1.5rem; }
.f-col.right a { color: #aaa; margin-left: 20px; }
.f-col.right a:hover { color: var(--taxi-yellow); }
.copyright { text-align: center; font-size: 0.8rem; }

/* Cookie */
.cookie-popup { position: fixed; bottom: 20px; left: 20px; background: var(--road-grey); color: var(--white); padding: 15px 25px; border-radius: 4px; display: flex; align-items: center; gap: 20px; z-index: 9999; display: none; border-left: 5px solid var(--taxi-yellow); }
.cookie-popup.show { display: flex; animation: slideUp 0.5s; }
.cookie-popup button { background: var(--taxi-yellow); color: var(--road-grey); border: none; padding: 5px 15px; font-weight: bold; cursor: pointer; border-radius: 2px; }

@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }

@media (max-width: 900px) {
    .road-nav { display: none; }
    .mobile-toggle { display: block; }
    .form-grid { grid-template-columns: 1fr; }
    .features-flex { flex-direction: column; gap: 30px; }
    .fleet-grid, .region-layout, .contact-panel, .comment-grid { grid-template-columns: 1fr; }
    .footer-content { flex-direction: column; text-align: center; gap: 20px; }
}