.advance-footer-main {
  padding: 96px 0;
  background: var(--primary);
  position: relative;
}

.advance-footer-main-logo img {
  width: 142px;
  height: auto;
  object-fit: contain;
}
.advance-footer-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 24px;
}
.advance-footer-social-icon img {
  width: 14px;
  height: auto;
}
.advance-footer-row {
  justify-content: space-between;
}
.advance-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advance-footer-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0;
  padding: 0 0 8px 0;
}
.advance-footer-links a {
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 8px 0;
  color: #FFFFFF;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.advance-footer-links a:hover {
  color: #FFFFFF;
}
.advance-footer-copyright {
  background: #2D2D2D;
  padding: 32px 0;
}
.advance-footer-copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  column-gap: 48px;
  justify-content: center;
  align-items: center;
}
.advance-footer-copyright ul li {
  line-height: 1;
}
.advance-footer-copyright li a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.copyright-link-footer-mobile {
  display: none;
}
.advance-footer-social-icon {
  margin-top: 82px;
}

@media screen and (max-width: 1279px){
  .advance-footer-social-icon{
    margin-top: 200px;
  }
}
@media screen and (max-width: 820px) {
  .advance-footer-copyright ul {
    column-gap: 0;
    flex-wrap: wrap;
  }
  .advance-footer-copyright ul li {
    flex: 0 0 20%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {

  .advance-footer-main > .advance-container {
    margin: 0;
    max-width: 100%;
  }
  .advance-footer-main {
    padding: 48px 0;
  }
  .advance-footer-main-logo {
    padding: 0;
  }
  .advance-footer-social-icon {
    margin-top: 45px;
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
  }
  .advance-footer-row {
    row-gap: 40px;
  }
  .advance-footer-copyright ul {
    flex-direction: column;
  }
  .copyright-link-footer-desktop {
    display: none;
  }
  .copyright-link-footer-mobile {
    display: block;
    
  }
  .advance-footer-copyright .copyright-link-footer-mobile a{
    font-weight: 700 ;
  }
  .advance-footer-copyright ul {
    row-gap: 16px;
  }
  .advance-footer-copyright {
    padding: 32px 0;
  }
  .advance-footer-copyright ul li{
    text-align: left;
  }
  .advance-footer-copyright > .advance-container {
    padding: 0 32px !important;
    max-width: 100%;
    margin: 0;
  }
  .footer-custom-col{
    margin-bottom: 48px;
  }
  .footer-custom-col:last-child{
    margin-bottom: 0;
  }

}
