/* ==========================================================================
   247 MINIBUS HIRE - FOOTER & 24/7 DISPATCH CTA STYLES
   Approved Image 3 UI Design System
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. 24/7 UK CUSTOMER DISPATCH SECTION (Image 3 Top CTA)
   -------------------------------------------------------------------------- */
.dispatch-cta-section {
  background-color: var(--color-light-gray, #F5F6F6);
  padding: 60px 0 36px;
  text-align: center;
}

.dispatch-cta-inner {
  max-width: 820px;
  margin: 0 auto;
}

.dispatch-eyebrow {
  display: block;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-charcoal, #303030);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.dispatch-subtitle {
  font-size: 0.9375rem;
  color: var(--color-text-muted, #66716D);
  line-height: 1.6;
  margin: 0 auto 28px;
  max-width: 620px;
}

.dispatch-buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

/* Dark Quote Button */
.btn-dispatch-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--color-dark, #202020);
  color: #FFFFFF !important;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 13px 28px;
  border-radius: var(--radius-sm, 6px);
  text-decoration: none;
  transition: all var(--transition-fast, 0.2s ease);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.btn-dispatch-quote:hover {
  background-color: var(--color-primary-green, #008C5A);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 140, 90, 0.25);
}

/* WhatsApp Solid Button */
.btn-dispatch-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--color-whatsapp, #25D366);
  color: #FFFFFF !important;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 13px 28px;
  border-radius: var(--radius-sm, 6px);
  text-decoration: none;
  transition: all var(--transition-fast, 0.2s ease);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}

.btn-dispatch-whatsapp:hover {
  background-color: #20BA59;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

/* Call Us 24/7 Phone Line */
.dispatch-phone-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9375rem;
  color: var(--color-text-main, #202525);
}

.dispatch-phone-line .call-prefix {
  color: var(--color-text-muted, #66716D);
}

.dispatch-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-dark, #202020);
  text-decoration: none;
  font-weight: 800;
  transition: color var(--transition-fast, 0.2s ease);
}

.dispatch-phone-link svg {
  color: var(--color-dark, #202020);
}

.dispatch-phone-link:hover {
  color: var(--color-primary-green, #008C5A);
}

.dispatch-phone-link:hover svg {
  color: var(--color-primary-green, #008C5A);
}

/* --------------------------------------------------------------------------
   2. FLOATING DARK FOOTER CARD (Image 3 UI)
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: var(--color-light-gray, #F5F6F6);
  padding: 20px 0 40px;
}

.footer-container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-dark-card {
  background-color: #19201E;
  background-image: radial-gradient(circle at 90% 10%, rgba(0, 140, 90, 0.12) 0%, transparent 60%);
  border-radius: 20px;
  padding: 48px 44px;
  color: #FFFFFF;
  box-shadow: 0 20px 50px rgba(25, 32, 30, 0.15);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1.3fr 1.4fr;
  gap: 36px;
}

/* Column 1: Brand */
.footer-brand-wrap {
  margin-bottom: 20px;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.footer-logo-link:hover {
  transform: translateY(-1px);
}

.footer-logo-img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  border-radius: 50%;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
}

.footer-logo-num {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.625rem;
  font-weight: 900;
  color: var(--color-primary-green, #008C5A);
  letter-spacing: -0.02em;
  line-height: 1;
}

.footer-logo-text {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #FFFFFF;
  line-height: 1.2;
}

.footer-desc {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #9BA7A2;
  margin-bottom: 20px;
}

.footer-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-checklist .check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #E1E6E4;
}

.footer-checklist .check-item svg {
  flex-shrink: 0;
  color: #25D366;
}

/* Columns 2, 3, 4, 5 Headings */
.footer-col-title {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

/* Nav Link Lists */
.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-list li a {
  font-size: 0.8125rem;
  color: #9BA7A2;
  text-decoration: none;
  transition: all var(--transition-fast, 0.2s ease);
}

.footer-nav-list li a:hover {
  color: #FFFFFF;
  padding-left: 3px;
}

/* Contact Info Column */
.footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8125rem;
  color: #9BA7A2;
  line-height: 1.5;
}

.footer-contact-info li a {
  color: #9BA7A2;
  text-decoration: none;
  transition: color var(--transition-fast, 0.2s ease);
}

.footer-contact-info li a:hover {
  color: #FFFFFF;
}

.info-icon {
  flex-shrink: 0;
  color: #D4A359;
  margin-top: 2px;
}

/* Newsletter Column */
.footer-newsletter-text {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #9BA7A2;
  margin-bottom: 16px;
}

.footer-pill-form {
  margin-bottom: 10px;
}

.pill-input-box {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 9999px;
  padding: 4px 6px 4px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pill-input-box input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.8125rem;
  color: #202020;
  font-family: inherit;
  padding: 8px 4px;
}

.pill-input-box input::placeholder {
  color: #8C9692;
}

.pill-submit-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #19201E;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition-fast, 0.2s ease);
}

.pill-submit-btn:hover {
  background: var(--color-primary-green, #008C5A);
  transform: scale(1.05);
}

.footer-privacy-text {
  display: block;
  font-size: 0.6875rem;
  color: #7E8C86;
}

/* --------------------------------------------------------------------------
   3. FOOTER BOTTOM (OUTSIDE CARD)
   -------------------------------------------------------------------------- */
.footer-bottom-outer {
  padding-top: 28px;
  text-align: center;
}

.copyright-line {
  font-size: 0.8125rem;
  color: #66716D;
  margin-bottom: 6px;
}

.legal-links-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.75rem;
  color: #66716D;
}

.legal-links-line a {
  color: #66716D;
  text-decoration: none;
  transition: color var(--transition-fast, 0.2s ease);
}

.legal-links-line a:hover {
  color: var(--color-primary-green, #008C5A);
}

.legal-links-line .sep {
  color: #B4BDB9;
}

/* --------------------------------------------------------------------------
   4. FLOATING WHATSAPP BUTTON
   -------------------------------------------------------------------------- */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 58px;
  height: 58px;
  background-color: var(--color-whatsapp, #25D366);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: all var(--transition-normal, 0.3s ease);
}

.floating-whatsapp-btn:hover {
  transform: scale(1.08) translateY(-2px);
  background-color: #20BA59;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
}

.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  background: var(--color-dark, #202020);
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: var(--radius-sm, 6px);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: all var(--transition-fast, 0.2s ease);
}

.floating-whatsapp-btn:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* --------------------------------------------------------------------------
   5. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  }
  .footer-col-newsletter {
    grid-column: 1 / -1;
    max-width: 440px;
    margin-top: 10px;
  }
}

@media (max-width: 860px) {
  .footer-dark-card {
    padding: 36px 24px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer-col-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .dispatch-buttons-wrap {
    flex-direction: column;
    width: 100%;
  }
  .btn-dispatch-quote,
  .btn-dispatch-whatsapp {
    width: 100%;
  }
}
