/*
Theme Name: Indyebo Executive Navy Theme
Theme URI: https://greenroomevolution.com/
Author: Green Room Evolution
Author URI: https://greenroomevolution.com/
Description: A complete modern navy and gold Elementor-ready WordPress theme for Indyebo Advisory & Assurance. Includes demo importer, hero slider, full page layouts, services, industries, leadership, contact form and privacy policy.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indyebo-executive-navy-theme
Tags: custom-logo, full-width-template, one-column, business, portfolio, elementor, responsive-layout
*/

body {
  margin: 0;
  font-family: Inter, Segoe UI, Roboto, Arial, sans-serif;
  color: #092238;
  background: #fff;
}

.indyebo-standard-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
}

.indyebo-standard-page h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.indyebo-default-header,
.indyebo-default-footer {
  padding: 22px 0;
  border-bottom: 1px solid #eee;
}

.indyebo-default-footer {
  border-top: 1px solid #eee;
  border-bottom: 0;
}

.indyebo-default-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.indyebo-default-logo img {
  max-width: 160px;
  height: auto;
}

.indyebo-default-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.indyebo-default-menu a {
  color: #031e35;
  text-decoration: none;
  font-weight: 700;
}
