/* Footer - Clean & Professional Style - Forceful Overrides */
footer.site-footer {
  background-color: #1a202c !important; /* Dark theme by default for the mockup look */
  color: #e2e8f0 !important;
  padding: 3rem 0 2rem !important;
  margin-top: 0 !important;
  position: relative !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: block !important;
  width: 100% !important;
  font-family: 'Inter', sans-serif !important;
  clear: both !important;
}

/* Specific background for standard layout if needed */
body:not(.fullscreen-body) footer.site-footer {
    margin-top: 0 !important;
}

footer.site-footer .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
}

.footer-content {
  position: relative;
  z-index: 1;
}

/* Footer Grid - 4 Column Layout */
.footer-grid {
  display: flex !important;
  flex-wrap: nowrap !important; /* Force one line on desktop */
  justify-content: flex-start !important;
  gap: 3rem !important;
  padding-bottom: 2rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-column {
    flex: 0 1 auto !important;
    min-width: 160px !important;
}

.footer-brand {
    flex: 1 1 300px !important;
    min-width: 220px !important;
}

@media (max-width: 1100px) {
    .footer-grid {
        flex-wrap: wrap !important;
        gap: 2rem !important;
    }
}

/* Footer Column Headers */
footer.site-footer .footer-column h3 {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  border: none !important;
}

footer.site-footer .footer-column ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

footer.site-footer .footer-column ul li {
  margin-bottom: 0.45rem !important;
}

footer.site-footer .footer-column ul li a {
  color: #cbd5e0 !important;
  text-decoration: none !important;
  font-size: 0.95rem !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-block !important;
}

footer.site-footer .footer-column ul li a:hover {
  color: #60a5fa !important;
  transform: translateX(4px) !important;
}

/* Brand Section */
.footer-brand-logo {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.footer-brand-logo:hover {
  transform: scale(1.02) !important;
}

.footer-brand-logo img {
  height: 45px !important;
  width: auto !important;
  margin-right: 12px !important;
  filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.15));
  transition: filter 0.4s ease !important;
}

.footer-brand-logo:hover img {
  filter: drop-shadow(0 4px 12px rgba(96, 165, 250, 0.3));
}

.footer-brand-description {
  color: #a0aec0 !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  max-width: 350px !important;
  margin: 0 !important;
}

/* Contact Section & Button */
.footer-contact-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

/* Opening Hours Styles */
.footer-opening-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.opening-day {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 0.95rem !important;
  color: #cbd5e0 !important;
  gap: 1rem !important;
}

.day-label {
  font-weight: 700 !important;
  color: #a0aec0 !important;
}

.opening-note {
  font-size: 0.85rem !important;
  color: #a0aec0 !important;
  opacity: 0.8 !important;
}

.contact-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  color: #cbd5e0 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

.contact-item i {
  color: #60a5fa !important;
  font-size: 1.1rem !important;
  margin-top: 0.2rem !important;
}

.contact-item a {
  color: #cbd5e0 !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-block !important;
}

.contact-item a:hover {
  color: #60a5fa !important;
  transform: translateX(4px) !important;
}

/* Bottom Copyright */
.footer-bottom {
  padding-top: 2rem !important;
  border-top: none !important;
}

.footer-copyright {
  text-align: center !important;
  color: #718096 !important;
  font-size: 0.875rem !important;
}

.footer-copyright p {
    margin: 0.25rem 0 !important;
}

.footer-copyright a {
    color: #60a5fa !important;
    text-decoration: none !important;
}

.footer-copyright a:hover {
    text-decoration: underline !important;
}

/* Mobile Spacing Adjustments */
@media (max-width: 768px) {
    footer.site-footer {
        padding: 1.5rem 0 1rem !important;
    }

    .footer-grid {
        gap: 1rem !important;
        padding-bottom: 1.25rem !important;
        flex-direction: column !important;
    }

    .footer-column {
        flex: 1 1 100% !important;
    }

    .footer-brand-logo {
        margin-bottom: 0.5rem !important;
        font-size: 1.4rem !important;
    }

    .footer-column h3 {
        margin-bottom: 0.5rem !important;
        font-size: 0.8rem !important;
    }

    .footer-brand-description {
        font-size: 0.85rem !important;
        margin-bottom: 0.5rem !important;
    }

    .opening-day {
        justify-content: flex-start !important;
        gap: 1rem !important;
    }

    .day-label {
        min-width: 90px !important;
    }
}

