body{
  font-family: "Figtree", sans-serif;
  font-style: normal;
}

p,li{
  color:#7a7a7a;
  font-size:17.6px;
}
header, footer{
	background:#2d6d3b;
} 
header img {
 width: 250px; /* Adjust the logo size as needed */
}

.nav-item {
  margin: 0 10px; /* Adjust spacing between menu items if needed */
}
.navbar-nav a{
	color:#fff;
}
.bg-bcbc36{
	background:#bcbc36;
}
.border-light-gray{
	border-radius:10px;
}
.heading{
	color:#2d6d3b;
	margin-bottom:20px;
}
.bg-gray{
	background:#f3f3f3;
}
.bg-1a3d3c{
	background:#1c8644;
}

.bg-dark-green{
	background:#1a3d3c;
}
.text-color{
	color:#7a7a7a;
}
footer.text-white{
	line-height:25px;
}
.btn-primary{
	background:#2d6d3b;
	color:#fff;
	font-size:20px;
	padding:10px 30px;;
}
.btn-primary:hover{
	background:#bcbc36;
}
.text-white, .text-white p, .text-white ul li,{
	color:#fff;
}
#clients i{
	font-size:36px;
	color:#1a3d3c;
	margin-bottom:20px;
}
#clients .col-md-4:hover i{
	color:#bcbc36;
}
a:hover, .active a{
	color:#bcbc36;
}



.top-section {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
}

/* Overlay */
.top-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
	z-index: 1;
}

.top-section h1 {
	position: relative;
	z-index: 2;
	font-size: 3rem;
	font-weight: bold;
}

.product-grid {
	margin: 20px 0;
}

.product-item {
	text-align: center;
	margin-bottom: 30px;
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 15px;
	transition: transform 0.3s ease;
}

.product-item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.product-item h5 {
	margin-top: 15px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
}

.product-item:hover {
	transform: translateY(-10px);
}
.certificates img{
	max-width:100%;
	border:3px solid #f1f1f1;
}
.navbar-toggler i{color:#fff;}