body {
  font-family: Arial, sans-serif;
  background: linear-gradient(to right, #eef2f7, #dbe6f6);
  margin: 0;
  padding: 0;
}

/* Main container */
.container {
  max-width: 760px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Header */
h1 {
  margin-top: 0;
  color: #1f4ed8;
  text-align: center;
}

.subtitle {
  color: #555;
  text-align: center;
  margin-bottom: 24px;
}

/* Sections */
section {
  margin-bottom: 28px;
  padding: 18px;
  border-radius: 8px;
  background: #f9fbff;
  border: 1px solid #e3eaf5;
}

/* Section titles */
h2 {
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: #1e3a8a;
}

/* Labels */
label {
  display: block;
  margin: 12px 0 6px;
  font-weight: 600;
  color: #333;
}

/* Inputs */
input,
select,
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: 0.2s;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 5px rgba(59, 130, 246, 0.3);
}

textarea {
  min-height: 90px;
}

/* Buttons */
button {
  margin-top: 12px;
  padding: 12px;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: white;
  font-size: 1rem;
  transition: 0.3s;
}

button:hover {
  background: linear-gradient(135deg, #1e40af, #1e3a8a);
}

/* Submit button emphasis */
.submit-btn {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

/* Print button style */
#printFormBtn {
  background: #444;
}

/* Messages */
.message {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  display: none;
}

.message.success {
  display: block;
  background: #e6f9ec;
  color: #15803d;
}

.message.error {
  display: block;
  background: #fdecec;
  color: #b91c1c;
}

/* Checkbox */
.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: normal;
}

.checkbox input {
  width: auto;
}

/* Waiver box */
.waiver-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  max-height: 120px;
  overflow-y: auto;
  font-size: 0.95rem;
}
.logo-container {
  text-align: center;
  margin-bottom: 15px;
}

.logo-container img {
  max-width: 120px;   /* adjust size */
  height: auto;
}
.waiver-section {
  margin-top: 20px;
}

.waiver-box {
  background: #f8fafc;
  border: 1px solid #dbeafe;
  padding: 15px;
  border-radius: 8px;
  max-height: 180px;
  overflow-y: auto;
  font-size: 0.95rem;
}

.waiver-box p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.waiver-box {
  background: #f8fafc;
  border: 1px solid #dbeafe;
  padding: 15px;
  border-radius: 8px;
  max-height: 180px;
  overflow-y: auto;
  font-size: 0.95rem;
}

.waiver-box p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.info-box {
  background: #fef9c3;
  border: 1px solid #fde68a;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 0.95rem;
}
