html, body {
  height: 100%;
  margin: 0;
}
body {
  text-align: center;
  background-color: rgba(255, 255, 255, 1.00);
  background-color: rgba(5, 0, 15, 0.00);
  font-size: 100%;
  background: #ECE9E6;
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6);
  background: linear-gradient(to bottom, #FFFFFF, #ECE9E6);
  background-repeat: no-repeat;
  background-attachment: fixed; /* keeps it seamless on scroll */
  background-size: cover; /* ensures full width/height coverage */
  font-family: "Lora", serif;
  display: flex;
  flex-direction: column;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
*:before, *:after {
  box-sizing: border-box;
}
img {
  border: 0;
  height: auto;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline: none;
  opacity: 1;
}
a:hover {
  opacity: 0.8;
}
.clearfx:before, .clearfx:after {
  content: " ";
  display: table;
}
.clearfx {
  clear: both;
  width: 100%;
  height: 1px;
}
.align-left {
  text-align: left;
    align-self: start;
}
.align-right {
  text-align: right;
    align-self: end;
}
.align-center {
  text-align: center;
  margin: 0 auto;
    align-self: center;
}
.isflex-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.isflex-column {
  display: flex;
  flex-flow: column wrap;
}
.width-40 {
  width: 40%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.width-60 {
  width: 60%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 0em;
}
.width-50 {
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 2em;
}

ul, ol {
  font-weight: normal;
  font-size: clamp(1rem, 1.05vw + 0.5rem, 1.2rem);
  margin: 0.5em 0;
  font-weight: 400;
}
ol li {
  margin: 0.5em auto;
  text-align: left;
  list-style-position: outside;
}
ul li {
  margin: 0.5em auto;
  text-align: left;
  list-style-position: outside;
}
strong {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Stack Sans Headline", sans-serif;
  text-transform: capitalize;
  margin: 0.5rem 0;
  display: flex;
  letter-spacing: -0.015em
}
/* Typography Scale Configurations */
h1 {
  font-size: clamp(2rem, 5vw, 3rem);

}
h2 {
  font-size: clamp(1.65rem, 3.8vw + 0.4rem, 2.5rem);

}
h3 {
  font-size: clamp(1.4rem, 2.8vw + 0.5rem, 2.1rem);

}
h4 {
  font-size: clamp(1.25rem, 2vw + 0.6rem, 1.75rem);

}
h5 {
  font-size: clamp(1.15rem, 1.5vw + 0.6rem, 1.45rem);

}
h6 {
  font-size: clamp(1.1rem, 1.1vw + 0.6rem, 1.25rem);

}
p {

  font-size: clamp(1.1rem, 1.05vw + 0.5rem, 1.25rem);
  margin: 0.5em 0;
  font-weight: 400;
  text-align: left;
        align-self: start;

}
/* Global Heading Layout Standard */
h1, h2, h3, h4, h5, h6 {
line-height: 0.8;
  letter-spacing: -0.02em; /* Cleaner look for fluid text */
  text-align: left;
        align-self: flex-start;
}
table {
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid black;
}
td {
  padding: 0.5em;
}
.header-xl {
  font-size: clamp(2.05rem, 5vw + 1rem, 3rem);
}
.header-lg {
  font-size: clamp(1.85rem, 4vw + 1rem, 2.5rem);
}
.header-m {
  font-size: clamp(1.75rem, 3vw + 1rem, 2.0rem);
}
.header-s {
  font-size: clamp(1.35rem, 2vw + 1rem, 1.5rem);
}
.header-xs {
  font-size: clamp(1.05rem, 1vw + 1rem, 1.35rem);
}
.head-100 {
  font-weight: 100;
}
.header-300 {
  font-weight: 300;
}
.header-500 {
  font-weight: 500;
}
.header-700 {
  font-weight: 700;
}
.header-900 {
  font-weight: 900;
}
.margin-2em {
  margin: 0 2rem;
}
main {
  flex: 1;
}
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.note {
  font-size: 0.75em;
}
hr {
  width: 100%;
  height: 1px;
  display: flex;
  border: 0;
  flex-flow: row wrap;
  background-color: rgba(15, 15, 15, .470);
}
header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
header .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  border: 0px solid red;
  z-index: 9;
  padding: 2em 0 0 0;
  background-color: rgba(231, 242, 247, 1.00);
}
.logo-header {
  display: grid;
  /* Column 1 (Left Ribbon): Fits exactly to its content width
    Column 2 (Logo): Spans 1 fractional unit (centered fluid space)
    Column 3 (Right Ribbon): Fits exactly to its content width
  */
  grid-template-columns: max-content 1fr max-content;
  /* Vertically centers all three items relative to each other */
  align-items: center;
  /* Adjust this gap to control space between the ribbons and the logo */
  gap: 20px;
  width: 100%;
        display: flex;
    flex-flow:row nowrap;
    justify-content: space-between;
}
img.logo {
  max-width: 450px;
  width: 100%;
  height: auto;
  justify-self: center;
  padding: 1em 0;
}
.ribbon-div {
  position: relative;
  display: inline-block; /* Keeps them from taking up the full width of the screen */
  margin-bottom: 10px; /* Prevents the triangle from overlapping content below */
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  cursor: pointer; /* Keeps the hand cursor so it still feels clickable */
  user-select: none; /* Optional: Prevents text highlighting when clicked */
  color: #fff;
  background-color: rgba(46, 189, 175, 1.00);
}
.ribbon-div a{color:#fff;}
.div-left {
  margin-left: -10px;
}
.div-right {
  margin-right: -10px;
}
/* Shared pseudo-element setup for the triangle fold */
.ribbon-div::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
}
/* --- Left Div Specifics --- */
.div-left::after {
  left: 0;
  border-width: 0 10px 10px 0;
  border-color: transparent #292a75 transparent transparent;
}
/* --- Right Div Specifics --- */
.div-right::after {
  right: 0;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent transparent #292a75;
}
.full-width {
  width: 100%;
}
ul.default {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.btn {
  font-size: 1.25em;
  padding: 1em 0em 5px 0em;
  padding: 1em;
        width: 80%;
    text-align: left;
    margin: 1em;
    color:#fff;
    background-color: rgba(2,2,67,0.89);
    display: flex;
}
.btn:hover{
    background-color: rgba(2,2,67,0.89);
    transition: all 0.2s;
}
main.content {
  background-color: rgba(255, 255, 255, 0.0);
  margin: 0vw auto;
  z-index: 999;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-items: flex-end;
  align-items: flex-start;
  justify-content: space-between;
  border: 0px solid rgb(255, 0, 0);
  text-align: left;
  margin-bottom: 1vh;
  margin-top: 1vh;
  border: 0px solid rgb(255, 0, 0);
  width: 100%;
  /* max-width: 1729px; */
  /* transform: translateY(10vh); */
}
#content .wrapper {
  display: grid;
  grid-template-columns: 1fr 300px; /* left flexible, right fixed */
  gap: 20px;
  background-color: rgba(255, 255, 255, 1.00);
  align-items: start;
}
#content .wrapper ul {
  padding: 0 1em;
}
#content .wrapper.no-column {  
  padding: 3em;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
    align-items: center;
        min-height: 50vh;
  padding: clamp(15px, calc(3.667px + 2.361vw), 32px) clamp(16px, calc(5.333px + 2.222vw), 32px) clamp(0px, calc(8.333px - 0.694vw), 5px);
}
#content .wrapper.no-column strong{
        font-family: "Stack Sans Headline", sans-serif;
}
.left-col {
  padding: 2em;
}
.right-col {
  max-width: 300px;
  padding: 2em 1em;
}
.contact-left {
  flex-flow: column wrap;
  width: 400px;
}
.contact-right {
  display: flex;
  width: calc(100% - 400px);
}
.contact-right ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 1em;
}
.contact-right ul li {
  width: 50%;
}
.contact-right strong {
  font-family: "Stack Sans Headline", sans-serif;
}
.text-container {
  position: relative;
  font-family: 'Sirin Stencil', sans-serif;
  display: flex;
  flex-flow: column nowrap;
  border: 0px solid red;
    width: 70%;
}
/* Strategic Insights (Top Left) */
.strategic {
  color: #f2994a; /* Orange */
  font-size: 32px;
}
/* Actionable Ideas (Center Big) */
.actionable {
  color: #31829a;
  font-size: 54px;
  margin: 0 0 0 10%;
  line-height: 0.5;
}
/* Risk Control (Middle Right) */
.risk {
  color: #ff0000; /* Red */
  font-size: 28px;
  margin-top: 1em;
  margin-left: 20%;
}
/* Transparency (Bottom Center) */
.transparency {
  color: #00b050; /* Green */
  font-size: 42px;
  margin-left: 25%;
  margin-top: -0.15em;
}
.at {
  color: #897777;
  margin-left: 25%;
  /* margin-top: -0.5em; */
  align-self: flex-end;
  font-size: 1.5em
}
.page {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  border: 0px solid red;
  width: 100%;
  min-height: 1000px;
  /*background-color: rgb(255, 255, 255);*/
  /* transform: translateY(-15vh);*/
}
article {
  width: calc(100% - 0px);
  transition: all 0.3s ease-in-out;
  min-height: 50vw;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(225, 225, 235, 0.00);
  padding: 2vw 4vw;
  border-top: 1px solid rgba(0, 0, 0, 0.865);
  transform: translateY(-0vw);
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.9);
}
article h1.header-700 {
  text-transform: uppercase;
  font-weight: 700;
}
.btn.press-release {
  padding: 1vh;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(2, 1, 4, 1.00);
  color: rgba(1, 1, 0, 0.940);
  margin: 0 0 1vh 0;
  opacity: 1;
  transition: 1s all;
}
.btn.press-release:hover {
  opacity: 0.55;
  transition: 1s all;
  border-bottom: 1px solid rgba(1, 13, 0, 0.40);
}
.btn.newsletter {
  padding: 1vh;
  font-size: 1.55em;
  border-bottom: 1px solid rgba(1, 1, 0, 0.9940);
  color: rgba(1, 1, 0, 0.9940);
  margin: 0 0 1vh 0;
  opacity: 1;
  transition: 1s all;
}
.btn.newsletter:hover {
  opacity: 0.55;
  transition: 1s all;
}
.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.grid li {
  padding: 1em;
  width: calc(100% / 3);
}
article:before {
  content: '';
  position: absolute;
  top: -0px;
  right: -0px;
  width: 1px;
  height: 100vh;
  background-color: rgba(3, 3, 39, 0.82);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.865) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}
