/* Homepage spacing polish — desktop only unless noted */

nav .nav-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.coverage-intro {
  margin-bottom: 28px;
}

footer iframe {
  border: 0;
}

.footer-credit-label,
.footer-credit-brand {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.footer-credit-label {
  color: #fcfcf7;
}

.footer-credit-brand {
  color: #cba855;
}

/* Keep the existing floating contact control valid after the footer markup cleanup. */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@media (min-width: 1025px) {
  /* header.css already supplies the 88px header + 16px scroll padding. */
  body > section[id] {
    scroll-margin-top: 0;
  }

  /* Dense visual sections need a tighter frame than text-led sections. */
  #services.section-pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #services .services-header {
    margin-bottom: 40px;
  }

  #services .services-header .section-title {
    margin-bottom: 0;
  }

  #booking.section-pad {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  #fleet.section-pad,
  #about.section-pad,
  #testimonials.section-pad,
  #coverage.section-pad {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  #fleet .fleet-header,
  #testimonials .testimonials-header {
    margin-bottom: 48px;
  }

  #about .why-list {
    margin-top: 32px;
    gap: 16px;
  }

  #about .why-item {
    padding-bottom: 16px;
  }

  #cta-banner {
    padding: 64px clamp(28px, 4.2vw, 60px);
  }

  footer {
    padding: 64px clamp(28px, 4.2vw, 60px) 32px;
  }

  footer .footer-grid {
    margin-bottom: 32px;
  }

  footer .footer-bottom {
    padding-top: 24px;
  }

  footer iframe {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 220px;
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    transition: none;
  }
}
