/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&family=Inter:wght@300;400;500;600;700&display=swap');
 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* =========================
   GLOBAL SMOOTH SCROLL
  
========================= */
h1, h2, h3, h4, h5, h6, li, p{
	 font-family: 'Inter' !important;}

/* .app-card__content .twoseven-title{
		padding-bottom:10px;		
	} */
	.application-sec .app-card__desc{
		padding:0 0 0 0;
	}

.fourtysix--heading {
    font-weight: 400;
    font-size: 46px;
    line-height: 41px;
    letter-spacing: -0.05em;
    color: #161616;
    font-family: 'Inter';
}

/* =========================================================
   SECTION 8
   ========================================================= */
#section8{
  position: relative;
  z-index: 2;
  background: #fff;
}

.s8{
  background: #fff;
  color: #000;
}

.s8-inner{
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 70px;
  align-items: start;
}

.s8-kicker{
  display: inline-flex;
  align-items: baseline;
  gap: 20px;
}

.s8-kickerDot{
  width: 7px;
  height: 7px;
  background: #000;
  display: inline-block;
  border-radius: 0;
}
.s8-kickerNum{
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
}
.s8-form .s8-btn:hover,.s8-form .s8-btn:focus {
    background-color: transparent !important;
    color: rgb(0, 0, 0) !important;
    border-color: rgb(0, 0, 0) !important;
}
.s8-submitWrap {
    position: relative;
	margin-top:40px;
}

.white-dot {
    width: 5px !important;
    height: 5px !important;
    position: absolute;
    z-index: 2;
    background: #fff;
    left: 12px;
    top: 12px;
}
/* .homepage-submit-form .white-dot {
    top: 17px;
} */
.s8-title{
  margin: -25px 0 0 110px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 65px;
  letter-spacing: -0.05em;
}
.s8-form {
    max-width: 690px;
    padding:30px 0 100px 0;
}
.s8-field{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
   padding: 40px 0 20px;
  border-bottom: 1px solid #717171;
}
.s8-label{
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
  color: #000;
}
.s8-input{
  border: 0;
  outline: none;
  background: transparent;
  padding: 8px 0;
  font-size: 15px;
  color: #717171;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  width: 100% !important;
}
.s8-input::placeholder{
  color: #717171;
}
.s8-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 10px 0 30px !important;
    background: #000 !important;
    color: #fff;
    border: 1px solid #000 !important;
    border-radius: 2px;
    cursor: pointer;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    min-width: 164px;
    justify-content: space-around;
    height: 30px;
}
.wpcf7 .s8-btn:hover{
	background-color:transparent !important;
	border-color:#000 !important;
	color:#000 !important;
}
.wpcf7 .s8-btn:hover{
	background-color:transparent !important;
	border-color:#000 !important;
	color:#000 !important;
}
.s8-btnDot{
  width: 5px;
  height: 5px;
  background: #fff;
  display: inline-block;
}
.s8-btnArrow{
  margin-left: 6px;
}
span.wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    color: red;
    font-size: 13px;
}
form.wpcf7-form.invalid	.wpcf7-response-output {
    border: 2px solid orange;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
}	
/* remove CF7 default spacing */
.s8-form .wpcf7-form p{
  margin:0;
}

.s8-form .wpcf7-form br{
  display:none;
}
.s8-form .s8-label {
    margin: 0;
    display: block;
    width: 200px;
}
.s8-form .wpcf7-form p {
    margin: 0;
	 display: flex;
    width: 100%;
	align-items: anchor-center;
}


.s8-footer {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.s8-follow{
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 120px;
}

.s8-followDot{
  width: 7px;
  height: 7px;
  background: #000;
  display: inline-block;
}

.s8-followLabel{
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.s8-social{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.s8-socialLink{
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #717171;
  text-decoration: none;
}

.s8-socialLink:hover{
  color: #0b0b0b;
}

.s8-imgCard{
  width: 100%;
  max-width: 335px;
  margin-left: auto;
}

.s8-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.s8-contact{
  max-width: 335px;
  margin-top: 24px;
	margin-left: auto;
}

.s8-contactRow{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.s8-contactTitle{
  font-size: 13px;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  color: #000;
	font-weight:500;
}

.s8-contactSq{
  width: 7px;
  height: 7px;
  background: #000;
  display: inline-block;
}

.s8-contactList{
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-left: 40px;
}

.s8-contactItem{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  align-items: start;
}

.s8-contactKey,
.s8-contactVal{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #717171;
	width:fit-content;
}

.s8-contactVal:hover{
  color: #000;
}
@media (max-width:1023px) {
body section#section8{
	padding: 80px 20px 80px;	
}
}








/* =========================================================
   14. SECTION 9
   ========================================================= */
.s9{
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.s9-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  will-change: transform;
}

.s9-overlay{
  position: absolute;
  inset: 0;
/*   background: rgba(0,0,0,0.18); */
}

.s9-center{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 10vw, 130px);
  padding: 0 24px;
  text-align: center;
}

.s9-word{
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(18px) scale(1.06);
  filter: blur(10px);
  will-change: transform, opacity, filter;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: rgba(255,255,255,1);
  letter-spacing: -0.05em;
  font-size: clamp(34px, 3.3vw, 46px);
  line-height: 41px;
}

.s9-dot{
  opacity: .85;
}

.s9.is-active .s9-word{
  animation: s9PopIn 900ms cubic-bezier(.2,.8,.2,1) forwards;
}

.s9.is-active .s9-word:nth-child(1){ animation-delay: 320ms; }
.s9.is-active .s9-word:nth-child(2){ animation-delay: 820ms; }
.s9.is-active .s9-word:nth-child(3){ animation-delay: 1320ms; }

@keyframes s9PopIn{
  0%{
    opacity: 0;
    transform: translateY(18px) scale(1.08);
    filter: blur(10px);
  }
  70%,
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/*---------------03-06-26-----------------*/
/* Default dark */
#mobileMenuToggle{
  color:#000;
  transition:.25s ease;
}

#mobileMenuToggle .menu-dot{
  background:#000;
  transition:.25s ease;
}

/* White mode */
#siteHeader.menu-white #mobileMenuToggle{
  color:#fff;
	background:transparent;
}

