/* ═══════════════════════════════════════════════════════════════════════════
   INVOLV DESIGN SYSTEM — HubSpot landingspagina's  ·  v1.0
   ---------------------------------------------------------------------------
   Afgestemd op de canonieke WordPress-stylesheet involv-design-system.css v3.31
   (bron van waarheid voor involv-intranet.com). Alle tokens/typografie/radius/
   knoppen zijn 1:1 overgenomen zodat HubSpot-landingspagina's er identiek uitzien
   als de homepage.

   GEBRUIK
   1. Plak dit ÉÉN keer in de landing-page stylesheet (of een aparte stylesheet
      gekoppeld aan het template) — niet per pagina.
   2. Wikkel elk blok in <div class="involv-ds"> … </div>.
   3. Alle stijl is gescoped onder .involv-ds → nul clash met het HubSpot-thema.

   Scope-prefix bewust ".involv-ds" (niet ".involv") zodat WP- en HubSpot-DS naast
   elkaar kunnen bestaan zonder botsing.
   ═══════════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');

/* ─── TOKENS (1:1 met WP DS v3.31) ─────────────────────────────────────────── */
.involv-ds{
  /* Kleur */
  --iv-navy:#111926;
  --iv-navy-2:#202F47;
  --iv-red:#E9514B;
  --iv-pink:#C5416A;
  --iv-yellow:#FFE746;
  --iv-green:#2eab6f;
  --iv-grad-warm:linear-gradient(135deg,#C5416A,#E9514B);
  --iv-grad-cool:linear-gradient(135deg,#111926,#202F47);
  --iv-ink:#eef1f6;              /* tekst op donker */
  --iv-dim:#9aa6bd;              /* gedimde tekst op donker */
  --iv-surface:#f7f7f7;          /* licht kaart-/blokje-vlak */
  --iv-paper-ink:#16202f;        /* tekst op licht */
  --iv-paper-dim:#566175;        /* gedimde tekst op licht (navy-getint) */
  --iv-line-d:rgba(17,25,38,.10);
  /* Layout */
  --iv-radius:18px;              /* kaarten + beelden */
  --iv-radius-btn:10px;          /* knoppen + formuliervelden */
  --iv-ease:cubic-bezier(.16,1,.3,1);
  /* Type-scale */
  --iv-fs-display:clamp(2rem,4vw,3.2rem);   /* finale CTA-kop */
  --iv-fs-stat:clamp(2.2rem,4vw,3.2rem);    /* groot statcijfer */
  --iv-fs-h1:clamp(1.85rem,3.1vw,2.75rem);  /* hero-titel */
  --iv-fs-h2:clamp(1.9rem,3.6vw,2.9rem);    /* sectiekop */
  --iv-fs-lead:1.05rem;                     /* ~17px intro/lead */
  --iv-fs-body:0.9375rem;                   /* 15px lopende tekst */
  --iv-fs-body-sm:0.875rem;                 /* 14px */
  --iv-fs-meta:0.8125rem;                   /* 13px meta/caption */
  --iv-fs-eyebrow:0.78rem;                  /* ~12.5px eyebrow */
  --iv-fs-btn:0.9375rem;                    /* 15px knop */

  font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  line-height:1.6;
  color:var(--iv-paper-ink);
}
.involv-ds *{box-sizing:border-box}

/* ─── TYPOGRAFIE ───────────────────────────────────────────────────────────── */
/* Koppen: 800 + negatieve tracking = homepage-signatuur */
.involv-ds h1,.involv-ds h2,.involv-ds h3,.involv-ds h4{font-weight:800;letter-spacing:-.5px;line-height:1.2}

.involv-ds .iv-eyebrow{
  display:inline-block;font-size:var(--iv-fs-eyebrow);font-weight:600;
  letter-spacing:2.5px;text-transform:uppercase;color:var(--iv-pink);margin:0 0 18px;
}
.involv-ds .iv-h2{font-size:var(--iv-fs-h2);color:var(--iv-paper-ink);margin:0 0 16px}
.involv-ds .iv-lead{font-size:var(--iv-fs-lead);line-height:1.7;color:var(--iv-paper-dim);margin:0 0 26px}

/* ─── BUTTONS (1:1 met WP .btn) ────────────────────────────────────────────── */
.involv-ds .iv-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-weight:600;font-size:var(--iv-fs-btn);padding:13px 24px;
  border-radius:var(--iv-radius-btn);border:1px solid transparent;
  text-decoration:none;cursor:pointer;white-space:nowrap;transition:all .25s var(--iv-ease);
}
.involv-ds .iv-btn--primary{background:var(--iv-grad-warm);color:#fff}
.involv-ds .iv-btn--white{background:#fff;color:var(--iv-red)}
.involv-ds .iv-btn--white:hover{color:var(--iv-navy);box-shadow:rgba(50,50,93,.1) 0 30px 60px 0 inset,rgba(0,0,0,.15) 0 18px 36px 0 inset}
.involv-ds .iv-btn--primary:hover{box-shadow:rgba(50,50,93,.1) 0 30px 60px 0 inset,rgba(0,0,0,.15) 0 18px 36px 0 inset}
.involv-ds .iv-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.involv-ds .iv-btn--ghost:hover{border-color:var(--iv-pink);color:var(--iv-pink)}
.involv-ds .iv-btn--ghost.dark{color:var(--iv-paper-ink);border-color:var(--iv-line-d)}
.involv-ds .iv-btn--ghost.dark:hover{border-color:var(--iv-pink);color:var(--iv-pink)}

/* ═══ HERO (donkere sectie, witte tekst) ═══════════════════════════════════ */
.involv-ds .iv-hero-eyebrow{
  display:inline-block;background:var(--iv-grad-warm);color:#fff;
  font-size:var(--iv-fs-eyebrow);font-weight:600;letter-spacing:2px;text-transform:uppercase;
  padding:5px 14px;border-radius:4px;margin:0 0 18px;
}
.involv-ds .iv-hero-title{font-size:var(--iv-fs-h1);color:#fff;line-height:1.16;margin:0 0 18px}
.involv-ds .iv-hero-title .accent{background:var(--iv-grad-warm);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.involv-ds .iv-hero-lead{font-size:var(--iv-fs-lead);font-weight:300;line-height:1.7;color:var(--iv-dim);margin:0 0 22px}
.involv-ds .iv-hero-list{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:13px}
.involv-ds .iv-hero-list li{position:relative;padding-left:30px;font-size:var(--iv-fs-lead);font-weight:300;color:var(--iv-ink);line-height:1.5}
.involv-ds .iv-hero-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--iv-green);font-weight:800;font-size:16px}

/* Award / badge-kaart op donkere sectie */
.involv-ds .iv-award{display:flex;align-items:center;gap:14px;width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--iv-radius);padding:16px 20px}
.involv-ds .iv-award img{width:92px;height:auto;flex-shrink:0;max-width:100%;border-radius:0}
.involv-ds .iv-award__title{display:block;color:#fff;font-weight:700;font-size:var(--iv-fs-body);margin:0 0 3px}
.involv-ds .iv-award__sub{color:rgba(255,255,255,.7);font-size:var(--iv-fs-body)}

/* ═══ SPLIT + FEATURE-LIJST ════════════════════════════════════════════════ */
.involv-ds .iv-split{display:flex;gap:40px;align-items:stretch;flex-wrap:wrap}
.involv-ds .iv-split>*{flex:1;min-width:280px}
.involv-ds .iv-media img{width:100%;height:auto;object-fit:cover;border-radius:var(--iv-radius);display:block;max-width:100%}

.involv-ds .iv-features{display:flex;flex-direction:column;gap:8px}
.involv-ds .iv-feature{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:var(--iv-radius);background:var(--iv-surface)}
.involv-ds .iv-feature__icon{width:44px;height:44px;flex-shrink:0;background:var(--iv-grad-cool);border-radius:13px;display:flex;align-items:center;justify-content:center;color:#fff}
.involv-ds .iv-feature__icon svg{width:22px;height:22px;display:block}
.involv-ds .iv-feature__title{font-size:var(--iv-fs-lead);font-weight:700;color:var(--iv-paper-ink);margin:0 0 3px;letter-spacing:-.3px}
.involv-ds .iv-feature__desc{font-size:var(--iv-fs-body);line-height:1.6;color:var(--iv-paper-dim);margin:0}

/* ═══ STAT / PIJNPUNT-KAARTEN ══════════════════════════════════════════════ */
.involv-ds .iv-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:760px){.involv-ds .iv-stats{grid-template-columns:1fr}}
.involv-ds .iv-stat{background:var(--iv-surface);border:1px solid var(--iv-line-d);border-radius:var(--iv-radius);padding:32px 24px}
.involv-ds .iv-stat__icon{width:52px;height:52px;border-radius:13px;margin:0 0 16px;display:flex;align-items:center;justify-content:center;background:var(--iv-grad-cool);color:#fff}
.involv-ds .iv-stat__icon svg{width:26px;height:26px}
.involv-ds .iv-stat__figure{font-size:var(--iv-fs-stat);font-weight:800;line-height:1.1;margin:0 0 10px;background:var(--iv-grad-warm);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.involv-ds .iv-stat__label{font-size:var(--iv-fs-lead);font-weight:700;color:var(--iv-paper-ink);margin:0 0 10px;letter-spacing:-.3px}
.involv-ds .iv-stat__desc{font-size:var(--iv-fs-body);color:var(--iv-paper-dim);line-height:1.7;margin:0}

/* ═══ PANEL / CALLOUT + CHECKLIST ══════════════════════════════════════════ */
.involv-ds .iv-panel{background:var(--iv-surface);border-radius:var(--iv-radius);padding:32px 36px;margin-top:28px}
.involv-ds .iv-panel__label{font-size:var(--iv-fs-eyebrow);font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var(--iv-pink);margin:0 0 20px}
.involv-ds .iv-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.involv-ds .iv-checklist li{position:relative;padding-left:32px;font-size:var(--iv-fs-body);color:var(--iv-paper-ink);line-height:1.6}
.involv-ds .iv-checklist li::before{content:"✓";position:absolute;left:0;top:0;color:var(--iv-green);font-weight:800;font-size:17px}

/* ═══ TESTIMONIAL / QUOTE (donkere sectie) ═════════════════════════════════ */
.involv-ds .iv-quote{background:var(--iv-grad-cool);border-radius:var(--iv-radius);padding:72px 48px;display:flex;align-items:center;gap:60px;flex-wrap:wrap}
.involv-ds .iv-quote__body{flex:1;min-width:280px}
.involv-ds .iv-quote__text{font-size:1.75rem;font-weight:700;color:#fff;line-height:1.35;letter-spacing:-.4px;margin:0 0 24px}
.involv-ds .iv-quote__text::before{content:"\201C";color:var(--iv-pink);margin-right:2px}
.involv-ds .iv-quote__text::after{content:"\201D";color:var(--iv-pink);margin-left:2px}
.involv-ds .iv-quote__name{font-size:var(--iv-fs-body);font-weight:700;color:#fff;margin:0 0 4px}
.involv-ds .iv-quote__role{font-size:var(--iv-fs-body);color:rgba(255,255,255,.55);margin:0}
.involv-ds .iv-quote__aside{flex:1;min-width:280px;text-align:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--iv-radius);padding:40px 32px}
.involv-ds .iv-quote__aside img{width:139px;height:auto;max-width:100%;margin:0 0 20px;border-radius:0}
.involv-ds .iv-quote__aside p{font-size:var(--iv-fs-body);color:rgba(255,255,255,.75);line-height:1.75;margin:0}
.involv-ds .iv-quote__aside strong{color:#fff}

/* ═══ PRIJS-BALK ═══════════════════════════════════════════════════════════ */
.involv-ds .iv-pricebar{background:var(--iv-surface);border-radius:var(--iv-radius);padding:40px 48px;display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap;text-align:center}
.involv-ds .iv-pricebar__kicker{font-size:var(--iv-fs-eyebrow);font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var(--iv-pink);margin:0 0 4px}
.involv-ds .iv-pricebar__price{font-size:clamp(2.2rem,4vw,3rem);font-weight:800;color:var(--iv-paper-ink);line-height:1;margin:0;letter-spacing:-1px}
.involv-ds .iv-pricebar__price span{font-size:var(--iv-fs-lead);font-weight:500;color:var(--iv-paper-dim);letter-spacing:0}
.involv-ds .iv-pricebar__note{font-size:var(--iv-fs-meta);color:var(--iv-paper-dim);margin:4px 0 0}
.involv-ds .iv-pricebar__divider{width:1px;height:48px;background:var(--iv-line-d);flex-shrink:0}
.involv-ds .iv-pricebar__list{font-size:var(--iv-fs-body);color:var(--iv-paper-dim);line-height:2.1;text-align:left}

/* ═══ FAQ ACCORDION ════════════════════════════════════════════════════════ */
.involv-ds .iv-faq{border:1px solid var(--iv-line-d);border-radius:var(--iv-radius);overflow:hidden;background:#fff}
.involv-ds .iv-faq details{border-bottom:1px solid #eee}
.involv-ds .iv-faq details:last-child{border-bottom:0}
.involv-ds .iv-faq summary{padding:22px 28px;font-size:var(--iv-fs-lead);font-weight:600;color:var(--iv-paper-ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}
.involv-ds .iv-faq summary::-webkit-details-marker{display:none}
.involv-ds .iv-faq summary::after{content:"+";color:var(--iv-pink);font-size:22px;font-weight:400;flex-shrink:0}
.involv-ds .iv-faq details[open] summary::after{content:"\2013"}
.involv-ds .iv-faq__answer{padding:0 28px 24px;font-size:var(--iv-fs-body);color:var(--iv-paper-dim);line-height:1.8}
.involv-ds .iv-faq__answer p{margin:0 0 12px}
.involv-ds .iv-faq__answer p:last-child{margin:0}

/* ═══ CTA-BANNER (warme gradient) ══════════════════════════════════════════ */
.involv-ds .iv-cta{background:var(--iv-grad-warm);border-radius:var(--iv-radius);padding:72px 48px;text-align:center}
.involv-ds .iv-cta__title{font-size:var(--iv-fs-display);color:#fff;margin:0 0 14px}
.involv-ds .iv-cta__sub{font-size:var(--iv-fs-lead);color:rgba(255,255,255,.9);margin:0 0 36px}
.involv-ds .iv-cta__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ─── RESPONSIEF ───────────────────────────────────────────────────────────── */
@media(max-width:860px){
  .involv-ds .iv-quote{padding:44px 28px;gap:32px}
  .involv-ds .iv-cta{padding:48px 28px}
}


@media (max-width: 767px) {
    .row-fluid [class*='span'] {
        display: block !important;
    }
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/* form */
label.nolabel {
    display: none;
}

/* header */
body:not(.body-header__scroll) .header {
   top: -1px !important;
   position: relative !important;
}



.floating-header.body-header__scroll header.header,
.body-header__scroll [data-global-resource-path*=header] {
  position: absolute !important;
}

.header .top-navigation {
    background-color: #3d4045;
    padding-bottom: 0;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.header .top-navigation .header__container {
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    flex-direction: row;
}

.header .top-navigation .menu__link, 
.header .hs-language-switcher__current-language {
    color: #fff;
    font-size: 12px;
    text-transform: none;
    line-height: 10px;
    font-weight: normal;
}

.header .hs-language-switcher__current-language svg {
    margin-right: 5px;
    height: 16px !important;
    position: relative;
    top: 4px;
}

.header .hs-language-switcher {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
  cursor: pointer;
}

.header .top-navigation .menu__item--depth-1 {
    padding: 7.8px .6rem;
  border: none;
  width: auto;
}

.header .top-navigation .menu__item--depth-1>.menu__link {
  padding: 0;
}


.header .header-middle .menu__child-icon {
    position: relative;
    top: 3px;
    right: 3px;
}

.header .hs-language-switcher__current-language {
    padding-left: 10px;
    margin-bottom: 7px;
    display: block; 
}

.header .hs-language-switcher__menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    top: 100%;
    width: 134px;
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
    left: 8px;
    display: none;
}

.header .hs-language-switcher:hover .hs-language-switcher__menu  {
   display: block;
}

.header .hs-language-switcher__menu a {
    text-transform: uppercase;
    display: block;
    margin: 5px 0;
    padding: 6px 12px 6px 12px;
    min-width: 120px;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.header .hs-language-switcher__menu a img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.header .hs-language-switcher__menu a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.header .header-middle .menu__link > svg {
    margin-right: 5px;
}

.header.header-scroll .header__container {
    padding-top: 0;
  padding-bottom: 0;
}



.header .header__cta.cta_primary:hover {
    box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 2px 0px, rgba(60, 64, 67, 0.0) 0px 2px 6px 2px, rgba(50, 50, 93, 0.1) 0px 30px 60px -0px inset, rgba(0, 0, 0, 0.15) 0px 18px 36px -0px inset !important;
    background: var(--cta-primary-bg-color);
    color: var(--cta-primary-color);
}

@media(min-width: 1025px) {
  
 
  .header.header-scroll {
    top: -37px !important;
  }
  
  .header .top-navigation .menu__item--depth-1:first-child {
    padding-left: 0;
  }
  
  .header .header__logo {
    max-width: 100%;
    padding-top: 0;
  }
  
  .header.header-scroll .header__logo {
    max-width: 244px;
  }

  .header .header__logo img {
    transition: opacity .2s ease;
  }
  
  .header__column {
    margin-right: -14px;
    margin-top: 5px;
  }
  
  .header .header__column .menu__item--depth-1 {
    padding: .7rem 20px;
  }
  
  .header__cta--wrapper, .header__search-parent {
    margin-left: 0;
  }
  
  .header .menu__submenu {
    border-top: 2px solid #df2773;
    width: 270px;
    left: 13px;
  }
  
  .header .menu__submenu .menu__item {
    border: none;
  }
  .header .menu__submenu--level-2 .menu__item .menu__link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
  }
  
  .header .desktop-hidden {
     display: none;
  }
  

  .header .menu__item--depth-1.menu__item--has-submenu > button {
    display: none;
  }


  
  .header .header-middle .menu__item--depth-1 {
    transition: height .25s ease, line-height .25s ease;
    -webkit-transition: height .25s ease, line-height .25s ease;
    -moz-transition: height .25s ease, line-height .25s ease;
    -ms-transition: height .25s ease, line-height .25s ease;
    -o-transition: height .25s ease, line-height .25s ease;
  }

  .header .header-middle .menu__item--depth-1 > .menu__link {
    transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    -webkit-transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    -moz-transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    -ms-transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    -o-transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    position: relative;
  }

  .header .header-middle .menu__item--depth-1 > .menu__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    filter: alpha(opacity =@ opacity* 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: #fff;
    background-color: #222 !important;
  }

  .header .header-middle  .menu__item--depth-1:hover > .menu__link:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity =@ opacity* 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
  }

}

@media(max-width: 1024px) {
  .body-header__scroll [data-global-resource-path*=header-no-navigation] .body-header__scroll header.header.header--no-navigation, .body-header__scroll [data-global-resource-path*=header], .body-header__scroll header.header {
    position: relative;
  }
  
  .header .header__logo {
    max-width: 270px;
  }
  
  .header .top-navigation:not(.active) {
    display: none;
  }
  
  .top-navigation .header--element {
    display: block;
  }
  
  .header .top-navigation .menu__item--depth-1>.menu__link {
    padding: 5px 0;
}
  
  .header .mk-toolbar-resposnive-icon {
    text-align: center;
  }
  
  .header .mk-toolbar-resposnive-icon svg {
    cursor: pointer;
  }
  
  .header:not(.header--no-navigation) .header-middle .header__container {
     padding-top: 0;
  }
  
  .header__navigation--toggle {
    width: 18px;
    height: 18px;
    top: 16px;
    right: 50px;
  }
  .header__navigation--toggle span {
    height: 3px;
  }
  
  .header__navigation--toggle span:nth-child(2), .header__navigation--toggle span:nth-child(3) {
    top: 6px;
  }
  
  .header__navigation--toggle span:nth-child(4) {
    top: 12px;
  }
  
  body .header__navigation__mobile_group {
    transform: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    height: 50vh;
    position: absolute;
    z-index: 99999;
    padding: 0;
    display: none;
  }
  
    body .header__navigation__mobile_group.open {
      transform: translateY(0);
      top: 69px;
      display: block;
    }
  
  body  .header .menu__item--depth-1>.menu__link {
    padding: 12.5px 20px;
    font-size: 13px !important;
    width: 100%;
  }
  
  body .header .header-middle .menu__child-toggle-icon:before {
    display: none;
  }
  
  body .header .header-middle .menu__child-toggle-icon {
    margin-right: 20px;
    top: -5px;
    position: relative;
  }
  
  body .header .header-middle .menu__child-toggle-icon svg {
    display: block;
    
  }
  
  body .menu__submenu--level-2 .menu__item {
    border: none;
  }
  body .menu__submenu--level-2 .menu__item a {
    font-size: 13px;
    line-height: 13px;
    text-transform: none;
    font-weight: normal;
  }
  
  body .header .header-middle .menu__item a:hover {
        background-color: rgba(0, 0, 0, .03);
  }
  
  body .header__cta--wrapper {
    margin-top: 0;
  }
  
  body .header__cta--wrapper a {
    width: 100%;
    text-align: left;
  }
  
}


.header.header--no-navigation .header__container {
    align-items: center;
    flex-direction: row;
}


@media(max-width: 800px) {
  .header.header--no-navigation .header__container  .header__side-cta {
    display: none;
  }
}


/* footer */

.footer h6 {
  margin-bottom: 26px;
}

.footer .hs-menu-wrapper.hs-menu-flow-vertical ul li {
    padding-bottom: 10.7px;
}

.footer .hs-menu-flow-vertical ul>li.hs-menu-item {
    margin: 0 6px;
}

.footer .hs-menu-flow-vertical ul > li.hs-menu-item > a {
  position: relative;
  padding-left: 12px;
}

.footer .hs-menu-flow-vertical ul > li.hs-menu-item > a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='mk-svg-icon' data-name='mk-icon-angle-right' data-cacheid='icon-66863f45d27ed' style=' height:14px; width: 5px; ' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 1792' fill='%23fff'%3E%3Cpath d='M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'%3E%3C/path%3E%3C/svg%3E");
      height: 14px;
    width: 5px;
  display: block;
  position: absolute;
  top: 4px;
}

.footer .hs-menu-flow-vertical ul > li.hs-menu-item > a:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='mk-svg-icon' data-name='mk-icon-angle-right' data-cacheid='icon-66863f45d27ed' style=' height:14px; width: 5px; ' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 1792' fill='%23df2773'%3E%3Cpath d='M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'%3E%3C/path%3E%3C/svg%3E"); 
}

.footer span#hs_cos_wrapper_bottom_footer-module-5_ p {
    margin: 0;
    font-size: 11px;
    letter-spacing: 1px;
}

.footer .bottom-footer .hs-menu-flow-horizontal ul li.hs-menu-depth-1 {
    margin: 0;
}

.footer .bottom-footer .hs-menu-flow-horizontal ul li.hs-menu-depth-1 a {
    margin: 25px 13px 20px;
}

.footer .social-links__icon {
    width: 32px;
  height: 32px;
  margin: 0 14px 0 0;
}

@media(min-width: 768px) {
  .bottom-footer .hs-menu-wrapper {
    float: right;
  }
}

@media(max-width: 767px) {
  .footer .bottom-footer {
    text-align: center;
  }
  
  .footer span#hs_cos_wrapper_bottom_footer-module-5_ p {
    margin-bottom: 10px;
  }
  
  .footer h6 {
    font-size: 14px;
  }
}

/* system pages */
.system-page {
  background: transparent;
  color: initial;
}

.email-prefs .item {
  background: none; 
  padding: 10px 0;
}

.systems-page .header {
  color: #fff;
}

.error-page h1, .error-page h2 {
    color: initial;
}
/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Form label reset */
.form label {
  padding: 0px !important;
  margin: 0px !important;
}

/* Hide specific error labels */
#hs_cos_wrapper_widget_1721198518862 label:not(.hs-error-msg) {
  display: none !important;
}

/* Error message styling */
.hs-error-msg {
  color: #fff !important;
}

/* Form field spacing */
.hs-form-field {
  margin-bottom: 1.0rem !important;
}

/* Red gradient button */
.redcolor {
  background: linear-gradient(135deg, #C5416A 0%, #D94856 50%, #E9514B 100%) !important;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
   margin:10px;
}

.redcolor:hover {
  filter: brightness(1.1);
}

/* White bordered button */
.whitecolor {
  border: solid 1px #111926;
  border-radius: 8px;
  background-color: #fff;
  color: #111926;
  transition: background-color 0.3s ease, transform 0.2s ease;
   margin:10px;
}

.whitecolor:hover {
  background-color: #111926;
  color: #fff;
  border: solid 1px #111926;
}

/* Testimonial Card */
.testimonial-card {
  background: #f9f9f9;
  padding: 40px 25px; /* Reduced horizontal padding */
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.testimonial-card-2 {
    background:#efefef;
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: 5px;
    margin-top: 60px;
    box-shadow: 10px 10px 30px #111926;
    font-family: 'Inter', sans-serif;
}
.testimonial-text-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
}

.testimonial-author-2 img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.author-details-2 {
  display: flex;
  flex-direction: column;
   color:#202f47;
}

.author-name-2 {
  font-size: 12px;
  font-weight: bold;
  color:#111926;
}

.author-title-2 {
  font-size: 12px;
  font-weight: bold;
  color:#111926;
}
/* Testimonial Text */
.testimonial-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
}
.underline {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #d15270;
  z-index: 0;
}


/* Author Section */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-author img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

.author-details {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-size: 20px;
  font-weight: bold;
}

.author-title {
  font-size: 16px;
}

.hs_cos_wrapper_header-cta-custom .button.button--custom {
border-radius:8px !important;
}

/* HubSpot form button styling */
form .hs-button,
form input[type=submit] {
  background: linear-gradient(135deg, #C5416A 0%, #D94856 50%, #E9514B 100%) !important;
  border-radius: 8px;
  cursor: pointer;
  border: none !important;
  transition: background-color 0.4s ease, transform 0.2s ease, filter 0.4s ease-in-out;
}

form .hs-button:hover,
form input[type=submit]:hover {
  filter: brightness(1.2);
}
.compact-container {
    max-width: 100% !important;
  min-width: 100% !important; 
}
 


.widget-type-cell:has(.dnd-module){
  border-radius: 30px !important;
}

.hs-input {
  background-color: #efefef !important;
  height:54px !important; 
}

H1 {
font-size:40px !important;}

H2 {
font-size:30px !important; }

.sharepointcolor {
  background: linear-gradient(135deg, #036564, #1E7F7F, #33BEBE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.microsoftcolor {
  background: linear-gradient(90deg, #1DA1F2, #6E5ED6, #FF6EC4, #FF9A3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.involvred {
    background: linear-gradient(90deg, #C5416A, #E9514B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
}
.footer a:not(.button):focus, .footer a:not(.button):hover {
    color: #E9514B !important;
}

.header__button .button   .left { background: linear-gradient(135deg, #C5416A 0%, #D94856 50%, #E9514B 100%) !important;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
   margin:10px;}
.hs-kb-search-input-wrapper {
   
    background-color: linear-gradient(90deg, #111926, #202F47);
}
.hs-form-acd902db-aac2-451d-8f88-61b122528ed8.hs-form,
.hs-form-acd902db-aac2-451d-8f88-61b122528ed8.hs-form * {
  font-family: 'Poppins', sans-serif !important;
}

.hs-form-acd902db-aac2-451d-8f88-61b122528ed8.hs-form input,
.hs-form-acd902db-aac2-451d-8f88-61b122528ed8.hs-form select,
.hs-form-acd902db-aac2-451d-8f88-61b122528ed8.hs-form textarea,
.hs-form-acd902db-aac2-451d-8f88-61b122528ed8.hs-form button {
  font-family: 'Poppins', sans-serif !important;
}
</style>