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

  /* 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%;
	}
}
