/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 4.2.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ============================================================
   GLOBAL FOOTER STYLES
   These styles apply to the footer included via get_footer()
   across all template pages.
   ============================================================ */
.cx-footer {
  background: #111827;
  padding: 36px 24px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.cx-footer-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.cx-footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.cx-footer-links a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.15s;
}

.cx-footer-links a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.cx-footer-abn {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.cx-footer-copy {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}
