@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&display=swap');

/* =============================================================================
   RESET
   ============================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body        { line-height: 1; }
ol, ul      { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table       { border-collapse: collapse; border-spacing: 0; }
body        { -webkit-text-size-adjust: none; }



/* =============================================================================
   BASE STYLES
   ============================================================================= */
mark { background-color: transparent; color: inherit; }
input::-moz-focus-inner { border: 0; padding: 0; }
input, select, textarea { -moz-appearance: none; -webkit-appearance: none; appearance: none; }

html { box-sizing: border-box; scroll-behavior: smooth; }
section, footer { scroll-margin-top: 3em; }
*, *:before, *:after { box-sizing: inherit; }

body { background: #ffffff; }
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}
body, input, select, textarea {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px; font-weight: 400; line-height: 26px;
}

/* ─── VARIABLES ──────────────────────────────────────────── */
:root {
  --white:      #ffffff;
  --easifycaribbean: #00646b;
  --easifyorange: #d44021;
--easifybrightblue: #00abc5;
    --easifyyellow: #fcb316;
  --black:     #000000;
}


.white{
    color: var(--white);
}

a {
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: dotted 1px; color: inherit; text-decoration: none;
}
a:hover { border-bottom-color: transparent; }

strong, b { font-weight: 700; }
em, i      { font-style: italic; }
p          { margin: 0 0 26px 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }

h2{
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    font-size: 36px; 
        line-height: 40px;
    color: var(--easifycaribbean);
    margin: 0px 0px 10px 0px;
    }  
h3 { 
font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    font-size: 26px; 
        line-height: 37px;
    color: var(--easifycaribbean);
    margin: 0px 0px 25px 0px;
}
h4 { 
font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    font-size: 50px; 
        line-height: 50px;
    color: var(--easifyyellow);
    margin: 0px 0px 10px 0px;
}
h5 { 
font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    font-size: 32px; 
        line-height: 32px;
    color: var(--easifyyellow);
    margin: 0px 0px 5px 0px;
}
h6 { 
font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    font-size: 32px; 
        line-height: 32px;
    color: var(--easifycaribbean);
    margin: 0px 0px 50px 0px;
}
sub, sup { font-size: 65%; line-height: 0; position: relative; vertical-align: baseline; font-weight: 400; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

hr { border: none; border-top: 1px solid #009542; margin: 15px 0; height: 0; }


/* Lists */
ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; }
ol li { padding-left: 0.25em; }
ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; }
ul li { padding-left: 0.5em; }
ul.alt { list-style: none; padding-left: 0; }
ul.alt li { border-top: solid 1px #fff; padding: 0.5em 0; }
ul.alt li:first-child { border-top: 0; padding-top: 0; }


.nospace-after{
    margin: 0px 0px 0px 0px
}


/* =============================================================================
   PAGE WRAPPER & MENU
   ============================================================================= */
#page-wrapper {
  transition: opacity 0.5s ease; opacity: 1; padding-top: 3em;
}
#page-wrapper:before {
  background: rgba(0,0,0,0); content: ''; display: none;
  height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 10001;
}

.container{
    width: 100%;

}

#menu {
  transform: translateX(20em);
  transition: transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #00646b; color: #ffffff;
  height: 100%; max-width: 80%; overflow-y: auto;
  padding: 3em 2em; position: fixed; right: 0; top: 0; width: 20em; z-index: 10002;
}
#menu ul { list-style: none; padding: 0; }
#menu ul > li { border-top: solid 1px #fcb316; margin: 0.5em 0 0 0; padding: 0.5em 0 0 0; }
#menu ul > li:first-child { border-top: 0 !important; margin-top: 0 !important; padding-top: 0 !important; }
#menu ul > li > a {
  border: 0; color: inherit; display: block; font-size: 0.8em;
  letter-spacing: 0.225em; outline: 0; text-decoration: none; text-transform: uppercase;
  border-radius: 4px; padding: 0.4em 0.75em; margin: 0 -0.75em;
  transition: background-color 0.2s ease;
}
#menu ul > li > a:hover  { background-color: rgba(255,255,255,0.15); }
#menu ul > li > a.active { background-color: rgba(255,255,255,0.25); border-left: 3px solid #fcb316; font-weight: 600; }
#menu .close { border: 0; cursor: pointer; display: block; height: 3em; position: absolute; right: 0; top: 0; width: 3em; background: none; }

