/* ===== WESTVIEW BAKERY BAKING CLASSES ===== */

.wv-section {
  font-family: 'Lato', sans-serif;
  background-color: #f5f0e8;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c4a96e' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
  color: #3a2c1e;
}

/* ===== TOP BANNER ===== */
.wv-top-banner {
  background-color: #f5f0e8;
  text-align: center;
  padding: 22px 20px 10px;
  border-bottom: 1px solid #d9c9a8;
}

.wv-top-banner .wv-reg-line1 {
  font-family: 'Playfair Display', serif;
  color: #8b1a1a;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: 0.3px;
}

.wv-top-banner .wv-reg-line2 {
  font-family: 'Playfair Display', serif;
  color: #8b1a1a;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

/* ===== HERO ===== */
.wv-hero {
  text-align: center;
  padding: 30px 30px 10px;
}

.wv-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #2c1f0e;
  margin: 0 0 8px;
  line-height: 1.2;
}

.wv-hero .wv-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #5a4a38;
  margin: 0 0 18px;
  font-style: italic;
}

.wv-hero .wv-desc {
  font-size: 14.5px;
  color: #4a3c2c;
  line-height: 1.6;
  margin: 0 auto 24px;
  max-width: 600px;
}

.wv-hero .wv-desc strong {
  font-weight: 700;
  color: #2c1f0e;
}

/* ===== PHOTO GRID ===== */
.wv-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.wv-photos img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid #d9c9a8;
  display: block;
}

.wv-photo-caption {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  color: #7a6a58;
  margin: 8px 0 28px;
}

/* ===== CLASS PACKAGES TABLE ===== */
.wv-packages {
  padding: 0 20px 20px;
}

.wv-packages-title {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #2c1f0e;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.wv-packages-title::before,
.wv-packages-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #c4a96e;
  max-width: 120px;
}

.wv-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #faf6ee;
  border: 1px solid #d9c9a8;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
  box-shadow: 0 2px 10px rgba(60,40,10,0.07);
}

.wv-table thead tr {
  background-color: #ede5d5;
}

.wv-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  color: #4a3c2c;
  border-bottom: 2px solid #d0bc96;
  letter-spacing: 0.3px;
}

.wv-table thead th:nth-child(2),
.wv-table thead th:nth-child(3) {
  text-align: center;
}

.wv-table thead th:last-child {
  text-align: center;
}

.wv-table tbody tr {
  border-bottom: 1px solid #e5d9c2;
  transition: background 0.15s;
}

.wv-table tbody tr:last-child {
  border-bottom: none;
}

.wv-table tbody tr:hover {
  background-color: #f0e8d6;
}

.wv-table tbody td {
  padding: 13px 14px;
  vertical-align: middle;
  color: #3a2c1e;
  border-bottom: 1px solid #e5d9c2;
}

.wv-table tbody tr:last-child td {
  border-bottom: none;
}

.wv-table tbody td:first-child {
  font-weight: 700;
  color: #2c1f0e;
}

.wv-pkg-note {
  display: block;
  font-weight: 300;
  font-size: 12px;
  color: #7a6a58;
  margin-top: 2px;
}

.wv-price {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #2c1f0e;
}

.wv-discount {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #8b6914;
}

.wv-table td:last-child {
  text-align: center;
}

.wv-free-badge {
  display: inline-block;
  background: #c8f0c8;
  color: #1a6e1a;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 3px;
  margin-left: 4px;
}

.wv-elite-note {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #7a6a58;
  margin-top: 3px;
}

/* ===== BOOK NOW BUTTON ===== */
.wv-btn {
  display: inline-block;
  background: #ede5d5;
  color: #3a2c1e;
  border: 1px solid #c4a96e;
  border-radius: 4px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.wv-btn:hover {
  background: #c4a96e;
  color: #fff;
  border-color: #a8893e;
  text-decoration: none;
}

/* ===== BOTTOM INFO ===== */
.wv-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 24px 20px;
  background: #faf6ee;
  border-top: 1px solid #d9c9a8;
}

