.navbar-wrapper .logo img {
  height: 30px;
}

.nav-right-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo img {
  height: 30px;
  display: block;
  margin-bottom: 18px;
}

.whatsapp-icon {
  width: 25px;
  height: 25px;
  background-image: url("../images/whatsapp_icon.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-position 300ms ease;
}

.email-icon {
  width: 25px;
  height: 25px;
  background-image: url("../images/email_white.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-position 300ms ease;
}

.footer-inner {
  grid-template-columns: minmax(200px, 1fr) minmax(300px, 2fr);
}

.contact-info {
  margin-top: 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

.contact-label {
  font-weight: 600;
  margin-bottom: 4px;
  color: #ffffff;
}

.contact-email {
  color: #cbfc01;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 20px;
}

.contact-email:hover {
  text-decoration: underline;
}

.contact-hours {
  margin-bottom: 12px;
}

.contact-note {
  margin-top: 8px;
  font-style: italic;
  opacity: 0.8;
}

.contact-divider {
  width: 60%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 12px 0 20px;
}

.copyright-text {
  text-align: left;
}

.copyright-section .w-container {
  margin-left: 0%;
}
