.exc-footer {
  background-color: #ffffff;
  color: #111827;

}

.exc-footer::after {
  background-image: "../img/newsletter-bg.webp";
  background-color: #111827;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
}


/* Top CTA band */
.exc-footer-cta {
  background: linear-gradient(90deg, #e2e2e2, #ebebeb);
  position: relative;
}

.exc-footer-cta-heading {
  font-size: 26px;
  font-weight: 700;
}

.exc-footer-cta-text {
  font-size: 16px;
  max-width: 560px;
}

.contact-form-wrapper {
  background: #ffffffef;
  /* border: 1px solid #000000; */
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-form-wrapper .form-control {
  border: 1px solid #858585 !important;
}

.exc-footer-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background-color: #151515;
  color: #fff;
  font-size: 12px;
  position: absolute;
  z-index: 99;
  right: 100px;
  bottom: 20px;

}

img.footer-img-top {
  position: absolute;
  right: 138px;
  bottom: 0px;
  width: 500px;
  height: 400px;
  animation: translateX 3s infinite alternate;
  object-fit: contain;
}


img.animation-shape {
  width: 200px;
  animation: zoomIn 5s infinite !important;
  position: absolute;
  top: 100px;
  right: 290px;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.85, .85, .85);
    transform: scale3d(.85, .85, .85);
  }

  50% {
    opacity: 1;
  }
}

@keyframes translateX {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.exc-badge-label {
  font-weight: 500;
}

.exc-badge-stars {
  color: #ffcc00;
}

.exc-footer-cta-image-placeholder {
  width: 100%;
  max-width: 320px;
  height: 140px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  margin-left: auto;
}

/* Middle links */
.exc-footer-main {
  background-color: #ffffff;
}

.exc-footer-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #2f80ff;
}

li.exc-footer-text i {
  color: #fff;
  background: #5e5e5e;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  /* padding: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.exc-footer-list li+li {
  margin-top: 4px;
}

.exc-footer-link {
  font-size: 16px;
  color: #4b5563;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
}

.exc-footer-link:hover {
  color: #2563eb;
}

.exc-footer-link::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 7px;
  color: #2563eb;
  transform: translateY(2px);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 100%, 25% 50%, 0% 0%);
  width: 12px;
  height: 10px;
  background-color: #2563eb;
  margin-left: -7px;
}

.exc-footer-text {
  color: #4b5563;
  font-size: 16px;
  display: flex;
}

/* Bottom bar */
.exc-footer-bottom {
  background-color: #ffffff;
}

.exc-footer-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #1b7cff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #1b7cff;
}

.exc-footer-logo-text {
  font-size: 13px;
  font-weight: 600;
}

.exc-footer-social {
  font-size: 17px;
  color: #4b5563;
}

.exc-footer-social-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background-color: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 15px;
  text-decoration: none;
}

.exc-footer-social-icon:hover {
  background-color: #e5e7eb;
}

.exc-footer-copy {
  font-size: 16px;
  color: #6b7280;
}

.exc-footer-cta-img img {
  width: 500px;
  height: 500px;
  border-radius: 40px;
  /* background: #ffffff; */
  /* margin-top: -21px; */
  z-index: 99;
  object-fit: contain;
}

.exc-footer-btn {
  border-radius: 999px;
  border: none;
  font-size: 13px;
  padding: 8px 22px;
  cursor: pointer;
}

.exc-footer-btn-outline {
  background-color: #000000;
  color: #ffffff;
}

.exc-footer-btn-primary {
  background-color: #1877ff;
  color: #ffffff;
}

/* @media (max-width: 767.98px) {
  .exc-footer-cta-heading {
    font-size: 18px;
  }

  .exc-footer-cta-image-placeholder {
    margin-left: 0;
  }

  .exc-footer-btn {
    width: 100%;
  }
}

.contact-form-wrapper {
  width: 80%;
} */

/* 



animation: translateX 3s infinite alternate; */

.exc-footer-main.bg-white .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 991px) {
  img.animation-shape {
    right: 0px;
  }

  img.footer-img-top {
    right: -100px;
  }

}


@media only screen and (max-width: 767.98px) {
  img.animation-shape {
    display: none !important;
  }

  img.footer-img-top {
    display: none !important;
  }

  .exc-footer-cta-badge {
    display: none !important;
  }

}