/*
Theme Name: Harnawa
Author: qbits9
Description: A clean custom WordPress theme.
Version: 1.0
Text Domain: harnawa
*/

html {
      font-size: 0.8vw;
      scrollbar-width: none;
      height: auto;
  }
  ::-webkit-scrollbar {
      display: none;
  }
  a {
      color: inherit;
  }

  /*.category-swiper {*/
  /*  display: flex !important;*/
  /*  opacity: 1 !important;*/
  /*  z-index: 99 !important;*/
  /*}*/
  
  .enquiry-top .flex-box {
    display: flex;
    gap: 30px;
  }
  
  .footer .right_top_img {
     position: unset;
  }
  
  .jbl_logo {
    height: 52px !important;
  }
  
  .metastar {
    height: 32px !important;
    object-fit: contain;
  }
  
  .certi-img {
    object-fit: contain;
  }
  
  .section_serving_industries .distributor-logos-flex  {
    align-items: center;
    background: #F3F1E9;
    padding: 20px;
    width: fit-content;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 1px 1px 8px #00000029;
  }
  
  
  .right_top_img {
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 100px;
    background: #00000085;
    width: 300px;
    height: fit-content;
    padding: 15px;
  }
  
  .right_top_img .logo_box p {
    font-family: Suisse Intl, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    margin-bottom: 0;
  }
  
  .right_top_img .logo_box {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: stretch;
  }
  
  .right_top_img .logo_box .right img {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  
  .right_top_img .logo_box .right {
    text-align: center;
  }
  
  .right_top_img .logo_box .left {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
  }
  
  .right_top_img h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
  }

  /* Header mobile menu fallback */
  .navbar-menu {
    z-index: 1001;
    height: 100vh;
    padding: 6.25rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0%;
    transform: translate(0, -100%);
    transition: transform .3s ease;
    background-color: var(--alabaster);
  }
  .navbar-menu.is-active { transform: translate(0, 0); }
  .bg-span {
    background-color: var(--black);
    position: absolute;
    inset: 0%;
    transform: translate(0, -100%);
    pointer-events: none;
    transition: transform .3s ease;
    z-index: 1000;
  }
  .bg-span.is-active { transform: translate(0, 0); pointer-events: auto; }
  .menu-wrap { display: none; cursor: pointer; position: relative; }
  .h-line { background-color: var(--white); width: 15px; height: 1px; position: relative; }
  .nav-middle { display: flex; flex-direction: column; padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .nav-link { font-size: 2rem; line-height: 140%; text-decoration: none; }
  .navbar-menu .nav-drop { width: 100%; }
  .navbar-menu .nav-drop-title { display: flex; justify-content: space-between; align-items: center; width: 100%; }
  .navbar-menu .nav-drop-title .nav-link { font-size: 2rem; line-height: 140%; }
  .navbar-menu .nav-drop .drop-icon { width: 2rem; height: 2rem; transition: transform .25s ease; }
  .navbar-menu .nav-drop.is-open .drop-icon { transform: rotate(180deg); }
  .navbar-menu .nav-drop-link { display: none; padding-left: .5rem; margin-top: 1rem; }
  .navbar-menu .nav-drop-link .link-wrap { display: flex; flex-direction: column; }
  .navbar-menu .nav-drop-link .nav-link { font-size: 1.125rem; line-height: 150%; padding: .25rem 0; color: var(--black); }
  .navbar-menu .nav-drop-link .nav-link:hover { color: var(--orange); }
  .about-text .word {
      opacity: 0.3;
      transition: 0.3s
  }
  .button:hover .button-bg, a.hero-button:hover .button-bg {
      left: 0%;
  }
  .button:hover, a.hero-button:hover {
      color: #1B1B1C;
      transition-delay: 0.2s;
  }
  .button:hover .button-icon, a.hero-button:hover .button-icon {
      transform: translateX(0%);
  }
  .droptitle.open .drop-icon.w-embed { rotate: 180deg;}
  a.blog-list-link-box:hover .blog-list-title,
  a.latest-blog-grid:hover .latest-blog-title {
    color: #FF6600;
  }
  @media only screen and (max-width: 991px) {
      html {
          font-size: 13px;
      }
      .menu-wrap { display: flex; }
      .button.is-orange.is-desk.contact_us {
        display: none !important;
      }
      span.swiper-pagination-bullet {
          width: 8px;
          height: 8px;
          border-radius: 100%;
          flex: none;
          background: #F3F1E9;
      }
      span.swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #FF6600;
      }
  }

  /* --- from home-style block --- */
  .product-card:hover img.product-img {
      scale: 1.1;
  }
  .product-card img.product-img {
      object-fit: cover;
  }
  .product-card:hover .product-icon-wrap {
      background: #FF6600;
  }
  .category-slider.swiper-slide-active img.category-image {
      transform: translate(-50%, -50%);
  }
  .footer-floating {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 999;
    pointer-events: auto;
    transition: right .35s cubic-bezier(.25,.1,.25,1);
    align-items: flex-end;
  }
  .footer-floating.attached { right: var(--drawer-width, 480px); }
  .footer-floating.attached { right: var(--drawer-width, 480px); }
  .float-btn {
    width: auto;
    min-width: 44px;
    height: 44px;
    border-radius: 0px;
    background: var(--orange);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 6px;
    text-decoration: none;
    border: 1px solid var(--orange);
    box-shadow: inset 0 1px rgba(255,255,255,0.35), inset 0 -1px rgba(0,0,0,0.12);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    flex: 0 0 auto;
  }
  .float-icon svg { width: 20px; height: 20px; display: block; }
  .float-btn.is-contact { background: var(--orange); border-color: var(--orange); }
  .float-btn:hover,
  .float-btn:focus,
  .float-btn:active { background: var(--black)  !important; border: 1px solid var(--black)  !important; outline: none !important; }
  .float-btn:hover { box-shadow: 0 8px 18px rgba(0,0,0,0.18); }
  .float-btn:hover .float-icon svg { transform: scale(1.05); transition: transform .2s ease; }
  .float-btn.is-active { background: var(--black) !important; border-color: var(--black) !important; }
  .float-btn.is-address,
  .float-btn.is-social { background: var(--orange); border-color: var(--orange); }
  .float-btn.is-whatsapp { background: #25D366; border-color: #25D366; }
  .float-btn.is-whatsapp:hover,
  .float-btn.is-whatsapp:focus,
  .float-btn.is-whatsapp:active { background: #25D366 !important; border-color: #25D366 !important; }
  .float-btn { position: relative; overflow: visible; }
  .float-text { display: inline-block; max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; margin-left: 0; transition: max-width .25s ease, opacity .2s ease, margin .25s ease; font-size: 14px; }
  .float-btn:hover .float-text,
  .float-btn:focus .float-text,
  .float-btn.is-active .float-text { max-width: 140px; opacity: 1; margin-left: 4px; }
  .float-group { position: relative; }
  .whatsapp-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
  
  }

  .whatsapp-fab svg {
    width: 80px;
    height: 80px;
  }
  .to-top-fab { position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; background: var(--orange); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; z-index: 9999; box-shadow: 0 6px 16px rgba(0,0,0,0.18); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .to-top-fab.is-show { opacity: 1; pointer-events: auto; }
  .to-top-fab:hover { transform: translateY(-2px); }
  
  @media only screen and (max-width: 991px) {
    .footer-floating { right: 12px; gap: 6px; }
    .float-btn { width: auto; min-width: 42px; height: 42px; padding: 0 10px; }
  }
  .whatsapp-floating,
  .whatsapp-floating-icon { display: none !important; }
  .right-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70vw;
    background: #F3F1E9;
    box-shadow: -12px 0 24px rgba(0,0,0,0.12);
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.25,.1,.25,1);
    will-change: transform;
    z-index: 9998;
    display: flex;
    flex-direction: column;
  }
  .right-drawer.is-open { transform: translateX(0); }
  .drawer-header { padding: 8px; background: transparent; display: flex; justify-content: flex-start; }
  .drawer-close { width: 44px; height: 44px; border: 1px solid var(--orange) ; background: var(--orange) ; color: #fff; border-radius: 0; display: inline-flex; align-items: center; justify-content: center; }
  .drawer-close svg { width: 20px; height: 20px; }
  .drawer-body { padding: 30px; overflow-y: auto; height: calc(100vh - 60px); }
  .drawer-title { font-size: 30px; line-height: 36px; font-weight: 500; color: var(--black) ; margin-bottom: 30px; }
  .drawer-content { display: none; }
  .drawer-content.is-visible { display: block; }
  
  .addr-lines a {
    text-decoration: none !important;
  }

  .addr-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
  .addr-item { border: 1px solid var(var(--black)); border-radius: 4px; padding: 16px 18px; }
  .addr-head { color: var(--orange) ; font-weight: 500; margin-bottom: 8px; font-family: 'Suisse Intl';
    font-size: 22px;  }
  .addr-lines { color: var(--black); margin-bottom: 10px; }
  .addr-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange) ; }
  .addr-link + .addr-link { margin-left: 12px; }
  .search-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px; align-items: start; }
  .search-help { color: var(--black); margin-bottom: 12px; font-size: 22px; }
  .search-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
  .search-input,
  .finder-input { width: 100%; background: #FFFFFF; border: 1px solid var(--black); border-radius: 8px; padding: 14px 16px; height: 52px; border: none ; outline: none; }
 
  .finder-checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; }
  .finder-check { color: var(--black); display: inline-flex; align-items: center; gap: 8px; }
  .search-results { margin-top: 16px; background: #FFFFFF; border:none; border-radius: 8px; overflow: hidden; display: none; outline: none; }
  .search-results.is-show { display: block; }
  .result-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: #F7F7F7; border-bottom: 1px solid #EDEDED; position: sticky; top: 0; z-index: 1; }
  .result-title-s { color: var(--black); font-weight: 600; }
  .result-count { background: var(--orange); color: #fff; border-radius: 14px; padding: 2px 8px; font-size: 12px; }
  .result-list { list-style: none; margin: 0; padding: 0; max-height: 360px; overflow: auto; }
  .result-item { border-bottom: 1px solid #F0F0F0; }
  .result-item:last-child { border-bottom: 0; }
  .result-link { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; padding: 12px 12px; color: inherit; text-decoration: none; }
  .result-link:hover .result-title { color: var(--orange); }
  .result-title { color: var(--black); }
  .result-icon { width: 18px; height: 18px; background: var(--orange) ; border-radius: 2px; }
  .result-empty, .result-loading { padding: 12px; color: #777; }
  
  .social-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
  
  .social-item { margin-bottom: 80px; }
  .social-brand { margin-bottom: 12px; color: #9E9E9E; }
  .social-brand svg { width: 100px; display: block; }
  .social-brand.instagram { display: inline-flex; align-items: center; gap: 10px; }
  .social-brand.instagram svg.instagram-icon { width: 28px; height: 28px; display: inline-block; }
  .social-brand.instagram .social-name { font-size: 18px; font-weight: 600; color: #9E9E9E; }
  .social-item .button.is-orange { border-radius: 32px; padding: 12px 24px; width: fit-content !important; }
  .social-item .button:hover {
    color: var(--white) !important;
  }

      .you_tube .cls-1 {
        fill: #9e9e9e;
      }

      .you_tube .cls-2 {
        fill: #fff;
      }

      .search-form .button {
            padding-right: 0px !important;
      }

  .finder-form .text-field ,
  .search-form .text-field {
    border-radius: 0 !important;
    padding: 10px !important;
    font-size: 16px !important;
    color: var(--black);
  }

  .hero-certification-flex { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
  .hero-certification-flex.is-in { opacity: 1; transform: none; }
  .hero-certification-flex .certification-card { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
  .hero-certification-flex .certification-card.is-in { opacity: 1; transform: none; }

  @media only screen and (max-width: 991px) {
    .right-drawer { width: 100vw; }
  }

  body {
	margin: 0px;
}

.right-drawer {
	z-index: 9999 !important;
}

.animation_btn .elementor-button,
.form_animation_btn{
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	cursor: pointer;
	min-width: 150px;
	overflow: hidden;
	transition: all .4s ease;
}

.nav-drop-link {
	margin-bottom: 1rem;
}

.animation_btn .elementor-button:hover::before,
.form_animation_btn:hover::before{
	width: 100%;
	transition: all .4s ease;
}
.form_animation_btn:before{
	z-index: -1;
}
.animation_btn .elementor-button-content-wrapper,
.form_animation_btn{
	position: relative;
	z-index: 1;
	transition: all .4s ease;
}

.animation_btn .elementor-button:before,.form_animation_btn:before {
	position: absolute;
	content: "";
	background-color: rgb(28, 31, 30);
	transition: 0.3s 
		ease-out;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 0%;
}

.blog_singlepost .elementor-post {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.releted_product_box:hover img {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.releted_product_box img {
	transition: all 0.3s ease;
}
.single-product .certification-col.is-bottom-wrap {
	width: 100%;
}

.single-product .section_industries .container {
	padding: 0px !important;
}

.single-product .hero-h1.is-serve ,
.single-product .hero-h1.is-certification {
	font-size: 42px;
}

.single-product .section_industries {
	padding: 0px;
}

.single-product .section_industries .container {
	max-width: 100%;
	margin: 0 auto;
}

.blog_singlepost .elementor-post__text {
	width: 40%;
	padding: 30px;
	position: relative;
}

.blog_singlepost .elementor-post {
	background: #F6F6F6;
}

.blog_singlepost .elementor-post:hover {
	box-shadow: 0 12px 56px rgba(0, 0, 0, 0.5);
}

.blog_singlepost article {
	margin-bottom: 0px !important;
}

.blog_singlepost .elementor-post__meta-data {
	position: absolute;
	bottom: 30px;
}

.blog_singlepost .elementor-post__thumbnail__link {
	width: 55%;
	margin-bottom: 0px !important;
}

.post_categorys .elementor-post__avatar {
	display: none;
}

.post_categorys .elementor-post__excerpt {
	margin-bottom: 0px;
}

.post_categorys .elementor-post__thumbnail__link {
	margin-bottom: 0px;
}

.product_images .woocommerce-product-gallery__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.table_of_contents .elementor-toc__list-item {
	margin: 0px;
}

.table_of_contents .elementor-toc__list-item .elementor-toc__list-item-text {
	padding: 6px 0px;
	padding-left: 10px;
	border-left: 1px solid #e4e4e7;
}

.table_of_contents .elementor-toc__list-item .elementor-toc__list-item-text.elementor-item-active {
	border-left: 1px solid #f60;
}

.product_images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
	display: none;
}

.product_images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	width: 100%;
}

.product_images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	width: 30%;
}

.single-product .elementor-widget-woocommerce-product-content p {
	margin: 0px !important;
}

.products .product .button {
	background-color: #fff !important;
	color: #1B1B1C !important;
	transition: .3s ease;
	font-weight: 500 !important;
	padding: 12px 15px 10px 15px !important;
}

.products .product .button:hover {
	background-color: #FF6600 !important;
	color: #fff !important;
	transition: .3s ease;
}

.products .product {
	height: 100%;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
}

.single-product .product_detials {
	padding-top: 60px;
}

.single-product .woocommerce-product-details__short-description p {
	font-family: "Suisse", Sans-serif;
	opacity: .75;
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 150%;
}

.animatio_btn .elementor-button {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	/* background-color:  ; */
	border: none;
	cursor: pointer;
	overflow: hidden;
}

.animatio_btn .elementor-button:hover svg {
	color:#000;
	position: relative;
	z-index:111;
	transition: .5s ease;
}

.animatio_btn .elementor-button:hover .elementor-button-text {
	color:#000;
	position: relative;
	z-index:111;
	transition: .5s ease;
}

.animatio_btn .elementor-button::before {
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 0%;
	position: absolute;
	content: "";
	background-color: #fff;
	transition: 0.5s 
		ease-out;
}

.animatio_btn .elementor-button:hover::before {
	width: 100%;
}

.animatio_btn .elementor-button {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	transition: 0.3s;
}
#wpforms-form-898 input,
#wpforms-form-898 textarea{
	border-bottom: 1px solid var(--black) !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	font-size: 15px !important;
	line-height: 23px !important;
	font-weight: 500 !important;
	color: var(--black) !important;
}
#wpforms-form-898 input:focus,
#wpforms-form-898 textarea:focus{
	box-shadow: none !important;
}

#wpforms-form-898 .wpforms-submit{
	background-color: var(--orange) !important;
	padding: 1rem 2rem !important;
	font-size: 1rem !important;
	line-height: 130% !important;
	font-weight: 400 !important;
	overflow: hidden;
	align-items: center !important;
	text-transform: uppercase;
	transition: all 0.3s ease;
	height: auto !important;
}
#wpforms-form-898 .wpforms-submit:hover{
	background: var(--black) !important;
	color: var(--white);
	transition: all 0.3s ease;
}
#wpforms-form-898 .wpforms-submit:focus:after{
	border: 0 !important;
}
.contact_btn{
	cursor: pointer !important;
}
.products-grid .elementor-pagination .page-numbers{
	background: var(--orange);
	height: 35px;
	width: 35px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
.products-grid .elementor-pagination .page-numbers.current{
	background:  var(--black);
}
.industries-serve .section_industries{
	padding: 9.375rem 0 !important;
}
.section_why_us{
	overflow: hidden;
}
span.swiper-pagination-bullet{
	background: #7d7a70;
}
@media screen and (max-width: 991px) {
	.button.is-orange.is-pdp.contact_us {
		display: none !important;
	}
	
	.product-img {
		height: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.section_hero_about {
		justify-content: center;
	}
	.electro-bottom ,
	.electro-block {
		grid-column-gap: 30px;
    grid-row-gap: 30px;
	}
	.section_industries .swiper-wrapper{
		display: grid !important;
		grid-template-columns: 50% 50%;
	}
	.product-list{
		margin-left: 20px;
		margin-right: 20px;
	}
	.sol-btn{
		flex-direction: column;
		grid-row-gap: 1rem;
	}
	.home-hero-content{
		padding: 0 20px;
	}
	.addr-grid{
		grid-template-columns: 100%;
	}
}

/*.header {*/
/*  z-index: 999;*/
/*  grid-column-gap: 16px;*/
/*  grid-row-gap: 16px;*/
/*  background-color: #1b1b1c;*/
/*  border-radius: .5rem;*/
/*  grid-template-rows: auto;*/
/*  grid-template-columns: 1fr 1fr 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  justify-content: space-between;*/
/*  place-items: center;*/
/*  margin-top: 1.25rem;*/
/*  margin-left: 1.25rem;*/
/*  margin-right: 1.25rem;*/
/*  padding: .625rem .75rem .625rem 1.25rem;*/
/*  transition: all .5s;*/
/*  display: flex;*/
 /* position: fixed; */
/*  inset: 0% 0% auto;*/
/*}*/

.header {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1b1b1c;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem .75rem .625rem 1.25rem;
  transition: all .5s;
  display: flex;
  inset: 0% 0% auto;
}

.header.is-black {
  background-color: var(--black);
}

.head-logo {
  width: 9rem;
  height: 5rem;
}

.head-logo-img {
  width: 100%;
  height: 100%;
}

.header-menu-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}
/* Force header button priority */
.header .button.is-orange {
  background-color: var(--orange) !important;
  padding: 1rem 1.5rem !important;
  font-size: 1rem !important;
  line-height: 130% !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* Header Product Category dropdown */
.header .menu-link-block .droptitle { display: flex; align-items: center; gap: .375rem; }
.header .menu-link-block .menu-link { display: flex; align-items: center; }
.header .menu-link-block .drop-icon { width: 1rem; height: 1rem; margin-left: .25rem; display: inline-block; }
.header .menu-link-block { position: relative; }
.header .menu-link-block .drop-link {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 18rem;
  background: var(--alabaster);
  border-radius: 0px ;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  padding: 1rem;
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-10px);
  transition: transform .25s ease;
  will-change: transform;
  z-index: 1000;
}
.header .menu-link-block .drop-link::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--orange); border-top-left-radius: 0px; border-top-right-radius: 0px; }
.header .menu-link-block .link-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .menu-link-block .product-link {
  color: var(--black);
  padding: .5rem 0;
  display: block;
}

.header .menu-link-block .product-link {
  text-decoration: none;
}

.header .menu-link-block .product-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0px;
}

