/* Common Styles */

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

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

.testContent {
  font-size: 25px;
  font-style: italic;
}

.navbar-custom {
  border-bottom: 3px solid #255885;
}
.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 */
}



@media (max-width: 767px) {


  
}

@media (max-width: 1023px) {
 
}

/* Footer Area */
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;
}

@media (max-width: 1023px) {
  .col-md-4 {
    display: none;
  }

  .col-md-8 {
    width: 100%;
  }
}

.box-container {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}


.box {
  width: 50%;
  border: 1px solid #337ab8; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  margin: 0 10px; /* Updated margin */
  font-size: 16px;
  font-style: italic;
}

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

@media (max-width: 1023px) {
  .box-container {
    flex-wrap: wrap;
  }

  .box {
    width: 100%;
    margin: 10px 0;
  }
}
