/* =============================================
   STAR LINE CORPORATE CAB SERVICES
   Frontend CSS — Premium Design
   ============================================= */

:root {
    --dark-blue:    #0a1e3d;
    --mid-blue:     #0d2b52;
    --light-blue:   #1a3a6b;
    --orange:       #ff6b00;
    --orange-hover: #e05a00;
    --white:        #ffffff;
    --light-gray:   #f5f7fa;
    --dark-gray:    #333333;
    --text-gray:    #666666;
    --border-color: #e2e8f0;
    --shadow-sm:    0 2px 10px rgba(0,0,0,0.08);
    --shadow-md:    0 8px 30px rgba(0,0,0,0.12);
    --shadow-lg:    0 20px 60px rgba(0,0,0,0.15);
    --radius-sm:    8px;
    --radius-md:    12px;
    --radius-lg:    20px;
    --transition:   all 0.3s ease;
}

/* ===== Base ===== */
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
body { font-family: 'Poppins', sans-serif; color: var(--dark-gray); background: #fff; padding-top: 88px; }
h1,h2,h3,h4,h5,h6 { font-weight: 700; color: var(--dark-blue); line-height: 1.3; }
a { color: var(--orange); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--orange-hover); }
img { max-width: 100%; }

/* ===== Fixed Header ===== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1060; transition: all 0.3s ease; }
.site-header.scrolled .header-topbar { display: none; }
.site-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.header-topbar { background: var(--dark-blue); padding: 8px 0; transition: all 0.3s; }

/* ===== Responsive topbar offset ===== */
@media (max-width: 767px) { body { padding-top: 47px; } .header-topbar { display: none; } }

/* ===== Navbar Toggler — explicit SVG fix for all browsers ===== */
.navbar-toggler { border: 2px solid rgba(255,255,255,0.6); border-radius: 8px; padding: 6px 10px; background: rgba(255,255,255,0.08); }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(255,107,0,0.4); outline: none; }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 26px;
    height: 22px;
    display: block;
}

