/*
 * Copyright inpleworks, Co.
 * layout.css
*/
/* XET CSS v2.0.9 2025-11-05 for supported in all modern browsers By xetemplate(https://xetemplate.com) */
.xet-layout .layout-footer {
  padding: 2rem 0;
  color: var(--xet-theme-dark-text-base-color);
  background-color: var(--xet-theme-footer-bg-color);
  word-break: keep-all;
}
.xet-layout .layout-footer a {
  color: inherit !important;
}
.xet-layout .layout-footer .layout-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-footer .layout-footer__inner > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.xet-layout .layout-footer .layout-footer__inner > div ul.footer-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.xet-layout .layout-footer .layout-footer__inner > div ul.footer-ul > li {
  white-space: nowrap;
}
.xet-layout .layout-footer .layout-footer__inner > div ul.footer-ul > li a {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  color: inherit;
}
.xet-layout .layout-footer .layout-footer__inner > div ul.footer-ul > li a:hover {
  text-decoration: underline;
}
.xet-layout .layout-footer .layout-footer__inner .h4 {
  flex-shrink: 0;
  white-space: nowrap;
}
.xet-layout .layout-footer .layout-footer__inner .footer-menu .xet-btn {
  color: inherit;
  border-radius: 0;
}
.xet-layout .layout-footer .layout-footer__inner .footer-menu .xet-btn.btn-outline {
  border-color: var(--xet-theme-dark-btn-border-color) !important;
}
.xet-layout .layout-footer .layout-footer__inner .footer-menu .popup-menu-layer {
  color: var(--xet-theme-text-strong-color);
}
@media (min-width: 992px) {
  .xet-layout .layout-footer {
    padding: 3rem 0;
  }
  .xet-layout .layout-footer .layout-footer__inner {
    flex-direction: row;
    gap: 3rem;
  }
  .xet-layout .layout-footer .layout-footer__inner .footer-menu {
    flex-shrink: 0;
    margin-left: auto;
  }
}
/*# sourceMappingURL=72cf79d918e021bb52525b99d4be99068f76fd69.footer.scss.map */
