.footer-section {
  clear: both;
  margin-top: clamp(32px, 5vw, 72px);
  padding-bottom: 0;
}

.footer-section .footer-area {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  padding-bottom: clamp(42px, 4.5vw, 68px);
  padding-top: clamp(52px, 5vw, 82px);
  position: relative;
}

.footer-section .footer-area::before {
  background: linear-gradient(180deg, rgba(2, 6, 10, 0.12), rgba(2, 6, 10, 0.26));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.footer-section .footer-area > .container {
  position: relative;
  z-index: 1;
}

.footer-widget-wrapper {
  padding-bottom: clamp(42px, 6vw, 76px);
  padding-top: 0;
}

.footer-widget-wrapper .footer-widget-items {
  margin-top: 0;
}

.footer-widget-wrapper .footer-widget-items .widget-head {
  margin-bottom: 22px;
}

.footer-widget-wrapper .footer-widget-items .widget-head h3 {
  font-size: 18px;
  letter-spacing: 0;
}

.footer-widget-wrapper .footer-widget-items .footer-content p,
.footer-widget-wrapper .footer-widget-items .contact-item .footer-contact-text {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.footer-widget-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 12px;
}

.footer-widget-wrapper .footer-widget-items .list-area li a,
.footer-widget-wrapper .footer-widget-items .contact-item .footer-contact-info li a,
.footer-widget-wrapper .footer-widget-items .contact-item .footer-contact-info li span {
  color: rgba(255, 255, 255, 0.78);
}

.footer-widget-wrapper .footer-widget-items .list-area li a:hover,
.footer-widget-wrapper .footer-widget-items .contact-item .footer-contact-info li a:hover {
  color: var(--white);
  margin-left: 3px;
}

.footer-widget-wrapper .footer-widget-items .contact-item .social-icon a,
.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  line-height: 1;
  opacity: 1;
  width: 36px;
}

.footer-widget-wrapper .footer-widget-items .contact-item .social-icon a:hover,
.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a:hover {
  background: var(--theme);
  border-color: var(--theme);
  color: var(--white);
}

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

.footer-bottom-wrapper p,
.footer-bottom-wrapper .footer-list li,
.footer-bottom-wrapper .footer-list li a {
  color: rgba(255, 255, 255, 0.74);
}

.footer-bottom-wrapper .footer-list li a:hover {
  color: var(--white);
}

.projects-page .projects-showcase {
  padding-bottom: clamp(74px, 8vw, 118px);
}

.projects-page .footer-section {
  background: none;
  margin-top: 0;
  padding-top: 0;
}

.projects-page .footer-section .footer-area {
  border-radius: 0;
}

@media (max-width: 767px) {
  .footer-section {
    margin-top: 34px;
    padding-bottom: 0;
  }

  .footer-section .footer-area {
    border-radius: 0;
    padding-bottom: 48px;
    padding-top: 42px;
  }

  .footer-widget-wrapper {
    padding-bottom: 38px;
  }

  .footer-bottom-wrapper {
    gap: 12px;
    padding: 20px 0 0;
  }

  .projects-page .projects-showcase {
    padding-bottom: 64px;
  }

  .projects-page .footer-section .footer-area {
    border-radius: 0;
  }
}
