/* === Full Cyntho Next font family === */

@font-face {
  font-family: 'Cyntho Next';
  src: url('../fonts/CynthoNextThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cyntho Next';
  src: url('../fonts/CynthoNextExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cyntho Next';
  src: url('../fonts/CynthoNextLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cyntho Next';
  src: url('../fonts/CynthoNextRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cyntho Next';
  src: url('../fonts/CynthoNextMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cyntho Next';
  src: url('../fonts/CynthoNextSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cyntho Next';
  src: url('../fonts/CynthoNextBold.otf') format('opentype'), url('../fonts/CynthoNextExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Aqel Brand Override Styles */

/* Brand colors */
:root {
  --aqel-brand: #E67300;
  --aqel-brand-dark: #cc6000;
  --aqel-brand-light: #ffd7b0;
  --aqel-anim: #1E3D1A; /* animation + section background color */
}

/* Accent text and markers */
.mil-accent { color: var(--aqel-brand) !important; }
.mil-marker { background-color: var(--aqel-brand) !important; }
blockquote { border-left: 4px solid var(--aqel-brand) !important; }

/* Buttons */
.mil-button { background-color: var(--aqel-brand) !important; color: #fff !important; }
.mil-button svg path { fill: #fff !important; }
.mil-button:hover { filter: brightness(110%); }

/* Icon buttons */
.mil-button.mil-icon-button-sm svg { background-color: var(--aqel-brand) !important; }
.mil-button.mil-icon-button-sm svg path { fill: #fff !important; }

/* Links */
a, .mil-link.mil-accent { color: var(--aqel-brand) !important; }
.mil-link.mil-accent svg path { fill: var(--aqel-brand) !important; }

/* Progress bar, Swiper, Fancybox */
.mil-progress { background-color: var(--aqel-brand) !important; }
.swiper-pagination-bullet-active { background-color: var(--aqel-brand) !important; }
.fancybox__progress { background-color: var(--aqel-brand) !important; }

/* ===== Aqel Preloader Branding ===== */
@font-face {
  font-family: 'CynthoNextMedium';
  src: url('../fonts/CynthoNextMedium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.aqel-brand {
  font-family: 'CynthoNextMedium', sans-serif !important;
  color: #fff !important;
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: lowercase;
}

/* Preloader strip color override */
.mil-reveal-box { background-color: #062801 !important; }

/* === Show preloader only on homepage === */
.mil-preloader { display: none !important; }               /* default hidden everywhere */
body.is-home .mil-preloader { display: block !important; } /* shown only on homepage */

/* ===== Animation Color Overrides (header / middle / footer) ===== */
.mil-animation,
.mil-animation:before,
.mil-animation:after {
  background: var(--aqel-anim) !important;
  border-color: var(--aqel-anim) !important;
}
.mil-banner .mil-animation,
.mil-footer .mil-animation,
.mil-animation-frame .mil-animation {
  background: var(--aqel-anim) !important;
}
.mil-lines .mil-line,
.mil-circle-text svg path,
.mil-dodecahedron span {
  stroke: var(--aqel-anim) !important;
  fill: var(--aqel-anim) !important;
}

/* === Uniform background overlay for all .mil-dark-bg sections (header/middle/footer) === */
.mil-dark-bg { position: relative; }
.mil-dark-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--aqel-anim);
  z-index: 1;
  pointer-events: none;
}
.mil-dark-bg > *,
.mil-dark-bg .mi-invert-fix { position: relative; z-index: 2; }


/* Header logo text */
.aqel-logo{
  font-family: 'CynthoNextMedium', sans-serif !important;
  font-size: 26px;
  line-height: 1;
  color: #ffffff !important;
  text-decoration: none !important;
}
/* In light sections, let menus override if needed */
.mil-dark .aqel-logo { color: #ffffff !important; }
.mil-light .aqel-logo { color: #000000 !important; }




/* Global font enforcement */
html, body { font-family: 'Cyntho Next', sans-serif !important; }
a, button, .mil-button, .mil-link, .mil-menu a, .mil-footer, .mil-suptitle, .mil-quote, .mil-h1, .mil-h2, .mil-h3, .mil-h4, .mil-h5, .mil-h6 {
  font-family: 'Cyntho Next', sans-serif !important;
}
/* Keep icon fonts unaffected */
[class^="fa-"], [class*=" fa-"], .fab, .far, .fas, .fa { 
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands", "Font Awesome 6 Free","Font Awesome 6 Brands", "Font Awesome 4", sans-serif !important;
  font-weight: inherit;
}
/* Header logo text */
.aqel-logo { font-family: 'Cyntho Next', sans-serif !important; }