body.is-menu-visible #page-wrapper       { opacity: 0.35; }
body.is-menu-visible #page-wrapper:before{ display: block; }
body.is-menu-visible #menu               { transform: translateX(0); }




/* =============================================================================
   HEADER
   ============================================================================= */
#header {
  transition: background-color 0.2s ease, border-color 0.2s ease;
  background: #ffffff; height: 60px; left: 0; line-height: 3em;
  position: fixed; top: 0; width: 100%; z-index: 10003;
border-bottom: 1px solid #e6e6e6;
}
#header h1 {
  transition: opacity 0.2s ease;
  height: inherit; left: 1.25em; line-height: inherit; position: absolute; top: 10px;
}
#header h1 a  { border: 0; display: block; height: inherit; line-height: inherit; }
#header nav   { height: 3em; line-height: 3em; position: absolute; right: 0; top: 5px; }
#header nav > ul { list-style: none; margin: 0; padding: 0; white-space: nowrap; }
#header nav > ul > li { display: inline-block; padding: 0; }
#header nav > ul > li > a {
  border: 0; color: #000000; display: block; font-size: 0.8em;
  letter-spacing: 0.225em; padding: 0 1.5em; text-transform: uppercase;
}
#header nav > ul > li > a.menuToggle {
  outline: 0; position: relative;
  display: inline-flex; align-items: center; gap: 0.5em; padding: 0 40px 0 0;
}
#header nav > ul > li:first-child { margin-left: 0; }
#header.alt                       { background: transparent; border: none;}
#header.alt h1                    { pointer-events: none; opacity: 0; }
#header.alt nav > ul > li > a     { color: #ffffff; }

/* Hamburger */
.hamburger-toggle {
  position: fixed; top: 5px; right: 0; width: 44px; height: 48px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  z-index: 10100; cursor: pointer; border-bottom: none; text-decoration: none;
  touch-action: manipulation; /* eliminates 300ms touch delay on mobile */
  -webkit-tap-highlight-color: transparent;
}
.hamburger-toggle .bar {
  display: block; width: 22px; height: 2px; background-color: #000000;
  border-radius: 2px; transform-origin: 50% 50%;
  transition: transform 0.4s ease 0.15s, opacity 0.3s ease 0.15s, background-color 0.2s ease;
}
body.header-is-alt .hamburger-toggle .bar                  { background-color: #ffffff; }
body.is-menu-visible .hamburger-toggle .bar:nth-child(1)   { transform: translateY(7px) rotate(45deg); }
body.is-menu-visible .hamburger-toggle .bar:nth-child(2)   { opacity: 0; transform: scaleX(0); }
body.is-menu-visible .hamburger-toggle .bar:nth-child(3)   { transform: translateY(-7px) rotate(-45deg); }
body.is-menu-visible .hamburger-toggle .bar                { background-color: #ffffff; }


/* =============================================================================
   BANNER — Full-Page Video Hero
   ============================================================================= */
#banner {
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  cursor: default; height: 100vh; min-height: 35em;
  overflow: hidden; position: relative; text-align: center; background-color: #000000;
    padding: 0px 0px 0px 150px;
}

/* ── Brightcove iframe fills the full banner ── */
.banner-video-wrapper {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}
.banner-video-wrapper iframe {
  /* Scale up so the 16:9 frame always covers the viewport,
     regardless of aspect ratio (same trick as object-fit:cover). */
  position: absolute;
  top: 50%; left: 50%;
  /* Start at 100vw × 56.25vw (16:9). If viewport is taller, switch to 177.78vh wide. */
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  border: none;
}

/* ── Semi-transparent overlay — tweak opacity to taste ── */


.full-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.full-hero-lides { position: absolute; inset: 0; }
.full-hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s var(--ease);
  will-change: opacity;
}

