/*------------------------------Product, Software, Solution Common CSS------------------------------------*/

/* html { 
	scroll-behavior: auto; 
}
body { 
	overscroll-behavior-y: none; 
} */
.bannerPaddingT {
    padding-top: 15.75rem;
}
.main-title-outer {
    position: relative;
    top: 12px;
}
.marker-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.marker-box {
    width: 38px;
    height: 38px;
    border: 1.5px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.marker-dot {
    width: 7px;
    height: 7px;
    background: #000;
}
.marker-line {
    width: 1px;
    height: 137px;
    background: #0000004D;
    margin-top: -15px;
    transform-origin: bottom center;
}
.marker-box,
.marker-dot,
.marker-line {
    will-change: transform, opacity;
    transform: translateZ(0);
}
/* .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);
} */
.tick-bar {
    --tick: #000;
    --gap: 158px;
    --tick-h: 10px;
    position: relative;
    width: 100%;
    height: calc(var(--tick-h) + 1px);
    pointer-events: none;
    overflow: hidden;
    transform-origin: left center;
    will-change: transform, opacity;
}
.page-template-page-product-overview .tick-bar,
.page-template-page-product-spec .tick-bar{
	--tick-h: 21px;
}
.tick-bar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    height: var(--tick-h);
    background: repeating-linear-gradient(to right, var(--tick) 0 1px, transparent 1px var(--gap));
}
.a-heroImg{
  width: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform, opacity;
  transform: translateZ(0);
  height:900px;
}


@media (max-width:767px) {
 .tick-bar {
   --gap: 72px;
	 --tick-h: 5px;
}
.po-marker .num {
    font-size: 11px;
}	

.marker-dot {
    width: 4px;
    height: 4px;
}
.marker-box {
    width: 20px;
    height: 20px;
}	
.marker-line{ 
	height: 90px; 
	margin-top: -12px;
}	
/* .paddingLeft{
	padding-left:2rem;
}
.paddingRight{
	padding-right:2rem;
}	 */
body .paddingB-80 {
    padding-bottom: 3rem;
}
body .product-inner{
	width:100%;
}
#productHero img.a-heroImg{
    min-height: 393px;
    height: 393px;
  }

  #section9{
    min-height: 300px;
  }

  #section9 .s9-center{
	      gap: clamp(100px, 6vw, 96px);
	  flex-direction:column;
  }

  #section9 .s9-word{
    font-size: 30px !important;
    line-height: 32px !important;
  }	
}


@media (min-width:768px) and (max-width:1023px) {
/* h1.page-title {
   font-size: 35px;
   line-height: 38px;
} */
.software-hero-row {
    padding: 0;
}	
body .paddingB-80 {
    padding-bottom: 3rem;
}	
body .product-inner{
	width:90%;
}
body .paddingT-100 {
    padding-top: 50px;
}	
.app-card {
    min-height: 20rem;
}
.app-card__header {
    padding-bottom: 0;
}
.six-boxes .app-card__content h4.twoseven-title {
    font-size: 24px;
}
.marker-line {
    margin-top: 0px;
}	
.marker-box {
    width: 30px;
    height: 30px;
/*     position: relative;
    top: 18px; */
}	
}
@media (max-width:1023px) {
	.software-hero-row{
    max-width: 100% !important;
    gap: 28px !important;
	}
	body .small-line {
    width: 30px;
	top:10px;
}	
body .paddingT{
	padding-top: 5rem;	
}
body .paddingTB {
    padding-top: 5rem;
    padding-bottom: 5rem;
}	
body .paddingLeft{
	padding-left:16px;	
}
body .paddingRight{
	padding-right:16px;		
	}	
}
@media (min-width:1024px) and (max-width:1450px) {	
body .paddingRight {
    padding-right: 0rem;
}
body .paddingLeft {
    padding-left: 8rem;
}
body .small-line {
    width: 143px;
}	
}
 @media (min-width:1024px) and (max-width:1450px){
  .software-hero-row{
    max-width: 92% !important;
    gap: 48px !important;
  }
}
	

/*------------------------------Software, Solution, Services, Industries Common CSS------------------------------------*/
.paddingTB {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
}
.paddingLeft {
    padding-left: 18rem;
}
.paddingRight {
    padding-right: 4rem;
}
.paddingRight-16 {
    padding-right: 1rem;
}
.paddingLeft-16{
		padding-left:1rem;
}
.product-inner {
    width: 70%;
}
.product-inner img {
    width: 100%;
}
.small-line {
  left: 0;
  position: absolute;
  content: "";
  top: 11px;
  height: 1px;
  background: #D9D9D9;
  width: 300px;
  z-index: 0;
}
.full-line {
  left: 0;
  position: absolute;
  content: "";
  height: 1px;
  background: #D9D9D9;
  width: 50.55%;
  z-index: -1;
}



/*------------------------------Software page CSS------------------------------------*/
.paddingT{
    padding-top: 12.5rem;
}

.paddingLeft-16{
	padding-left:1rem;
}
.a-titleIn{
  will-change: transform, opacity;
}



/* ========================= Cards APPLICATION SECTION — copied verbatim from overview page========================= */
.six-boxes .app-card__content h4.twoseven-title {
	max-width: 210px;
}
.application-sec{
  position: relative;
}
/* po-marker num — from overview page */
.po-marker .num{
  font-family:"IBM Plex Mono", monospace;
  font-size:13px;
  font-weight:500;
  color:#000;
  letter-spacing:.02em;
}
/* app-card — from overview page */
.app-card{
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}
.app-card:hover{
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 20px 36px rgba(0,0,0,0.06);
}
.app-card__header{
  padding-bottom: 1.5rem;
}
.app-card__ticks{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  min-height: 12px;
}
.app-card__ticks span{
  display: block;
  width: 1px;
  height: 10px;
  background: #000;
}
/* app-btn — from overview page */
.app-btn{
  width: max-content;
  min-width: 133px;
  height: 30px;
  border: 1px solid rgba(0,0,0);
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  gap: 14px;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  transition: 0.25s ease;
  border-radius: 2px;
  font-family: 'IBM Plex Mono';
}
 .app-btn:hover{
  background: #111;
  color: #fff;
} 
.app-btn-dot{
  width: 5px;
  height: 5px;
  background: currentColor;
  display: block;
  flex-shrink: 0;
}
/* paddingB-80 — from overview page */
.paddingB-80{
  padding-bottom: 5rem;
}
/* app-section-divider — from overview page */
.app-section-divider{
  max-width: 1400px;
  margin: 34px auto 0;
  border-top: 1px solid #D9D9D9;
  width: 100%;
}




/*------------------------------ Single Product page CSS------------------------------------*/
  .measure-border {
    width: 107px;
    height: 1px;
    background: #D9D9D9;
  }

  .monitor-border {
    width: 226px;
    height: 1px;
    background: #D9D9D9;
  }

  .protect-border {
    width: 344px;
    height: 1px;
    background: #D9D9D9;
  }




/*bigger vertical lines animations*/
  .a-rulerGrow span,
  .a-tickGrow span{
    transform-origin: bottom;
    transform: scaleY(0);
    will-change: transform;
  }


.tick-ruler-full{
      display:flex;
      justify-content:space-between;
    }

    .tick-ruler-full span {
      display: block;
      width: 1px;
      height: 340px;
      background: rgb(0 0 0 / 20%);
      position: relative;
    }

    .tick-ruler-full span:after {
      bottom: 0;
      content: "";
      position: absolute;
      height: 17px;
      width: 1px;
      z-index: 9999;
      background: #000;
    }