#siteHeader.menu-white #mobileMenuToggle .menu-dot{
  background:#fff;
}
/*---------------03-06-26-----------------*/


#siteHeader.blue-header-active {
  background: transparent !important;
}

#siteHeader.blue-header-active .mega-trigger,
#siteHeader.blue-header-active .pill-link,
#siteHeader.blue-header-active .dd-link-text,
#siteHeader.blue-header-active .dd-icon {
  color: #000 !important;
}
.dd-sub.dd-accordion {
    font-weight: 500 !important;
}
#siteHeader.blue-header-active .cta-btn {
  color: #161616 !important;
  border-color: #000 !important;
}

#siteHeader.blue-header-active .cta-btn .dot1 {
  background: #000 !important;
}

#siteHeader.blue-header-active .logo-light {
  display: none !important;
}

#siteHeader.blue-header-active .logo-dark {
  display: block !important;
}

::selection {
    background: #000;
    color: #fff;
}
select#brand-name {
    padding: 0px 20px !important;
}
.page-title {
    font-size: 4.375rem;
    line-height: 4.445rem;
    letter-spacing: -0.05em;
    color: #000;
    will-change: transform, opacity;
    transform: translateZ(0);
}
.separate-containers .site-main {
  margin: 0 !important;
}

.page-header,
.sidebar .widget,
.site-main > * {
  margin-bottom: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: transparent !important;
}

/* ==========================================================================
   2. GLOBAL BASE
   ========================================================================== */

html {
  scroll-snap-type: none !important;
}
html.snap-on {
  scroll-snap-type: none !important;
}
html.s5-lock,
html.s5-lock:has(.snap-section) {
  scroll-snap-type: none !important;
}
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  color: inherit;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.headline,
.s2-title,
.s3-title,
.s4-title,
p {
  font-family: 'Inter', system-ui, sans-serif;
}
.snap-section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.normal-section {
  scroll-snap-align: none !important;
}

/* ==========================================================================
   3. TYPOGRAPHY / UTILITY CLASSES
   ========================================================================== */

.ibm {
  font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase;
}
.inter {
  font-family: 'Inter', system-ui, sans-serif;
}
.pb-120 {
  padding-bottom: 12rem;
}

/* ==========================================================================
   4. COMMON COMPONENTS
   ========================================================================== */

.custom-dot-7 {
  width: 7px !important;
  height: 7px !important;
}
.custom-dot-5 {
  width: 5px !important;
  height: 5px !important;
}
.bullet-box-22 {
  width: 22px;
  height: 22px;
}
.small-paragraph {
  max-width: 450px;
/*   margin-bottom: 15px; */
  text-indent: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  color: #717171;
	  font-family: 'Inter', sans-serif;
}
.small-paragraph p {
    margin-bottom: 25px;
}
.small-paragraph p:last-child {
    margin-bottom: 0;
}
ul.small-list li {
  max-width: 423px;
/*   margin-bottom: 25px; */
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.05em;
  color: #717171;
	  font-family: 'Inter', sans-serif;
}
.white-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8.1px 30.9px;
  line-height: normal;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.sm-text {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.foursix--heading {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 48px;
  letter-spacing: -0.05em;
  color: #161616;
}
.twoseven-title {
  font-size: 27px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #161616;
}
.application-sec .app-card__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #717171;
   text-indent:40px;
}
.application-sec .app-card__desc p{
  text-indent: 27px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.05em;
  color: #717171;
}
/* ==========================================================================
   5. HEADER / NAVIGATION / MEGA MENU
   ========================================================================== */

/* ----------------------------------
   5.1 Header Base
   ---------------------------------- */

#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#siteHeader,
#siteHeader .nav-mid,
#siteHeader .nav-pill,
#siteHeader .nav-main {
  overflow: visible !important;
}
header {
  transition: transform 0.45s cubic-bezier(.2, .8, .2, 1), opacity 0.35s ease;
}
header.is-hidden {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}
.site-header {
  color: #fff;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

/* ----------------------------------
   5.2 Header Theme States
   ---------------------------------- */

.site-header.header-white {
  background: #fff;
}

.site-header.header-white .logo-light,
#siteHeader.header--dark .logo-light {
  display: none !important;
}

.site-header.header-white .logo-dark,
#siteHeader.header--dark .logo-dark {
  display: block !important;
}

.site-header.header--dark {
  color: #000;
	 background: #fff;
}

