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

/* ==========================================================================
   1. RESET / WORDPRESS OVERRIDES
   ========================================================================== */


/* =========================
   GLOBAL SMOOTH SCROLL
   ========================= */
.page-title {
    font-size: 4.375rem;
    font-family: 'Inter';
    line-height: 4.063rem;
    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.05em;
  color: #717171;
}
.small-paragraph p {
    margin-bottom: 15px;
}
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;
}

.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-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.foursix--heading {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 41px;
  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 {
  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 *,
#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;
}

.nav-links a,
.nav-mid a,
.top-pill a {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

a.cta-btn {
  font-size: 10.85px;
  letter-spacing: 0.54px;
}

/* ----------------------------------
   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, 0.85);
}

#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: 10000;
  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.33px;
  text-transform: uppercase;
}

.mega-link {
  display: block;
  padding: 8px 0;
  color: #161616;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  letter-spacing: -0.8px;
  text-transform: capitalize !important;
}

.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: 14px;
  font-weight: 400;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

.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 (max-width: 1024px) {
  .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
   ========================================================================== */

.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% - 80px));
  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);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.footer-primaryLink:hover {
  color: #fff;
  text-decoration: underline;
}

.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;
}

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

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

/* Divider */
.footer-divider {
  max-width: 73%;
  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;
}

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

.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: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-industriesGrid {
    grid-template-columns: 1fr;
  }

  .footer-primaryLink {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .footer-inner {
    width: min(1180px, calc(100% - 32px));
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


.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) {
.small-paragraph,.small-list li{
    font-size: 15px !important;
}	
.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: 45px;
    line-height: 48px;
}	
.b-space {
    gap: 25px;
}	
}
@media (min-width: 1024px) and (max-width: 1250px) {
body .page-title {
    font-size: 50px;
    line-height: 43px;
}
.foursix--heading {
    font-size: 40px!important;
    line-height: 45px!important;
}	
.bottom-sec .mmp_image{
    width: 450px !important;
}	
.b-space {
    gap: 25px;
}	
}
@media (max-width: 767px){
.small-paragraph,ul.small-list li {
/*   font-size: 13px; */
	max-width:100%;
}	
.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 {
    font-size: 10px !important;
}	
body .page-title {
    font-size: 37px;
    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;
  }	
.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 (max-width: 1023px){
  body .foursix--heading{
    font-size:30px;
    line-height:32px;
  }

  .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:24px;
    line-height:1;
    text-decoration:underline;
    text-underline-offset:6px;
    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) 54px;
    align-items:center;
    background:none;
  }

  .mobile-menu-textlink{
    display:flex;
    align-items:center;
    min-width:0;
    text-decoration:none;
    font-family:'IBM Plex Mono', monospace;
    font-size:28px;
    line-height:1;
    color:#000;
    padding:14px 14px;
  }

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

  .mobile-menu-row.is-open{
    background:#D9D9D999;
  }

  .mobile-menu-toggle .mobile-icon,
  .mobile-sub-toggle .mobile-icon{
    color:#000;
    font-size:18px;
    line-height:1;
    opacity:.5;
    flex:0 0 auto;
  }

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

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

  .mobile-sub-group{
    position:relative;
  }

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

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

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

  .mobile-bullet{
    width:6px;
    height:6px;
    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:18px 0 6px 26px;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    scrollbar-color:#8d8d8d transparent;
  }

  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:12px;
    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:7px 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-family:'IBM Plex Mono', monospace;
    font-size:18px;
    line-height:1.35;
    padding:12px 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;
  }

  .mobile-menu-toggle{
    width:42px;
    height:42px;
  }

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

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

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

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

  .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 22px;
    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: 22px;
    height: 22px;
    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{
    justify-content: flex-start;
    padding: 10px 20px !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;
  }
}




/* 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: 10px 14px;
  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;
}






/* 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-sjbiogas:hover) .mega-right .brand-sjbiogas {
  color: #000 !important;
}