
.site-footer1 {
    background-color: #fff;
    padding: 30px ;
    font-size: 14px;
    color: #444;
    border-top: 1px solid #eaeaea;
}

.site-footer1 h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #002060;
}

.social-icons1 {
    margin-top: 3px;
}


.site-footer1 ul {
    padding: 0;
    list-style: none;
}

.site-footer1 ul li {
    margin-bottom: 8px;
}

.site-footer1 ul li a {
    color: #444;
    text-decoration: none;
    transition: color 0.3s ease;
}


.site-footer1 p {
    font-size: 14px;
    line-height: 22px;
    color: #444;
}



.social-icons1 a {
    display: inline-block;
    color: #3b5998;
    font-size: 18px;
    margin-right: 8px;
    transition: color 0.3s ease;
}

.social-icons1 a:hover {
    color: #0056b3;
}

.contact-us p {
    margin-bottom: px;
    font-size: 14px;
}

.site-footer1 {
  background: #fff;
  padding: 0px;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 14px;

}

.footer-container1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-about1 {
  flex: 1 1 250px;
  max-width: 300px;
}



.social-icons1 a {
  font-size: 25px;
  color: #1a40e2;
  transition: color 0.3s ease;
  text-decoration: none;
}


.social-icons1 a:hover {
  color: #1a40e2;
}

.footer-links1 {
  display: flex;
  flex: 3 1 700px;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links1 div {
  min-width: 140px;
}

.contact-us p {
  margin: 4px 0 !important;
  line-height: 1.4;
  padding: 0;
}



.footer-links1 h4 {
  margin-bottom: 6px;
  font-size: 16px;
  color: #0a2c4e;
}

.footer-links1 ul {
  list-style: none;
  padding: 0;
}

.footer-links1 ul li {
  margin-bottom: px;
}

.footer-links1 ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #4a4a4a;
}

.footer-links1 ul li a:hover {
  text-decoration: none;
}


.footer-bottom1 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.language-currency1 span {
  margin-right: 20px;
  cursor: pointer;
}

.scroll-top1 {
  color: white;
  border-radius: 50%;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none
}