/* Common Styles */

body {
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}




.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
}
.navbar-custom {
  border-bottom: 3px solid #255885;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1020; /* Ensures the navbar is on top of other elements */
}

.container {
  border-bottom: none;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #255885;
  z-index: 9999;
}

.navbar-custom .navbar-nav .nav-link {
  font-weight: bold;
  color: #337ab8;
  text-decoration: none;
  margin-right: 10px;
}

.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link.hovered {
  text-decoration: underline;
  text-decoration-thickness: 3px; /* Adjust the thickness as needed */
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  
}

.row {
  margin: 0 -15px; /* Negative margin to offset padding of columns */
}

.row [class^="col-"] {
  padding: 0 15px; /* Padding to counteract negative margin */
}

.row .col-1 {
  font-size: 40px;
  font-weight: bold;
  color: #337AB8;
  width: 100%; /* Set width to 100% */
  overflow: hidden; /* Hide any overflowed text */
  text-overflow: ellipsis; /* Show ellipsis (...) for overflowed text */
  white-space: nowrap; /* Prevent text from wrapping */
}

.row .col-2 {
  width: 100%; /* Set width to 100% */
  margin-bottom: 20px;
}

.row .col-3 {
  width: 100%; /* Set width to 100% */
  font-size: 20px;
  font-weight: bold;
  color: #337AB8;
}

.row .col-4 {
  width: 100%; /* Set width to 100% */
}

.row .col-5 {
  width: 100%; /* Set width to 100% */
  font-size: 20px;
  font-weight: bold;
  color: #337AB8;
}

.row .col-6 {
  width: 100%; /* Set width to 100% */
}

.col.col-1 {
  font-size: 40px;
  color: #337AB8;
}

.col.col-7 {
  width: 100%; /* Set width to 100% */
  background-color: #255885;
  padding: 20px;
}

.flex-container {
  display: flex;
  align-items: center;
}

.image-div {
  flex: 0 0 auto;
  margin-right: 20px;
}

.text-div {
  flex: 1;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

@media (max-width: 1023px) {
  .flex-container {
    flex-direction: column;
  }
  
  .image-div {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .text-div {
    align-self: auto;
  }
}

/* footer {
  background-color: #f8f9fa;
  padding: 20px;
  margin-top: 20px;
  border-top: 3px solid #337ab8;
} */

footer {
  padding: 20px;
  width: 100%;
  
  font-size: 12px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
}

.footer-column-left {
  text-align: left;
  font-style: italic;
}

.footer-column-right {
  text-align: right;
}

.footer-text-left {
  margin: 0;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-text-left,
.footer-text-right {
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