article:after {
  content: '';
  position: absolute;
  top: -0px;
  z-index: 9;
  /* right: -5px; */
  left: -0px;
  width: 1px;
  height: 70vh;
  background-color: rgba(3, 3, 39, 0.82);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.865) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}
.pdf-link {
  font-size: 1.25em;
  font-weight: 700;
}

a.logo {
  max-width: 200px;
  /*height: 250px;*/
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  /*background-color: rgba(255, 255, 255, 1);*/
  /*padding: 0.5em 0.5em 1em 0.5em;
    top: 5em;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0);*/
  transition: all 0.5s ease-in-out;
  transform: translate(0.0em, 0em);
  transform: scale(1);
}
a.logo img {
  width: 100%;
}
.font-icon {
  font-size: 1.0025em;
}
/* ==========================================================================
   navigation
   ========================================================================== */
/* Make sure the slideshow has a visible height on your page */
#slideshow {
  width: 100%;
  height: 500px; /* Adjust this to your preferred height */
  border: 0px solid #000;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.main-nav {
  background-color: #292a75;
  margin: 0 auto;
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 0px);
  font-size: clamp(0.7rem, 1.05vw + 0.5rem, 0.85rem);
  padding: 10px 2em;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
}
.main-nav a {

  color: #fff;
}
.second-nav {
    width: 100%;
    background-color: rgba(13, 164, 137, 1.00);
    /* height: 41px; */
    margin: 0 auto;
    margin-bottom: 1px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 0px);
    font-weight: 700;
    padding: 0 3em;
    font-size: clamp(0.6875rem, 0.6094rem + 0.25vw, 0.65rem);
    padding: 1em 2em;
    list-style: none;
}
.second-nav a {

  color: #fff;
}

