.footer-logo,
.footer-social {
  align-items: center;
  display: flex;
}
.footer-section {
  background: #071120;
  padding: 45px 0 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.06),
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.05),
      transparent 30%
    );
  pointer-events: none;
}
.footer-section .container {
  position: relative;
  z-index: 2;
}
.footer-logo {
  gap: 12px;
  height: auto;
  object-fit: contain;
}
.logo-icon {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: -5px;
  position: relative;
}
.logo-icon::first-letter {
  color: #fff;
}
.footer-logo h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.footer-logo p {
  font-size: 12px;
  color: #cfd6e2;
  margin: 0;
}
.footer-about {
  font-size: 19px;
  line-height: 1.7;
  color: #d4d8df;
  max-width: 260px;
  margin-bottom: 22px;
}
.footer-social {
  gap: 14px;
  flex-wrap: nowrap;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
}
.footer-social a:first-child {
  background: #1877f2;
}
.footer-social a:nth-child(2) {
  background: linear-gradient(45deg, #feda75, #d62976, #962fbf, #4f5bd5);
}
.footer-social a:nth-child(3) {
  background: #0a66c2;
}
.footer-social a:nth-child(4) {
  background: #4f46e5;
}
.footer-social a:nth-child(5) {
  background: red;
}
.footer h5,
.footer-widget h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget ul li {
  margin-bottom: 15px;
}
.footer-widget ul li a {
  color: #d5d9e0;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}
.footer-widget ul li a:hover {
  color: #ff5a1f;
  padding-left: 4px;
}
.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #d5d9e0;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 11px;
}
.footer-contact i {
  color: #ff5a1f;
  font-size: 17px;
  margin-top: 2px;
}
.footer {
  background: #071220;
  color: #dce6f8;
  padding: 55px 0 20px;
}
.footer-logo {
  width: 170px;
  filter: brightness(1.2);
  margin-bottom: 1px;
}
.footer p {
  color: #bcc7d9;
  font-size: 14px;
}
.footer li {
  color: #cbd4e4;
  font-size: 14px;
  margin-bottom: 8px;
}
.contact-list i {
  color: var(--orange);
  margin-right: 9px;
}
.footer input {
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 7px;
  padding: 0 14px;
  margin-bottom: 12px;
}
.footer button {
  border: 0;
  background: var(--orange);
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  padding: 11px 18px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #16355c;
  color: #fff;
  margin-right: 8px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom a {
  color: #cbd4e4;
  margin-left: 4px;
  font-size: 13px;
}
.newsletter-text {
  font-size: 16px;
  line-height: 1.7;
  color: #d5d9e0;
  margin-bottom: 15px;
}
.newsletter-form input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 8px;
  padding: 0 17px;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.newsletter-form button {
  background: #ff5a1f;
  color: #fff;
  border: none;
  border-radius: 21px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  width: 200px;
}
.newsletter-form button:hover {
  background: #ff743d;
}
.vfooter-sticky-icons {
  position: fixed;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
}
.vfooter-sticky-icons a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  transition: 0.3s;
}
.vfooter-sticky-call {
  position: fixed;
  left: 22px;
  bottom: 22px;
  background: #ff6b00;
}
.vfooter-sticky-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #25d366;
}
.vfooter-sticky-icons a:hover {
  transform: translateY(-5px) scale(1.05);
  color: #fff;
}
@media (max-width: 576px) {
  .vfooter-sticky-icons a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .vfooter-sticky-call {
    left: 15px;
    bottom: 15px;
  }
  .vfooter-sticky-whatsapp {
    right: 15px;
    bottom: 15px;
  }
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 28px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom p {
  font-size: 16px;
  color: #cfd6e2;
  margin: 0;
}
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-bottom-links a,
.footer-bottom-links span {
  font-size: 16px;
  color: #cfd6e2;
  text-decoration: none;
}
.footer-bottom-links a:hover {
  color: #ff5a1f;
}
.whatsapp-chat {
  position: absolute;
  right: 20px;
  bottom: 18px;
  background: #20242b;
  color: #fff;
  padding: 7px 14px 7px 7px;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}
.whatsapp-chat i {
  width: 34px;
  height: 34px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
@media (max-width: 991px) {
  .footer-section {
    padding: 45px 0 22px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .whatsapp-chat {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
  }
}
@media (max-width: 575px) {
  .footer-widget h4 {
    margin-top: 10px;
  }
  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-logo h3 {
    font-size: 22px;
  }
  .footer-about {
    max-width: 100%;
  }
}
.footer-widget-space {
  padding-left: 1px;
}
.footer-contact-widget {
  padding-left: 25px;
}
