.footer-menu{
  margin-top: 10vh;
  background: #002443;
  color: white;
}

.footer-menu .col-sm-6{
	width: 100%;
}

.footer-menu .container{
	width: 100%;
	padding: 0;
}

.copyright {
  visibility: hidden;
  font-size: .65em;
  margin-top: -5%;
}

.aam-footer {
  color: #fff;
  background-color: #002443;
  padding-top: 2vh;
  font-family: 'IBM Plex Sans', sans-serif;
}

.aam-footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 30px;
}

.aam-footer .column {
  flex: 1;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  border-right: 2px #979797 solid;  /* Add right border to each column */
}

.aam-footer .column:last-child {
  border-right: none;  /* Remove right border from the last column */
}

.aam-footer .column .header h4, .aam-footer .copyright h4 {
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  
}

.aam-footer .column h4 {
  font-weight: normal;
  margin-bottom: 15px;
  opacity: 0.8;
  color: white;
}

.header h4 {
  display: inline-block;
  width: auto;  /* this will make the h4 element only as wide as its content */
  border-bottom: 1.5px solid #ffbe01;  /* set your desired border style */
}

.aam-footer .column a {
  color: #ffbe01 !important;
  transition: color 0.3s ease;
}

.aam-footer .column a:hover {
  color: #f9d772 !important;
}

.aam-footer .contact {
  margin-bottom: 20px;
}
.contact a {
    padding: 10px;
}

.contact img:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

.contact img {
  transition: transform 0.2s ease;
}

.aam-footer .aam-copyright {
  text-align: center;
}

.aam-footer .aam-copyright h4{
  color: White;
}

@media screen and (max-width: 768px) {
  .aam-footer .footer-row {
    flex-direction: column;
  }

  .aam-footer .column {
    flex: 1 100%;
    border-right: none;  /* Remove right border on smaller screens */
  }
  .footer-menu .container{
	width: 100%;
}
}