.wv-info-col h4 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #8b6914;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.wv-info-col h4::before,
.wv-info-col h4::after {
  content: '\2726';
  font-size: 10px;
  color: #c4a96e;
}

.wv-info-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wv-info-col ul li {
  font-size: 13.5px;
  color: #4a3c2c;
  padding: 3px 0;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

.wv-info-col ul li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #c4a96e;
  font-size: 16px;
  top: 0;
}

/* ===== WHY SECTION & CTA ===== */
.wv-cta-section {
  text-align: center;
  padding: 20px 20px 30px;
  background-color: #f5f0e8;
}

.wv-cta-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #2c1f0e;
  margin: 0 0 16px;
}

.wv-cta-btn {
  display: inline-block;
  background: transparent;
  color: #4a3c2c;
  border: 2px solid #c4a96e;
  border-radius: 6px;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

.wv-cta-btn:hover {
  background: #c4a96e;
  color: #fff;
  text-decoration: none;
}

/* ===== DIVIDER ===== */
.wv-divider {
  border: none;
  border-top: 1px solid #d9c9a8;
  margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 640px) {
  .wv-hero h1 { font-size: 22px; }
  .wv-top-banner .wv-reg-line1 { font-size: 17px; }
  .wv-photos { grid-template-columns: 1fr; gap: 8px; }
  .wv-photos img { height: 180px; }
  .wv-info-row { grid-template-columns: 1fr; gap: 14px; }
  .wv-table { font-size: 13px; }
  .wv-table tbody td, .wv-table thead th { padding: 10px 8px; }
  .wv-price { font-size: 14px; }
  .wv-btn { padding: 6px 10px; font-size: 12px; }
}


/* ================================================================
   INLINE BOOKING FORM
   ================================================================ */

.wvb-inline-booking {
  padding: 0 20px 20px;
}

.wvb-inline-card {
  background: #fff;
  border: 2px solid #c4a96e;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 30px rgba(60,40,10,0.1);
  overflow: hidden;
}

.wvb-inline-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
}

.wvb-inline-close:hover {
  color: #333;
}

/* Steps */
.wvb-step {
  display: none;
  padding: 28px;
}

.wvb-step-active {
  display: block;
}

/* Header */
.wvb-inline-header {
  text-align: center;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f5f0e8;
}

.wvb-inline-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #2c1f0e;
  margin: 0 0 8px;
}

.wvb-inline-package {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  color: #5a4a38;
}

.wvb-pkg-price {
  font-weight: 700;
  font-size: 18px;
  color: #8b6914;
}

/* Form Sections */
.wvb-form-section {
  margin-bottom: 18px;
}

.wvb-form-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #8b6914;
  margin: 0 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ede5d5;
}

.wvb-form-group {
  margin-bottom: 14px;
}

.wvb-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #4a3c2c;
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
}

.wvb-req {
  color: #8b1a1a;
}

.wvb-form-group input,
.wvb-form-group select {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #d9c9a8;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #3a2c1e;
  background: #faf6ee;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wvb-form-group input:focus,
.wvb-form-group select:focus {
  outline: none;
  border-color: #c4a96e;
  box-shadow: 0 0 0 3px rgba(196,169,110,0.2);
}

.wvb-form-group input.wvb-input-error,
.wvb-form-group select.wvb-input-error {
  border-color: #8b1a1a;
  box-shadow: 0 0 0 3px rgba(139,26,26,0.1);
}

.wvb-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wvb-form-error {
  background: #f8d7da;
  color: #721c24;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 14px;
  text-align: center;
}

.wvb-form-btn {
  display: block;
  width: 100%;
  padding: 13px;
  background: #c4a96e;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.3px;
}

.wvb-form-btn:hover {
  background: #a8893e;
}

.wvb-form-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Payment Step */
.wvb-payment-summary {
  background: #faf6ee;
  border: 1px solid #d9c9a8;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.wvb-summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #4a3c2c;
  padding: 5px 0;
}

.wvb-summary-line span {
  color: #7a6a58;
}

.wvb-summary-total {
  border-top: 1px solid #d9c9a8;
  margin-top: 8px;
  padding-top: 10px;
  font-size: 16px;
}

.wvb-summary-total strong {
  color: #8b6914;
  font-size: 18px;
}

.wvb-back-btn {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 12px;
  background: none;
  border: 1px solid #d9c9a8;
  border-radius: 6px;
  font-size: 13px;
  color: #7a6a58;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  transition: background 0.2s;
  text-align: center;
}

.wvb-back-btn:hover {
  background: #faf6ee;
}

#wvb-paypal-buttons {
  min-height: 150px;
}