.sticky-header .top-nav .wrapper {
  box-shadow: 0 26px 54px 2px rgba(0, 0, 0, 0.1), 0 6px 30px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  transition: 0.25s all;
}
/* State when scrolling up (Header appears) */
.headroom--pinned {
  transform: translateY(0%);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/* State when scrolling down (Header hides) */
.headroom--unpinned {
  transform: translateY(-100%);
}
div#menu {
  display: none;
}
/*
.menu {

  list-style: none;
     
}
.menu li {}
.menu li:first-of-type {
  margin-left: 0;
}
.menu li:last-of-type {}
.menu li a:hover {
  opacity: 1;
  color: rgba(128, 192, 246, 1.00);
}
*/
/* ==========================================================================
   form
   ========================================================================== */
.contact {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
  width: 100%;
  /*max-width: 800px;*/
  color: rgba(30, 30, 30, 0.95);
}
.contact p {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  color: rgba(33, 33, 33, 0.87);
}
.contact input[type=text] {
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed rgba(130, 130, 130, 0.75);
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 1em 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}
.contact input[type=text]:focus {
  border: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.85);
}
.contact textarea {
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(130, 130, 130, 0.5);
}
.contact textarea:focus, .contact textarea:focus {
  border: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.85);
  outline: 0;
}
.contact [type=submit] {
  font-size: 1rem;
  margin: 0 0 20px 0;
  border: 0;
  background-color: rgba(0, 0, 0, 1.00);
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
}
.contact p.address {
  display: inline-block;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border: 0px solid red;
  color: #333;
}
/* ==========================================================================
   effect
   ========================================================================== */
