body {
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  background: #fff;
  color: #111;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Navbar */
.navbar {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  height: 40px;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: #009933;
}
.btn {
  display: inline-block;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.btn-primary {
  background: #009933;
  color: #fff;
  transition: background 0.2s, color 0.2s;
  font-family: 'Libre Baskerville', serif;
}
.btn-primary:hover {
  background: #003412;
  color: #fff;
}
.nav-cta {
  margin-left: 2rem;
}

/* Hero Section */
.hero {
  background: url('images/main-hero.png') center top/cover no-repeat;
  min-height: 735px;
  margin-bottom: 0;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 0;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 0 40px 0;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.hero h1 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.highlight {
  color: #009933;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 2em;
}
.booking-form-card {
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  max-width: 800px;
  width: 95%;
  padding: 2.5em 2em 2em 2em;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.booking-form-card form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.booking-form-card .form-row {
  display: flex;
  gap: 1em;
}
.booking-form-card input[type="text"],
.booking-form-card input[type="email"],
.booking-form-card input[type="tel"],
.booking-form-card input[type="number"],
.booking-form-card input[type="date"],
.booking-form-card input[type="time"] {
  flex: 1;
  padding: 0.85em 1em;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  font-size: 1em;
  background: #f7f9fb;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.booking-form-card input:focus {
  border-color: #009933;
  outline: none;
  box-shadow: 0 0 0 2px #eafaf1;
}
.booking-form-card .btn-block {
  width: 100%;
  font-size: 1.1em;
  padding: 0.9em 0;
  border-radius: 8px;
  margin-top: 0.5em;
}

/* Services Section */
.services {
  background: #fff;
  padding: 100px 0 80px 0;
  text-align: center;
}
.services h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
  color: #009933;
}
.section-desc {
  color: #555;
  margin-bottom: 2em;
}
.service-cards {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
}
.service-card {
  background: #f7f9fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 2em 1.5em;
  flex: 1 1 250px;
  max-width: 320px;
  min-width: 220px;
  margin-bottom: 1.5em;
}
.service-icon {
  font-size: 2.2rem;
  margin-bottom: 0.7em;
  color: #009933;
}
.service-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.7em auto;
}

/* Why Choose Us */
.why-choose h2 {
  font-size: 32px;
}

.why-choose {
  background: #fff;
  padding: 100px 0 80px 0;
  text-align: center;
}
.why-cards {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2em;
}
.why-card {
  background: #f7f9fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 2em 1.5em;
  flex: 1 1 220px;
  max-width: 300px;
  min-width: 180px;
  margin-bottom: 1.5em;
}
.why-icon {
  font-size: 2rem;
  margin-bottom: 0.7em;
  color: #009933;
}
.why-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.7em auto;
}

/* Testimonials */
.testimonials {
  background: #eafaf1;
  padding: 100px 0 80px 0;
  text-align: center;
}
.testimonials h2 {
  color: #009933;
  font-size: 32px;
}
.testimonial-cards {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2em;
}
.testimonial-card {
  background: #f7f9fb;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 2em 1.5em;
  flex: 1 1 250px;
  max-width: 320px;
  min-width: 220px;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-avatar {
  font-size: 2.2rem;
  margin-bottom: 0.7em;
  color: #009933;
}
.testimonial-name {
  color: #009933;
  font-weight: 500;
  margin-top: 1em;
  font-size: 0.95em;
}

/* CTA Section */
.cta {
  background: #009933;
  color: #fff;
  text-align: center;
  padding: 60px 0 40px 0;
}
.cta h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.cta p {
  margin-bottom: 2em;
}
.cta .btn-primary {
  background: #fff;
  color: #009933;
  transition: background 0.2s, color 0.2s;
}
.cta .btn-primary:hover {
  background: #003412;
  color: #fff;
}

/* Footer */
.footer {
  background: #eafaf1;
  color: #111;
  padding: 40px 0 0 0;
}
.footer-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-brand {
  flex: 1 1 200px;
  min-width: 180px;
}
.footer-links, .footer-legal, .footer-contact {
  flex: 1 1 120px;
  min-width: 120px;
}
.footer-links ul, .footer-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links a, .footer-legal a {
  color: #111;
  text-decoration: none;
  font-size: 0.98em;
  display: block;
  margin-bottom: 0.5em;
  transition: color 0.2s;
}
.footer-links a:hover, .footer-legal a:hover {
  color: #009933;
}
.footer-socials span {
  font-size: 1.5rem;
  margin-right: 0.7em;
  cursor: pointer;
  transition: color 0.2s;
  color: #111;
}
.footer-socials span:hover {
  color: #009933;
}
.copyright {
  text-align: center;
  padding: 24px 0 8px 0;
  color: #555;
  font-size: 0.98em;
}

.footer-contact-details a {
  display: block;
  margin-bottom: 2px;
  word-break: break-all;
}
.footer-contact-details b {
  display: block;
  margin-bottom: 2px;
}

/* Responsive Design */
@media (max-width: 900px) {
  .service-cards, .why-cards, .testimonial-cards, .footer-flex {
    flex-direction: column;
    align-items: center;
  }
  .footer-flex {
    gap: 1em;
  }
  .booking-form-card {
    max-width: 98vw;
    left: 50%;
    bottom: -32px;
    padding: 1.5em 0.7em 1em 0.7em;
  }
  .booking-form-card .form-row {
    flex-direction: column;
    gap: 0.7em;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 8px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .booking-form-card {
    position: static;
    transform: none;
    margin: 1.5em auto 0 auto;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    padding: 1em 0.2em 0.7em 0.2em;
    width: 98vw;
  }
}

html {
  scroll-behavior: smooth;
}

.booking-section {
  margin-top: 0;
  padding-top: 0;
  background: #eafaf1;
  padding: 100px 0 80px 0;
  text-align: center;
}
.booking-section h2 {
  font-size: 2rem;
  margin-bottom: 1.5em;
  color: #009933;
}
.booking-section .booking-form-card {
  margin: 0 auto;
  position: static;
  transform: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  max-width: 800px;
  width: 95%;
  padding: 2.5em 2em 2em 2em;
  border-radius: 24px;
}
@media (max-width: 900px) {
  .booking-section {
    padding: 60px 0 40px 0;
  }
  .booking-section .booking-form-card {
    max-width: 98vw;
    padding: 1.5em 0.7em 1em 0.7em;
  }
}
@media (max-width: 600px) {
  .booking-section {
    padding: 40px 0 20px 0;
  }
  .booking-section .booking-form-card {
    padding: 1em 0.2em 0.7em 0.2em;
    width: 98vw;
  }
}

.cursive {
  font-family: 'Brush Script MT';
  font-style: italic;
  letter-spacing: 1.5px;
  font-size: 58px;
  color: #ffffff;
}

.location-row {
  align-items: center;
}

.switch-btn {
  background: #fff;
  border: none;
  padding: 0 0.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 48px; /* match input height */
  margin: 0 0.3em;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: box-shadow 0.2s;
}
.switch-btn:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  background: #f7f9fb;
}
.switch-btn img {
  width: 32px;
  height: 32px;
  display: block;
}

.fleet-section {
  background: #eafaf1;
  padding: 100px 0 80px 0;
  text-align: center;
}
.fleet-section h2 {
  font-size: 2rem;
  margin-bottom: 1.5em;
  color: #009933;
}
.fleet-section .section-desc {
  color: #555;
  margin-bottom: 2.5em;
}
.fleet-section .container {
  max-width: 1200px;
  padding: 0 24px;
}
.fleet-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.fleet-card {
  background: #f7f9fb;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 1.5em 1em 1em 1em;
  flex: 1 1 240px;
  max-width: 240px;
  min-width: 180px;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.fleet-img-placeholder {
  width: 100%;
  height: 160px;
  background: #eafaf1;
  border-radius: 10px;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  color: #bbb;
  overflow: hidden;
}
.fleet-img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fleet-card h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #222;
  margin: 0;
}
@media (max-width: 900px) {
  .fleet-section .container {
    max-width: 100vw;
    padding: 0 8px;
  }
  .fleet-cards {
    gap: 1em;
  }
  .fleet-card {
    max-width: 45vw;
    min-width: 140px;
  }
  .fleet-img-placeholder {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .fleet-section .container {
    max-width: 100vw;
    padding: 0 2px;
  }
  .fleet-cards {
    flex-direction: column;
    align-items: center;
  }
  .fleet-card {
    max-width: 98vw;
    min-width: 100px;
  }
  .fleet-img-placeholder {
    height: 100px;
  }
}

.clients-section {
  background: #fff;
  padding: 80px 0 60px 0;
  text-align: center;
}
.clients-section h2 {
  color: #009933;
  font-size: 32px;
}
.clients-carousel {
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  min-height: 100px;
}
.clients-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}
.clients-carousel:hover .clients-track {
  animation-duration: 36s;
}
.client-logo {
  width: 120px;
  height: 80px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 8px;
  margin: 0 24px;
  flex-shrink: 0;
}
@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.footer-logo {
  border: 1px solid #11411d;
  border-radius: 4px;
  padding: 2px;
  background: #fff;
  box-sizing: border-box;
} 