/* Main styles for Bal National 2025 */

/* Global styles */
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

/* Colors */
.text-primary {
  color: #0067a2 \!important;
}

.btn-primary {
  background-color: #0067a2;
  border-color: #0067a2;
}

.btn-primary:hover {
  background-color: #004d7a;
  border-color: #004d7a;
}

/* Page structure */
.page-wrapper {
  min-height: calc(100vh - 120px);
  padding: 30px 0 60px;
  background: #ffffff;
}

.page-footer {
  padding: 20px 0;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
}

/* Header */
.mobile-header {
  margin-bottom: 20px;
}

/* Forms */
.form-group {
  margin-bottom: 20px;
}

.form-control {
  border-radius: 4px;
  padding: 10px 15px;
  height: auto;
}

.required:after {
  content: " *";
  color: red;
}

/* Cards */
.card {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.confirmation-card {
  border-radius: 12px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
  margin-bottom: 50px;
}

/* Media queries */
@media (max-width: 767px) {
  .page-wrapper .mobile-header img {
    width: 100%;
    height: auto;
  }
  
  h1.display-4 {
    font-size: 2.5rem;
  }
}
EOT < /dev/null