.site-header.header--dark .nav-links,
.site-header.header--dark .nav-links a,
.site-header.header--dark .nav-links .mega-trigger,
#siteHeader.header-white .nav-links .mega-trigger {
  color: #000 !important;
}

.site-header.header--dark .nav-links a:hover,
.site-header.header--dark .nav-links .mega-trigger:hover {
  color: rgba(0, 0, 0, 0.95);
}

.site-header.header--light .nav-links .mega-trigger {
  color: #fff !important;
}

#siteHeader.header-white a.cta-btn,
#siteHeader.header--dark a.cta-btn {
  color: #000 !important;
}

#siteHeader.header-white a.cta-btn {
  border-color: #000;
}

#siteHeader.header-white a.cta-btn .custom-dot-5,
.site-header.header--dark .cta-btn span.dot1,
.header--dark .cta-dot {
  background-color: #000 !important;
}

.site-header.header--dark .cta-btn {
  border-color: rgba(0, 0, 0, 0.35);
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.75);
}

.site-header.header--dark .cta-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.95);
}

.header--dark .top-pill {
  color: #000 !important;
}

/* Theme by data attribute */
.site-header[data-header-theme="light"] .dd-icon,
.site-header[data-header-theme="light"] .mega-trigger span:last-child {
  color: #fff;
}

.site-header[data-header-theme="dark"] .dd-icon,
.site-header[data-header-theme="dark"] .mega-trigger span:last-child {
  color: #161616;
}

/* ----------------------------------
   5.3 Nav Typography
   ---------------------------------- */

#siteHeader .nav-mid {
    position: relative;
    align-items: baseline;
}

.nav-links a,
.nav-mid a,
.top-pill a {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
/* margin-right: 5px; */
}

a.cta-btn {
    font-size: 11px;
    letter-spacing: -0.03em;
	height: 30px;
}

/* ----------------------------------
   5.4 Trigger Buttons
   ---------------------------------- */

#siteHeader .dd-trigger,
#siteHeader .mega-trigger,
.dd-trigger,
.mega-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
  line-height: 1;
  letter-spacing: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

#siteHeader .nav-pill .dd-trigger {
  color: #000;
}

#siteHeader .nav-pill .dd-trigger:hover {
  opacity: 0.7;
}

#siteHeader .nav-links .mega-trigger {
  color: rgba(255, 255, 255, 1);
}

#siteHeader .nav-links .mega-trigger:hover {
  color: rgba(255, 255, 255, 1);
}

/* ----------------------------------
   5.5 Nav Structure
   ---------------------------------- */

.dd,
.mega,
.nav-main {
  position: relative;
}

.nav-main .mega {
  position: relative;
}

/* ----------------------------------
   5.6 Small Dropdown
   ---------------------------------- */

.dd-panel {
  display: block !important;
  position: absolute;
  top: calc(100% + 12px);
  left: -20px;
  min-width: 215px;
  padding: 10px 6px;
  z-index: 1000000;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 2px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  transform: translate3d(0, -10px, 0);
  overflow: hidden;
  will-change: clip-path, transform, opacity;

  transition:
    clip-path 450ms cubic-bezier(.2, .8, .2, 1),
    transform 300ms cubic-bezier(.2, .8, .2, 1),
    opacity 180ms ease,
    visibility 0s linear 450ms;
}

.dd.is-open .dd-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
}

.dd-panel a {
  display: block;
  padding: 10px 14px;
  color: #000;
  font-size: 13px;
}

.dd-panel a:hover {
  background: #F0F1F5;
}

.dd-panel[data-dd-panel="contact"] {
  left: -115px;
}

.dd.is-open button {
  color: #000;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .dd:hover > .dd-panel,
  .dd:focus-within > .dd-panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
    transition:
      clip-path 450ms cubic-bezier(.2, .8, .2, 1),
      transform 300ms cubic-bezier(.2, .8, .2, 1),
      opacity 180ms ease,
      visibility 0s linear 0s;
  }
}

/* ----------------------------------
   5.7 Full Width Mega Panel
   ---------------------------------- */

.nav-main .mega::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -30px;
  right: -30px;
  height: 36px;
  background: transparent;
  z-index: 2;
}

.nav-main .mega-panel {
  display: block !important;
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100vw;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.20);

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -8px, 0);
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  overflow: hidden;
  will-change: clip-path, transform, opacity;

  transition:
    clip-path 500ms cubic-bezier(.2, .8, .2, 1),
    transform 350ms cubic-bezier(.2, .8, .2, 1),
    opacity 220ms ease,
    visibility 0s linear 500ms;
}

.mega.is-open .mega-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

@media (hover: hover) and (pointer: fine) {
  .nav-main .mega:hover > .mega-panel,
  .nav-main .mega:focus-within > .mega-panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    transition:
      clip-path 500ms cubic-bezier(.2, .8, .2, 1),
      transform 350ms cubic-bezier(.2, .8, .2, 1),
      opacity 220ms ease,
      visibility 0s linear 0s;
  }
}

/* ----------------------------------
   5.8 Mega Layout
   ---------------------------------- */

.mega-wrap {
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  padding: 22px 0;
  opacity: 0;
  transform: translate3d(0, -6px, 0);
  transition:
    opacity 260ms ease 120ms,
    transform 320ms cubic-bezier(.2, .8, .2, 1) 120ms;
}

