@font-face {
  font-family: "AvantGarde-Book";
  src: url("/assets/fonts/ICTAvantGarde/AvantGarde-Book.woff2") format('truetype');
  font-weight: 400;
  font-style: normal;
}

.footer-container {
  color: #b29a60;
  max-width: 1280px;
  margin: 88px auto;
  padding: 0 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #efeceb;
}

.footer-top-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 80px;
  row-gap: 40px;
  width: 100%;
}

.opening-hours {
  flex: 1 1 60%;
  min-width: 300px;
}

.opening-hours-content {
  display: flex;
  flex-wrap: nowrap;
  gap: 70px;
  text-transform: uppercase;
  overflow-x: auto;
}

.opening-hours-content > div {
  flex: 0 0 auto;
  min-width: 140px;
}

.contact {
  flex: 1 1 40%;
  min-width: 260px;
}

.footer-policies {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 40px;
}

.child-policy {
  flex: 1;
  text-align: left;
}

.pet-friendly-policy {
  width: 450px; 
  text-align: left;
  margin-left: auto;
}



.pet-friendly-policy p i {
  padding-right: 5px;
}

/* Typography */
h2 {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.3em;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}

.child-policy h2,
.pet-friendly-policy h2 {
  margin: 0 0 30px 0;
  letter-spacing: 0.2em;
}

.pet-friendly-policy a {
  text-decoration: none;
  color: #b29a60;
}

.subheading {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.opening-hours p,
.contact p {
  margin: 0 0 25px 0;
  line-height: 1.6;
}

.contact p span {
  font-weight: 400;
  margin-right: 10px;
}

.contact p a {
  text-decoration: none;
  color: #b29a60;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.contact p a:hover {
  border-bottom: 1px solid #3B3B3B;
}


.mobile-actions {
  display: none;
}

/* Laptop, Macbook, iPad (768px – 1279px) */
@media (max-width: 1279px) {
  .footer-container {
    padding: 0 40px;
    padding-bottom: 140px;
  }

  .footer-top-group {
    gap: 60px;
  }

  .opening-hours-content {
    gap: 30px;
    flex-wrap: wrap;
  }

  .contact {
  flex: 1 1 50%;
  min-width: 260px;
}

  .footer-policies {
    flex-direction: row;
    gap: 30px;
  }

  .pet-friendly-policy {
    width: 360px;
  }

  .child-policy {
    max-width: 100%;
  }
}

/* Tablet & Mobile (≤ 767px) === */
@media (max-width: 767px) {
  .footer-container {
    padding: 12px 20px 180px 20px;
    gap: 2px;
    align-items: flex-start; 
    margin-top: 0;
  }

  .footer-top-group {
    flex-direction: column;
    align-items: flex-start; 
    gap: 24px;
  }

  .section,
  .child-policy {
    width: 100%;
    max-width: 500px;
    text-align: left; 
    white-space: normal;
  }

  .opening-hours-content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start; 
  }

  .opening-hours-content > div {
    width: 100%;
    max-width: 400px;
  }

  .opening-hours-content > div:nth-child(1) {
    order: 2;
  }

  .opening-hours-content > div:nth-child(2) {
    order: 1;
  }

  .opening-hours-content > div:nth-child(3) {
    order: 3;
  }

  .opening-hours p,
  .contact p {
    margin: 0 0 10px 0;
    line-height: 1.6;
  }

  .opening-hours br {
    display: none;
  }

  .footer-policies {
    flex-direction: column;
    gap: 15px;
    margin: 12px 0 0 0;
  }

  .opening-hours .sub-title,
  .contact .sub-title,
  .footer-policies .sub-title {
    font-size: 15px;
  }

  .child-policy,
  .pet-friendly-policy {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: left;
  }

  #full-policy {
    padding-bottom: 20px;
  }

  .accolades-text{
    padding: 0;
  }
}

/* Responsive: Mobile (fixed bottom) */
@media (max-width: 768px) {
  .contact-address,
  .contact-whatsapp-email,
  .contact-reservation {
    display: none;
  }

  .mobile-actions {
    display: block;
    text-align: center;
    background-color: #f5f4f4;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px 0;
  }

  h2 {
    margin: 0 0 25px 0;
    letter-spacing: 0.2em;
  }
  
  .btn-actions {
    display: inline-block;
    background-color: #f5f4f4;
    color: #b29a60;
    padding: 12px 20px;
    margin: 8px;
    border: 1px solid #b29a60;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
  }

  .mobile-contact .sub-mobile-contact {
    margin: 4px 0;
    font-size: 12px;
    color: #b29a60;
  }

  .sub-mobile-contact span {
    margin: 0 0 0 10px;
  }

  .sub-mobile-contact a {
    text-decoration: none;
    color: #b29a60;
  }

  .menu-2 {
    display: none;
  }

  body {
    padding-bottom: 100px;
  }
}