/* ── Foreground content ── */
#banner .inner {
  position: relative; z-index: 2;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s ease 0.3s, transform 0.9s ease 0.3s;
}
#banner.is-ready .inner {
  opacity: 1;
  transform: translateY(0);
}

/* Logo sizing — SVGs collapse to 0 without an explicit width */
#site-logo {
  display: block;
  width: 320px;
  max-width: 60vw;
  height: auto;
}

/* ── "Learn More" scroll cue ── */
#banner .more {
  position: absolute; z-index: 2;
  bottom: 0; left: 150px;
  transform: translateY(0);
  border: none; font-size: 0.8em; height: 8.5em;
  letter-spacing: 0.225em; color: #ffffff;
  opacity: 0;
  outline: 0; padding-left: 0.225em;
  text-align: left; text-transform: uppercase; width: 16em;
  transition: transform 0.75s ease 1.2s, opacity 0.75s ease 1.2s;
}
#banner.is-ready .more {
  opacity: 1;
}
#banner .more::after {
  background-image: url("../assets/icons/arrow-black.svg");
  background-position: center; background-repeat: no-repeat; background-size: contain;
  bottom: 4em; content: ''; display: block; height: 1.5em;
  left: 0.75em; margin: 0; position: absolute; width: 1.5em;
  filter: invert(1);
  animation: banner-bounce 2s ease-in-out infinite;
}

#banner .more .black{
    color: var(--black);
}

#banner .more::after .black-arrow{
      filter: invert(0);
}

/*for black arrows and learn more text*/

/* "Learn More" text nudges in sync with the arrow */
#banner.is-ready .more {
  animation: banner-nudge 2s ease-in-out infinite;
}

@keyframes banner-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(6px); }
}
@keyframes banner-nudge {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(3px); }
}

/* Preload: keep .inner invisible until is-preload is removed */
body.is-preload #banner .inner { opacity: 0; transform: translateY(18px); }
body.is-preload #banner .more  { opacity: 0; }

/* Reduced motion: skip entrance animations and bounce */
@media (prefers-reduced-motion: reduce) {
  #banner .inner,
  #banner.is-ready .inner,
  #banner .more,
  #banner.is-ready .more {
    opacity: 1; transform: none; transition: none; animation: none;
  }
  #banner .more::after {
    animation: none;
  }
}


/* =============================================================================
   SECTIONS
   ============================================================================= */

/*classes used in essential and Edge*/
.section-top-content{
    max-width: 1600px;
    padding: 100px 25px 50px 25px;
    margin: 0 auto;
}

.section-top-content .section-inner{
    max-width: 1300px;
    margin: 0 auto;
}


.section-inner-content{
    max-width: 1300px;
    margin: 0 auto 75px auto; 
}

.content-950{
    max-width: 950px;
    margin: 0 auto 50px auto; 
}

.section-flex{
     display: flex; justify-content: space-between; max-width: 1300px; margin: 0 auto 50px auto; gap:100px; 
}

.section-top-content h2{
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    font-size: 60px; 
        line-height: 70px;
    color: var(--easifycaribbean);
    margin: 0px 0px 10px 0px;
}

h3.brightblue{
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    font-size: 28px; 
        line-height: 38px;
    color: var(--easifybrightblue);
    margin: 0px 0px 10px 0px;
}



.bubble-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  /* centers all rows, including the last partial one */
  gap: 20px;
}


.bubbles{
    border: 1px solid var(--easifycaribbean);
  color: var(--easifyorange);
  padding: 12px 20px 12px 20px;
  border-radius: 10px;
display: flex;
    justify-content: space-between;
    align-items: center;
  width: 32%;
  max-width: 100%;
}


.bubbles-edge{
    border: 1px solid var(--easifycaribbean);
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
display: flex;
    justify-content: space-between;
    align-items: center;
  width: 49%;
  max-width: 100%;
}


