
        
    html {
	scroll-behavior: smooth
}

.navbar {
	background-color: #000;
}

.navbar-nav .nav-link {
	color: #fff;
	font-weight: 700
}

    .nav-link:hover {
	color: #FED700 !important; 
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4
}

.logo_img {
	text-align: center;
	margin-bottom: 50px
}

.logo_img img {
	max-width: 250px
}

.container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

header {
	background: #B6D7A8;
	color: #333;
	padding: 15px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 900
}

section {
	padding: 20px
}

h2 {
	color: #333
}

.responsive {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

.box {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 100%;
	padding: 15px;
	border-radius: 5px;
	border-bottom: 2px solid #eee
}

.box img {
	width: 150px;
	height: auto;
	object-fit: contain;
	border-radius: 5px;
	margin-right: 15px;
   filter: grayscale(100%);
}

 
footer {
	text-align: center;
	padding: 10px;
	background: #000;
	color: #fff;
	margin-top: 20px
}

@media (max-width:600px) {
	.responsive {
		flex-direction: column;
		align-items: center
	}

	.box {
		flex-direction: column;
		text-align: center;
		border: .25px solid #eee
	}

	.box img {
		width: auto;
		height: 250px;
		object-fit: contain;
		margin-bottom: 10px;
		margin-right: 0
	}

	.textleft {
		text-align: left !important
	}
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: left;
	justify-content: left;
	gap: 20px
}

.flex-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 900px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden
}

.flex-item img {
	width: 100%;
	max-width: 200px;
	object-fit: contain
}

.flex-content {
	padding: 20px
}

@media (max-width:768px) {
	.flex-item {
		flex-direction: column;
		text-align: center
	}

	.flex-item img {
		max-width: 200px
	}
}

#scrollTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 12px 18px;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 4px 6px rgb(0 0 0 / .1);
	transition: opacity 0.3s, visibility 0.3s
}

#scrollTopBtn:hover {
	background-color: #333
}
        .navbar-toggler-icon{
            background: #fff;
        }
        
.whatsapp-button {
  position: fixed;
  bottom:10% ;
  left: 20px; 
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 1000;
}