/* Success Step */
.wvb-success-wrap {
  text-align: center;
  padding: 10px 0;
}

.wvb-success-icon {
  margin-bottom: 12px;
}

.wvb-success-wrap h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #2c1f0e;
  margin: 0 0 8px;
}

.wvb-success-wrap p {
  font-size: 14px;
  color: #5a4a38;
  margin: 0 0 16px;
}

.wvb-success-details {
  background: #faf6ee;
  border: 2px solid #c4a96e;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #3a2c1e;
  text-align: left;
}

.wvb-success-details .wvb-detail-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}

.wvb-success-details .wvb-detail-row span:first-child {
  color: #7a6a58;
}

/* ===== DATE PICKER ===== */
.wvb-date-wrap {
  position: relative;
}

.wvb-date-wrap input {
  padding-right: 36px;
  cursor: pointer;
}

.wvb-date-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  line-height: 1;
}

.wvb-date-hint {
  font-size: 11px;
  color: #7a6a58;
  margin: 4px 0 0;
  font-style: italic;
}

/* jQuery UI Datepicker — bakery theme */
.ui-datepicker {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  background: #fff !important;
  border: 1px solid #d9c9a8 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(60,40,10,0.15) !important;
  padding: 10px !important;
  width: 270px !important;
  z-index: 100 !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative !important;
  background: #8b1a1a !important;
  border: none !important;
  border-radius: 6px 6px 0 0 !important;
  padding: 8px 0 !important;
  margin: -10px -10px 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.ui-datepicker .ui-datepicker-title {
  color: #fff !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  flex: 1 !important;
  text-align: center !important;
  order: 2 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  cursor: pointer !important;
  border: none !important;
  background: none !important;
  padding: 4px 12px !important;
}

.ui-datepicker .ui-datepicker-prev { order: 1 !important; }
.ui-datepicker .ui-datepicker-next { order: 3 !important; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: none !important;
  text-indent: 0 !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
  position: static !important;
  color: rgba(255,255,255,0.8) !important;
  font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-prev span::before { content: '\2039'; }
.ui-datepicker .ui-datepicker-next span::before { content: '\203A'; }

.ui-datepicker .ui-datepicker-prev:hover span,
.ui-datepicker .ui-datepicker-next:hover span {
  color: #fff !important;
}

.ui-datepicker table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 12px !important;
}

.ui-datepicker th {
  padding: 4px 2px !important;
  color: #8b6914 !important;
  font-weight: 700 !important;
  text-align: center !important;
  border: none !important;
  background: none !important;
}

.ui-datepicker td {
  padding: 2px !important;
  border: none !important;
  text-align: center !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block !important;
  padding: 5px 3px !important;
  text-align: center !important;
  border-radius: 4px !important;
  border: none !important;
  background: none !important;
  color: #3a2c1e !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.ui-datepicker td a:hover {
  background: #f5f0e8 !important;
  color: #8b1a1a !important;
}

.ui-datepicker .ui-datepicker-today a {
  background: #ede5d5 !important;
  color: #2c1f0e !important;
}

.ui-datepicker .ui-datepicker-current-day a {
  background: #c4a96e !important;
  color: #fff !important;
}

/* Weekdays — dimmed and unclickable */
.ui-datepicker td.ui-datepicker-unselectable span {
  color: #ccc !important;
  font-weight: 400 !important;
  cursor: not-allowed !important;
}

/* Inline Form Responsive */
@media (max-width: 560px) {
  .wvb-inline-card {
    border-radius: 8px;
  }
  .wvb-step {
    padding: 20px;
  }
  .wvb-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
