.page-id-10296 article.type-page {
    padding: 0 !important;
}
/* Popup background */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* Popup box */
.popup-content {
    background: #fff;
    padding: 20px;
    max-width: 40%;
    border-radius: 8px;
    position: relative;
    animation: popupFade 0.3s ease;
    width: 100%;
}

/* Close button */
.close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
}
#openPopup button {
    padding: 1rem 2rem !important;
    background-color: #7B4C22;
}
@keyframes popupFade {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
div#wpcf7-f10258-o1 form.wpcf7-form input, div#wpcf7-f10258-o1 form.wpcf7-form textarea, div#wpcf7-f10258-o1 form.wpcf7-form select {
    width: 100%;
    padding: .5rem 1rem;
    border-radius: 1.5rem;
}