.bubbles p{
        font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    font-size: 18px; 
        line-height: 28px;
    margin: 0px;
    text-align: right;
}

.bubbles-edge p{
        font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    font-size: 16px; 
        line-height: 26px;
    margin: 0px;
      color: var(--black);
}

.bubbles-edge p strong{
    font-size: 18px; 
        line-height: 26px;
      font-weight: 700;
      color: var(--easifycaribbean);
}

.bubbles img{
    height: 46px;
    width: auto;
}

.lower-contact-block{
    background: var(--easifycaribbean);
    padding: 25px;
    width: 100%;
}

.lower-contact-block h4{
    color: var(--white);
    font-size: 22px;
    line-height: 32px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.prefooter{
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 25px 0px 25px;
}

.prefooter p{
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
}

/*edge outcomes*/
.better-outcomes {
  font-family: "Open Sans", Arial, sans-serif;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ccc;
  max-width: 1300px;
    margin: 50px 0px 50px 0px;
}

.better-outcomes__header {
  background: #d44021;
  padding: 14px 20px;
}
.better-outcomes__header span {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
}

.better-outcomes__grid {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00abc5+0,00646b+20 */
background: linear-gradient(to bottom,  #00abc5 0%,#00646b 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.better-outcomes__item {
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.better-outcomes__item--last {
  border-right: none;
}

.better-outcomes__icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.better-outcomes__item p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.better-outcomes__item p strong {
  font-weight: 700;
}


/*end edge outcomes*/

/* ── LOWER HERO ── */
.lower-hero {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0;
    overflow: hidden;
}

/* Cover image — never repeats, always fills container */
.lower-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
    display: block;
}

/* Text block — floats vertically centered, offset to the right */
.lower-hero__text {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    width: 520px;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* H4 above the lower-hero image */
.lower-hero-intro {
    padding: 60px 8% 50px;
}

.lower-hero-intro h4,
.lower-hero h4 {
    color: var(--easifyorange);
    font-size: 26px;
    line-height: 36px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

/* CTA box */
.lower-hero__cta {
    width: 500px;
    max-width: 100%;
    min-height: 250px;
    background: var(--easifycaribbean);
    border-radius: 12px;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.lower-hero__cta p {
    margin: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.lower-hero__cta p:first-child {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--easifyyellow);
}

.lower-hero__cta p:last-child {
    font-size: 15px;
    line-height: 24px;
    opacity: 0.9;
}


/*END classes used in essential and Edge*/

.section-one {
  display: flex; justify-content: space-between; padding: 100px 25px 50px 25px; max-width: 1600px; margin: 0 auto;
}

.section-one-edge {
  display: flex; justify-content: space-between; padding: 100px 25px 0px 25px; max-width: 1600px; margin: 0 auto;
}

.section-one .section-inner, .section-one-edge .section-inner{
    max-width: 1300px;
    margin: 0 auto;
}

.section-two{
    padding: 100px 25px 50px 25px; max-width: 1600px; margin: 0 auto;
}

.section-two-edge{
    padding: 50px 25px 50px 25px; max-width: 1600px; margin: 0 auto;
}

.section-two .section-inner, .section-two-edge .section-inner{
    max-width: 1300px;
    margin: 0 auto;

}


/* section-three: full-width background, constrained inner content */
.section-three {
    width: 100%;
    background-color: #00646b;
}
.section-three .section-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 25px 50px 25px;
}

.section-four {
    width: 100%;
    background-color: #e6f0f0;
}
.section-four .section-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 25px 50px 25px;
}


/*.easify-intro { background: #ffffff; padding: 64px 0; }*/
    /* easify-intro-inner replaced by content-wrap */

    .easify-intro-grid div ul{
display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
        font-family: 'Open Sans', sans-serif;
    }
    .easify-pillars { list-style: none; padding: 0; }
    .easify-pillars li {
      padding: 14px 0 14px 20px; 
  flex: 1 1 calc(50% - 30px); /* 2 columns */
          justify-content: center;
      border-left: 1px solid var(--easifybrightblue);
      margin-bottom: 16px;
    }
    .easify-pillars li:last-child { margin-bottom: 0; max-width: calc(50% - 30px); }
    .easify-pillar-title {
      font-size: 18px; font-weight: 700;
      color: var(--easifyorange); margin-bottom: 5px;
    }
    .easify-pillar-desc { font-size: 16px; color: #000000; line-height: 1.65; }
    .easify-intro-right p {
      font-size: 0.97rem; color: #000000; line-height: 1.8; margin-bottom: 16px;
    }



/*edge list*/

.smart-moves {
  list-style: none;
  padding: 0;
  columns: 2;
  column-gap: 40px;
}
.smart-moves li {
  font-size: 16px;
  color: var(--easifycaribbean);
  padding: 7px 0 7px 14px;
  border-left: 1px solid var(--easifybrightblue);
  margin-bottom: 8px;
  line-height: 26px;
  break-inside: avoid; /* keeps each item from splitting across columns */
}

/*end edge list*/
    

    .fsd-heading {
      font-size: clamp(1.4rem, 2.5vw, 2rem);
    }

.fsd-grid { display: flex; justify-content: space-around; gap: 75px; align-content: center; }
    /*.fsd-card-name {
      font-size: 1.4rem; font-weight: 900;
      color: #5bc4f5; line-height: 1; margin-bottom: 12px;
    }*/

.fsd-card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,61,97,0.1); width: 100%; min-width: 0; }

    .fsd-card-header { padding: 35px 35px 35px 35px; background: var(--easifycaribbean); }
    .fsd-card-body { padding: 35px; background: var(--white); }
    .fsd-features li {
      font-size: 16px; color: #000000;
      padding: 7px 0 7px 14px;
      border-left: 1px solid var(--easifyyellow);
      margin-bottom: 8px; line-height: 26px;
    }


    .fsd-card-name em { font-style: normal; color: #5bc4f5; }
    .fsd-card-tagline { font-size: 18px; color: rgba(255,255,255,0.82); line-height: 28px; margin: 0px }
    .fsd-features { list-style: none; padding: 0; }



.basic-flex{
    display: flex; 
    align-items: flex-start;
    justify-content: space-between;
}

.strategy-col { padding: 0px; }
.strategy-col-title { font-size: 20px; font-weight: 400; color: var(--white); margin-bottom: 20px;}
.strategy-features { list-style: none; padding: 0; }
.strategy-features li { font-size: 16px; color: #ffffff; padding: 15px 0; line-height: 26px; border-bottom: 1px solid rgba(255,255,255,0.5); }
.strategy-features li:last-child { border-bottom: none; }
.strategy-center { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0; }

/* ── CAPABILITY SVG CROSSFADE ────────────────────────────────────────────── */
/* Both images sit in the same grid cell, one fades as the other appears    */
.capability-svg-wrap {
  display: grid;
  grid-template-areas: "svg";
  width: 500px;
}
.capability-svg {
  grid-area: svg;
  height: auto;
  transition: opacity 0.5s ease;
}
/* Default (wide): horizontal SVG at 500px */
.capability-svg--h { width: 500px; opacity: 1; }
.capability-svg--v { width: 250px; opacity: 0; pointer-events: none; }

/* Stacked — triggered by .is-stacked class added by JS */
.basic-flex.is-stacked .capability-svg-wrap { width: 250px; }
.basic-flex.is-stacked .capability-svg--h   { opacity: 0; pointer-events: none; }
.basic-flex.is-stacked .capability-svg--v   { opacity: 1; pointer-events: auto; }

@media (prefers-reduced-motion: reduce) {
  .capability-svg       { transition: none; }
  .capability-svg-wrap  { transition: none; }
}


/* ── SHARED: OVERVIEW / VIDEO SECTION ───────────────────── */
.overview-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 50px; align-items: start; }
.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden !important;
  background: var(--darkblue);
  box-shadow: 0 8px 40px rgba(0,61,97,0.18);
  isolation: isolate;
  contain: strict;
  clip-path: inset(0);
}
.video-wrap iframe,
.video-wrap .bc-iframe,
.video-wrap [id*="bc"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.video-wrap:hover { box-shadow: 0 16px 56px rgba(0,61,97,0.3); }
.video-bg, .video-label, .video-play, .video-duration { display: none; }
.overview-copy { display: flex; flex-direction: column; gap: 0; }
.overview-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; display: block; }
.overview-heading { font-size: clamp(1.2rem, 2.2vw, 1.55rem); font-weight: 800; color: var(--primary); line-height: 1.4; margin-bottom: 28px; }
.overview-paras { display: flex; flex-direction: column; gap: 18px; }


.overview-paras p { 
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    font-size: 30px; 
    color: var(--easifycaribbean);
    line-height: 40px;
    }

.overview-paras p.edge { 
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    font-size: 20px; 
    color: var(--black);
    line-height: 32px;
    }


.overview-paras p strong { color: var(--darkblue); font-weight: 700; }
.overview-paras .trust-line { font-size: 1.1rem; font-weight: 700; color: var(--primary); margin-top: 8px; }





.text-item     { max-width: 900px; width: 100%; }

.unity-shape-left  { width: 500px; height: 300px; display: block; border-radius: 12px 0 0 45px; background-color: violet; }
.unity-shape-right { width: 500px; height: 300px; border-radius: 0 45px 12px 0; background-color: cornflowerblue; }
.shape-image-001   { background-image: url("../assets/images/unity-asian-family.jpg"); background-size: cover; }
.shape-image-002   { background-image: url("../assets/images/unity-woman-computer.jpg"); background-size: cover; }




/* =============================================================================
   WRAPPER
   ============================================================================= */
.wrapper        { padding: 6em 0 4em 0; }
.wrapper > .inner { width: 60em; margin: 0 auto; }
.wrapper.alt    { padding: 0; }
.wrapper.style2 { background-color: #365c4c; }
.wrapper.style3 { background-color: #f3f3f4; }


/* =============================================================================
   VIDEO
   ============================================================================= */
.video-responsive-wrapper {
  position: relative; width: 100%; aspect-ratio: 16/9; background: #000; overflow: hidden;
}
.video-responsive-wrapper iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 5;
}


/* =============================================================================
   FOOTER
   ============================================================================= */
#footer { padding: 50px; background-color: var(--easifyyellow) !important; text-align: left; }
#footer .icons         { display: none; font-size: 12px; }
#footer .icons a       { color: #000000; }
#footer .icons a:hover { color: #000000; }
#footer .copyright     { padding: 0; margin: 0 auto; max-width: 950px; }
#footer .copyright p   { color: black; font-size: 12px; line-height: 20px; margin: 0px; }
#footer .copyright li  {
  border-left: solid 1px rgba(255,255,255,0.5);
  display: inline-block; line-height: 1em; margin-left: 1em; padding-left: 1em;
}
#footer .copyright li:first-child { border-left: 0; margin-left: 0; padding-left: 0; }
#footer .copyright li a       { color: inherit; }
#footer .copyright li a:hover { color: #fff; }

body.landing #page-wrapper {
  width: 100%; background-color: #ffffff; position: relative; overflow: hidden; padding-top: 0;
}
body.landing #page-wrapper::before,
body.landing #page-wrapper::after { content: none; }
body.landing #footer { background-color: #009542; }


/* =============================================================================
   MEDIA QUERIES
   ============================================================================= */

@media screen and (max-width: 1100px) {
  /* Stack the three-column strategy layout vertically */
  .basic-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .basic-flex .strategy-col   { width: 100%; }
  /* strategy-center goes full width; SVG wrap centers itself with margin auto */
  .basic-flex .strategy-center {
    width: 100%;
    padding: 0px 0 10px 0;
    align-items: flex-start; /* match the left-align of the columns */
  }
  /* SVG wrap: fixed 250px, no auto margin — left-aligned like everything else */
  .basic-flex.is-stacked .capability-svg-wrap { width: 250px; margin: 0; }
  .basic-flex.is-stacked .capability-svg--v   { width: 250px; }
}

@media screen and (max-width: 1600px) {
  .overview-grid { grid-template-columns: 1.2fr 1fr; gap: 40px; }
}
@media screen and (max-width: 1300px) {
    
    .section-noflex{
        padding: 0px 25px 50px 25px; 
    }
    
  .overview-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .overview-paras p { 
   font-size: 22px; 
    line-height: 32px;
    }
    
    h2{
    font-size: 28px; 
        line-height: 28px;

    }  
    
    h3 { 
    font-size: 22px; 
        line-height: 32px;
    }
    
}
@media screen and (max-width: 980px) {
    
#site-logo {
  display: block;
  width: 220px;
  height: auto;
}    
    
    
    
  .overview-grid { grid-template-columns: 1fr 1.2fr; gap: 20px; }

  /* Scale banner to 16:9 of viewport width, video covers it with no gaps */
  #banner {
    height: 56.25vw !important;
    min-height: 0 !important;
  }
  .banner-video-wrapper iframe {
    position: absolute;
    top: 50%; left: 50%;
    width: 105%;
    height: 105%;
    transform: translate(-50%, -50%);
  }
  #banner .more { display: none; }
