/*
Theme Name: Easy Taxi KSA
Theme URI: https://easytaxiksa.com
Description: Premium WordPress Theme for Easy Taxi KSA - Private Transportation Services in Saudi Arabia (Jeddah, Makkah, Madinah).
Version: 1.0.0
Author: Easy Taxi KSA Team
Text Domain: luxury-chauffeur
*/

/* ==========================================================================
   1. DESIGN SYSTEM & CSS VARIABLES
   ========================================================================== */
:root {
  /* Color Palette */
  --bg-primary: #FFF9F3;
  --bg-secondary: #FFF0E3;
  --bg-white: #FFFFFF;
  --text-primary: #292015;
  --text-dark: #3A291B;
  --text-muted: #8B8177;
  --accent-orange: #C86A22;
  --accent-light: #E89555;
  --border-color: rgba(41, 32, 21, 0.08);
  --border-dark: rgba(41, 32, 21, 0.15);
  
  /* Typography */
  --font-heading: 'Bebas Neue', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --font-btn: 'Saira', sans-serif;

  /* Spacing & Layout */
  --container-max: 1280px;
  --section-padding-desktop: 90px;
  --section-padding-mobile: 55px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 50px;

  /* Shadows */
  --shadow-sm: 0 4px 16px rgba(41, 32, 21, 0.04);
  --shadow-md: 0 10px 30px rgba(41, 32, 21, 0.08);
  --shadow-lg: 0 20px 45px rgba(41, 32, 21, 0.12);
  --transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ==========================================================================
   2. RESET & BASE STYLES
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.8px;
  color: var(--text-primary);
  line-height: 1.1;
  text-transform: uppercase;
}

h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
h4 { font-size: 1.4rem; }

p {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul { list-style: none; }

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: var(--section-padding-desktop) 0;
}

.bg-cream {
  background-color: var(--bg-secondary);
}

.bg-white {
  background-color: var(--bg-white);
}

/* ==========================================================================
   3. TYPOGRAPHY & SECTION HEADINGS
   ========================================================================== */
.section-header {
  margin-bottom: 48px;
}

.section-header.text-center {
  text-align: center;
}

.section-header.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent-orange);
  margin-bottom: 8px;
}

.section-title {
  color: var(--text-dark);
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 620px;
}

.section-header.text-center .section-subtitle {
  margin: 0 auto;
}

/* ==========================================================================
   4. BUTTONS & UI COMPONENTS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-btn);
  font-size: 0.925rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--accent-orange);
  color: var(--bg-white);
  box-shadow: none;
}

.btn-primary:hover {
  background-color: #b35b19;
  transform: translateY(-2px);
  box-shadow: none;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--bg-white);
  border-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background-color: var(--bg-white);
  color: var(--text-dark);
}

.btn-outline {
  background-color: transparent;
  color: var(--accent-orange);
  border-color: var(--accent-orange);
}

.btn-outline:hover {
  background-color: var(--accent-orange);
  color: var(--bg-white);
}

.btn-whatsapp {
  background-color: #20BA58;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: none;
}

.btn-whatsapp:hover {
  background-color: #1ba54e;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: none;
}

.btn-sm {
  padding: 10px 18px;
  font-size: 0.85rem;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--accent-orange);
  font-size: 0.95rem;
}

.arrow-link:hover {
  gap: 12px;
}

/* ==========================================================================
   5. HEADER & NAVIGATION
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition);
}

.site-header.scrolled {
  background-color: rgba(255, 249, 243, 0.95);
  backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(41, 32, 21, 0.08);
  border-bottom: 1px solid var(--border-color);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--bg-white);
  text-transform: uppercase;
}

.site-header.scrolled .brand-logo {
  color: var(--text-dark);
}

.logo-badge {
  background: var(--accent-orange);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  font-size: 0.925rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.site-header.scrolled .nav-link {
  color: var(--text-dark);
}

.nav-link:hover {
  color: var(--accent-orange);
}

.site-header.scrolled .nav-link:hover {
  color: var(--accent-orange);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--bg-white);
  font-size: 1.6rem;
  cursor: pointer;
}

.site-header.scrolled .mobile-toggle {
  color: var(--text-dark);
}

/* Mobile Nav Overlay */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background-color: var(--bg-primary);
  z-index: 1001;
  padding: 40px 24px;
  transition: var(--transition);
  box-shadow: -10px 0 30px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-nav.open {
  right: 0;
}

