*{
  margin:0;
  padding:0;
  
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

.header {
  overflow: hidden;
  
}
.header img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.footer {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 18px 24px;
  box-sizing: border-box;
  background-color: #014F91;
  margin-top: 30px;
  position: sticky;
  bottom: 0;
  flex-shrink: 0;
  box-shadow: 0 -6px 18px rgba(1, 79, 145, 0.2);
  z-index: 10;
}

.inner_footer {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.inner_footer .footer_text {
  font-size: 0.95rem;
  color: #f4f9ff;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

@media (max-width:600px) {
  .inner_footer .footer_text {
    font-size: 0.85rem;
    line-height: 1.3;
  }
}

body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

body.app-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #f9fafc;
}

.app-main {
  flex: 1 0 auto;
  width: 100%;
}

.form-section .form-control,
.form-section select,
.form-section input {
  width: 100% !important;
  max-width: none;
  display: block;
}

.form-section form {
  width: 100%;
}

 

.results-section {

  display: flex;

  flex-direction: column;

  gap: 1.5rem;

}







 
