/* ============================================================
   MOBILE UX ENHANCEMENTS — Express Taxi Brussels
   Focused on driving reservations on small screens
   ============================================================ */

/* ── 1. HERO: Full-width stack, no bleeding bg ── */
@media (max-width: 991px) {
  .slider-area .hero__caption,
  .slider-area .hero__caption h1,
  .slider-area .hero__caption p,
  .slider-area .hero__caption > span,
  .slider-area .hero-usps {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .slider-area .col-lg-6:first-child {
    display: block !important; /* keep hero text visible on mobile */
  }
  .slider-area .booking-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 12px !important;
  }
  .booking-form {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 16px !important;
    padding: 24px 18px !important;
  }

  /* Disable synthetic heading; real hero content is now visible */
  .slider-area .booking-column::before { content: none !important; display: none !important; }
}

/* ── 2. STICKY MOBILE CTA BAR ── */
.mobile-sticky-cta {
  display: none;
}
@media (max-width: 767px) {
  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(10, 11, 14, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    padding: 10px 16px 14px;
    gap: 10px;
    align-items: center;
  }

  .mobile-sticky-cta a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 46px;
    border-radius: 12px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .mobile-sticky-cta .cta-call {
    background: linear-gradient(135deg, #d4af37, #f3c74b);
    color: #000;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.35);
  }

  .mobile-sticky-cta .cta-whatsapp {
    background: linear-gradient(135deg, #128c27, #25d366);
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
  }

  .mobile-sticky-cta a:active {
    transform: scale(0.97);
  }

  /* Push page content above the sticky bar */
  body {
    padding-bottom: 80px !important;
  }
}

/* ── 3. HERO TEXT (when hero col is visible) ── */
@media (max-width: 991px) {
  .hero__caption h1 {
    font-size: clamp(26px, 7vw, 38px) !important;
    line-height: 1.15 !important;
    margin-bottom: 10px !important;
  }
  .hero__caption p {
    font-size: 14px !important;
    margin-bottom: 14px !important;
  }
  .hero-usps {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-top: 10px !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .hero-usp-item {
    font-size: 10px !important;
    padding: 5px 10px !important;
    border-radius: 9px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgba(245, 247, 251, 0.94) !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    width: auto !important;
    max-width: none !important;
    min-height: 30px !important;
    min-width: 138px !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero-usp-item i {
    display: none !important;
  }
  .slider-area .hero__caption .hero-usp-item span {
    display: inline !important;
    font-size: inherit !important;
    line-height: 1.1 !important;
    letter-spacing: inherit !important;
    font-weight: 600 !important;
    color: inherit !important;
    text-transform: none !important;
  }
}

@media (max-width: 460px) {
  .hero-usps {
    gap: 5px !important;
  }
  .hero-usp-item {
    font-size: 9px !important;
    padding: 4px 8px !important;
    min-height: 28px !important;
    min-width: 124px !important;
  }
  .slider-area .hero__caption .hero-usp-item span {
    font-size: inherit !important;
  }
}

/* ── 4. BOOKING FORM: Tighter mobile inputs ── */
@media (max-width: 575px) {
  .booking-form label {
    font-size: 11px !important;
    margin-bottom: 5px !important;
  }
  .form-group input {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }
  .booking-form button {
    padding: 15px !important;
    font-size: 13px !important;
  }
  .phone-group {
    display: flex;
    flex-direction: row;
    gap: 6px;
  }
  .phone-prefix {
    flex: 0 0 100px !important;
  }
}

/* ── 5. PARTNER TRUST BANNER ── */
@media (max-width: 767px) {
  .partner-logos {
    gap: 20px !important;
  }
  .partner-logo-item {
    font-size: 14px !important;
  }
}

/* ── 6. SERVICE CARDS: Single column + bigger icon ── */
@media (max-width: 575px) {
  .services-caption {
    padding: 24px 18px !important;
    margin-bottom: 16px !important;
  }
  .service-icon span.icon-symbol,
  .service-icon i {
    width: 56px !important;
    height: 56px !important;
    font-size: 24px !important;
  }
}

/* ── 7. SECTION TITLES ── */
@media (max-width: 575px) {
  .section-tittle h2 {
    font-size: clamp(22px, 6.5vw, 30px) !important;
    line-height: 1.2 !important;
  }
  .section-tittle span {
    font-size: 11px !important;
    letter-spacing: 2px !important;
  }
}

/* ── 8. TESTIMONIAL CARDS ── */
@media (max-width: 767px) {
  .cut-details .single-cut {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

/* ── 9. FOOTER: Mobile-friendly trust block ── */
@media (max-width: 767px) {
  .footer-trust-row {
    flex-wrap: wrap;
    gap: 8px !important;
    margin-top: 16px !important;
  }
  .trust-stars {
    font-size: 16px !important;
  }
  .trust-text {
    font-size: 12px !important;
  }
  .footer-payments {
    gap: 10px !important;
    flex-wrap: wrap;
    margin-top: 12px !important;
  }
  .footer-payments i {
    font-size: 24px !important;
  }
  .footer-tittle h3,
  .footer-tittle h4 {
    font-size: 14px !important;
    margin-top: 24px !important;
  }
}

/* ── 10. MOBILE NAV: Larger tap targets ── */
@media (max-width: 991px) {
  .mobile-nav-panel a {
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    border-radius: 0 !important;
  }
  .mobile-nav-panel a:last-child {
    border-bottom: none !important;
  }
  .mobile-nav-panel a.mobile-cta-reserve {
    background: rgba(212, 175, 55, 0.15) !important;
    color: #f3c74b !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    margin-top: 8px !important;
    justify-content: center !important;
  }
}

/* ── 11. FLOATING BUTTONS: Clearance from sticky CTA bar ── */
@media (max-width: 767px) {
  .floating-call-btn {
    bottom: 90px !important;
    right: 16px !important;
  }
  .floating-phone-btn {
    bottom: 90px !important;
    left: 16px !important;
  }
}

/* ── 12. ABOUT SECTION: Stack cleanly ── */
@media (max-width: 767px) {
  .about-img {
    margin-bottom: 24px;
  }
  .about-img img {
    max-height: 240px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
}

/* ── 13. PRICING CARDS: Readable on small screens ── */
@media (max-width: 575px) {
  .pricing-list ul li {
    font-size: 14px !important;
    padding-bottom: 12px !important;
  }
}

/* ── 14. GALLERY: 2 columns on mobile ── */
@media (max-width: 575px) {
  .gallery-area .col-lg-4,
  .gallery-area .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 4px !important;
  }
}

/* ── 15. HEADER PHONE BUTTON SIZE ── */
@media (max-width: 991px) {
  .header-right-btn {
    display: none !important; /* already hidden by d-none d-lg-block, belt+braces */
  }
}
