.footer {
  background: #0e1d3b;
  padding: 60px 0;
  font-size: 15px;
  border-top: 1px solid rgb(245, 131, 10);
  border-bottom: 1px solid rgb(245, 131, 10);
}

.footer-logo {
  height: 120px;
  margin-bottom: 15px;
  margin-left: 60px;
}

.footer-text {
  color: #fdfcfc;
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.footer-list {
  list-style: none;
  padding: 0;
  color: #fdfcfc;
}
.footer-lists {
  list-style: none;
  padding: 0;
  color: #fdfcfc;
}

.footer-list li {
  margin-bottom: 12px;
  font-weight: 500;
  cursor: pointer;
}
.footer-lists li {
  margin-bottom: 12px;
  font-weight: 500;
  cursor: pointer;
}

.footer-list i {
  margin-right: 8px;
}
.footer-lists i {
  margin-right: 8px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #000000;
  color: #fff;
  border-radius: 50px;
  margin-right: 8px;
  font-size: 16px;
  text-decoration: none;
}

.footer-social a:hover {
  background: rgb(245, 131, 10);
}

.footer-list li:hover {
  transform: scale(1.05);
  color: rgb(245, 131, 10);
}
.footer-list a:hover {
  transform: scale(1.05);
  color: rgb(245, 131, 10);
}
.footer-lists li:hover {
  transform: scale(1.05);
  color: rgb(245, 131, 10);
}
.footer-lists a:hover {
  transform: scale(1.05);
  color: rgb(245, 131, 10);
}

.footer-bottom {
  padding: 15px 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #0e1d3b;
  display: flex;
}

.footer-bottom strong {
  color: #d69a34; 
}
.footer-bottom a{
    text-decoration: none;
    color: #d69a34;
}
.footer-list a{
    text-decoration: none;
    color: #fff;
}
.footer-lists a{
    text-decoration: none;
    color: #fff;
}
@media (max-width:576px) {
    .footer-logo{
        margin-left: 0;
        height: 60px;
        margin-top: 2px;
    }
    .footer{
        padding: 3px;
    }
    .footer-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    column-gap: 16px;
    row-gap: 10px;
  }
  .footer-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .footer-list i {
    margin-right: 6px;
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 10px;        
    line-height: 1.4;
    display: inline-block;
    width: 100%;
  }

  .footer-bottom .container {
    padding: 0 10px;
    margin-bottom: 4px;
  }

  .footer-bottom strong {
    font-weight: 600;
  }
}
