.elementor-92 .elementor-element.elementor-element-c427bef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-92 .elementor-element.elementor-element-c427bef:not(.elementor-motion-effects-element-type-background), .elementor-92 .elementor-element.elementor-element-c427bef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2f8cd2c */@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

.footer-text {
  color: #faf9f6;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
}

/* Link styling */
.footer-text a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

/* Hover styles */
.footer-text a:hover,
.footer-text a:active,
.footer-text a:focus {
  text-decoration: underline;
}

/* Logo alignment */
.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.logo-wrap img {
  height: 14px;
  width: auto;
  vertical-align: middle;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .footer-text {
    font-size: 13px;
  }

  .logo-wrap img {
    height: 12px;
  }
}/* End custom CSS */