@media (hover: hover) and (pointer: fine) {
  .nav-main .mega:hover > .mega-panel .mega-wrap,
  .nav-main .mega:focus-within > .mega-panel .mega-wrap {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mega-col {
  padding: 0 22px;
}

.mega-col + .mega-col {
  border-left: 1px solid #d9d9d9;
}

/* ----------------------------------
   5.9 Mega Left Column
   ---------------------------------- */

.mega-left-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-bottom: 5px;
  padding: 12px;
  border: 0;
  border-radius: 2px;
  background: #F0F1F5;
  cursor: pointer;
  text-align: left;
  color: #000;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 500 !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mega-left-item:not(.is-active) {
  background: transparent;
}

.mega-left-item:hover {
  background: #F0F1F5;
}

.mega-left-link {
  display: block;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 2px;
  color: #111;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.mega-left-link.is-active,
.mega-left-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* ----------------------------------
   5.10 Mega Typography
   ---------------------------------- */

.mega-kicker {
  margin-bottom: 10px;
  color: #717171;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.mega-pane .mega-link {
  display: block;
  padding: 10px 0;
/*   color: #161616 !important; */
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
   line-height:18px;
  font-weight: 400 !important;
  letter-spacing: -0.05em;
  text-transform: capitalize !important;
  width: fit-content;
}

.mega-link:hover {
  text-decoration: underline;
}

.mega-pane {
  display: none;
}

.mega-pane.is-active {
  display: block;
}

/* ----------------------------------
   5.11 Mega Variants
   ---------------------------------- */

.mega-wrap--simple {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 18px 22px;
}

.nav-links .mega-simple {
  display: block;
  padding: 14px 22px;
  border-right: 1px solid #d9d9d9;
  color: #161616;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: capitalize;
}

#siteHeader .mega-simple:hover {
  text-decoration: underline;
}

.mega-wrap--simple .mega-simple:nth-child(4n) {
  border-right: 0;
}

.mega-wrap--three {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 22px 0;
}

.mega-pane-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.mega-pane-col {
  display: flex;
  flex-direction: column;
}

.mega-pane-col:nth-child(2) {
  position: relative;
  padding-left: 22px;
}

.mega-pane-col:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
}

/* ----------------------------------
   5.12 Plus / Minus Icon States
   ---------------------------------- */

.dd-icon {
  display: inline-block;
  line-height: 1;
}

.dd-trigger span:last-child,
.mega-trigger span:last-child {
  color: inherit;
}

.dd:hover > .dd-trigger .dd-icon,
.mega:hover > .mega-trigger .dd-icon {
  position: relative;
  color: transparent;
  font-size: inherit;
}

.dd:hover > .dd-trigger .dd-icon::after,
.mega:hover > .mega-trigger .dd-icon::after {
  content: "−";
  position: absolute;
  top: 0;
  left: 0;
  color: currentColor;
}

.header-white .dd:hover > .dd-trigger .dd-icon::after,
.header-white .mega:hover > .mega-trigger .dd-icon::after,
.dd:hover > .dd-trigger .dd-icon::after {
  color: #161616;
}

.mega:hover > .mega-trigger span:last-child::after {
  content: "−";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0.7;
}

.header--dark .dd:hover > .dd-trigger span:last-child::after,
.header--dark .mega:hover > .mega-trigger span:last-child::after {
  color: #161616;
  opacity: 0.7;
}

/* ----------------------------------
   5.13 Reduced Motion
   ---------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .nav-main .mega-panel,
  .dd-panel,
  .nav-main .mega-panel .mega-wrap {
    transition: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* ----------------------------------
   5.14 Header Responsive
   ---------------------------------- */