.mobile-nav-close {
  align-self: flex-end;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: var(--text-dark);
  cursor: pointer;
  margin-bottom: 24px;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-menu-links a {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--text-dark);
}

/* ==========================================================================
   6. HERO SECTION & HERO BOOKING BAR
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 70px;
  color: var(--bg-white);
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.05);
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 12, 8, 0.75) 0%, rgba(20, 16, 11, 0.65) 60%, rgba(15, 12, 8, 0.88) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.hero-eyebrow {
  display: inline-block;
  background: rgba(200, 106, 34, 0.25);
  border: 1px solid var(--accent-orange);
  color: #ffc294;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  color: var(--bg-white);
  margin-bottom: 18px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.hero-subtext {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 32px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
}



/* ==========================================================================
   7. PROMOTIONAL SERVICE CARDS
   ========================================================================== */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.promo-card {
  position: relative;
  background: var(--bg-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.promo-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.promo-image-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.promo-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.promo-card:hover .promo-image-wrap img {
  transform: scale(1.05);
}

.promo-body {
  padding: 24px;
}

.promo-tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--accent-orange);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.promo-title {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.promo-desc {
  font-size: 0.9rem;
  margin-bottom: 18px;
}

/* ==========================================================================
   8. CHOOSE YOUR JOURNEY (SERVICES CAROUSEL)
   ========================================================================== */
.services-swiper {
  padding-bottom: 50px;
}

.service-card-mood {
  position: relative;
  height: 380px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: var(--bg-white);
}

.service-card-mood img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 40%, rgba(15, 12, 8, 0.88) 100%);
  transition: var(--transition);
}

.service-card-mood:hover img {
  transform: scale(1.06);
}

.service-card-mood:hover .service-card-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 20%, rgba(15, 12, 8, 0.94) 100%);
}

.service-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.service-card-title {
  color: var(--bg-white);
  font-size: 1.8rem;
  margin-bottom: 4px;
}

.service-card-sub {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Swiper Pagination & Nav Controls */
.swiper-pagination-bullet {
  background: var(--text-dark) !important;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: var(--accent-orange) !important;
  opacity: 1;
  width: 24px !important;
  border-radius: 10px !important;
}

.slider-controls {
  display: flex;
  gap: 12px;
}

.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border-dark);
  background: var(--bg-white);
  color: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.slider-btn:hover {
  background: var(--accent-orange);
  color: #fff;
  border-color: var(--accent-orange);
}



/* ==========================================================================
   10. OUR FLEET / VEHICLES
   ========================================================================== */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vehicle-card {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.vehicle-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.vehicle-img-wrap {
  height: 200px;
  background: #f5ede4;
  overflow: hidden;
}

.vehicle-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.vehicle-card:hover .vehicle-img-wrap img {
  transform: scale(1.04);
}

.vehicle-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.vehicle-name {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.vehicle-specs {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--border-color);
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--text-dark);
  font-weight: 500;
}

.spec-item svg {
  color: var(--accent-orange);
}

.vehicle-features {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  flex-grow: 1;
}

/* ==========================================================================
   11. ABOUT / TRUST SECTION (OVERLAPPING IMAGE COMPOSITION)
   ========================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image-composition {
  position: relative;
  padding-right: 40px;
  padding-bottom: 40px;
}

.about-main-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.about-overlap-card {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 220px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 6px solid var(--bg-primary);
  box-shadow: var(--shadow-lg);
}

.about-overlap-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

.about-feature-item {
  display: flex;
  gap: 16px;
}

.feature-icon-box {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--bg-secondary);
  color: var(--accent-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-title {
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.feature-desc {
  font-size: 0.9rem;
  margin: 0;
}

/* ==========================================================================
   12. STATISTICS SECTION
   ========================================================================== */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-card {
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  border: 1px solid rgba(200, 106, 34, 0.12);
  transition: var(--transition);
}

