.reg-form-container {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(32, 84, 147, 0.10);
  overflow: hidden;
}

/* Panel heading */
.reg-section-header {
  background: #0061b0;
  color: #fff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 12px 0;
}

/* Panel body */
.reg-form-section {
  padding: 32px 32px 16px 32px;
}

/* Section title */
.reg-section-title {
  color: #0061b0;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Section title for address */
.reg-section-title.address {
  margin: 32px 0 24px 0;
}

/* Step footer */
.reg-step-footer.text-right {
  margin-top: 22px;
}

.reg-btn:hover {
   background: linear-gradient(90deg, #0061b0 60%, #1f65d8 100%) !important;
}

/* Continue button */
.reg-btn.btn {
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 13px 28px;
}

/* Guest box */
.reg-guest-box.panel {
  border-radius: 16px;
  padding: 32px 24px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 8px rgba(32, 84, 147, 0.08);
  border: 1px solid #d8e6f3;
}

.reg-guest-box .reg-section-title {
  color: #0061b0;
  font-weight: 700;
}

.reg-guest-box .btn {
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 18px;
  padding: 12px;
}

.reg-input,
.reg-select {
  border-radius: 50px;
  border: 1px solid #d8e6f3 !important;
  padding: 12px;
  font-size: 1rem;
}

.reg-input:focus,
.reg-select:focus {
  border-color: #0061b0;
  box-shadow: 0 0 5px rgba(0, 187, 255, 0.25);
  outline: none;
}

label {
  font-weight: 600;
  color: #0c1238;
}

.reg-btn {
  background-color: #0061b0;
  border: none;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 13px 28px;
  border-radius: 10px;
}

.reg-btn:hover {
  background-color: #009cd1;
}

.checkbox label {
  color: #333;
  font-weight: 500;
}


.reg-guest-box button {
  border: 1px solid #0061b0;
  color: #0061b0;
}

.reg-guest-box button:hover {
  background: linear-gradient(90deg, #0061b0 60%, #1f65d8 100%) !important;
  box-shadow: 0 4px 16px rgba(32, 84, 147, 0.13);
  color: #fff;
}

.reg-title {
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.billing-manual-checkboxes {
    margin-top: 18px;
}


.register-btn {
  background: #0061b0;
  color: #fff;   
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(32, 84, 147, 0.08);
  padding: 10px 28px;
  min-width: 140px;
  max-width: 100%;
  width: auto;
  display: inline-block;
  text-align: center;
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.register-btn:hover {
  background: linear-gradient(90deg, #0061b0 60%, #1f65d8 100%);
  box-shadow: 0 4px 16px rgba(32, 84, 147, 0.13);
  color: #fff;
}