@media (min-width: 1201px) and (max-width: 1500px) {
  .nav-small.nav-links {
    gap: 9px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
a.cta-btn {
    margin-right: 0!important;
    width: 145px!important;
    padding: 8px 12px !important;
}
}

@media (max-width: 1023px) {
  .mega-pane-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mega-wrap {
    grid-template-columns: 260px 1fr;
  }

  .mega-col:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .mega-wrap--three {
    grid-template-columns: 1fr;
  }

  .mega-pane-split {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .mega-pane-col:last-child {
    padding-left: 0;
  }

  .mega-pane-col:last-child::before {
    display: none;
  }

  .nav-main .mega-panel {
    top: 84px;
  }
}

/* ==========================================================================
   6. FOOTER
   ========================================================================== */
.footer-copy {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #000;
}
.site-footer {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 70px 0 0;
  background: #010101;
  color: #fff;
}

.footer-inner {
  width: min(100%, calc(100% - 40px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.85fr 1.1fr;
  gap: 46px;
  align-items: start;
}

/* Brand */
.footer-logoRow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.footer-logoMark {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 10px;
  opacity: 0.95;
}

.footer-brandName {
  font-size: 18px;
  opacity: 0.9;
}

/* Left big links */
.footer-primary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.footer-primaryLink {
  position: relative;
  width: fit-content;
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.footer-primaryLink:hover,.footer-primaryLink:focus,.footer-primaryLink:active {
  color: #fff !important;
  text-decoration: underline;
}
.footer-links a:hover,.footer-links a:focus,.footer-links a:active{
color: #fff !important;	
}
.footer-primaryLink.is-active {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

/* Footer blocks */
.footer-block {
  margin-bottom: 26px;
}

.footer-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 22px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.no-space {
  margin-top: 0;
}

.f-logo-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  height: 100%;
}

.footer-bullet {
  position: relative;
  top: -2px;
  width: 7px;
  opacity: 1;
}

/* Links */
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -0.02em;
	text-align:left;
	    display: inline-block;
    width: fit-content;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-links.space {
  margin-top: 54px;
}

/* Divider */
.footer-divider {
  max-width: 72.5%;
  height: 1px;
  margin: 30px 0 50px auto;
  background: rgba(255, 255, 255, 0.2);
}

/* Industries */
.footer-industriesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 10px;
}

/* Bottom bar */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 60px;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 16px;
  letter-spacing: -0.05em;
}

.footer-bottomLinks {
    display: flex;
    gap: 20px;
    margin-right: 40px;
}

.footer-bottomLinks a {
  color: #000;
  text-decoration: none;
	    font-family: Inter;
}

.footer-bottomLinks a:hover {
  color: rgb(30 29 29 / 90%);
}
h2.text-white.twoseven-title {
    text-indent: 40px;
    line-height: 1em;
    font-size: 38px;
    opacity: 0.9;
    font-weight: 300;
}
/* ==========================================================================
   7. FOOTER RESPONSIVE
   ========================================================================== */

@media (max-width:767px) {
  .footer-grid {
    grid-template-columns: 1fr;
   gap: 10px;
  }
	.footer-primary{
		gap:5px;
	}
  .footer-industriesGrid {
    grid-template-columns: 1fr;
  }

  .footer-primaryLink {
    font-size: 22px;
  }
	.footer-divider{
	max-width:100%;
	}
.footer-head {
    margin-top: 30px;
	margin-bottom: 10px;
}
.footer-links a {
    font-size: 14px;
    line-height: 30px;
}
.footer-links.space {
	 margin-top: 30px;	
}	
.footer-bottom {
    font-size: 14px;
}
.footer-inner {
    padding: 0 10px;
}	
.f-logo-bottom {
    order: 2;
	width: 60px;
	  margin-top: 20px;	
}
.footer-head.no-space {
    margin-top: 0;
}	
}

@media (max-width: 640px) {
  .footer-inner {
    width: min(1180px, calc(100% - 32px));
  }
.site-footer {
    padding: 50px 0 0;
}
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
	 gap: 10px; 
    padding: 15px 20px;
  }
}

@media (min-width:1024px) and (max-width:1250px) {
.footer-links a {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
}
.footer-primaryLink {
    font-size: 20px;
}	
}

.num.text-white {
	color: #fff !important;
}
.sub-heading {
	font-size: 27px;
	line-height: 27px;
	font-weight: 400;
	color: #000;
	letter-spacing: -0.05em;
}
.small-paragraph a {
	/*color: #000;*/
	text-decoration: underline;
}


@media (min-width:768px) and (max-width:1023px) {
.s8-follow{
  gap: 0.75rem;
}
.s8-title {
    font-size: 50px!important;
    line-height: 55px!important;
}	
.pb-space-0{
		padding-bottom:0!important;
	}	
.small-paragraph,.small-list li{
    font-size: 15px !important;
}
header#siteHeader .text-xl img {
    width: 220px;
}	
.bottom-sec{
    padding-bottom:80px;
}	
.measure-border {
    width: 80px !important;
}
.monitor-border {
    width: 120px !important;
}
.protect-border {
    width: 160px !important;
}
body .twoseven-title {
    font-size: 20px !important;
    line-height: 23px !important;
}	
body .page-title {
    font-size: 40px;
    line-height: 45px;
}	
.b-space {
    gap: 25px;
}	
}

@media (min-width: 1024px) and (max-width: 1250px) {
body .page-title {
    font-size: 50px;
    line-height: 43px;
}
.mega-wrap--three {
    grid-template-columns: 1.5fr 2fr 1fr;
}
.mega-col {
    padding: 0 10px;
}	
.foursix--heading {
    font-size: 30px!important;
    line-height: 35px!important;
}	
.bottom-sec .mmp_image{
    width: 450px !important;
}	
.b-space {
    gap: 25px;
}	
}
@media (min-width: 1251px) and (max-width: 1300px) {
.foursix--heading {
    font-size: 30px!important;
    line-height: 35px!important;
}		
}
@media (min-width: 1301px) and (max-width: 1459px) {
.foursix--heading {
    font-size: 38px!important;
    line-height: 43px!important;
}		
}
@media (max-width: 980px){
.s8-imgCard,
.s8-contact{
    max-width: 335px !important;
}
}
@media (max-width: 767px){
section#section8 .s8-form .s8-label {
    width: 150px;
}	
	
section#section8.get-quote {
    padding-top: 14rem !important;
}	
    #section8 .s8-inner {
		width: min(1240px, calc(100% - 0px));
        grid-template-columns: 1fr;
        gap: 32px;
        padding-right: 0;
    }	
 #section8  .s8-field {
    padding: 35px 0 10px;
}
#section8 .s8-left {
        padding-left: 0;
        width: 100%;
    }
	#section8 .s8-kicker {
    gap: 12px;
}
   #section8  .s8-social {
    justify-content: space-between;
    width: 100%;
}
    #section8 .s8-right {
        width: 100%;
		max-width: 335px !important;
    }
