/* ================= FOOTER ================= */
body {
  background-color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.2px;
  position: relative;
  overflow-x: hidden;
}
.footer {
  background: #001136;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Text */
.footer-text {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
}

/* Titles */

/* Animated underline */
.footer-title::before {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 3px;
  background: #f97316;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.footer-title {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.25s ease;
}

.footer-links a:hover {
  color: #f97316;
  padding-left: 4px;
}

/* Contact */
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #cbd5e1;
  margin-bottom: 12px;
  font-size: 14px;
}
.footer-contact li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.25s ease;
}
.footer-contact li a:hover {
  color: #f97316;
  padding-left: 4px;
}

.footer-contact i {
  color: #f97316;
}

/* Social Icons */
.social-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0f172a;
  transition: 0.3s;
}

.social-icon:hover {
  background: #f97316;
  transform: translateY(-3px);
}

/* Bottom Bar */
.footer-bottom {
  background: #000e2c;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 640px) {
  .footer-title {
    font-size: 15px;
  }
}

/* -----------------------
	. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  height: 50px;
  width: 50px;
  font-size: 24px;
  border-radius: 0 20px;
  color: #fff;
  line-height: 46px;
  transition: all 0.3s ease 0s;
  background: #f97b21;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.04);
  display: block;
}
#scrollUp i:before {
  font-weight: 900;
}
#scrollUp i:hover {
  background: #ff6a00;
}
 .whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 1000;
  }
  .whatsapp-button img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    transition: transform 0.3s;
  }
