.footer {
  background: linear-gradient(
    0deg,
    #025d54 22%,
    #2c857c 75%,
    #5bb3aa 100%
  ) !important;
  height: 260px;
  padding-top: 67px;
  padding-bottom: 50px;
}

.footer-content {
  padding: 0px 100px 0px 37px;
  margin: 0px;
  width: 100%;
  height: 100%;
}

.content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 4px solid #2e978c;
  width: 100%;
  padding-bottom: 141px;
  height: 100%;
}

.footer-pages ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
  row-gap: 15px;
}

.footer-pages ul li a {
  font-size: 21px;
}

/* .footer-bottom{
  margin-top: 20px;
}

.footer-bottom hr{
  opacity: 0.5;
} */

.footer-bottom .footer-rights{
  font-size: 14px;
  opacity: 0.8;
  color: white;
}

.footer-rights img {
  width: 90px; /* Adjust the width */
  height: auto;
  vertical-align: middle; /* Align with text */
  padding-left: 10px;
}

.footer-logo-img img {
  width: 100%; /* Fills the container width */
  height: auto; /* Maintains aspect ratio */
  object-fit: contain; /* Prevents stretching */
}