.s8-footer {
    align-items: flex-start;
    gap: 28px;
    flex-direction: column;
	    margin-top: 50px;
}
    #section8 .s8-header {
        gap: 25px !important;
    }

    #section8 .s8-title {
        font-size: 37px !important;
        line-height: 35px !important;
        max-width: 220px;
		margin: -25px 0 0 80px;
    }

    #section8 .s8-form {
        max-width: 100%;
        width: 100%;
		 padding: 0;
    }

    /* CF7 rows/fields */
    #section8 .s8-form .wpcf7-form {
        width: 100%;
    }

    #section8 .s8-form input[type="text"],
    #section8 .s8-form input[type="email"],
    #section8 .s8-form input[type="tel"],
    #section8 .s8-form select,
    #section8 .s8-form textarea {
        width: 100%;
        font-size: 13px;
        line-height: 18px;
        padding: 10px 0;
        border: 0;
        border-bottom: 1px solid #A9A9A9;
        border-radius: 0;
        background: transparent;
    }

    #section8 .s8-field.s8-field-app textarea {
        height: 40px;
    }

    /* if your form uses 2 columns on desktop, force single column on mobile */
    #section8 .s8-form .col-2,
    #section8 .s8-form .two-col,
    #section8 .s8-form .form-row,
    #section8 .s8-form .grid-2 {
        display: block !important;
        grid-template-columns: 1fr !important;
    }

    /* checkbox buttons like screenshot */
    .s8-checkGroup .wpcf7-form-control {
        gap: 8px;
    }

    .s8-checkGroup .wpcf7-list-item-label {
        padding: 8px 10px;
        font-size: 10px;
        line-height: 1.1;
    }
    /* submit button */
    #section8 .s8-form input[type="submit"],
    #section8 .s8-form button,
    #section8 .s8-form .wpcf7-submit {
        min-height: 32px;
        padding: 0 14px;
        font-size: 10px;
        letter-spacing: 0.08em;
    }
    /* image card */
    #section8 .s8-imgCard {
        width: auto!important;
/*         max-width: 100%; */
        margin-top: 6px;
    }
    #section8 .s8-img {
        width: auto;
        height: 485px;
        object-fit: cover;
    }
    .s8-imgCard, .s8-contact {
        max-width: 335px;
    }	
	
	
.footer-primary {
    margin-top: 0;
}
.small-paragraph,ul.small-list li {
/*   font-size: 13px; */
	max-width:100%;
}
header#siteHeader .text-xl img {
    width: 180px;
}	
.bottom-sec{  
	padding-bottom: 80px !important;
}		
.measure-border {
    width: 80px!important;
}
.monitor-border {
    width: 120px!important;
}	
.protect-border {
    width: 180px!important;
}	
.po-marker{
	margin-bottom:15px !important;
}	
#siteHeader .dd-trigger, #siteHeader .mega-trigger, .dd-trigger, .mega-trigger {
    gap: 0 !important;
    font-size: 10px !important;
}	
#siteHeader a,.dd.is-open button span {
    font-size: 10px !important;
}	
body .page-title {
    font-size: 30px;
    line-height: 35px;
/* 	padding-bottom: 15px; */
}	
.bullet-box-22{
    width: 20px;
    height: 20px;		
}
body .custom-dot-5 {
    width: 4px !important;
    height: 4px !important;
}
body .twoseven-title {
    font-size: 22px;
    line-height: 26px;
}
 .app-card{
    min-height: 385px !important;
  }	
.app-card__desc{
    font-size: 13px !important;
	max-width: 100%!important;
  }	
.app-card__header span.foursix--heading {
    font-size: 37px !important;
    line-height: 35px !important;
}		
}


/* =========================
   MOBILE / TABLET MENU ONLY
========================= */
#mobileMenuPanel {
  pointer-events: none;
  visibility: hidden;
}

#mobileMenuPanel.is-open {
  pointer-events: auto;
  visibility: visible;
}