/* ===== Utility ===== */
.text-orange { color: var(--orange) !important; }
.bg-dark-blue { background-color: var(--dark-blue) !important; }
.btn-orange { background: var(--orange); color: #fff; border: none; border-radius: 50px; padding: 12px 30px; font-weight: 600; transition: var(--transition); }
.btn-orange:hover { background: var(--orange-hover); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,107,0,0.3); }
.btn-white { background: #fff; color: var(--dark-blue); border: 2px solid #fff; border-radius: 50px; padding: 12px 30px; font-weight: 600; transition: var(--transition); }
.btn-white:hover { background: transparent; color: #fff; }
.section-padding { padding: 80px 0; }

/* ===== Preloader ===== */
#preloader { position: fixed; inset: 0; background: var(--dark-blue); z-index: 9999; display: flex; align-items: center; justify-content: center; transition: opacity 0.5s, visibility 0.5s; }
#preloader.hidden { opacity: 0; visibility: hidden; }
.preloader-inner { text-align: center; color: #fff; }
.spinner { width: 50px; height: 50px; border: 4px solid rgba(255,255,255,0.2); border-top-color: var(--orange); border-radius: 50%; animation: spin 0.8s linear infinite; margin: 0 auto 15px; }
.preloader-inner p { font-weight: 600; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== Header ===== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1060; }
.header-topbar { background: var(--dark-blue); padding: 8px 0; }
.topbar-item { color: rgba(255,255,255,0.8); font-size: 13px; transition: var(--transition); }
.topbar-item:hover { color: var(--orange); }
.topbar-item i { margin-right: 5px; color: var(--orange); }
.gst-badge { background: rgba(255,107,0,0.15); border: 1px solid rgba(255,107,0,0.3); padding: 2px 10px; border-radius: 20px; font-size: 12px; color: var(--orange) !important; }
.google-rating-badge { display: inline-flex; align-items: center; gap: 5px; color: rgba(255,255,255,0.9); font-size: 13px; padding: 3px 12px; background: rgba(255,255,255,0.08); border-radius: 20px; }
.google-rating-badge .fa-google { color: #ea4335; }
.google-rating-badge .rating-stars { color: #fbbc04; font-size: 12px; }
.google-rating-badge strong { color: var(--orange); }

/* Main Nav */
.main-nav { background: var(--mid-blue); padding: 0; transition: var(--transition); box-shadow: var(--shadow-md); }
.main-nav.scrolled { background: var(--dark-blue); box-shadow: 0 4px 20px rgba(0,0,0,0.25); }

/* ── Brand / Logo ── */
.navbar-brand { display: flex; align-items: center; gap: 8px; padding: 5px 0; flex-shrink: 0; }
.navbar-brand .logo-img { height: 42px; width: auto; object-fit: contain; border-radius: 6px; }
.navbar-brand .logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-star { color: var(--orange); font-size: 18px; }
.logo-main { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.15; letter-spacing: 0.2px; white-space: nowrap; }
.logo-sub  { color: rgba(255,255,255,0.5); font-size: 9px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; white-space: nowrap; }

/* Mobile logo sizing */
@media (max-width: 767px) {
    .navbar-brand .logo-img { height: 36px; }
    .logo-main { font-size: 13px; }
    .logo-sub  { font-size: 8px; letter-spacing: 0.8px; }
}

/* ── Nav links ── */
.main-nav .nav-link { color: rgba(255,255,255,0.85) !important; font-size: 13px; font-weight: 500; padding: 14px 8px !important; transition: var(--transition); position: relative; white-space: nowrap; }
.main-nav .nav-link:hover, .main-nav .nav-link.active { color: var(--orange) !important; }

/* Tighten further on medium screens (992px–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-nav .nav-link { font-size: 12px; padding: 14px 6px !important; }
    .navbar-brand .logo-img { height: 38px; }
    .logo-main { font-size: 13px; }
    .logo-sub  { display: none; }
    .navbar-brand { gap: 6px; }
}

/* ── Book Now button ── */
.btn-book-now { background: linear-gradient(135deg, var(--orange), #ff8c00); color: #fff !important; border-radius: 50px; padding: 8px 16px !important; font-weight: 600; font-size: 13px; box-shadow: 0 4px 15px rgba(255,107,0,0.3); white-space: nowrap; }
.btn-book-now:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,107,0,0.4); background: linear-gradient(135deg, #e05a00, var(--orange)); }

.dropdown-menu { border: none; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); min-width: 220px; padding: 10px; margin-top: 0; }
.dropdown-item { border-radius: var(--radius-sm); padding: 8px 15px; font-size: 13px; color: var(--dark-gray); transition: var(--transition); }
.dropdown-item:hover { background: rgba(255,107,0,0.1); color: var(--orange); }

/* ===== Section Headers ===== */
.section-header { margin-bottom: 20px; }
.section-badge { display: inline-block; background: rgba(255,107,0,0.12); color: var(--orange); padding: 5px 18px; border-radius: 50px; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; border: 1px solid rgba(255,107,0,0.25); margin-bottom: 12px; }
.section-badge.light { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.3); }
.section-title { font-size: clamp(26px, 4vw, 38px); font-weight: 800; margin-bottom: 12px; }
.section-subtitle { color: var(--text-gray); font-size: 16px; max-width: 600px; margin: 0 auto; }

/* ===== Hero Section ===== */
.hero-section { background: #051024; position: relative; overflow: hidden; min-height: 85vh; display: flex; align-items: center; }
.hero-bg-layer { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; opacity: 0; transition: opacity 1.5s ease-in-out; z-index: 0; }
.hero-bg-layer.active { opacity: 0.7; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10,30,61,0.95) 0%, rgba(10,30,61,0.7) 40%, rgba(10,30,61,0.2) 100%); }
.hero-container { position: relative; z-index: 2; padding: 80px 0; }
.min-vh-85 { min-height: 85vh; }
.hero-content { position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; background: rgba(255,107,0,0.2); border: 1px solid rgba(255,107,0,0.4); color: var(--orange); padding: 6px 18px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.hero-title { font-size: clamp(32px, 5vw, 52px); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 12px; }
.hero-subtitle { font-size: 18px; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.hero-features { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
.hero-features span { color: rgba(255,255,255,0.85); font-size: 14px; display: flex; align-items: center; gap: 6px; }
.hero-rating { margin-top: 20px; }
.google-stars { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.1); padding: 8px 18px; border-radius: 50px; }
.google-stars .fa-google { color: #ea4335; font-size: 18px; }
.google-stars .stars { color: #fbbc04; font-size: 16px; }
.google-stars strong { color: #fff; font-size: 18px; }
.google-stars .count { color: rgba(255,255,255,0.7); font-size: 13px; }

/* Booking Card */
.booking-card { background: #fff; border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0,0,0,0.3); overflow: hidden; }
.booking-card-header { background: linear-gradient(135deg, var(--orange), #ff8c00); color: #fff; padding: 20px 25px; text-align: center; }
.booking-card-header h3 { color: #fff; margin: 0; font-size: 20px; }
.booking-card-header p { color: rgba(255,255,255,0.85); margin: 4px 0 0; font-size: 14px; }
.booking-card-body { padding: 25px; }
.booking-card .form-control, .booking-card .form-select { border-radius: var(--radius-sm); border-color: var(--border-color); padding: 11px 14px; font-size: 14px; transition: var(--transition); }
.booking-card .form-control:focus, .booking-card .form-select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,0,0.12); }

/* ===== Counter Section ===== */
.counter-section { background: linear-gradient(135deg, var(--orange), #ff8c00); padding: 50px 0; }
.counter-item { text-align: center; padding: 30px 20px; border-right: 1px solid rgba(255,255,255,0.2); }
.counter-item:last-child { border-right: none; }
.counter-icon { font-size: 36px; color: rgba(255,255,255,0.7); margin-bottom: 10px; }
.counter-number { font-size: clamp(28px, 4vw, 42px); font-weight: 900; color: #fff; line-height: 1; }
.counter-label { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500; margin-top: 5px; }

/* ===== Why Us Section ===== */
.why-card { background: #fff; border-radius: var(--radius-md); padding: 30px 25px; box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid var(--border-color); text-align: center; }
.why-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--orange); }
.why-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--orange), #ff8c00); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: #fff; font-size: 28px; }
.why-card h5 { font-size: 16px; margin-bottom: 10px; color: var(--dark-blue); }
.why-card p { font-size: 14px; color: var(--text-gray); margin: 0; line-height: 1.7; }

/* ===== Services Section ===== */
.service-card-link { display: block; height: 100%; }
.service-card { background: #fff; border-radius: var(--radius-md); padding: 30px 25px; box-shadow: var(--shadow-sm); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; height: 100%; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--orange); }
.service-icon { width: 65px; height: 65px; background: linear-gradient(135deg, rgba(255,107,0,0.1), rgba(255,140,0,0.1)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: var(--orange); font-size: 26px; border: 2px solid rgba(255,107,0,0.2); transition: var(--transition); }
.service-card:hover .service-icon { background: linear-gradient(135deg, var(--orange), #ff8c00); color: #fff; border-color: transparent; }
.service-card h5 { font-size: 16px; margin-bottom: 10px; color: var(--dark-blue); }
.service-card p { font-size: 14px; color: var(--text-gray); line-height: 1.7; margin-bottom: 15px; }
.service-link { color: var(--orange); font-size: 13px; font-weight: 600; }

/* ===== Fleet Section ===== */
.fleet-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-md); overflow: hidden; transition: var(--transition); }
.fleet-card:hover { transform: translateY(-8px); border-color: var(--orange); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.fleet-img-wrap { position: relative; overflow: hidden; height: 200px; background: rgba(255,255,255,0.05); }
.fleet-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.fleet-card:hover .fleet-img { transform: scale(1.05); }
.fleet-badge { position: absolute; top: 12px; left: 12px; background: var(--orange); color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.fleet-body { padding: 20px; }
.fleet-name { color: #fff; font-size: 18px; margin-bottom: 12px; }
.fleet-features { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.fleet-features span { color: rgba(255,255,255,0.7); font-size: 13px; display: flex; align-items: center; gap: 5px; }
.fleet-features span i { color: var(--orange); }
.fleet-price { display: flex; justify-content: space-between; align-items: center; }
.fleet-price .price { color: var(--orange); font-size: 22px; font-weight: 800; }
.fleet-price .price small { font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 400; }
.btn-book-sm { background: var(--orange); color: #fff; padding: 8px 18px; border-radius: 50px; font-size: 13px; font-weight: 600; }
.btn-book-sm:hover { background: var(--orange-hover); color: #fff; }

/* ===== Routes Section ===== */
.route-card { display: block; background: #fff; border-radius: var(--radius-md); padding: 18px; box-shadow: var(--shadow-sm); border: 1px solid var(--border-color); text-align: center; transition: var(--transition); color: var(--dark-gray); }
.route-card:hover { transform: translateY(-5px); border-color: var(--orange); box-shadow: var(--shadow-md); color: var(--dark-gray); }
.route-from { font-size: 13px; color: var(--text-gray); }
.route-arrow { color: var(--orange); font-size: 18px; margin: 4px 0; }
.route-to { font-size: 16px; font-weight: 700; color: var(--dark-blue); }
.route-details { display: flex; justify-content: center; gap: 12px; margin-top: 8px; font-size: 12px; color: var(--text-gray); }
.route-price { margin-top: 8px; background: rgba(255,107,0,0.1); color: var(--orange); padding: 3px 10px; border-radius: 20px; font-size: 13px; font-weight: 600; }

/* ===== Testimonials ===== */
.testimonials-section { background: var(--light-gray); }
.google-review-summary { display: flex; align-items: center; gap: 8px; justify-content: center; margin-top: 10px; font-size: 15px; }
.testimonial-card { background: #fff; border-radius: var(--radius-md); padding: 30px; box-shadow: var(--shadow-sm); border: 1px solid var(--border-color); height: 100%; }
.testi-quote { color: var(--orange); font-size: 30px; opacity: 0.3; margin-bottom: 12px; }
.testi-review { color: var(--text-gray); font-size: 15px; line-height: 1.8; margin-bottom: 15px; font-style: italic; }
.testi-stars { color: #fbbc04; font-size: 14px; margin-bottom: 15px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-author img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid var(--orange); }
.testi-author strong { display: block; font-size: 15px; color: var(--dark-blue); }
.testi-author small { color: var(--text-gray); font-size: 12px; }

/* ===== FAQ Section ===== */
.faq-accordion .accordion-item { border: 1px solid var(--border-color); border-radius: var(--radius-sm) !important; margin-bottom: 10px; overflow: hidden; }
.faq-accordion .accordion-button { font-size: 15px; font-weight: 600; color: var(--dark-blue); background: #fff; padding: 16px 20px; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--orange); background: rgba(255,107,0,0.05); box-shadow: none; }
.faq-accordion .accordion-button::after { filter: none; }
.faq-accordion .accordion-body { font-size: 14px; color: var(--text-gray); line-height: 1.8; }

/* ===== Blog Section ===== */
.blog-card { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border-color); transition: var(--transition); background: #fff; }
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.blog-img-link { display: block; overflow: hidden; height: 200px; position: relative; }
.blog-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-card-img { transform: scale(1.05); }
.blog-cat-badge { position: absolute; top: 12px; left: 12px; background: var(--orange); color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.blog-card-body { padding: 20px; }
.blog-meta { display: flex; gap: 15px; font-size: 12px; color: var(--text-gray); margin-bottom: 10px; }
.blog-meta i { color: var(--orange); margin-right: 4px; }
.blog-title { font-size: 16px; margin-bottom: 10px; line-height: 1.5; }
.blog-title a { color: var(--dark-blue); }
.blog-title a:hover { color: var(--orange); }
.blog-excerpt { font-size: 14px; color: var(--text-gray); line-height: 1.7; margin-bottom: 15px; }
.read-more { color: var(--orange); font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; }
.read-more:hover { color: var(--orange-hover); }

/* ===== CTA Section ===== */
.cta-section { background: linear-gradient(135deg, var(--dark-blue), var(--light-blue)); position: relative; padding: 80px 0; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: url('../images/cta-bg.jpg') center/cover; opacity: 0.1; }
.cta-overlay { position: absolute; inset: 0; background: rgba(10,30,61,0.6); }
.cta-section .container { position: relative; z-index: 1; }
.cta-title { font-size: clamp(28px, 4vw, 42px); color: #fff; font-weight: 800; margin-bottom: 15px; }
.cta-subtitle { color: rgba(255,255,255,0.8); font-size: 18px; margin-bottom: 35px; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; }

/* ===== Contact ===== */
.contact-info-list { list-style: none; padding: 0; margin-top: 25px; }
.contact-info-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 18px; }
.contact-info-list li i { width: 40px; height: 40px; background: rgba(255,107,0,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--orange); font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.contact-info-list li div strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-gray); margin-bottom: 3px; }
.contact-info-list li div a, .contact-info-list li div span { font-size: 15px; color: var(--dark-blue); font-weight: 500; }
.contact-form-card { background: #fff; border-radius: var(--radius-lg); padding: 35px; box-shadow: var(--shadow-md); border: 1px solid var(--border-color); }
.contact-form-card .form-control, .contact-form-card .form-select { border-radius: var(--radius-sm); padding: 12px 15px; font-size: 14px; border-color: var(--border-color); transition: var(--transition); }
.contact-form-card .form-control:focus, .contact-form-card .form-select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,0,0.1); }

/* ===== Footer ===== */
.site-footer { background: var(--dark-blue); color: rgba(255,255,255,0.75); }
.footer-main { padding: 70px 0 40px; }
.footer-logo-text { display: flex; flex-direction: column; justify-content: center; }
.footer-logo-text span { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.1; }
.footer-logo-text small { color: rgba(255,255,255,0.5); font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; margin-top: 2px; }
.footer-logo img { height: 46px; width: auto; object-fit: contain; border-radius: 6px; }
.footer-about { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.65); margin: 15px 0; }
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 13px; color: rgba(255,255,255,0.65); }
.footer-contact-list li i { color: var(--orange); width: 16px; margin-top: 2px; flex-shrink: 0; }
.footer-contact-list a { color: rgba(255,255,255,0.65); }
.footer-contact-list a:hover { color: var(--orange); }
.social-links { display: flex; gap: 10px; }
.social-link { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: var(--transition); background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); }
.social-link:hover { transform: translateY(-3px); color: #fff; }
.social-link.facebook:hover { background: #1877f2; }
.social-link.instagram:hover { background: #e1306c; }
.social-link.twitter:hover { background: #1da1f2; }
.social-link.youtube:hover { background: #ff0000; }
.social-link.linkedin:hover { background: #0a66c2; }
.footer-title { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 35px; height: 2px; background: var(--orange); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.65); font-size: 14px; display: flex; align-items: center; gap: 8px; transition: var(--transition); }
.footer-links a:hover { color: var(--orange); padding-left: 5px; }
.footer-links a i { font-size: 11px; color: var(--orange); }
.newsletter-form .form-control { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: #fff; font-size: 13px; padding: 10px 15px; }
.newsletter-form .form-control::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form .form-control:focus { background: rgba(255,255,255,0.12); border-color: var(--orange); box-shadow: none; }
.footer-bottom { background: rgba(0,0,0,0.2); padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.copyright, .footer-bottom-links { font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-bottom-links a { color: rgba(255,255,255,0.5); font-size: 12px; }
.footer-bottom-links a:hover { color: var(--orange); }

/* ===== Floating Buttons ===== */
.floating-buttons { position: fixed; bottom: 30px; right: 18px; display: flex; flex-direction: column; gap: 10px; z-index: 1050; }
.floating-btn { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.3); transition: var(--transition); position: relative; overflow: visible; text-decoration: none; }
.floating-btn:hover { transform: scale(1.15); color: #fff; }
.floating-btn .btn-label { position: absolute; right: 58px; background: var(--dark-blue); color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; white-space: nowrap; opacity: 0; transition: var(--transition); pointer-events: none; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.floating-btn:hover .btn-label { opacity: 1; }
.whatsapp-btn { background: #25d366; }
.call-btn { background: var(--orange); }
.book-btn { background: var(--dark-blue); border: 2px solid var(--orange); }
.google-btn { background: #ea4335; }
.scroll-top-btn { position: fixed; bottom: 30px; left: 18px; width: 45px; height: 45px; background: var(--orange); color: #fff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: 0 4px 15px rgba(255,107,0,0.3); cursor: pointer; transition: var(--transition); opacity: 0; visibility: hidden; z-index: 1050; }
.scroll-top-btn.visible { opacity: 1; visibility: visible; }
.scroll-top-btn:hover { transform: translateY(-3px); }

/* ===== Booking Modal ===== */
.booking-modal-header { background: linear-gradient(135deg, var(--dark-blue), var(--light-blue)); color: #fff; }
.booking-modal-header .modal-title { color: #fff; }

/* ===== 404 ===== */
.error-404 { text-align: center; padding: 120px 20px; }
.error-code { font-size: 120px; font-weight: 900; color: var(--orange); line-height: 1; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .main-nav .nav-link.active::after { display: none; }
    .hero-section { min-height: auto; padding: 40px 0 50px; }
    .section-padding { padding: 60px 0; }
    .booking-card { margin-top: 30px; }
}
@media (max-width: 767px) {
    .header-topbar { display: none; }
    /* ─── Hero mobile ─── */
    .hero-section { min-height: auto; padding: 28px 0 40px; }
    .hero-container { padding: 0; }
    .hero-content { padding: 0 18px; }
    .hero-badge { font-size: 11px; padding: 5px 14px; margin-bottom: 14px; }
    .hero-title { font-size: clamp(26px, 7.5vw, 36px); margin-bottom: 10px; }
    .hero-subtitle { font-size: 14px; margin-bottom: 14px; line-height: 1.6; }
    .hero-features { gap: 10px 18px; margin-bottom: 14px; }
    .hero-features span { font-size: 13px; }
    .hero-rating { margin-top: 14px; }
    .google-stars { padding: 7px 14px; gap: 5px; flex-wrap: wrap; }
    .google-stars .fa-google { font-size: 15px; }
    .google-stars .stars { font-size: 13px; }
    .google-stars strong { font-size: 15px; }
    .google-stars .count { font-size: 12px; }
    /* Booking card on mobile */
    .booking-card { margin: 20px 18px 0; }
    .booking-card-body { padding: 18px 16px; }
    /* Counter */
    .counter-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .counter-item:last-child { border-bottom: none; }
    /* CTA */
    .cta-buttons { flex-direction: column; align-items: center; }
    /* Floating buttons — compact on mobile, always visible */
    .floating-buttons { bottom: 16px; right: 12px; gap: 8px; z-index: 1050; }
    .floating-btn { width: 44px; height: 44px; font-size: 18px; box-shadow: 0 4px 15px rgba(0,0,0,0.35); }
    .floating-btn .btn-label { display: none; }
    .scroll-top-btn { bottom: 16px; left: 12px; width: 42px; height: 42px; font-size: 16px; z-index: 1050; }
}

/* ===== Additional Polish ===== */
/* Fix hero overlap with fixed header — desktop only */
@media (min-width: 768px) { .hero-section { padding-top: 20px; } }

/* Better Google Rating badge */
.google-rating-badge:hover { color: #fff; background: rgba(255,255,255,0.15); }

/* Booking form input focus glow */
.booking-card .form-control:focus,
.booking-card .form-select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(255,107,0,0.15);
    outline: none;
}

/* Service card equal height */
.services-section .row { align-items: stretch; }

/* Fleet card hover lift */
.fleet-card:hover { transform: translateY(-10px) scale(1.01); }

/* Route card hover */
.route-card:hover .route-to { color: var(--orange); }

/* CTA section text shadow */
.cta-title { text-shadow: 0 2px 10px rgba(0,0,0,0.3); }

/* Contact info icon hover */
.contact-info-list li i:hover { background: var(--orange); color: #fff; }

/* Blog card equal height columns */
.blog-section .row { align-items: stretch; }

/* Smooth page transitions */
main#main-content { animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* Print styles */
@media print {
    .floating-buttons, .site-header, .site-footer, #preloader { display: none !important; }
    body { padding-top: 0 !important; }
}

/* Custom scrollbar for webkit browsers */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--dark-blue); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--orange); }

/* Fix booking modal z-index */
.modal-backdrop { z-index: 1055; }
.modal { z-index: 1060; }

/* Improve nav dropdown on hover */
@media (min-width: 992px) {
    .main-nav .dropdown:hover > .dropdown-menu { display: block; animation: fadeIn 0.2s ease; }
}

/* Better active menu color */
.main-nav .nav-link.active { color: var(--orange) !important; font-weight: 600; }

/* WhatsApp float pulse animation */
.floating-btn.whatsapp-btn { animation: pulse-green 2s infinite; }
@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Better page banners */
.page-banner { margin-top: 0; }

/* Fix footer on mobile */
@media (max-width: 767px) {
    .footer-main { padding: 50px 0 30px; }
    .site-footer .col-lg-4, .site-footer .col-lg-2, .site-footer .col-lg-3 { margin-bottom: 20px; }
}

/* ===== FINAL MOBILE POLISH ===== */

/* Navbar collapse menu — slide from left (offcanvas style) */
@media (max-width: 991px) {
    .main-nav .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh !important;
        background: var(--dark-blue);
        padding: 75px 0 30px;
        box-shadow: 4px 0 25px rgba(0,0,0,0.5);
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1070;
        display: block !important;
        overflow-y: auto;
        border-radius: 0;
        margin-top: 0;
        border-top: none;
    }
    .main-nav .navbar-collapse.show { left: 0; }
    .main-nav .navbar-collapse.collapsing {
        left: -100%;
        height: 100vh !important;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .navbar-toggler { z-index: 1080; } /* Keep toggler above menu */
    
    .main-nav .nav-link { padding: 14px 25px !important; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 15px; text-align: left; width: 100%; }
    .main-nav .navbar-nav { align-items: flex-start !important; width: 100%; }
    .main-nav .navbar-nav .nav-item { width: 100%; }
    .main-nav .navbar-nav .btn-book-now { margin: 25px 25px 10px; display: block; text-align: center; border-radius: 50px; padding: 12px 20px !important; font-size: 15px; width: calc(100% - 50px); }
    
    .main-nav .dropdown-menu { background: rgba(0,0,0,0.15); box-shadow: none; border: none; padding: 0 0 10px; border-radius: 0; margin: 0; }
    .main-nav .dropdown-item { color: rgba(255,255,255,0.7); font-size: 14px; padding: 12px 25px 12px 40px; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
    .main-nav .dropdown-item:hover { background: rgba(255,107,0,0.1); color: var(--orange); }
}

/* Section padding — tighter on small screens */
@media (max-width: 575px) {
    .section-padding { padding: 50px 0; }
    .section-title { font-size: clamp(22px, 6.5vw, 30px); }
    .section-subtitle { font-size: 14px; }
    .why-card, .service-card { padding: 22px 18px; }
    .why-icon { width: 56px; height: 56px; font-size: 22px; }
    .service-icon { width: 54px; height: 54px; font-size: 22px; }
    .counter-section { padding: 36px 0; }
    .counter-number { font-size: 30px; }
    .counter-icon { font-size: 28px; }
    .cta-title { font-size: clamp(22px, 6vw, 32px); }
    .cta-subtitle { font-size: 14px; }
    .cta-buttons .btn { width: 100%; max-width: 280px; }
    .contact-form-card { padding: 22px 16px; }
    .route-card { padding: 12px 10px; }
    .route-to { font-size: 14px; }
    .testimonial-card { padding: 22px 18px; }
    .blog-card-body { padding: 16px; }
    .blog-title { font-size: 15px; }
}

/* Fleet card on mobile */
@media (max-width: 575px) {
    .fleet-body { padding: 14px; }
    .fleet-name { font-size: 16px; }
    .fleet-price .price { font-size: 18px; }
}

/* FAQ on mobile */
@media (max-width: 575px) {
    .faq-accordion .accordion-button { font-size: 14px; padding: 13px 16px; }
    .faq-accordion .accordion-body { font-size: 13px; }
}

/* Footer bottom on mobile */
@media (max-width: 575px) {
    .footer-bottom .d-flex { flex-direction: column; gap: 6px; text-align: center; }
    .footer-bottom-links { justify-content: center; }
}

/* Booking form on mobile */
@media (max-width: 575px) {
    .booking-card-header h3 { font-size: 17px; }
    .booking-card .form-control,
    .booking-card .form-select { padding: 9px 12px; font-size: 13px; }
}

/* Ensure floating buttons never overlap booking form on hero */
@media (max-width: 767px) {
    .floating-btn.whatsapp-btn { animation: none; box-shadow: 0 4px 15px rgba(37,211,102,0.45); }
}

/* Make the hero row not constrain the form height on mobile */
@media (max-width: 991px) {
    .hero-section .min-vh-85 { min-height: unset; }
}

