/*
Theme Name: 360 Business Group Theme
Theme URI: https://360business-group.com
Description: Lean Elementor-ready parent theme for the 360Business Group page family.
Author: 360Business Group
Version: 0.1.0
Text Domain: b360-business-group-theme
Requires at least: 6.0
Requires PHP: 8.0
*/

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-var-latin.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/sora-var-latin.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --b360-color-navy: #0A1628;
  --b360-color-teal: #00AEB3;
  --b360-color-gold: #D4A843;
  --b360-color-surface: #F0F2F5;
  --b360-color-white: #FFFFFF;
  --b360-font-heading: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --b360-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --b360-page-max: 1440px;
  --b360-page-wide: 1744px;
}

html {
  box-sizing: border-box;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: var(--b360-color-white);
  color: var(--b360-color-navy);
  font-family: var(--b360-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: inherit;
}

.b360-site-main {
  min-height: 100vh;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: var(--b360-color-navy);
  color: #fff;
}

body.b360-business-group-page {
  overflow-x: hidden;
  background: #fff;
  color: var(--b360-color-navy);
  font-family: var(--b360-font-body);
}

body.b360-business-group-page :where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
  margin-block: 0;
}

body.b360-business-group-page :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--b360-font-heading);
  letter-spacing: 0;
}

body.b360-business-group-page :where(ul, ol) {
  margin-block: 0;
  padding-inline-start: 0;
}

body.b360-business-group-page :where(li) {
  list-style: none;
}

body.b360-business-group-page :where(a) {
  color: inherit;
  text-decoration: none;
}

body.b360-business-group-page :where(a:hover, a:focus) {
  color: inherit;
  text-decoration: none;
}

body.b360-business-group-page :where(a, button) {
  -webkit-tap-highlight-color: transparent;
}

body.b360-business-group-page :where(button, input, select, textarea) {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

body.b360-business-group-page :where(button, [type="button"], [type="submit"], [type="reset"]) {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

body.b360-business-group-page :where(button, [type="button"], [type="submit"], [type="reset"]):hover,
body.b360-business-group-page :where(button, [type="button"], [type="submit"], [type="reset"]):focus,
body.b360-business-group-page :where(button, [type="button"], [type="submit"], [type="reset"]):active {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}

body.b360-business-group-page :where(input, select, textarea) {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

body.b360-business-group-page :where(input::placeholder, textarea::placeholder) {
  color: inherit;
  opacity: 0.55;
}

body.b360-business-group-page :where(:focus) {
  outline: none;
}

body.b360-business-group-page :where(:focus-visible) {
  outline: 2px solid var(--b360-color-teal);
  outline-offset: 3px;
}

body.b360-business-group-page .site-header,
body.b360-business-group-page .site-footer,
body.b360-business-group-page header.site-header,
body.b360-business-group-page footer.site-footer {
  display: none !important;
}

body.b360-business-group-page .site,
body.b360-business-group-page .site-main,
body.b360-business-group-page .page-content,
body.b360-business-group-page .entry-content,
body.b360-business-group-page .elementor {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.b360-business-group-page .elementor,
body.b360-business-group-page .elementor-section,
body.b360-business-group-page .elementor-container,
body.b360-business-group-page .elementor-column,
body.b360-business-group-page .elementor-widget,
body.b360-business-group-page .elementor-widget-wrap,
body.b360-business-group-page .elementor-widget-container,
body.b360-business-group-page .elementor-inner,
body.b360-business-group-page .elementor-location-single,
body.b360-business-group-page .e-con,
body.b360-business-group-page .e-con-inner {
  max-width: none !important;
  box-sizing: border-box !important;
}

body.b360-business-group-page .elementor-widget,
body.b360-business-group-page .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

body.b360-business-group-page .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

body.b360-business-group-page .elementor-section.elementor-section-boxed > .elementor-container,
body.b360-business-group-page .e-con > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body.b360-business-group-page .e-con {
  --container-max-width: none;
  --content-width: 100%;
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --gap: 0px;
}

body.b360-business-group-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

body.b360-business-group-page .elementor-widget-container > :first-child {
  margin-top: 0;
}

body.b360-business-group-page .elementor-widget-container > :last-child {
  margin-bottom: 0;
}