.section-flex{
 margin: 0 0px 50px 0px; gap:20px; 
}    
    
    .section-flex{
        display: block;
    }    
    
    .bubbles, .bubbles-edge{
;
  width: 100%;

}

    
.section-top-content{
    padding: 40px 25px 50px 25px;
}    
    
    .section-inner h2{
        font-size: 28px;
        line-height: 30px;
    }    
    
.section-inner h2 br.none{display: none;}
   
    
.smart-moves {
  columns: 1;
}
   
    
    
 .better-outcomes__grid {
    grid-template-columns: 1fr;
  }
  .better-outcomes__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .better-outcomes__item--last {
    border-bottom: none;
  }

  /* Lower hero — tablet */
  .lower-hero {
    height: auto;
    min-height: 480px;
    background-attachment: scroll;
  }
  .lower-hero__text {
    width: 90%;
    max-width: 480px;
    right: 5%;
  }
  .lower-hero h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .lower-hero__cta {
    width: 100%;
    min-height: 220px;
    padding: 28px 32px;
  }

}

@media screen and (max-width: 530px) {

  /* Lower hero — mobile: shorter, text moves to bottom with dark overlay */
  .lower-hero {
    height: 420px;
    background-attachment: scroll;
    /* Optional: swap image for a portrait crop on mobile */
    /* background-image: url('assets/images/support/edge-lower-hero-mobile.jpg'); */
    display: flex;
    align-items: flex-end;
  }
  .lower-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 60%);
    pointer-events: none;
  }
  .lower-hero__text {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0 24px 32px;
    z-index: 1;
  }
  .lower-hero h4 {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
  }
  .lower-hero__cta {
    width: 100%;
    min-height: auto;
    padding: 24px;
    border-radius: 8px;
  }
  .lower-hero__cta p:first-child {
    font-size: 17px;
  }
  .lower-hero__cta p:last-child {
    font-size: 14px;
  }

  /* At narrow mobile, fix the banner to a good-looking height and
     use the same cover formula as desktop so video always fills edge to edge */
  #banner {
    height: 320px !important;
    min-height: 0 !important;
    padding: 0px 0px 0px 15px !important;
}  
       
  
  .banner-video-wrapper iframe {
    width: max(100%, 177.78vh);
    height: max(56.25vw, 100%);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
 
}
}


