.theme-footer-1 {
  width: 100%;
  margin-top: 88px;
}
.theme-footer-1 .text-white,
.theme-footer-1 .icons.text-white,
.theme-footer-1 svg.text-white,
.theme-footer-1 .text-white svg,
.theme-footer-1 .text-white.icons,
.theme-footer-1 .section-title.section-title__white,
.theme-footer-1 .section-title.section-title__white .section-title__heading {
  color: #ffffff !important;
}
.theme-footer-1 .border-white,
.theme-footer-1 .border-2.border-white,
.theme-footer-1 .section-title.section-title__white {
  border-color: #ffffff !important;
}
.theme-footer-1 .section-title.section-title__white .section-title__heading:after {
  background-color: #ffffff !important;
}
.theme-footer-1 .bg-white-10:before {
  background-color: #ffffff !important;
}
.theme-footer-1__section {
  min-height: 464px;
  height: auto;
  padding-top: 80px;
  padding-bottom: 48px;
}
.theme-footer-1__section-bg-wrapper {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.theme-footer-1.has-newsletter .theme-footer-1__section {
  padding-top: 140px;
  min-height: 524px;
  height: auto;
}
.theme-footer-1__newsletter {
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
}
.theme-footer-1__newsletter-mask {
  position: absolute;
  inset: 16px;
  bottom: -8px;
  border-radius: 24px;
  opacity: 0.1;
  background-color: #ffffff;
}
.theme-footer-1__newsletter .bg-white {
  color: var(--dark);
}
.theme-footer-1__newsletter .bg-white h4 {
  color: var(--dark);
}
.theme-footer-1__newsletter .bg-white .text-gray-500,
.theme-footer-1__newsletter .bg-white .icons.text-gray-500 {
  color: #97A7BF !important;
}
.theme-footer-1__newsletter .newsletter-form {
  width: 440px;
}
.theme-footer-1__newsletter .newsletter-form input {
  display: flex;
  background-color: transparent;
  border: none;
  height: 48px;
  color: var(--dark);
}
@media (max-width: var(--screen-xs-max)) {
  .theme-footer-1__newsletter .newsletter-form {
    width: 100%;
  }
}
.theme-footer-1__bottom-section-divider {
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: #ffffff;
  margin-top: 42px;
}
.theme-footer-1 .theme-social-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.theme-footer-1 .theme-social-link:hover {
  transform: translateY(-1px);
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-footer-1__section {
    height: auto !important;
  }
}
