/* #ebc-booking-form {
  max-width: 900px;

  margin: 40px auto;

  padding: 25px;

  background: #fff;

  border: 1px solid #ddd;
}

.ebc-row {
  display: flex;

  gap: 20px;

  margin-bottom: 20px;
}

.ebc-col {
  flex: 1;
}

#ebc-booking-form input,
#ebc-booking-form select,
#ebc-booking-form textarea {
  width: 100%;

  padding: 10px;
}

#ebc-booking-form button {
  background: #0073aa;

  color: #fff;

  border: 0;

  padding: 12px 25px;

  cursor: pointer;
}

.ebc-success {
  margin-top: 20px;

  background: #d4edda;

  color: #155724;

  padding: 15px;
}

.ebc-error {
  margin-top: 20px;

  background: #f8d7da;

  color: #721c24;

  padding: 15px;
}

#ebc-booking-form .text-danger {
  color: red;
} */

/* ======================================================
   Overall Form
====================================================== */

#ebc-booking-form {
  max-width: 1100px;
  margin: 30px auto;
  font-family: Arial, Helvetica, sans-serif;
}

/* ======================================================
   Section Card
====================================================== */

.ebc-section-card {
  background: #fff;

  border: 1px solid #e6eaf0;

  border-radius: 12px;

  padding: 25px;

  margin-bottom: 30px;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

/* ======================================================
   Section Title
====================================================== */

.ebc-section-title {
  margin-bottom: 25px;

  padding-bottom: 15px;

  border-bottom: 1px solid #ececec;
}

.ebc-section-title h3 {
  margin: 0;

  font-size: 22px;

  color: #1f2937;
}

.ebc-section-title p {
  margin-top: 6px;

  color: #6b7280;

  font-size: 14px;
}

/* ======================================================
   Sub Titles
====================================================== */

.ebc-sub-title {
  margin: 25px 0 15px;

  font-size: 17px;

  font-weight: 600;

  color: #2563eb;
}

/* ======================================================
   Grid
====================================================== */

.ebc-row {
  display: flex;

  gap: 20px;

  margin-bottom: 18px;

  flex-wrap: wrap;
}

.ebc-col {
  flex: 1;

  min-width: 280px;
}

/* ======================================================
   Labels
====================================================== */

#ebc-booking-form label {
  display: block;

  font-weight: 600;

  margin-bottom: 8px;

  color: #374151;
}

/* ======================================================
   Inputs
====================================================== */

#ebc-booking-form input[type="text"],
#ebc-booking-form input[type="email"],
#ebc-booking-form input[type="date"],
#ebc-booking-form input[type="time"],
#ebc-booking-form textarea,
#ebc-booking-form select {
  width: 100%;

  border: 1px solid #d7dce2;

  border-radius: 8px;

  padding: 11px 14px;

  font-size: 15px;

  transition: 0.25s;

  background: #fff;
}

#ebc-booking-form input:focus,
#ebc-booking-form textarea:focus,
#ebc-booking-form select:focus {
  outline: none;

  border-color: #2563eb;

  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* ======================================================
   Event Items
====================================================== */

.event-items-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 12px;

  margin-top: 15px;
}

.event-item {
  display: flex;

  align-items: center;

  gap: 10px;

  padding: 12px;

  border: 1px solid #e4e7ec;

  border-radius: 8px;

  cursor: pointer;

  transition: 0.25s;

  background: #fafafa;
}

.event-item:hover {
  background: #eef5ff;

  border-color: #2563eb;
}

.event-item input {
  margin: 0;
}

/* ======================================================
   Representative Card
====================================================== */

.representative-card {
  margin-top: 20px;

  border: 1px solid #dbe3ef;

  border-radius: 10px;

  padding: 20px;

  background: #f8fbff;
  margin-bottom: 20px;
}

.rep-row {
  display: flex;

  justify-content: space-between;

  padding: 10px 0;

  border-bottom: 1px dashed #d5dbe5;
}

.rep-row:last-child {
  border: none;
}

/* ======================================================
   Submit
====================================================== */

.ebc-submit-section {
  text-align: center;

  margin-top: 40px;
}

.ebc-submit-btn {
  background: #2563eb;

  color: #fff;

  border: none;

  border-radius: 8px;

  padding: 15px 40px;

  font-size: 17px;

  font-weight: 600;

  cursor: pointer;

  transition: 0.3s;
}

.ebc-submit-btn:hover {
  background: #1d4ed8;
}

h1.entry-title {
  display: none !important;
}
span.text-danger {
  color: red;
}

.currency-input {
  position: relative;
}

.currency-symbol {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #555;
  z-index: 2;
}

.currency-input input {
  padding-left: 38px !important;
}

.ebc-submit-section {
  display: flex;

  justify-content: center;

  gap: 15px;

  margin-top: 40px;

  flex-wrap: wrap;
}

.ebc-submit-btn {
  background: #2563eb;

  color: #fff;

  border: none;

  border-radius: 8px;

  padding: 14px 35px;

  font-size: 16px;

  font-weight: 600;

  cursor: pointer;

  transition: 0.3s;
}

.ebc-submit-btn:hover {
  background: #1d4ed8;
}

.ebc-cancel-btn {
  background: #fff;

  color: #374151;

  border: 1px solid #d1d5db;

  border-radius: 8px;

  padding: 14px 35px;

  font-size: 16px;

  font-weight: 600;

  cursor: pointer;

  transition: 0.3s;
}

div#ebc-message .ebc-success {
  background: #0cc262;
  width: max-content;
  padding: 13px;
  border-radius: 10px;
  margin: auto;
  margin-top: 26px;
}

.ebc-cancel-btn:hover {
  background: #f3f4f6;

  border-color: #9ca3af;

  color: #000;
}
/* Validation */

.ebc-error {
  border: 1px solid #dc3545 !important;

  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12);
}

.validation-error {
  color: #dc3545;

  font-size: 13px;

  margin-top: 6px;

  display: block;
}

/* ======================================================
   Responsive
====================================================== */

@media (max-width: 768px) {
  .event-items-grid {
    grid-template-columns: 1fr;
  }

  .ebc-row {
    flex-direction: column;
  }
}