@media (min-width: 768px) and (max-width: 1023px){
  .mobile-menu-textlink{
    display:flex;
    align-items:center;
    min-width:0;
    text-decoration:none;
    font-family:'IBM Plex Mono', monospace;
    font-size:16px;
    line-height:1;
    color:#000;
    padding:5px 14px;
  }
	.mobile-menu-textlink span{
		font-size:16px;
	}
.footer-primary {
    margin-top: 0;
}
.footer-links.space {
    margin-top: 40px;
}	
.footer-bottom {
    font-size: 14px;
}
.footer-grid,.footer-links {
    gap: 10px;
}	
.footer-primaryLink {
    font-size: 20px;
}
.footer-head {
    gap: 10px;
    margin-bottom: 12px;
}
.footer-links a {
    font-size: 13px;
    line-height: 18px;
}	
}
@media (max-width: 1023px){
  body .foursix--heading{
        font-size: 30px;
        line-height: 32px;
        opacity: 1 !important;
   
  }

  .cta-btn{
    display:none !important;
  }

  .nav-main{
    width:auto;
    padding:0 !important;
    gap:0 !important;
  }

  .mobile-menu-panel{
    position:fixed;
    inset:0;
    z-index:99999;
    background:rgba(0,0,0,.15);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.25s ease;
  }

  .mobile-menu-panel.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .mobile-menu-box{
    position:absolute;
    left:12px;
    right:12px;
    top:12px;
    bottom:12px;
    background:#eef0f4;
    border-radius:4px;
    overflow:hidden;
  }

  .mobile-menu-top{
    display:flex;
    justify-content:flex-end;
    padding:18px 24px 6px;
  }

  .mobile-menu-close{
    font-family:'IBM Plex Mono', monospace;
    font-size:11px;
    line-height:1;
    text-decoration:underline;
    text-underline-offset:2px;
    background:none;
    border:0;
    color:#000;
    cursor:pointer;
  }

  .mobile-menu-scroll{
    height:calc(100% - 56px);
    overflow-y:auto;
    overflow-x:hidden;
    padding:8px 24px 34px;
    -webkit-overflow-scrolling:touch;
  }

  .mobile-menu-group + .mobile-menu-group{
    margin-top:14px;
  }

  .mobile-menu-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    background:none;
	  padding: 0 10px;
  }


  .mobile-menu-toggle{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:end;
    background:none;
    border:0;
    cursor:pointer;
    padding:0;
  }

  .mobile-menu-row.is-open{
    background:#D9D9D999;
	padding: 0 10px;
	border-radius: 2px;
  }

  .mobile-menu-toggle .mobile-icon,
  .mobile-sub-toggle .mobile-icon{
    color:#000;
    font-size:20px;
/*     line-height:2em;  */
    opacity:.5;
    flex:0 0 auto;
	  height:36px;
  }

  .mobile-submenu{
    display:none;
    margin-top:8px;
    padding:0;
  }

  .mobile-submenu.is-open{
    display:block;
  }

  .mobile-sub-group{
    position:relative;
	padding: 0 10px;
  }

  .mobile-sub-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:start;
    gap:0;
  }

  .mobile-sub-textlink{
    min-width:0;
    display:grid;
    grid-template-columns:10px 1fr;
    align-items: flex-start;
    gap:5px;
    text-decoration:none;
    text-align:left;
    background:none;
    border:0;
    padding:8px 0;
    font-family:'IBM Plex Mono', monospace;
    font-size:16px;
    line-height:1.3;
    color:#000;
	text-transform: uppercase;
  }

  .mobile-sub-toggle{
    width:46px;
    min-height:56px;
    display:flex;
    align-items:strat;
    justify-content:end;
    background:none;
    border:0;
    cursor:pointer;
    padding:0;
  }

  .mobile-bullet{
    width:4px;
    height:4px;
    background:#000;
    display:block;
    margin-top:4px;
  }

  :focus-visible{
    outline:none;
  }

  .mobile-thirdmenu{
    display:none;
    max-height:58vh;
    overflow-y:auto;
    overflow-x:hidden;
    padding:10px 0 15px 15px;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    scrollbar-color:#8d8d8d transparent;
	  margin-bottom:15px;
  }

  body #siteHeader .mobile-thirdmenu{
    overflow-y:auto !important;
  }

  .mobile-thirdmenu.is-open{
    display:block;
  }

  .mobile-thirdmenu::-webkit-scrollbar{
    width:8px;
  }

  .mobile-thirdmenu::-webkit-scrollbar-track{
    background:transparent;
  }

  .mobile-thirdmenu::-webkit-scrollbar-thumb{
    background:#9a9a9a;
    border-radius:20px;
    border:2px solid transparent;
    background-clip:padding-box;
  }

  .mobile-thirdmenu::-webkit-scrollbar-thumb:hover{
    background:#6f6f6f;
    border:2px solid transparent;
    background-clip:padding-box;
  }

  .mobile-third-title{
    font-family:'IBM Plex Mono', monospace;
    font-size:11px;
    line-height:1.2;
    color:#717171;
    text-transform:uppercase;
    margin-bottom:10px;
  }

  .mobile-third-link{
    display:block;
    text-decoration:none;
    color:#161616;
    font-family:'Inter', sans-serif;
    font-size:15px;
    line-height:1.25;
    padding:5px 0;
    position:relative;
  }

  .mobile-third-link.active{
    color:#1b1b1b;
    padding-left:14px;
  }

  .mobile-third-link.active::before{
    content:"";
    position:absolute;
    left:0;
    top:14px;
    width:6px;
    height:6px;
    background:#000;
  }

  .mobile-flatmenu{
    padding-left:18px;
  }

  .mobile-flat-link{
    display:block;
    text-decoration:none;
    color:#000;
    font-size:18px;
    line-height:1.35;
    padding:8px 0;
  }
}

@media (max-width: 767px){
  .mobile-menu-box{
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius:0;
  }

  .mobile-menu-top{
    padding:18px 16px 6px;
  }

  .mobile-menu-scroll{
    padding:6px 16px 24px;
  }

  .mobile-menu-textlink{
    font-size:15px;
    padding-left:0;
    padding-right:0;
	  color:#000;
  }

.mobile-menu-toggle {
        width: 12px;
        height: 20px;
	background:transparent !important;
    }

  .mobile-sub-textlink{
    font-size:15px;
    gap:5px;
  }

  .mobile-sub-toggle{
    width:10px;
    min-height:20px;
  }

  .mobile-flat-link{
    font-size:15px;
  }

  .mobile-menu-close{
    font-size:11px;
  }

  .mobile-thirdmenu{
    max-height:46vh;
  }
}





