/* Botón de contacto del footer: una única referencia visual para todo el sitio. */
.footer-area .section-title-wrapper .wc-btn-group .wc-btn.wc-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  gap: 30px;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: var(--colozal-color-accent);
  color: var(--colozal-color-black);
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color .3s, border-color .3s, color .3s;
}

.footer-area .section-title-wrapper .wc-btn-group .wc-btn.wc-btn-primary:hover,
.footer-area .section-title-wrapper .wc-btn-group .wc-btn.wc-btn-primary:focus-visible {
  background-color: var(--colozal-color-white);
  border-color: var(--colozal-color-white);
  color: var(--colozal-color-black);
}

.footer-area .section-title-wrapper .wc-btn-group .wc-btn.wc-btn-primary:focus-visible {
  outline: 2px solid var(--colozal-color-accent);
  outline-offset: 4px;
}

.footer-area .section-title-wrapper .wc-btn-group .wc-btn.wc-btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background-color: var(--colozal-color-accent);
  color: var(--colozal-color-black);
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.footer-area .section-title-wrapper .wc-btn-group .wc-btn.wc-btn-circle i {
  color: currentColor;
  font-size: 14px;
  line-height: 1;
  transform: rotate(-45deg);
}

.footer-area .section-title-wrapper .wc-btn-group .wc-btn.wc-btn-circle:hover,
.footer-area .section-title-wrapper .wc-btn-group .wc-btn.wc-btn-circle:focus-visible {
  background-color: var(--colozal-color-white);
  color: var(--colozal-color-black);
}