.header .menu-link-block .product-link::before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  transition: all .4s ease-in-out;
}

.header .menu-link-block .product-link:hover::before {
  width: 10px;
  transition: all .4s ease-in-out;
}
/* Disable hover/click dropdown reveal */
@media (min-width: 992px) {
  .header .menu-link-block:hover .drop-link { visibility: hidden; pointer-events: none; transform: translateY(-10px); }
}
.header .menu-link-block.is-open .drop-link { visibility: hidden; pointer-events: none; transform: translateY(-10px); }

.menu-link {
  color: var(--white);
  font-size: 1.125rem;
  line-height: 120%;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.menu-link:hover {
  color: var(--orange);
}

.button {
  grid-column-gap: .5rem !important;
  grid-row-gap: .5rem !important;
  background-color: var(--black) !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
  border-radius: .25rem !important;
  flex-flow: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 1rem 1.5rem !important;
  font-size: 1rem !important;
  line-height: 130% !important;
  text-decoration: none !important;
  display: flex !important;
  position: relative !important;
  overflow: hidden !important;
  font-weight: 400 !important;
}

.button.is-orange {
  background-color: var(--orange) !important;
  align-self: auto !important;
}

.button.is-orange.is-sbr {
  justify-content: flex-end;
  align-items: center;
  width: 7.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
}

.button.is-orange.is-none {
  display: none;
}

.button.is-orange.is-pdp {
  margin-left: 1.8rem;
}

.button-icon {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  transition: all .5s ease-in-out;
  transform: translate(-100%);
}

.section_solutions {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.center-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solution-h2 {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.solutions-grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.solutions-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #1b1b1c33;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 3.75rem;
  display: grid;
}

.mono {
  color: #1b1b1c99;
  text-transform: uppercase;
  font-family: monospace, Arial, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.solutions-title {
  font-size: 1.25rem;
  font-weight: 400;
}

.solutions-txt {
  color: #1b1b1cbf;
  font-size: 1rem;
  line-height: 150%;
}

.section_product_category {
  border-top: 1px solid #1b1b1c33;
  padding-top: 9.375rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}

.section_serving_industries {
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.industries-container {
 background-color: var(--white);
  padding: 9.375rem 6.875rem;
}

.industries-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.industries-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 120%;
}

.industry-card {
  cursor: pointer;
  width: 28.125rem;
}

.industry-card.is-2, .industry-card.is-3, .industry-card.is-4, .industry-card.is-5 {
  margin-top: -12rem;
}

.industry-img-box {
  background-color: var(--alabaster);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 31.25rem;
  margin-top: .625rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.industry-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}

.section_top_products {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.products-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.product-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: grid;
}

.product-card {
  cursor: pointer;
  text-decoration: none;
}

.product-img-box {
  background-color: var(--white);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43.75rem;
  margin-bottom: 1.5rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-title-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 140%;
}

.product-download-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.product-desc-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #1b1b1c1a;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  padding-top: 1rem;
  display: grid;
}

.product-desc {
  color: #1b1b1cbf;
  width: 90%;
  font-size: 1.25rem;
  line-height: 150%;
}

.section_certification {
  background-color: var(--black);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.certification-img {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: auto 5% 0% auto;
}

.certification-img.is-1 {
  z-index: 0;
  pointer-events: none;
  height: 100%;
  bottom: 0%;
  right: 0;
}

.certification-flex {
  grid-column-gap: 15.5rem;
  grid-row-gap: 15.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.certification-h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 120%;
}

.certification-col.is-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.certification-col.is-bottom-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.certification-card {
  border: 1px solid #fff6;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 12.5rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.certification-card-title {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 120%;
}

.read-more-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.read-more-link.is-hide {
  display: none;
}

.read-more-icon {
  width: 1rem;
  height: 1rem;
}

.certification-card-logo {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.section_statistics {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.statistics-grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.statistics-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.statistics-desc {
  color: #1b1b1cbf;
  width: 24rem;
  font-size: 1.25rem;
}

.statistics-num-grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.statistics-num-col {
  border-top: 1px solid #1b1b1c33;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  display: flex;
}

.statistics-num-icon {
  width: 6.25rem;
  height: 6.25rem;
}

.statistics-num-card {
  text-align: right;
}

.statistics-num {
  font-family: monospace, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 120%;
}

.statistics-num-txt {
  color: #1b1b1c99;
  text-transform: uppercase;
  margin-top: .625px;
  font-family: monospace, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.section_introduction {
  background-color: var(--white);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.introduction-text {
  color: var(--black);
  width: 56rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

.introduction-img-box {
  background-color: var(--alabaster);
  border-radius: .25rem;
  margin-top: 3.75rem;
  overflow: hidden;
}

.section_contact {
  border-top: 1px solid #1b1b1c33;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.section_contact.is-white {
  background-color: var(--white);
}

.section_contact.is-gray {
  background-color: var(--alabaster);
}

.contact-text {
  color: #1b1b1cbf;
  width: 52rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.contact-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.contact-h2.is-width {
  width: 35%;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 3.75rem;
  padding-bottom: 2rem;
  position: relative;
}

.footer-top-grid {
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 1.5rem;
  display: grid;
}

.footer-top-grid.is-middle {
  z-index: 1;
  place-items: start stretch;
  width: 100%;
  margin-bottom: 20rem;
  position: relative;
}

.footer-logo-link {
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 6.125rem;
  display: flex;
}

.footer-logo-img {
  width: 100%;
  height: 100%;
}

.footer-right-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.footer-block-title {
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

.footer-block-title.is-mobile {
  display: none;
}

.footer-middle-grid {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  border-top: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-top: 2.5rem;
}

.footer-link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-top-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-title-small {
  color: #fff9;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.footer-contect-text {
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.footer-block-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.footer-underline-link {
  color: var(--white);
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-bottom-grid {
  z-index: 1;
  border-top: 1px solid #fff3;
  padding-top: 2rem;
  display: block;
  position: relative;
}

.footer-cc-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.mark91link {
  color: var(--orange);
  text-decoration: none;
}

/* Industries Served page */
.swiper-slide.is-serve:hover .serve-cntent {
  height: auto;
  transform: translate(0, 0%);
  transition-delay: 0.2s;
}
.swiper-slide.is-serve:hover .conte-wrap { opacity: 0; }
.point-image { opacity: 0; transition: opacity 0.5s; }
.point-image.active { opacity: 1 !important; }
path.path-line { transform: translate(0%,0px); fill: #ffffff; opacity: 1 !important; }
path.path-line.active { stroke: #f96401 !important; }

/* Swiper bullets */
span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  flex: none;
  background: #F3F1E9;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active { background: #FF6600; }

.footer-image {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 43.75rem;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: scale(.75);
}

.section_hero_about {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/About-bg_1About bg.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding-bottom: 6.875rem;
  display: flex;
  overflow: hidden;
}

.common-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end stretch;
  display: grid;
}

.common-right {
  grid-column-gap: 7.625rem;
  grid-row-gap: 7.625rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.common-right.is-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-body-text {
  opacity: .75;
  width: 40%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.down-arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.section_story {
  padding-top: 9.375rem;
  padding-bottom: 5rem;
}

.story-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.story-body-text {
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
}

.body-text {
  opacity: .4;
  font-size: 1.25rem;
}

.sun-image {
  pointer-events: none;
  width: 15.625rem;
  height: 15.625rem;
  position: absolute;
  inset: auto 5% 3% auto;
}

.section_about_third {
  overflow: hidden;
}

.swiper.is-team {
  margin-top: 3.75rem;
}

.swiper.is-mission {
  margin-top: 2.5rem;
}

.swiper.is-fiber {
  margin-top: 3.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.swiper.is-aramid, .swiper.is-app, .swiper.is-serve, .swiper.is-testimonials {
  margin-top: 2.5rem;
}

.swiper.is-hero {
  background-color: var(--alabaster);
  border-radius: .25rem;
  width: 100%;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.swiper.is-apps {
  margin-top: 2.5rem;
}

.swiper.is-herotime {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.swiper-wrapper {
  flex-flow: row;
  display: flex;
}

.swiper-wrapper.is-team-wrapper {
  flex-flow: row;
  display: flex;
}

.swiper-wrapper.is-mission {
  flex-flow: row;
}

.swiper-wrapper.is-serve {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.swiper-wrapper.industries-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-wrapper.is-apps-wrap {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-wrapper.is-herotime {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.is-mission {
  flex: none;
  width: 37.5rem;
}

.swiper-slide.is-fiber-slide {
  flex: none;
  width: 25rem;
}

.swiper-slide.is-aramid {
  width: 43.75rem;
}

.swiper-slide.is-app {
  width: 31.25rem;
}

.swiper-slide.is-serve {
  flex: 18.9%;
  height: 15rem;
  transition: all .5s;
}

.swiper-slide.is-serve:hover {
  flex: 0 0 30%;
}

.swiper-slide.is-testimonials {
  width: 32.75rem;
  height: 37.5rem;
}

.swiper-slide.is-hero {
  width: 21.6875rem;
}

/* allow interactions only on active hero-fade slide */
.swiper-slide.is-herotime.swiper-slide-active {
  pointer-events: auto;
}

.swiper-slide.industry-card.is-6, .swiper-slide.industry-card.is-7 {
  margin-top: -12rem;
}

.swiper-slide.is-herotime {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  pointer-events: none;
}

.first-swiper-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.first-swiper-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_mv {
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
}

.mv-content-wrap {
  background-color: var(--alabaster);
}

.h2-heading {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 120%;
}

.h2-heading.is-team {
  width: 90%;
}

.h2-heading.is-mission {
  width: 100%;
}

.h2-heading.is-temp {
  width: 34%;
  font-size: 4rem;
  font-weight: 500;
  display: flex;
}

.h2-heading.is-app {
  width: 50%;
  font-size: 4rem;
  font-weight: 500;
}

.h2-heading.is-distributor {
  width: 100%;
  font-size: 3rem;
}

.mv-grid-wrap {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  display: grid;
}

.mv-grid-block {
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mv_image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.mv-content-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.mv-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #1b1b1b99;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.mv-sun {
  width: 15.625rem;
  height: 15.625rem;
}

.section_team {
  border-bottom: 1px solid #1b1b1c1a;
  padding-top: 9.375rem;
  padding-bottom: 8.75rem;
  display: none;
  overflow: hidden;
}

.team-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mv-contect-text {
  width: 100%;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.mv-contect-text.is-1 {
  width: 100%;
}

.team-title-body-text {
  opacity: .75;
  width: 45%;
  padding-top: 1.5rem;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.team-block {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

.tm-image-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tm-image {
  width: 100%;
  height: 100%;
}

.tm-info-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tm-name {
  color: var(--black);
  margin-top: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
}

.profile-wrap {
  background-color: var(--black);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .5s;
  display: flex;
}

.profile-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fill-line {
  background-color: #1b1b1c1a;
  width: 0%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: all .5s;
}

.section_mission {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  overflow: hidden;
}

.mission-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.arrow-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
}

.arrow:hover {
  background-color: var(--orange);
}

.arrow.prev1 {
  position: absolute;
  inset: 50% auto 50% 0%;
}

.arrow.next1 {
  position: absolute;
  inset: 50% 0% 50% auto;
}

.arrow.next3 {
  position: absolute;
  inset: 50% .625rem 50% auto;
}

.arrow.prev3 {
  position: absolute;
  inset: 50% auto 50% .625rem;
}

.arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.mission-block {
  background-color: var(--alabaster);
  color: var(--black);
  cursor: pointer;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 22.5rem;
  padding: 2.5rem;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mission-block:hover {
  color: var(--white);
}

.team-block:hover .fill-line { width: 100%; }
.team-block:hover .profile-wrap {background: #FF6600;color: #FFF;}
.mission-block:hover  img.bg-image {opacity: 1;}
.swiper-slide.is-mission.swiper-slide-active img.bg-image {
    opacity: 1;
}
.swiper-slide.is-mission.swiper-slide-active .mission-block {
    color: white;
}

.mission-body-text {
  opacity: .75;
  width: 70%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.mission-date-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.mission-month {
  opacity: .6;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.mission-year {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 120%;
}

.bg-image {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0%;
}

.swiper-pagination-mission {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  display: none;
}

.section_fiberglass {
  padding-top: 16rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.bg_black {
  background-color: var(--black);
  pointer-events: none;
  width: 100%;
  height: 41.25rem;
  position: absolute;
  inset: 0% 0% auto;
}

.fiber_block {
  background-color: var(--white);
  text-align: center;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.fiber-title {
  width: 70%;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.cate-slide-img {
  z-index: 0;
  width: 100%;
}

.cate-slide-img.is-absolet.is-padd {
  object-fit: cover;
  width: 18.75rem;
  height: 18.75rem;
  margin-bottom: 1rem;
}

.hero-btn-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: none;
}

.section_cases {
  border-top: 1px solid #1b1b1b1a;
  position: relative;
}

.cases-conten-wrap {
  z-index: 0;
  grid-column-gap: 6.375rem;
  grid-row-gap: 6.375rem;
  background-color: var(--alabaster);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.cases-conten-wrap.is-blck {
  z-index: 0;
  background-color: var(--black);
  color: var(--white);
}

.cases-conten-wrap.active {
  z-index: 1;
}

.case-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-link-wrapper.is-odd {
  margin-top: -30rem;
}

.case-link-wrapper.is-simple {
  margin-top: -30rem;
  margin-bottom: 12.65rem;
  display: flex;
}

.case-link {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  opacity: .4;
  justify-content: flex-start;
  align-items: center;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.case-icon {
  opacity: 0;
  width: 1rem;
  height: 1rem;
}

.case-icon.is-opacity {
  transition: all .3s;
}

.case-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 6.375rem;
  padding-bottom: 9.375rem;
  padding-left: 6.375rem;
  display: none;
}

.case-right {
  border-left: 1px solid #1b1b1b1a;
  padding-left: 6.375rem;
  padding-right: 9.375rem;
}

.case-right.is-odd {
  border-left-color: #ffffff1a;
}

.case-title {
  margin-top: .75rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 150%;
}

.case-title.is-padd {
  margin-bottom: 1.5rem;
}

.first-imag-wrap {
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.first-imag-wrap.is-padd {
  margin-bottom: 0;
}

.case-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.key_features {
  border-top: 1px solid #1b1b1b1a;
  border-bottom: 1px solid #11bb111a;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.key_features.is-odd {
  border-top-color: #ffffff1a;
  border-bottom-color: #ffffff1a;
}

.key_features.is-odds {
  border-bottom-style: none;
  margin-top: 2.5rem;
  padding-bottom: 0;
}

.key_features.is-odd-blck {
  border-top-color: #ffffff1a;
  border-bottom-style: none;
  border-bottom-color: #ffffff1a;
  margin-top: 2.5rem;
  padding-bottom: 0;
}

.key_features.is-bene {
  border-bottom-style: none;
}

.case-small_title {
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.common-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 2rem;
  display: grid;
}

.common-wrap.is-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 75%;
}

.common-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  display: grid;
}

.common-block.is-pass {
  border-right: 1px solid #0000001a;
  padding-right: 2rem;
}

.common-block.is-middle {
  border-right: 1px solid #0000001a;
  margin-right: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.common-title {
  flex: none;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.common-title.is-lex {
  flex: 0 auto;
}

.common-icon {
  flex: none;
  width: 3rem;
  height: 3rem;
}

.application {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: none;
}

.application-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
}

.app-gid {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.875rem;
  display: flex;
}

.app-img {
  border-radius: .25rem;
  margin-top: .625rem;
  margin-bottom: 1rem;
}

.app-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
}

.benefits {
  border-top: 1px solid #1b1b1c1a;
  padding-top: 3.75rem;
}

.benefits.is-odd {
  border-top-color: #ffffff1a;
}

.case-block {
  padding-top: 6.375rem;
  padding-bottom: 6.375rem;
}

.casetitle-small {
  opacity: .6;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.section_aramid {
  background-color: var(--white);
  border-bottom: 1px solid #1b1b1b1a;
  padding-top: 11rem;
  padding-bottom: 8rem;
}

.aramid-body-text {
  opacity: .75;
  font-size: 1.25rem;
  line-height: 150%;
}

.aramid-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.aramid-text {
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 140%;
}

.aramid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_temprature {
  background-color: var(--white);
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}

.temp-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-wrap {
  width: 27.5rem;
  margin-bottom: 1.25rem;
}

.svg-frame {
  width: 100%;
  height: 100%;
}

.temp-body-text {
  opacity: .75;
  width: 40%;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.section_application {
  background-color: var(--alabaster);
  padding-top: 9.375rem;
  padding-bottom: 8.75rem;
  overflow: hidden;
}

.section_application.is-none {
  display: none;
}

.app-text {
  opacity: .6;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 140%;
}

.app-body-text {
  opacity: .75;
  width: 65%;
  font-size: 1rem;
  line-height: 150%;
}

.temp-grid-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.swiper-pagination-app {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: none;
}

.section_properties {
  background-color: var(--alabaster);
  border-top: 1px solid #1b1b1b1a;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.prppertie-frame {
  width: 100%;
  height: 100%;
  display: none;
}

.prppertie-frame-wrap {
  margin-top: -1.5%;
}

.prop-body-text {
  opacity: .75;
  width: 40%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.section_industries {
  padding-top: 17.25rem;
  padding-bottom: 9.375rem;
}

.serve-block {
  color: var(--white);
  cursor: pointer;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/g3-3_1g3 (3).avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 15rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.serve-block.is-1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Transformer-And-Coil-Construction_1Transformer And Coil Construction.avif');
}

.serve-block.is-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Motor-Constructions_1Motor Constructions.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.serve-block.is-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Generator-Construction_1Generator Construction.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.serve-block.is-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/High-Temperature-Applications_1High Temperature Applications.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.serve-block.is-5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Electrical-Vehicles_1Electrical Vehicles.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.serve-block.is-6 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Capacitor-Construction_1Capacitor Construction.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.serve-block.is-7 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Miscellaneouse_2Miscellaneouse.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.conte-wrap {
  width: 100%;
  padding: 1.5rem;
  position: absolute;
}

.index {
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
}

.serve-cntent {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.title-serve {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

.serve-icon {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.servegird-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.ws-image {
  width: 21.375rem;
  height: 21.375rem;
}

.serve-animetext {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
}

.section_electro {
  background-color: var(--black);
  color: var(--white);
  height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.electro-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.electro-top {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.index-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2.75rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.index-no {
  opacity: 0;
  font-family: DM Mono, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  inset: 0%;
}

.index-no.active {
  opacity: 1;
}

.electro-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25rem;
  height: 7.5rem;
  margin-top: -.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.electro-title {
  opacity: 0;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
}

.electro-title.is-1 {
  opacity: 100;
}

.electro-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr .85fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.index-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: .5;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  transition: all .4s;
  display: flex;
}

.index-block.is-2 {
  position: static;
}

.index-block.is-6 {
  margin-left: -.2rem;
}

.index-block.is-7 {
  margin-left: -.8rem;
}

.pagination-title {
  font-size: 1.25rem;
  line-height: 150%;
}

.index-number {
  opacity: .6;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
}

.electro-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.electro-right {
  background-color: #1b1b1c;
  border: 1px solid #1b1b1b1a;
  border-radius: .25rem;
  width: 30rem;
  height: 24rem;
  position: relative;
  overflow: hidden;
}

.electro-content {
  opacity: 0;
  padding: 2.5rem;
  position: absolute;
  inset: 0%;
}

.electro-content.active {
  z-index: 1;
  opacity: 1;
}

.title-smalls {
  opacity: .6;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.electro-text {
  opacity: .75;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 150%;
}

.btn-link {
  color: var(--orange);
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  text-decoration: none;
  display: flex;
}

.progress {
  position: relative;
}

.section_herocertification {
  background-color: var(--black);
  color: var(--white);
  padding-top: 19.125rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.hero-certification-flex {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.certifiation-body-text {
  opacity: .75;
  width: 20%;
  font-family: Suisse Intl, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.certification-hero-col.is-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cont-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .6fr;
  grid-auto-columns: 1fr;
  place-items: end;
  display: grid;
  position: relative;
}

.section_certification_block {
  background-color: var(--alabaster);
  height: 300vh;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.certification-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--alabaster);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.certi-left {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.certi-block {
  grid-column-gap: 8.5rem;
  grid-row-gap: 8.5rem;
  opacity: .2;
  color: var(--black);
  border-bottom: 1px solid #1b1b1b1a;
  padding-bottom: 3.75rem;
  transition: all .3s;
  display: flex;
}

.certi-block.active {
  opacity: 1;
}
.certi-right .certi-image {
  opacity: 0;
  transition: opacity .3s;
}
.certi-right .certi-image.active {
  opacity: 1;
}
/* Responsive helpers for utility pages */
.utility-page-content { max-width: 640px; margin: 0 auto; padding: 2rem; }
.utility-page-content img { max-width: 100%; height: auto; }
@media (max-width: 991px) {
  .utility-page-content { padding: 1.5rem; }
}
@media (max-width: 767px) {
  .utility-page-content { padding: 1rem; }
  .w-password-page.w-input { width: 100%; }
  .swiper-slide.is-mission { width: 100%; }
  .team-title-body-text { width: 100%; }
}

.certi-img-wrap {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
}

.certi-img {
  width: 100%;
  height: 100%;
}

.certi-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.certi-text {
  opacity: .75;
  width: 80%;
  font-size: 1.25rem;
  line-height: 150%;
}

.certi-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 51.125rem;
  display: flex;
  position: relative;
}

.certi-image {
  opacity: 0;
  object-fit: cover;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.certi-image.active {
  opacity: 1;
}

.section_testimonials {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
  display: none;
  overflow: hidden;
}

.testimonilals-block {
  background-color: var(--alabaster);
  color: var(--black);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 3.75rem;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonilals-block:hover {
  background-color: var(--black);
  color: var(--white);
}

.section_testimonials .swiper-slide {
  height: auto;
}

.testimonial-body-text {
  font-size: 1.5rem;
  line-height: 150%;
}

.testimonial-quote-icon {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  inset: auto 3.75rem 3.75rem auto;
}

.testimonilals-info-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.swiper-pagination-testimonials {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: none;
}

.section_blog_hero {
  border-bottom: 1px solid #1b1b1b1a;
  padding-top: 17.25rem;
  padding-bottom: 5rem;
}

.section_blog_list {
  background-color: var(--alabaster);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.blog-grid-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-list-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog-list-link-box {
  background-color: var(--white);
  border-radius: .25rem;
  padding: 2.5rem;
  text-decoration: none;
}

.blog-list-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
}

.blog-list-meta-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #1b1b1c1a;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: grid;
}

.meta-link {
  color: #1b1b1cbf;
  font-size: 1.125rem;
  line-height: 150%;
}

.blog-list-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.blog-search-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog-search-title {
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.search-field {
  border: 1px solid #1b1b1c33;
  border-radius: .25rem;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.recent-post-box {
  border-top: 1px solid #1b1b1c1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1.5rem;
  display: flex;
}

.recent-post-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.recent-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.recent-link {
  color: var(--black);
  font-size: 1.125rem;
  line-height: 150%;
  text-decoration: none;
}

.recent-link:hover {
  color: var(--orange);
}

.section_latest_blog {
  border-top: 1px solid #1b1b1b1a;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.latest-blog-title-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.latest-blog-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.latest-blog-grid {
  background-color: var(--alabaster);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 25rem;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
}

.latest-blog-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}

.latest-blog-meta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #1b1b1c1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  display: grid;
}

.arrow-icon-blog {
  width: 1.25rem;
  height: 1.25rem;
}

.section_single_blog {
  background-color: var(--alabaster);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.single-blog-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.single-blog-left {
  background-color: var(--white);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3.75rem 2.5rem;
  display: flex;
}

.single-meta-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5rem;
  display: grid;
}

.single-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
}

.single-content-wrap {
  border-top: 1px solid #1b1b1c1a;
  padding-top: 1.5rem;
}

.single-image-box {
  border-radius: .25rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.single-content {
  color: #1b1b1cbf;
  font-size: 1.25rem;
  line-height: 150%;
}

.section_distributor {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.distributor-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.distributor-card {
  background-color: var(--alabaster);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 25rem;
  padding: 2.5rem;
  display: flex;
}

.distributor-info-wrap {
  border-top: 1px solid #1b1b1c1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  display: flex;
}

.distributor-country {
  color: #1b1b1c99;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.distributor-name {
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
}

.distributor-address {
  color: #1b1b1cbf;
  font-size: 1.125rem;
  line-height: 150%;
}

.distributior-mail {
  color: var(--orange);
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.logo-list-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.75rem;
  display: flex;
}

.distributor-logo-card {
  background-color: var(--alabaster);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  height: 9.375rem;
  display: flex;
}

.distributor-logo {
  max-width: 60%;
}

.section_custom_slitting {
  background-color: var(--white);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.section_custom_slitting.is-gray {
  background-color: var(--alabaster);
}

.slitting-grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slitting-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slitting-tag {
  color: #1b1b1c99;
  text-transform: uppercase;
  font-family: DM Mono, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.slitting-h2 {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
}

.slitting-desc {
  color: #1b1b1cbf;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.slitting-right {
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 31.25rem;
  display: flex;
  overflow: hidden;
}

.slitting-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-cta-btn {
  border: 1px solid var(--orange) !important;
}

.header-cta-btn:hover {
  background: var(--black) !important;
  color: var(--white) !important;
  border-color: var(--black) !important;
}

.cc-text-left {
  font-size: 1.25rem;
}

.header-cta-btn.is-active {
  background: var(--orange) !important;
  color: var(--white) !important;
  border-color: var(--orange) !important;
}

.drop-link .product-link {
    text-transform: capitalize !important;
}

.navbar-menu .nav-link {
    text-transform: capitalize !important;
}

/* =======================================================
   MEGA MENU CUSTOM ADJUSTMENTS (FULL-WIDTH & TIGHT SPACING)
   ======================================================= */

.category-swiper {
    margin: 0 !important;
    inset: 72px 0% auto !important; /* Flush beneath header */
    width: 100% !important;
    border-radius: 0 !important;
}

.category-grid-wrap {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 15px 25px !important;            /* Smaller space between columns */
    padding: 30px 40px !important;        /* Smaller top/bottom padding */
    background: var(--black) !important;
    border-radius: 0px !important;
}

.cat-title {
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    margin-bottom: 6px !important;        /* Less space below category title */
    margin-top: 0 !important;
    padding-bottom: 6px !important;       /* Less space below category title */
    border-bottom: 0.1px solid #fff6 !important;
    color: var(--orange) !important;
}

.cat-title a {
    text-decoration: none !important;
}

.cat-products {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cat-products li {
    margin-bottom: 4px !important;        /* Tighten product link list items */
}
}
    margin-bottom: 4px !important;        /* Tighten product link list items */
}
}