.footer {
  position: relative;
  z-index: 1;
}

.footer .footer-main-div {
  background: var(--theme-gradient);
  margin: 0px 30px 0px 30px;
  border-radius: 30px;
  padding: 120px 120px 40px;
}

.footer-left-intro p {
  margin: 20px 0px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
}

.footer-left-intro ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 26px;
}

.footer-links h4 {
  color: #e8e8e8;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer-links ul li a {
  color: #e8e8e8;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 15px;
  color: #e8e8e8;
}

.copy-right a{
    color: var(--theme-color);
    text-decoration: none;
}

.copy-right {
  margin-top: 14px;
}

.copy-right p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
}

.copy-right p a {
  color: var(--theme-color);
  text-decoration: none;
}

.footer .footer-cta {
  background: #f6f6f6;
  border-radius: 30px;
  padding: 50px 40px;
  border: 1px solid var(--theme-color);
  margin-bottom: -80px;
  position: relative;
  z-index: 1;
}

.footer .footer-cta .footer-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer-cta .footer-cta-content h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}

.footer .footer-cta .footer-cta-content a {
  color: var(--white-color);
  background: var(--theme-gradient);
  padding: 14px 80px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
