body {
  background-color: unset;
}
ol {
    list-style-type: decimal !important;
}
.logo img {
    max-width: 250px;
    width: 100%;
    height: auto;
}
form {
  margin: 20px 0;
}
form label,
form input {
    display: block;
    font-size: 18px;
}
form input {
    margin: 0 0 20px 0;
}
form input[type="text"],
form input[type="password"] {
    border: solid 1px #e1e1e1;
    border-radius: 0.375rem;
    color: #6c757d;
    outline: none;
    padding: 10px;
}
form input[type="submit"] {
    background-color: #ffda40;
    border-color: #ffda40;
    color: #15181b;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background-color: #fff;
    border-color: #ffda40;
    color: #15181b;
}
form input[type="reset"] {
    border-color: #502d0e;
    color: #502d0e;
    background-color: #fff;
}
form input[type="reset"]:hover,
form input[type="reset"]:focus,
form input[type="reset"]:active {
    border-color: #502d0e;
    color: #fff;
    background-color: #502d0e;
}
form input[type="radio"] + label {
    font-weight: normal;
}
.logo {
    max-width: 250px;
    margin: 20px 0 0;
}
.main {
  font-size: 18px;
    margin-bottom: 50px;
    color: rgb(21, 24, 27);
}
h1 {
  background-image: unset;
  border-bottom: unset;
    font-family: "Noto Serif",serif;
    padding: 38px 0 0px 0;
    font-size: 48px;
    font-weight: 700;
}
h1::after {
    background-color: #ffda40;
    content: "";
    display: block;
    height: 0.125rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 5rem;
}
h2 {
    margin: 20px 0;
  font-size: 36px;
}
h3 {
    /* margin: 30px 0px 0px 0; */
    font-size: 18px;
}
p {
    font-size: 18px;
}
pre {
    margin: 20px 0;
}
a:not(.btn) {
    color: #1d5970;
    font-weight: 600;
    text-decoration: underline;
}
a:hover, a:active {
    color: #133947;
}
.quoted {
    color: rgb(21, 24, 27);
    background-color: #d1eaf4;
    font-size: 16px;
    margin: 35px 0;
    border: 2px solid #1b97c8;
  padding: 10px;
}
legend {
    font-size: 18px;
    font-weight: 700;
}
.footer .leh-logo img {
    max-width: 425px;
    width: 100%;
    height: auto;
}

/** Core Services */


/* Custom styles for Bootstrap card layout */
.card {
  transition: border-color 0.2s ease-in-out;
  border: solid 1px #e1e1e1;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.card:hover {
  /* transform: translateY(-2px); */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important; */
  border-color: #1d5970;
}

.card-title {
  /* margin: inherit !important; */
  font-size: 1.4em !important;
}
.card-title a {
  color: #1d5970 !important;
  font-weight: 600;
  text-decoration: none !important;
}

.card-title a:hover {
  color: #133947 !important;
  text-decoration: underline !important;
}

.card-text {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.4;
}

.card-text a {
  color: #1d5970;
  font-weight: 600;
  text-decoration: underline;
}

.card-text a:hover {
  color: #133947;
}

/* Ensure consistent card heights */
.card-body {
  /* display: flex;
  flex-direction: column;
  height: 100%; */
}

/* Icon styling */
.bg-primary {
  background-color: #1d5970 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card-body {
    padding: 1rem;
  }

  .card-title {
    font-size: 1.2rem !important
  }

  .card-text {
    font-size: 0.85rem;
  }
}

.footer.footer-min #fc #fcb li {
  font-weight: 400;
  padding: 0 1rem;
}