@media (max-width: 1023px){
  .nav-pill{
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 14px;
    padding: 10px 12px !important;
  }

  .nav-pill .pill-link{
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
  }

  .dd.dd-split{
    position: relative;
  }

  .dd-split-row{
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .dd-link-text{
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
  }

  .dd-trigger-icon{
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
  }

  .dd-trigger-icon .dd-icon{
/*     font-size: 14px; */
    line-height: 1;
    opacity: .7;
  }

  .nav-pill .dd-panel{
    position: absolute;
    top: calc(100% + 8px);
/*     left: 0; */
    min-width: 220px;
    background: #F0F1F5;
    border-radius: 2px;
    padding: 8px 0;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    display: none;
    z-index: 30;
  }

  .nav-pill .dd-panel.is-open{
    display: block;
  }

  .nav-pill .dd-panel a{
    display: block;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    color: #000;
  }
}

@media (max-width: 767px){
  .nav-pill{
	  width: 100%;
    justify-content: center;
    padding: 10px 15px !important;
    row-gap: 10px;	  
    column-gap: 12px;
  }
  .nav-pill .pill-link,
  .dd-link-text{
    font-size: 12px;
  }

  .nav-pill .dd-panel{
    min-width: 200px;
  }
  .nav-pill .dd-panel a{
    font-size: 12px;
  }
.po-marker {
    gap: 0.75rem !important;
}
}




/* brands menu*/
/* .dd-panel {
  display: none;
  min-width: 240px;
  padding: 0;
}

.dd-panel.is-open {
  display: block;
}
 */
.dd-panel > a,
.dd-sub-toggle,
.dd-sub-panel a,
.dd-sub-toggle button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  border: 0;
  background: transparent;
  cursor: pointer;
	font-weight:500;
	text-transform: uppercase;
}
.dd-sub-toggle span{
    font-family: 'IBM Plex Mono';
	font-size: 13px;
}

.dd-sub-toggle {
  font: inherit;
}
.dd-sub-panel {
  display: none;
}
.dd-sub-panel.is-open {
  display: block;
}
.dd-sub-panel a {
  padding: 10px 16px 10px 28px;
  font-size: 13px;
}




.mega-panel[data-mega-panel="products"] .mega-right .brand-item,
.mega-panel[data-mega-panel="software"] .mega-right .brand-item,
.mega-panel[data-mega-panel="solutions"] .mega-right .brand-item{
    font-family: 'Inter';
    width: 100%;
    padding-bottom: 12px;
    text-transform: capitalize;
    font-weight: 400 !important;
    display: block;
    font-size: 16px;
    letter-spacing: -0.05em;
	 color: #161616 ;
}

/* default */
.mega-panel[data-mega-panel="products"] .mega-pane-col .mega-link,
.mega-panel[data-mega-panel="products"] .mega-right .brand-item {
  color: #000;
  transition: color 0.2s ease;
}

/* when hovering any product link, ALL product links in both inner cols become grey */
.mega-panel[data-mega-panel="products"]:has(.mega-pane-col .mega-link:hover) 
.mega-pane-col .mega-link {
  color: rgb(0 0 0 / 20%);
}

/* hovered product stays black */
.mega-panel[data-mega-panel="products"] 
.mega-pane-col .mega-link:hover {
  color: #000 !important;
}

/* all brands grey */
.mega-panel[data-mega-panel="products"]:has(.mega-pane-col .mega-link:hover) 
.mega-right .brand-item {
 color: rgb(0 0 0 / 20%);
}

/* matching brands black */
.mega-panel[data-mega-panel="products"]:has(.mega-link.brand-lj:hover) .mega-right .brand-lj,
.mega-panel[data-mega-panel="products"]:has(.mega-link.brand-varec:hover) .mega-right .brand-varec,
.mega-panel[data-mega-panel="products"]:has(.mega-link.brand-sonitus:hover) .mega-right .brand-sonitus,
.mega-panel[data-mega-panel="products"]:has(.mega-link.brand-shand:hover) .mega-right .brand-shand,
.mega-panel[data-mega-panel="products"]:has(.mega-link.brand-biogas:hover) .mega-right .brand-biogas {
  color: #000 !important;
}







/* ==============================
   HEADER / MEGA SAFE FIX
   no HTML change
============================== */

#siteHeader,
#siteHeader .nav-main,
#siteHeader .nav-pill,
#siteHeader .top-menu {
  overflow: visible !important;
}

#siteHeader {
  z-index: 99999;
}

/* dynamic top comes from JS */
@media (min-width:1024px) {
  .nav-main .mega-panel {
    top: var(--mega-panel-top, 110px) !important;
    z-index: 99990;
  }

  .nav-main .mega:hover > .mega-panel,
  .nav-main .mega:focus-within > .mega-panel,
  .nav-main .mega.is-open > .mega-panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }

  .nav-main .mega:hover > .mega-panel .mega-wrap,
  .nav-main .mega:focus-within > .mega-panel .mega-wrap,
  .nav-main .mega.is-open > .mega-panel .mega-wrap {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .nav-main .mega-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }

  .nav-main .mega-trigger .dd-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12px;
    line-height: 1;
  }
}

/* laptop spacing */
@media (min-width:1024px) and (max-width:1366px) {
  .nav-small.nav-links {
    gap: 12px !important;
  }

  .nav-main .mega-trigger,
  .nav-links a {
    font-size: 12px;
  }
}

/* corporate dropdown hover/click safe */
.nav-pill .dd.is-open > .dd-panel,
.nav-pill .dd:hover > .dd-panel,
.nav-pill .dd:focus-within > .dd-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
}