:root {
  --primary-color: #2061b7;     /* Blue */
  --secondary-color: #333333;   /* Gray */
  --success-color: #28a745;     /* Green */
  --danger-color: #dc3545;      /* Red */
  --warning-color: #ffc107;     /* Yellow */
  --info-color: #17a2b8;        /* Teal */
  --light-color: #f8f9fa;       /* Light Gray */
  --dark-color: #343a40;        /* Dark Gray */
  --white-color: #ffffff;
  --black-color: #000000;

  --font-family-base: 'Poppins', sans-serif;
}
img{max-width:100%;}

body {
      margin: 0;
      font-family: var(--font-family-base);
		  font-size:14px;
    }

    .header-top {
      background-color: var(--primary-color);
      color: var(--white-color);
      font-size: 14px;
      padding: 15px 0;
    }
    .header-top a {
      color: var(--white-color);
      text-decoration: none;
      margin-left: 0px;
    }
    .header-top i {
      margin-right: 5px;
    }
     .header-top .fab.fa-linkedin-in {
	font-size: 18px;
}
    .header-top .fab.fa-facebook-f {
	font-size: 17px;
	margin-right: 0;
}
.header-right i{margin-right: 0;}
.custom-logo-link {
	width: 270px;
}
.custom-logo-link img {
	width: 100%;
	height: auto;
}

.my-nav-container {
	border-right: 2px solid var(--primary-color);
	padding: 13px 24px 13px 0px;
	margin-right: 24px;
}
#menu-header-menu {
	display: flex;
	gap: 27px;
	text-transform: capitalize;
}
#menu-header-menu li a {
	color: var(--secondary-color);
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
#menu-header-menu li a:hover, #menu-header-menu li.current-menu-item a  {color:var(--primary-color) !important;}
#openSearch {
	font-size: 20px;
}
.menu-item.menu-item-gtranslate {
	width: 30px;
	position: absolute !important;
	right: 0;
}
#menu-header-menu {

	position: relative;
	padding-right: 60px !important;
}
body .gglobe {

	height: 30px;
	width: 30px;
	
}

.search-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

/* Inner popup box */
.search-popup-box {
    position: relative;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Show class - animation trigger */
.search-popup-overlay.active {
    display: flex;
}

.search-popup-overlay.active .search-popup-box {
    transform: scale(1);
    opacity: 1;
}

/* Close button style */
.search-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.search-submit {
	background: var(--primary-color);
	color: #fff;
	border: none;
	font-weight: 600;
	height: 50px;
	width: 20%;
}
.search-field {
	height: 50px;
	border: 1px solid;
	padding: 2px 15px;
	box-sizing: border-box;
	width: 79%;
}
.search-form label {
	display: none;
}
#close-search {
	color: #fff;
	font-size: 45px !important;
	font-weight: normal !important;
	top: -49px !important;
	right: -60px !important;
}
.marquee-inner li {
	background: url('../images/list-icon.png') no-repeat;
	background-size: 20px 20px;
	background-position: 12px 5px;
}

/* 02/08/2025 */

.subcategory {
	text-align: center;
	margin-bottom: 100px !important;
}
.subcategory p {
  max-width: 600px;
  margin: 0 auto;
}

.subcategory .card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.subcategory .card-body {
	background: #eee;
	margin: 0;
}

.product-content ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.product-content ul li:after {
  content: '\f0a4';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
}
.product-content ul {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	padding: 0;
}


.productThumbs .swiper-slide {
  margin-right: 2px !important;
}

.productSwiper .swiper-slide .img-fluid {
  width: 100%;
}
.productSwiper {
	/* margin: 0 !important; */
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
	border: 1px solid #ddd;
}

.productThumbs .swiper-slide {
	margin-right: 10px !important;
	border: 1px solid #ddd;
}
.product-category-banner {
  min-height: 200px;
  padding: 20px 0 !important;
  text-align: center;
  border-bottom-width: 30px !important;
  padding-top: 30px !important;
  background-image: url(https://labsurge.in/wp-content/uploads/2025/08/page-header-bg.jpg?id=392) !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-category-banner p {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
.product-category-banner::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	background: linear-gradient(270deg, rgba(23, 44, 69, 0.80) 0%, rgba(23, 44, 69, 0.80) 60.83%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.product-category-banner h1 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	z-index: 1;
	max-width:50%;
}
ul.product-list {
	/* display: grid; */
	/* grid-template-columns: repeat(4, auto); */
	/* gap: 20px; */
	/* justify-content: center; */
	/* list-style: none; */
	/* padding: 0; */
	/* margin: 0 auto; */
	text-align: center;
	margin-top: 30px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 30px auto 0;
}
ul.product-list li {
	border: none;
	border-radius: 10px;
	padding: 0;
	/* text-align: center; */
	transition: box-shadow 0.3s;
	/* min-width: 25%; */
	/* background: none; */
	flex: 0 0 calc(25% - 20px);
	background: #f5f5f5;
	text-align: center;
	/* padding: 20px; */
	box-sizing: border-box;
}
.single-product .accordion-header {
	background: var(--primary-color);
	padding: 10px 15px;
	cursor: pointer;
	font-weight: 500;
	border: 1px solid var(--primary-color);
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
}
.single-product .accordion-content a {
	color: #000;
	
}
.single-product .productSwiper .swiper-slide .img-fluid {
	height: 350px;
	width: auto;
	margin: 0 auto;
}
.single-product .swiper-slide {

	background: #fff;
	text-align: center;
}
.client-m-repeat .vc_column-inner .wpb_wrapper {
	background: #fff;
	padding: 0 0px 20px;
	border-radius: 10px;
	min-height: 150px;
}
.client-m-repeat .vc_column-inner .wpb_wrapper h5 {
	background: #3A73BF;
	color: #fff !important;
	border-radius: 10px 10px 0 0;
	padding: 10px 15px;
	font-size: 18px;
}
.client-list-content .wpb_wrapper {
	padding: 20px 10px 0 !important;
}
@media (max-width: 1024px) {
  ul.product-list li {
    flex: 0 0 calc(33.33% - 20px);  /* 3 per row on tablets */
  }
}

@media (max-width: 768px) {
  ul.product-list li {
    flex: 0 0 calc(50% - 20px);     /* 2 per row on mobile */
  }
	 .client-list-content p {
	font-size: 12px;
}
}


@media (max-width: 480px) {
  ul.product-list li {
    flex: 0 0 100%;                 /* 1 per row on small mobile */
  }
}