.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6e9cce7:#4A90D9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* AB Pressure Solutions - Direction A (Bold) support CSS */

/* Dark base so no white ever shows through between sections. */
html, body { background-color: #0F1B30; }
body { color: #F5F3EE; }

/* Row containers: direct widget children keep their natural width.
   Elementor's align-items control zeroes --container-widget-width on rows. */
.e-con.ab-row > .elementor-widget,
.e-con.ab-row > .e-con-inner > .elementor-widget {
  width: auto !important;
  flex-basis: auto !important;
  max-width: 100%;
}

/* Containers inside a row that should size to their content. */
.e-con.ab-row > .e-con.ab-fit,
.e-con.ab-row > .e-con-inner > .e-con.ab-fit {
  width: auto !important;
  flex: 0 0 auto !important;
}

/* Primary navigation stays on one line. */
.ab-header .elementor-nav-menu--main > ul.elementor-nav-menu { flex-wrap: nowrap; }
.ab-header .elementor-nav-menu--main .elementor-item { white-space: nowrap; }

/* Sliders must not create page-level horizontal scroll. */
.elementor-widget-reviews .swiper,
.elementor-widget-testimonial-carousel .swiper,
.elementor-widget-image-carousel .swiper { overflow: hidden; }

/* ---- Scrolling ribbon ---- */
.ab-marquee { overflow: hidden; }
.ab-marquee .ab-marquee-track {
  width: max-content !important;
  flex-wrap: nowrap !important;
  animation: ab-marquee-scroll 34s linear infinite;
}
.ab-marquee:hover .ab-marquee-track { animation-play-state: paused; }
@keyframes ab-marquee-scroll {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}

/* ---- Vertical process timeline ---- */
.ab-timeline { position: relative; }
.ab-timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 30px;
  bottom: 48px;
  width: 2px;
  background: rgba(255,255,255,0.16);
  height: calc(100% - 30px);
}
.ab-timeline .ab-tl-num { position: relative; z-index: 1; flex: 0 0 38px !important; width: 38px !important; }
.ab-timeline .ab-tl-step:last-child { padding-bottom: 0 !important; }

/* ---- Direction A: sharp corners on anything Elementor rounds by default ---- */
.elementor-button, .elementor-field-textual, .elementor-field-group select,
.elementor-accordion-item, .elementor-tab-title { border-radius: 2px !important; }

/* Form fields on the dark palette. */
.elementor-field-textual {
  background-color: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.18) !important;
  color: #F5F3EE !important;
}
.elementor-field-textual::placeholder { color: #7C88A3 !important; }
.elementor-field-group > label { color: #AEB8CC !important; }
.elementor-field-group select option { background-color: #1B2C4D; color: #F5F3EE; }

/* Accordion content on dark. */
.elementor-accordion .elementor-tab-content { border-color: rgba(255,255,255,0.14) !important; }

/* ---- Sticky mobile call bar ---- */
@media (max-width: 767px) { body { padding-bottom: 68px; } }

@media (prefers-reduced-motion: reduce) {
  .ab-marquee .ab-marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}
html { scroll-behavior: smooth; }/* End custom CSS */