.footer-section {
  background: linear-gradient(to right,#f70,#c75518,#f70);
  color: #fff;
  padding: 40px 20px;
}

.footer-section .nav-link {
  color: white;
  transition: 0.3s;
}

.footer-section .nav-link:hover {
  color: #ffc107;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  margin-top: 30px;
}

.social-icons i {
  font-size: 24px;
  transition: 0.3s;
}

.social-icons i:hover {
  color: #ffc107;
}

.payment-img {
  max-width: 280px;
  width: 100%;
}

/* MOBILE FIX */
@media(max-width:768px){
  .footer-section {
    text-align: center;
  }
}

/* =========================
   FOOTER BASE
========================= */

.footer-section .nav-link {
  color: white;
  transition: 0.3s;
}

.footer-section .nav-link:hover {
  color: #ffc107;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 20px 0;
}

.social-icons i {
  font-size: 22px;
  transition: 0.3s;
}

.social-icons i:hover {
  color: #ffc107;
}

.payment-img {
  max-width: 250px;
}

/* =========================
   RESPONSIVE ALIGNMENT FIX
========================= */

/* Mobile only center */
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }

  .footer-section .nav {
    align-items: center;
  }

  .footer-section .nav-link {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .social-icons {
    justify-content: center;
  }
}

/* Desktop restore */
@media (min-width: 768px) {
  .footer-section .nav {
    align-items: flex-start;
  }

  .footer-section .nav-link {
    text-align: left;
  }
}

.bi-whatsapp{
  color: greenyellow;
}


/* =========================
   DATA THEME SUPPORT
========================= */

[data-theme="default"] #mainFooter {
  /* background: linear-gradient(120deg,#46051e,#0d1164); */
  background: black;
}

[data-theme="mahroon"] #mainFooter {
  background: #3a0519;
}

[data-theme="orange"] #mainFooter {
  background: black;
}