.zinpos-res-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
  transition: all 0.3s ease;
}

.zinpos-res-form:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.zinpos-res-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.zinpos-res-form input[type="text"],
.zinpos-res-form input[type="email"],
.zinpos-res-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s, background-color 0.3s;
  font-size: 15px;
}

.zinpos-res-form input:focus,
.zinpos-res-form textarea:focus {
  border-color: #0073aa;
  /* Màu xanh WordPress */
  background-color: #fff;
  outline: none;
}

.zinpos-res-form textarea {
  resize: vertical;
  min-height: 100px;
}

.zinpos-res-form button {
  text-align: center;
  background-color: #0073aa;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.1s ease;

  /* căn giữa button */
  display: block;
  margin: 0 auto;
}

.zinpos-res-form button:hover {
  background-color: #005f8a;
  transform: translateY(-2px);
}

.zinpos-res-form p {
  text-align: center;
  font-weight: 500;
  color: #2e8b57;
}

/* Responsive cho mobile */
@media (max-width: 600px) {
  .zinpos-res-form {
    padding: 20px;
    margin: 20px;
  }

  .zinpos-res-form button {
    width: 100%;
  }
}

/* === Popup Modal === */
.zinpos-res-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);

  align-items: center;
  justify-content: center;
}

.zinpos-res-modal-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  max-height: 350px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: popupFade 0.4s ease;
  position: relative;
}

.zinpos-res-modal-content h2 {
  color: #0073aa;
  margin-bottom: 10px;
}

.zinpos-res-modal-content p {
  color: #333;
  margin-bottom: 0;
}

.zinpos-res-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

.zinpos-res-close:hover {
  color: #000;
}

/*----------form for food court ------------------*/
.zinpos-foodcourt-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
  transition: all 0.3s ease;
}

.zinpos-foodcourt-form:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.zinpos-foodcourt-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.zinpos-foodcourt-form input[type="text"],
.zinpos-foodcourt-form input[type="email"],
.zinpos-foodcourt-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s, background-color 0.3s;
  font-size: 15px;
}

.zinpos-foodcourt-form input:focus,
.zinpos-foodcourt-form textarea:focus {
  border-color: #0073aa;
  /* Màu xanh WordPress */
  background-color: #fff;
  outline: none;
}

.zinpos-foodcourt-form textarea {
  resize: vertical;
  min-height: 100px;
}

.zinpos-foodcourt-form button {
  text-align: center;
  background-color: #0073aa;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.1s ease;

  /* căn giữa button */
  display: block;
  margin: 0 auto;
}

.zinpos-foodcourt-form button:hover {
  background-color: #005f8a;
  transform: translateY(-2px);
}

.zinpos-foodcourt-form p {
  text-align: center;
  font-weight: 500;
  color: #2e8b57;
}

/* Responsive cho mobile */
@media (max-width: 600px) {
  .zinpos-foodcourt-form {
    padding: 20px;
    margin: 20px;
  }

  .zinpos-foodcourt-form button {
    width: 100%;
  }
}

/* === Popup Modal === */
.zinpos-foodcourt-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);

  align-items: center;
  justify-content: center;
}

.zinpos-foodcourt-modal-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  max-height: 350px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: popupFade 0.4s ease;
  position: relative;
}

.zinpos-foodcourt-modal-content h2 {
  color: #0073aa;
  margin-bottom: 10px;
}

.zinpos-foodcourt-modal-content p {
  color: #333;
  margin-bottom: 0;
}

.zinpos-foodcourt-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

.zinpos-foodcourt-close:hover {
  color: #000;
}


/*----------form for shop ------------------*/
.zinpos-shop-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
  transition: all 0.3s ease;
}

.zinpos-shop-form:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.zinpos-shop-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.zinpos-shop-form input[type="text"],
.zinpos-shop-form input[type="email"],
.zinpos-shop-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s, background-color 0.3s;
  font-size: 15px;
}

.zinpos-shop-form input:focus,
.zinpos-shop-form textarea:focus {
  border-color: #14aa00;
  /* Màu xanh WordPress */
  background-color: #fff;
  outline: none;
}

.zinpos-shop-form textarea {
  resize: vertical;
  min-height: 100px;
}

.zinpos-shop-form button {
  text-align: center;
  background-color: #14aa00;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.1s ease;

  /* căn giữa button */
  display: block;
  margin: 0 auto;
}

.zinpos-shop-form button:hover {
  background-color: #14aa00;
  transform: translateY(-2px);
}

.zinpos-shop-form p {
  text-align: center;
  font-weight: 500;
  color: #2e8b57;
}

/* Responsive cho mobile */
@media (max-width: 600px) {
  .zinpos-shop-form {
    padding: 20px;
    margin: 20px;
  }

  .zinpos-shop-form button {
    width: 100%;
  }
}

/* === Popup Modal === */
.zinpos-shop-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);

  align-items: center;
  justify-content: center;
}

.zinpos-shop-modal-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  max-height: 350px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: popupFade 0.4s ease;
  position: relative;
}

.zinpos-shop-modal-content h2 {
  color: #0073aa;
  margin-bottom: 10px;
}

.zinpos-shop-modal-content p {
  color: #333;
  margin-bottom: 0;
}

.zinpos-shop-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

.zinpos-shop-close:hover {
  color: #000;
}


/*----------form for kids ------------------*/
.zinpos-kids-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
  transition: all 0.3s ease;
}