.stat-card:hover {
  transform: translateY(-4px);
  background: var(--bg-white);
  box-shadow: var(--shadow-md);
}

.stat-number {
  font-size: 3.4rem;
  color: var(--accent-orange);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dark);
}

/* ==========================================================================
   13. FEATURED SERVICES & PRICING CARDS
   ========================================================================== */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-price-card {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.service-price-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.service-price-header {
  padding: 20px;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
}

.service-price-title {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.service-price-body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.price-tag-wrap {
  margin-bottom: 16px;
}

.price-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
}

.price-amount {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--accent-orange);
  line-height: 1;
}

/* ==========================================================================
   14. IMAGE GALLERY
   ========================================================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

/* ==========================================================================
   15. TRUSTED BY / PARTNERS
   ========================================================================== */
.partners-bar {
  padding: 40px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

.partners-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.partners-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--text-dark);
  opacity: 0.7;
}

/* ==========================================================================
   16. TESTIMONIALS
   ========================================================================== */
.testimonial-card {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.quote-icon {
  font-size: 3rem;
  color: var(--accent-orange);
  line-height: 1;
  margin-bottom: 16px;
}

.testimonial-quote {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-dark);
  font-style: italic;
  margin-bottom: 28px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}



.author-name {
  font-size: 1.3rem;
  margin-bottom: 2px;
}

.author-country {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.star-rating {
  color: #ffb400;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}

/* ==========================================================================
   17. TRAVEL GUIDES / BLOG CARDS
   ========================================================================== */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.guide-card {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.guide-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.guide-img-wrap {
  height: 220px;
  overflow: hidden;
}

.guide-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.guide-card:hover .guide-img-wrap img {
  transform: scale(1.05);
}

.guide-body {
  padding: 24px;
}

.guide-tag {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-orange);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.guide-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.cta-section {
  padding-top: 40px;
  padding-bottom: 50px;
}

.cta-banner {
  position: relative;
  padding: 90px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0;
}

.cta-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 18, 11, 0.8) 0%, rgba(26, 18, 11, 0.9) 100%);
}

.cta-banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.cta-banner .section-title {
  color: #fff;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   19. FOOTER (LUXURY DARK THEME)
   ========================================================================== */
.site-footer {
  background-color: #120e0a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 75px;
  padding-bottom: 30px;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.footer-col-about p {
  margin-top: 14px;
  max-width: 330px;
}

.footer-col-title {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--accent-orange);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   20. FLOATING WHATSAPP & BOOKING MODAL
   ========================================================================== */
.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: linear-gradient(145deg, #4DE07B 0%, #25D366 60%, #1da851 100%);
  color: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
}

.floating-whatsapp:hover {
  transform: scale(1.08) translateY(-3px);
  box-shadow: none;
}

.floating-wa-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  background-color: #FF3B30;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  box-shadow: none;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}





/* ==========================================================================
   21. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1100px) {
  .fleet-grid, .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .nav-menu, .header-actions .btn {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .promo-grid, .guides-grid, .stats-grid, .fleet-grid, .featured-grid {
    grid-template-columns: 1fr !important;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-image-composition {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-banner {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
  }
}

.trustpilot-reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 0.9rem;
  white-space: nowrap;
  transition: transform 0.3s ease;
}

@media (max-width: 600px) {
  .hero-section {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 45px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
    font-size: 0.8rem;
    padding: 12px 14px;
    white-space: nowrap;
  }

  .btn {
    font-size: 0.8rem;
    padding: 10px 14px;
    white-space: nowrap;
  }

  .flex-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .featured-grid, .fleet-grid, .promo-grid, .guides-grid {
    grid-template-columns: 1fr !important;
  }

  .slider-controls {
    margin-top: 6px;
  }

  .gallery-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 14px !important;
  }

  .gallery-item, .gallery-item.wide {
    grid-column: span 1 !important;
    height: 210px !important;
  }

  .gallery-item img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .trustpilot-reviews-badge {
    padding: 6px 14px;
    font-size: 0.78rem;
    gap: 6px;
  }

  .cta-section {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }

  .cta-banner {
    padding: 50px 20px !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-bottom: 20px;
  }

  .footer-bottom div {
    text-align: center;
    justify-content: center;
  }
}
