/*
Theme Name: Moving Forward Group
Theme URI: https://movingforwardgroup.co.uk
Author: Moving Forward Group
Description: Modern minimal WordPress theme for Elementor & Elementor Pro. Features animated navigation, fullscreen menu, and a complete brand design system.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: movingforward
Tags: full-width-template, custom-menu, custom-logo, elementor, translation-ready
*/

/* Base Reset */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:#000;color:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul,ol{list-style:none}
/* WordPress compat */
.wp-site-blocks{padding-block-start:0!important;padding-block-end:0!important}
.entry-content{margin:0;padding:0}
/* Admin bar */
.admin-bar .mfg-nav{top:32px}
.admin-bar .mfg-marquee-banner{margin-top:32px}
@media screen and (max-width:782px){
  .admin-bar .mfg-nav{top:46px}
  .admin-bar .mfg-marquee-banner{margin-top:46px}
}
