/*
* Copyright inpleworks, Co.
* https://xetemplate.com
*/
/*
XET CSS v2.0.7 2025-08-05 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
.xet-layout .layout-footer {
  background-color: var(--xet-theme-dark-footer-bg-color);
  color: var(--xet-theme-dark-text-base-color);
}
.xet-layout .layout-footer .footer-container {
  padding: 2rem 0;
}
.xet-layout .layout-footer .footer-container .footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--xet-theme-dark-border-color);
}
.xet-layout .layout-footer .footer-container .footer__top .footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.xet-layout .layout-footer .footer-container .footer__top .footer__nav > li a:hover {
  color: #fff;
}
.xet-layout .layout-footer .footer-container .footer__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}
.xet-layout .layout-footer .footer-container .footer__info > div > div + div {
  margin-top: 0.5rem;
}
.xet-layout .layout-footer .footer-container .footer__info .h2 a {
  color: #fff;
}
.xet-layout .layout-footer .footer-container .footer__info ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.xet-layout .layout-footer .footer-container .footer__info ul > li strong {
  color: #fff;
}
.xet-layout .layout-footer .footer-container .footer__info .xet-btn {
  gap: 0.5rem;
}
.xet-layout .layout-footer .footer-container .footer__info .xet-btn svg {
  fill: var(--xet-theme-dark-text-base-color);
}
.xet-layout .layout-footer .footer-container .footer__info .xet-btn:hover {
  border-color: #fff;
  color: #fff;
}
.xet-layout .layout-footer .footer-container .footer__info .xet-btn:hover svg {
  fill: #fff;
}

@media screen and (min-width: 992px) {
  .xet-layout .layout-footer .footer-container {
    padding: 2rem 0;
  }
  .xet-layout .layout-footer .footer-container .footer__top {
    padding-bottom: 2rem;
  }
  .xet-layout .layout-footer .footer-container .footer__info {
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    padding-top: 2rem;
  }
}