@media screen and (max-width: 1100px) {
  /* fsd-cards start shrinking before they stack */
  .fsd-card { min-width: 0; }
}

@media screen and (max-width: 810px) {
  /* Stack the overview video + text vertically */
  .overview-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .video-wrap { width: 100%; }

  /* Stack pillars to single column */
    
    .easify-intro-grid div ul{
  gap: 20px;
    }    
    
    
  .easify-pillars { flex-direction: column; }
  .easify-pillars li,
  .easify-pillars li:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }

  /* Stack fsd-cards */
  .fsd-grid {
    flex-direction: column;
    gap: 30px;
  }
  .fsd-card { width: 100%; min-width: 0; }

 .section-one {
 padding: 50px 25px 0px 25px; 
}
  .section-two         { flex-direction: column; padding: 50px 25px 35px 25px; }
  .lower-part          { padding: 0 25px 50px 25px !important; }

  #footer              { padding: 50px 25px; }
}

@media screen and (max-width: 755px) {
  .features li {
    padding: 20px;
    background-color: transparent !important;
    width: 100%;
  }
  .features li:first-child { border-top: 0; }
  .features li:nth-child(1),
  .features li:nth-child(2),
  .features li:nth-child(3),
  .features li:nth-child(4),
  .features li:nth-child(5),
  .features li:nth-child(6),
  .features li:nth-child(7) { border-radius: 12px 0 0 45px; }
  .features li.callout      { padding: 50px; }
  .features li:nth-child(8) {
    width: 100%;
    background-position: 50%;
    border-radius: 12px 0 0 45px;
  }
}