.quote{
    font-style: italic;
    font-weight: 400;
    font-size: 2em;
        display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.quote span{ font-size:1.0rem;}
.slide {
  width: 100%;
  width: calc(100% - 2%);
  max-width: 1280px;
  margin: 0 auto;
  margin-top: -0vh;
  display: flex;
  flex-flow: row nowrap;
}
.slideshow {
  width: 100%;
  border: 0px solid red;
  overflow: hidden;
}
.slideshow.lg {
  width: 100%;
  /*max-width: 1280px;*/
  border: 0px solid red;
}
.slideshow img {
  width: 100%;
}
.slideshow .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.slideshow {
  box-shadow: 0 11px 50px -30px black;
}
.slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow * {
  outline: none;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  padding: 1em;
  z-index: 9999;
  background-color: rgba(13, 164, 137, 1.00);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#back-to-top i {
  color: #fff;
}
#back-to-top.scrolled {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* ==========================================================================
  footer
   ========================================================================== */
footer {
  padding: 1em 2em;
}
footer .wrapper {
  border-top: 0px solid #000;
  background: linear-gradient(to bottom, #FFFFFF, #ECE9E6);
}
footer ul.footer-main-nav {
  background-color: #292a75;
  margin: 0 auto;
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 0px);
  font-size: clamp(0.7rem, 1.05vw + 0.5rem, 0.85rem);
  padding: 10px 2em;
  font-weight: 400;
  text-transform: uppercase;
  list-style: none;
}
footer ul a {
  color: #fff;
}
footer ul.footer-sub-nav {
  background-color: rgba(13, 164, 137, 1.00);
  height: 41px;
  margin: 0 auto;
  margin-bottom: 1px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 0px);
  font-weight: 700;
  padding: 0 3em;
  font-size: clamp(0.6875rem, 0.6094rem + 0.25vw, 0.65rem);
  padding: 0 3em;
  list-style: none;
}
footer p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: #222;
  padding: 1em;
}
/* --- MOBILE MENU CSS --- */
.logo-mobile {
  max-width: 200px;
}
/* The White Gradient Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
  z-index: 9000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Animation Logic */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
}
.overlay nav {
  width: 100%;
}
/* Menu Lists Styling */
.menu-mobile, .sub-menu-mobile {
  list-style: none;
  padding: 0;
  text-align: center;
}
.menu-mobile {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-top: 3em;
  border: 0px solid red;
  width: 100%;
}
.sub-menu-mobile {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  /* Optional: Adds space between grid items */
  gap: 10px;
  /* Centers content inside ALL grid items */
  place-items: center;
  padding: 0 1em;
  padding: 0 1em;
}
.menu-mobile li {
  margin: 15px 0;
  /* Start position for Entrance Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  /*  width: calc(100% / 6);*/
  color: rgba(14, 24, 106, 1.00);
}
.menu-mobile li a {
  border-bottom: 2px solid navy;
}
.sub-menu-mobile li {
  margin: 15px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  font-size: 0.9em;
  color: #666;
  text-decoration: none;
  font-weight: 900;
  font-family: "IBM Plex Serif", serif;
  color: rgba(14, 24, 106, 1.00);
}
/* When Open: Trigger Entrance Animation */
.overlay.open .menu-mobile li, .overlay.open .sub-menu-mobile li {
  opacity: 1;
  transform: translateY(0);
}
/* Staggered Delay for links */
.overlay.open li:nth-child(1) {
  transition-delay: 0.1s;
}
.overlay.open li:nth-child(2) {
  transition-delay: 0.15s;
}
.overlay.open li:nth-child(3) {
  transition-delay: 0.2s;
}
.overlay.open li:nth-child(4) {
  transition-delay: 0.25s;
}
.overlay.open li:nth-child(5) {
  transition-delay: 0.3s;
}
.overlay.open li:nth-child(6) {
  transition-delay: 0.35s;
}
.overlay.open li:nth-child(7) {
  transition-delay: 0.4s;
}
.overlay.open li:nth-child(8) {
  transition-delay: 0.45s;
}
.menu-mobile a {
  font-size: 1.5rem;
  color: #111;
  text-decoration: none;
  font-weight: bold;
}
.sub-menu-mobile a {
  font-size: 1rem;
  color: #666;
  text-decoration: none;
}
body.lock-scroll {
  overflow: hidden;
}
/* Ensure the mobile header is fixed so Headroom can control it */
.mobile .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
  transition: transform 200ms linear;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 1em;
  transition: transform 200ms linear;
}
/* Force the toggle to stay on top and be visible */
.menu-toggle {
  position: relative;
  z-index: 10001;
  cursor: pointer;
  background: transparent; /* Clean look */
  background-color: #fff;
}
.hamburger-bar {
  background: #333; /* Ensure bars are dark enough to see on white */
}
/* Headroom classes for Mobile */
.mobile .site-header.headroom--pinned {
  transform: translateY(0%);
}
.mobile .site-header.headroom--unpinned {
  transform: translateY(-100%);
}
/* Adjust overlay padding so it doesn't hide behind the sticky header */
/* --- Responsive Layout Rules --- */
.mobile-nav-bar {
  display: none; /* Hidden on desktop */
}
.overlay-menu {
  display: none;
}
/* --- Mobile Specific Styles (Break at 992px) --- */
/* Top bar layout for mobile view */
.mobile-nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #292a75;
  padding: 15px 20px;
  position: relative;
  z-index: 1001;
  font-family: "Nunito Sans", sans-serif;
}
/* Animated Hamburger Button */
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  z-index: 1002;
  width: 40px;
  height: 20px;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
/* Hamburger transform animations into an 'X' */
.menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
/* Full Screen Overlay Styling */
.overlay-menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Gradient transition between your requested brand colors */
  background: linear-gradient(135deg, rgba(41, 42, 117, 0.98) 0%, rgba(13, 164, 137, 0.98) 100%);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 80px 20px 40px 20px;
}
.overlay-menu.open {
  opacity: 1;
  visibility: visible;
}
/* Internal Grid Layout for content blocks */
.overlay-content {
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: center;
}
@media (min-width: 576px) {
  .overlay-content {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
/* Text & Link Formatting */
.overlay-section h3 {
  color: rgba(13, 164, 137, 1.00);
  filter: brightness(1.4); /* Makes headers jump out clearly on the dark back */
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
}
.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay-menu li {
  margin-bottom: 15px;
}
.overlay-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 400;
  display: inline-block;
  transition: transform 0.2s ease, color 0.2s ease;
}
/* Interactive state effects */
.overlay-menu a:hover, .overlay-menu a:focus {
  color: rgba(13, 164, 137, 1.00);
  transform: translateX(5px);
}
/* Prevent background body content scrolling while overlay is open */
body.no-scroll {
  overflow: hidden;
}
}