.zinpos-kids-form:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.zinpos-kids-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.zinpos-kids-form input[type="text"],
.zinpos-kids-form input[type="email"],
.zinpos-kids-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s, background-color 0.3s;
  font-size: 15px;
}

.zinpos-kids-form input:focus,
.zinpos-kids-form textarea:focus {
  border-color: #0073aa;
  /* Màu xanh WordPress */
  background-color: #fff;
  outline: none;
}

.zinpos-kids-form textarea {
  resize: vertical;
  min-height: 100px;
}

.zinpos-kids-form button {
  text-align: center;
  background-color: #f829f8;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.1s ease;

  /* căn giữa button */
  display: block;
  margin: 0 auto;
}

.zinpos-kids-form button:hover {
  background-color: #f829f8;
  transform: translateY(-2px);
}

.zinpos-kids-form p {
  text-align: center;
  font-weight: 500;
  color: #2e8b57;
}

/* Responsive cho mobile */
@media (max-width: 600px) {
  .zinpos-kids-form {
    padding: 20px;
    margin: 20px;
  }

  .zinpos-kids-form button {
    width: 100%;
  }
}

/* === Popup Modal === */
.zinpos-kids-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);

  align-items: center;
  justify-content: center;
}

.zinpos-kids-modal-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  max-height: 350px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: popupFade 0.4s ease;
  position: relative;
}

.zinpos-kids-modal-content h2 {
  color: #0073aa;
  margin-bottom: 10px;
}

.zinpos-kids-modal-content p {
  color: #333;
  margin-bottom: 0;
}

.zinpos-kids-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

.zinpos-kids-close:hover {
  color: #000;
}


/*----------form for bida kara ------------------*/
.zinpos-bida-kara-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
  transition: all 0.3s ease;
}

.zinpos-bida-kara-form:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.zinpos-bida-kara-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.zinpos-bida-kara-form input[type="text"],
.zinpos-bida-kara-form input[type="email"],
.zinpos-bida-kara-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s, background-color 0.3s;
  font-size: 15px;
}

.zinpos-bida-kara-form input:focus,
.zinpos-bida-kara-form textarea:focus {
  border-color: #0073aa;
  /* Màu xanh WordPress */
  background-color: #fff;
  outline: none;
}

.zinpos-bida-kara-form textarea {
  resize: vertical;
  min-height: 100px;
}

.zinpos-bida-kara-form button {
  text-align: center;
  background-color: #ffc65b;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.1s ease;

  /* căn giữa button */
  display: block;
  margin: 0 auto;
}

.zinpos-bida-kara-form button:hover {
  background-color: #ffc65b;
  transform: translateY(-2px);
}

.zinpos-bida-kara-form p {
  text-align: center;
  font-weight: 500;
  color: #2e8b57;
}

/* Responsive cho mobile */
@media (max-width: 600px) {
  .zinpos-bida-kara-form {
    padding: 20px;
    margin: 20px;
  }

  .zinpos-bida-kara-form button {
    width: 100%;
  }
}

/* === Popup Modal === */
.zinpos-bida-kara-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);

  align-items: center;
  justify-content: center;
}

.zinpos-bida-kara-modal-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  max-height: 350px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: popupFade 0.4s ease;
  position: relative;
}

.zinpos-bida-kara-modal-content h2 {
  color: #0073aa;
  margin-bottom: 10px;
}

.zinpos-bida-kara-modal-content p {
  color: #333;
  margin-bottom: 0;
}

.zinpos-bida-kara-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

.zinpos-bida-kara-close:hover {
  color: #000;
}


/*----------form for hotel ------------------*/
.zinpos-hotel-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
  transition: all 0.3s ease;
}

.zinpos-hotel-form:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.zinpos-hotel-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.zinpos-hotel-form input[type="text"],
.zinpos-hotel-form input[type="email"],
.zinpos-hotel-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s, background-color 0.3s;
  font-size: 15px;
}

.zinpos-hotel-form input:focus,
.zinpos-hotel-form textarea:focus {
  border-color: #0073aa;
  /* Màu xanh WordPress */
  background-color: #fff;
  outline: none;
}

.zinpos-hotel-form textarea {
  resize: vertical;
  min-height: 100px;
}

.zinpos-hotel-form button {
  text-align: center;
  background-color: #0073aa;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.1s ease;

  /* căn giữa button */
  display: block;
  margin: 0 auto;
}

.zinpos-hotel-form button:hover {
  background-color: #005f8a;
  transform: translateY(-2px);
}

.zinpos-hotel-form p {
  text-align: center;
  font-weight: 500;
  color: #2e8b57;
}

/* Responsive cho mobile */
@media (max-width: 600px) {
  .zinpos-hotel-form {
    padding: 20px;
    margin: 20px;
  }

  .zinpos-hotel-form button {
    width: 100%;
  }
}

/* === Popup Modal === */
.zinpos-hotel-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);

  align-items: center;
  justify-content: center;
}

.zinpos-hotel-modal-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  max-height: 350px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: popupFade 0.4s ease;
  position: relative;
}

.zinpos-hotel-modal-content h2 {
  color: #0073aa;
  margin-bottom: 10px;
}

.zinpos-hotel-modal-content p {
  color: #333;
  margin-bottom: 0;
}

.zinpos-hotel-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

.zinpos-hotel-close:hover {
  color: #000;
}