@media screen and (max-width: 980px) {
 
h4 { 
    font-size: 32px; 
        line-height: 40px;}
h5 { 
    font-size: 26px; 
        line-height: 32px;
}
h6 { 
    font-size: 24px; 
        line-height: 30px;
}    
    
    
  body.landing #footer     { background-color: #365c4c; }
  .section-two             { flex-direction: column; }
  header h2               { font-size: 35px; line-height: 40px; margin: 0 0 0.5em 0; }    
  #header nav > ul > li > a.menuToggle { padding: 0 1.5em; }
  #header nav > ul > li > a.menuToggle span:not(.hamburger) { display: none; }
  #header nav > ul > li > a { padding: 0 0 0 1.5em; }
  #banner  { padding: 10em 3em; height: auto; min-height: 0; }
  #banner h2   { font-size: 1.25em; }
  #banner br   { display: none; }
  #banner .more{ display: none; }
  .wrapper     { padding: 3em 2em 1em 2em; }
  #menu        { padding: 3em 1.5em; }
  #header h1 a { font-size: 0.8em; }
  #footer      { padding: 3em 2em 1em 2em; }
}

@media screen and (max-width: 670px) {
  .phone-burst-wrapper    { margin-right: -13%; }
  .unity-phone            { height: 200px; }
  .burst                  { transform: translate(-50%, -50%) scale(0.40); }
  header h2               { font-size: 30px; line-height: 40px; margin: 0 0 0.5em 0; }
  .features li.callout    { padding: 40px 0 20px 20px; }
  .features li:nth-child(8) { background-position: 20%; }
    #site-logo {
  width: 130px;
  height: auto;
}    
}

@media screen and (max-width: 480px) {
  .phone-burst-wrapper    { margin-right: -23%; }
  .video-responsive-wrapper { min-height: 250px; }
  #footer .copyright li   { border: 0; display: block; line-height: 1.65em; margin: 0; padding: 0.5em 0; }
    
}

@media screen and (max-width: 470px) {
  header h2               { font-size: 22px; line-height: 32px; margin: 0 0 0.5em 0; }
  .features li.callout    { padding: 30px 0 20px 20px; }
  .features li.callout p  { font-size: 16px; line-height: 22px; }
  .features li:nth-child(8) { background-position: 20%; }
    
    
    
}

@media screen and (max-width: 400px) {
  .phone-burst-wrapper      { margin-right: -31%; }
  .features li.callout      { padding: 15px 0 10px 20px; }
  .features li:nth-child(8) { background-position: 40%; }
  .features li.callout br   { display: none; }
  .features li.callout div  { width: 70%; }
}
