

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: normal;
	font-style: normal;
	font-family: "Roboto", sans-serif;
	background: #f8f8f8;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
	background: #217712;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #217712;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #217712;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #1E1D24;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #1E1D24;
	font-size: 14px;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1E1D24;
	font-weight: 700;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #217712;
}

button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

p {
	color: #4d4d4d;
}

img {
	max-width: 100%;
}

.section-padding {
	padding: 100px 0px;
}

.section-padding-2 {
	padding-top: 100px;
	padding-bottom: 70px;
}

/*Scroll Area*/
.scroll-area {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	display: none;
}

.scroll-area i {
	width: 45px;
	height: 45px;
	background-color: #217712;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
}

/*
 * #-Header
*/
.header {
	background: #fff;
}

.header-top {
	border-bottom: 1px solid #d9d8d88c;
	padding: 20px 0px;
}

/*
 * #-Menu
*/
.menu ul li {
	display: inline-block;
	position: relative;
}

.menu ul li a {
	display: inline-block;
	color: #707070;
	text-transform: capitalize;
	font-weight: 500;
	padding: 30px 22px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 16px;
}

.menu ul li:hover>a {
	color: #000;
}

.menu nav ul li>ul {
	position: absolute;
	top: 110px;
	left: -4px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	border: 1px solid #efefef;
}

.menu nav ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 83px;
	left: 0;
}

.menu nav ul li>ul>li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
	padding: 0px;
}

.menu nav ul li>ul>li a::after {
	content: "";
	clear: both;
	display: block;
	width: 14px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 49%;
	left: 14px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4 ease-in-out;
	transition: all .4s ease-in-out;
}

.menu nav ul li>ul>li:hover>a {
	color: #000;
	padding-left: 30px;
	background: #f7f9fe;
}

.menu nav ul li>ul>li:hover>a::after {
	opacity: 1;
	visibility: visible;
}

.menu nav ul li>ul>li:hover>a {
	color: #217712 !important;
}

.menu nav ul li>ul>li li>a:hover {
	color: #fff;
}

.menu nav ul li>ul>li a {
	display: inline-block;
	width: 100%;
	padding: 15px 14px;
	border-bottom: 1px dashed #efefef;
	font-size: 14px;
	color: #4d4d4d;
	margin: 0px;
	font-weight: 400;
	text-transform: capitalize;
}

.menu nav ul li>ul>li:last-child a {
	border-bottom: none;
}

.menu nav ul>li>ul>li>ul {
	left: 200px;
	top: 28px;
}

.menu nav ul li>ul>li:hover>ul {
	top: -3px;
}

.menu nav ul li>ul>li:hover>ul {
	top: -3px;
	left: 100%;
}

.menu ul li.menu-item-has-children {
	position: relative;
}

.menu ul li.menu-item-has-children::after {
	content: "\f107";
	clear: both;
	display: block;
	position: absolute;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	top: 39%;
	right: 7px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #000;
	font-size: 14px;
}

.menu ul li.menu-item-has-children:hover::after {
	color: #000;
}

.menu ul li ul li.menu-item-has-children::after {
	transform: rotate(-90deg);
	top: 30%;
}

.section-headding h2 {
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
}
.section-headding h2 span {
	position: relative;
	display: inline-block;
}
.section-headding h2 span::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 50px;
	height: 3px;
	background: #217712;
	top: 44%;
	right: -60px;
}
.section-headding h2 span::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 50px;
	height: 3px;
	background: #217712;
	top: 44%;
	left: -60px;
}

/*
 * #-Mini Cart
*/
.off_canvars_overlay.active {
	opacity: 0.3;
	visibility: visible;
}

.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}



/*
 * #-Button
*/
.button-1 {
	display: inline-block;
	padding: 15px 35px;
	border: 1px solid #217712;
	text-transform: capitalize;
	font-weight: 500;
	background: #217712;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #fff;
	text-align: center;
}

.button-1:hover {
	color: #fff;
	background: #2a660a;
	border-color: #2a660a;
}

.button-2 {
	display: inline-block;
	padding: 15px 35px;
	border: 1px solid #217712;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #333;
	background: #fff;
	text-align: center;
}

.button-2:hover {
	color: #fff;
	background: #2a660a;
	border-color: #2a660a;
}

.button-3 {
	display: inline-block;
	padding: 16px 36px;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #333;
	background: #fff;
	text-align: center;
}

.button-3:hover {
	color: #fff;
	background: #2a660a;
}

/*
 * #-Hero Slider
*/
.hero-slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 100px;
	position: relative;
	padding-bottom: 100px;
	z-index: 1;
}

.hero-slider-item:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	top: 0;
	left: 0;
	z-index: -1;

}

.hero-slider-rimg img {
	width: 160px !important;
	height: 160px !important;
	border-radius: 50%;
	background: #fff;
}

.hero-slider-content {
	padding-top: 60px;
	padding-bottom: 40px;
}

.hero-slider-content h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
}

.hero-slider-content h2 {
	font-size: 55px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 20px;
}

.hero-slider-content .hero-btn a.button-1 {
	margin-right: 20px;
}

.hero-slider-rimg {
	position: relative;
}

.hero-slider-rimg .image-2 {
	position: absolute;
	top: 100%;
	right: 0;
}

/*Animation*/
.active .hero-slider-item h2,
.active .hero-slider-item h4,
.active .hero-slider-item a,
.hero-slider-item img {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.active .hero-slider-item h2 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.active .hero-slider-item a {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.active .hero-slider-item img {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.active .hero-slider-item img.image-2 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.2s;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.active .hero-slider-item h2.hero-discount-con {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.5s;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.hero-slider-rimg .hero-img {
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
}

.hero-slider-style-2 .hero-slider-item {
	background: #dbdbdb;
}

.hero-discount-con {
	width: 120px;
	height: 120px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-align: center;
	line-height: 1.1;
	color: #217712;
	font-weight: 900;
	font-size: 28px;
	box-shadow: 0px 0px 10px 0px #8a8a8a;
	position: absolute;
	bottom: 28px;
	left: 0;
}

.hero-slider-full .owl-prev,
.hero-slider-style-2 .owl-prev,
.hero-slider-style-3 .owl-prev {
	position: absolute;
	top: 47%;
	left: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.hero-slider-full .owl-next,
.hero-slider-style-2 .owl-next,
.hero-slider-style-3 .owl-next {
	position: absolute;
	top: 47%;
	right: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.hero-slider-full:hover .owl-next,
.hero-slider-style-2:hover .owl-next,
.hero-slider-style-3:hover .owl-next {
	opacity: 1;
	visibility: visible;
	right: 14px;
}

.hero-slider-full:hover .owl-prev,
.hero-slider-style-2:hover .owl-prev,
.hero-slider-style-3:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	left: 14px;
}

.hero-slider-nav {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffff;
	border-radius: 50%;
	color: #333;
	font-size: 25px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hero-slider-nav:hover {
	background: #217712;
	color: #fff;
	box-shadow: 0px 0px 10px 0px #217712ab;
}

/*
 * Baner Image
*/
.banner-item img {
	width: 100%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}

.banner-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #d9d9d9b3;
}

.banner-item::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.12);
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}

.banner-item::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.12);
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}

.banner-item:hover::before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.banner-item:hover::after {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*
 * #-Product Style
*/
.product-item {
	background: #fff;
	padding: 40px 30px 0px 30px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #cccccc3b;
	position: relative;
}

.product-item .product-thumbnail {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.product-item .product-thumbnail img {
	width: 100%;
	transition: all .5s ease;
}

.product-item:hover .product-thumbnail img {
	transform: scale(1.1) rotate(3deg);
}

.product-item .product-thumbnail .wishlist {
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	display: flex;
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.product-item:hover .product-thumbnail .wishlist {
	visibility: visible;
	opacity: 1;
}

.product-item .product-thumbnail .wishlist:hover {
	color: #fff;
	background: #217712;
	border-color: #217712;
}

.sale-badge {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: #217712;
	padding: 4px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 12px;
}

.product-item .product-thumbnail .product-overly-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	height: 52%;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.product-item:hover .product-thumbnail .product-overly-btn {
	visibility: visible;
	opacity: 1;
	height: 100%;
}

.product-item .product-thumbnail .product-overly-btn ul li {
	display: block;
	margin-bottom: 10px;
}

.product-item .product-thumbnail .product-overly-btn ul li a {
	background: #217712;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-item .product-thumbnail .product-overly-btn ul li a:hover {
	background: #000;
}

.product-item .product-thumbnail .product-overly-btn ul li a i {
	transition: all .3s ease-in-out;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all .3s ease-in-out;
}

.product-item .product-thumbnail .product-overly-btn ul li a span {
	transition: all .3s ease-in-out;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transition: all .5s ease-in-out;
}

.product-item .product-thumbnail .product-overly-btn ul li a:hover i {
	transform: translateY(0);
	-webkit-transform: translateY(0%);
}

.product-item .product-thumbnail .product-overly-btn ul li a:hover span {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.product-item .product-content {
	padding: 20px;
	text-align: center;
	padding-top: 10px;
}

.ratting {
	color: #FC0;
	font-size: 14px;
}

.product-content h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
	padding: 6px 0px;
}

.product-content h4 a {
	color: #1E1D24;
}

.product-content h4 a:hover {
	color: #217712;
}

.pricing span {
	font-size: 18px;
	font-weight: 700;
	color: #217712;
}

.pricing span del {
	color: #1E1D24;
	font-size: 14px;
	font-weight: 500;
}

/*
 * #-product-sigle
*/
.bg-green-light{
	background-color: #fcfcf7;
}
.product-sigle-item {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.product-sigle-item .thumbanil {

	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 1px solid #fb7201;
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 0 auto;
}

.product-sigle-item .thumbanil img {
	width: 100%;
	border-radius: 8px;
}

.product-sigle-item:hover .thumbanil {
	border-color: #217712;
}

.product-sigle-item .thumbanil a {
	position: absolute;
	z-index: 1;
	background: #217712;
	width: 90%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	top: 6%;
	left: 5%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(0);
}
.product-sigle-item .thumbanil a h5{
  font-size:25px;
  color: #fff;
  font-weight:400;
}

.product-sigle-item:hover .thumbanil a {
	transform: scale(1.0);
}

.product-sigle-item .thumbanil a i {
	font-size: 25px;
	color: #fff;
	transform: rotate(45deg);
}

.product-sigle-item .title {
	margin-top: 10px;
}

.product-sigle-item .title a {
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}

.product-sigle-item:hover .title a {
	color: #217712;
}

.shopcate-slider-nav {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffff;
	border-radius: 50%;
	color: #333;
	font-size: 22px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 10px 0px #c4c4c4;
}

.shopcate-slider-nav:hover {
	background: #217712;
	color: #fff;
}

.product-category-product-full .owl-prev {
	position: absolute;
	top: 34%;
	left: -10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-category-product-full .owl-next {
	position: absolute;
	top: 34%;
	right: -10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-category-product-full:hover .owl-prev,
.product-category-product-full:hover .owl-next {
	opacity: 1;
	visibility: visible;
}

.product-cate-item {
	padding: 50px 10px 35px;
	border: 2px solid #eee;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.product-cate-item::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 5px;
	background: #217712;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-cate-item:hover::after {
	width: 100%;
}

.product-cate-item .thumbn {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius: 50%;
}

.product-cate-item .thumbn img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.product-cate-item .con h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}

.product-cate-item .con h4 a {
	color: #071e00;
}

.product-cate-item:hover .con h4 a {
	color: #217712;
}

.product-cate-item .con span {
	font-size: 14px;
	font-weight: 600;
}

.button-1.load-more {
	border-radius: 50px;
}

/* Target only owl dots inside product-category-product */
.product-category-product .owl-dots {
	text-align: center;
	margin-top: 20px;
	display: block !important;
  }
  
  .product-category-product .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #ccc !important; /* inactive dot color */
	opacity: 1 !important;
	transition: background 0.3s ease;
	cursor: pointer;
  }
  
  .product-category-product .owl-dot.active {
	background-color: #217712 !important; /* active dot color */
  }
  

/*
 * Call Now
*/
.call-now {
	background-image: url('../img/bg/footer-bg.webp');
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.call-now-shap {
	position: absolute;
	max-width: 22%;
	right: 0%;
	bottom: 0;
}

.call-now-content h4 {
	font-size: 16px;
	color: #217712;
	text-transform: uppercase;
	font-weight: 600;
}

.call-now-content h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
 * #-Footer
*/
.footer-widget-item p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding-bottom: 20px;
}

.footer-social span {
	display: inline-block;
	margin: 0px 4px;
}

.footer-social span a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: #d5d5d5;
	border-radius: 50%;
	font-size: 14px;
	color: #217712;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.footer-social span a:hover {
	background: #217712;
	color: #fff
}

.footer-widget-item h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.footer-widget-item h2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	bottom: 0px;
}

.footer-widget-item h2::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	background: #fb7202;
	bottom: 0px;
	z-index: 1;
}

.footer-widget-item ul li {
	display: block;
	line-height: 30px;
}

.footer-widget-item ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 3px 0px;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.footer-widget-item ul li a:hover {
	color: #fb7202;
	text-decoration: underline;
}

.footer-widget-item .app-down a {
	display: inline-block;
}

.footer-bottom {
	border-top: 1px solid #eee;
}

.footer-bottom p {
	font-size: 15px;
}

.footer-bottom p a {
	color: #333;
}

.footer-bottom p a:hover {
	color: #217712;
	text-decoration: underline;
}

.pro-item-full {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F2F2F2;
	box-shadow: 0px 8px 29px 0px #F2F2F2;
	padding: 10px 30px 10px 30px;
	background: #fff;
	padding-top: 30px;
}

.pro-item {
	display: flex;
}

.pro-item .iocn {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pro-item .iocn i {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d9d9d9;
	font-size: 30px;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-right: 10px;
}

.pro-item:hover .iocn i {
	background: #217712;
	color: #fff;
}

.pro-item .content h3 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	padding-bottom: 5px;
}

.pro-item .content p {
	font-size: 13px;
}

.lg-banner-item {
	overflow: hidden;
}

.lg-banner-item img {
	height: 100%;
	border: 1px solid #eee;
	overflow: hidden;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.lg-banner-item:hover img {
	transform: scale(1.1);
}
.text-pri{
	color: #217712;
}

/*
 * #-Breadcrumb
*/
.breadcrumb-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.breadcrumb-content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
}

.breadcrumb-content ul li {
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.breadcrumb-content ul li a {
	color: #fff;
}

.breadcrumb-content ul li a:hover {
	color: #217712;
}


/*
 * #-About
*/
.about-content h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #217712;
	font-style: italic;
	margin-bottom: 10px;
}

.about-content h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}
p{
	font-size:18px;
}
.about-content p {
	font-size:18px;
	line-height: 28px;
	margin-bottom: 15px;
}

.about-content ul {
	margin-bottom: 15px;
}

.about-content ul li {
	color: #333;
	font-weight: 600;
	padding: 4px 0px;
}

.about-content ul li i {
	color: #217712;
	padding-right: 5px;
}

/*
 * #-Contact Us
*/
.contact-form h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-form .single-input {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

.contact-form input {
	width: 100%;
	padding: 20px;
	border: 2px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact-form textarea {
	width: 100%;
	padding: 20px;
	border: 2px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
}

.contact-form input:focus {
	border-color: #217712;
}

.contact-form textarea:focus {
	border-color: #217712;
}

.contact-form .single-input i {
	position: absolute;
	top: 22px;
	right: 10px;
	color: #217712;
}

.contact-form button {
	padding: 20px 40px;
}

.contact-form-info {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	padding: 40px 30px;
}

.contact-form-info::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #217712b3;
}

.contact-form-info h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.contact-info-list .item {
	width: 100%;
	overflow: hidden;
}

.contact-info-list .item .icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #217712;
	margin-right: 10px;
	float: left;
}

.contact-info-list .item .content {
	overflow: hidden;
}

.contact-info-list .item .content h4 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
}

.contact-info-list p {
	margin: 0;
	color: #fff;
	font-size: 14px;
}


/*
 * #-Accordion
*/
.accordion-item {
	border: 2px solid #eee;
	border-bottom: none;
}

.accordion-item:last-child {
	border-bottom: 2px solid #eee;
}

.accordion-item .accordion-header {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.accordion-item .accordion-header a {
	background-color: #217712;
	font-size: 16px;
	width: 100%;
	display: inline-block;
	color: #fff;
	border: 1px solid #217712;
	padding: 20px 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
}

.accordion-item .accordion-header a::after {
	content: "-";
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #217712;
	font-size: 20px;
	height: 30px;
}

.accordion-item .accordion-header a.collapsed::after {
	content: "+";
}

.accordion-item .accordion-body {
	border: none;
	padding: 15px 20px;
	border: 2px solid #eee;
	background-color: #fff;
	margin-bottom: 30px;
}

.accordion-item .accordion-collapse {
	border: none;
}

.accordion-item .accordion-body p {
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
}

h2.accordion-header {
	padding: 0 !important;
	margin: 0 !important;
}

/*===== All Preloader Style =====*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#preloader .preloader {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	margin-left: -25px;
	margin-top: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#preloader .preloader span {
	position: absolute;
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: #e52e06;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	background-color: green;
}

@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/*End Preloader Style*/
/*
 * Sticky
*/
.header-bottom.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/*
 * #-Mobile Menu
*/
.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0;
}

.off_canvars_overlay.active {
	opacity: 0.5;
	visibility: visible;
}

.offcanvas_menu {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offcanvas_menu {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.offcanvas_menu {
		display: block;
	}
}

.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #217712;
	z-index: 9999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}

.mobile-logo img {
	border-radius:10px;
    margin-top: 35px;
    background-color: #fff;
    padding: 15px;
}

.offcanvas_menu_wrapper.active {
	margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
	background: inherit;
	min-height: 300px;
	overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
	display: block;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
	transform: rotate(180deg);
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
	transform: rotate(180deg);
}

.offcanvas_main_menu li {
	position: relative;
}

.offcanvas_main_menu li:last-child {
	margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
	position: absolute;
	right: 10px;
}

.offcanvas_main_menu li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding: 0px 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	color: #fff;
}

.offcanvas_main_menu li a:hover {
	color: #fff;
}

.offcanvas_main_menu li ul.sub-menu {
	padding-left: 20px;
}

.offcanvas_footer {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.offcanvas_footer span a {
	font-size: 14px;
}

.offcanvas_footer span a:hover {
	color: #217712;
}

.slinky-theme-default a:not(.back) {
	padding: 10px 0;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
	background: inherit;
	color: #217712;
}

.canvas_close {
	position: absolute;
	top: 10px;
	right: 13px;
}

.canvas_close a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	border: 1px solid #ededed;
	border-radius: 50%;
	color: #fff;
}

.canvas_close a:hover {
	background: #217712;
	border-color: #217712;
	color: #fff;
}

.mobile-logo {
	margin-bottom: 40px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.canvas_open {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.canvas_open {
		right: 20px;
		top: 27px;
		display: block;
		width: 36px;
	}
}

.canvas_open a:hover {
	color: #fe3737;
	border-color: #fe3737;
}


.menu {
	text-align: end;
}

.d-lg {
	display: block;
}
.d-sm {
	display: none;
}

@media only screen and (max-width: 992px) {
	.d-lg {
		display: none;
	}
	.d-sm {
		display: block;
	}
}

.ptb-100 {
	padding: 100px 0px;
}
.ptb-50 {
	padding: 50px 0px;
}

.br-8 {
	border-radius: 8px;
}

/* animation Begin */
.postion-1 {
	position: absolute;
	left: 48%;
	z-index: 1;
}

.postion-2 {
	position: absolute;
	left: 20%;
	bottom: 0
}

.postion-3 {
	position: absolute;
	left: 50%;
	bottom: 15%;
	z-index: 1;
}

.postion-4 {
	position: absolute;
	left: 8%;
}

.box-item {
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.bounce-item {
	animation-name: bounce-2;
	animation-timing-function: ease;
}

@keyframes bounce-2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}
}

/* animation End */


.sec-accordion ul {
	margin-bottom: 15px;
}

.sec-accordion ul li {
	color: #333;
	font-weight: 600;
	padding: 4px 0px;
}

.sec-accordion ul li i {
	color: #217712;
	padding-right: 5px;
}

.footer {
	background-image: url('../img/footer/bg-footer.webp');
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

/* Overlay using ::before */
.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	/* gray with 50% opacity */
	z-index: -1;
}



.contact a {
	
	color: #fff;
}

.contact a:hover {

	color: #217712;
}



  /* Category Section Padding */
.category-section {
	background-color: #fff;
  }
  
  /* Card Styling */
  .category-section .card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
  }
  
  /* Hover Effect on Card */
  .category-section .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  /* Card Image Styling */
  .category-section .card-img-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 220px;
	object-fit: cover;
	transition: transform 0.3s ease;
  }
  
  /* Image Zoom on Hover */
  .category-section .card:hover .card-img-top {
	transform: scale(1.05);
  }
  
  /* Title Bar Styling */
  .category-section .card-body {
	background-color: #00aa4f; /* Bootstrap's green (can change to your brand color) */
	color: #fff;
	padding: 15px;
  }
  
  .category-section .card-title {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
  }
  
  /* category Section End */

  /*
 * #-My Account
*/
.my-account-menu ul {
	width: 100%;
	border: none;
}
.my-account-menu ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.my-account-menu ul li a {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border-radius: 0px !important;
	border: 1px dotted #ccc !important;
	padding: 16px 20px;
	color: #333 !important;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.my-account-menu ul li a:hover{
	color: #217712 !important;
}
.my-account-menu ul li a.active {
	background: #217712 !important;
	color: #fff !important;
	border-color: #217712 !important;
}
.my-account-menu ul li a i {
	text-align: right;
	float: right;
	padding-top: 3px;
}
.my-account-main-content-item {
	border: 1px dotted #217712;
	padding: 30px;
}
.my-account-main-content-item h2 {
	font-size: 22px;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 20px;
}
.my-account-main-content-item p {
	line-height: 30px;
	margin-bottom: 10px;
}


.f-product ul li i {
    color: #217712;
    padding-right: 5px;
}

.our-achievement {
 background-color: #f1f1f1;
}

/* ===========================
   Common Social Button Style
=========================== */

#callNowBtn,
#whatsappNowBtn,
#facebookBtn,
#linkedinBtn,
#instgramBtn,
#youtubeBtn {
    position: fixed;
    right: 15px;
    z-index: 1000;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* ===========================
   Call Button
=========================== */
#callNowBtn {
    top: calc(50% - 140px);
    background-color: #2196f3;
}

/* ===========================
   WhatsApp Button
=========================== */
#whatsappNowBtn {
    top: calc(50% - 75px);
    background-color: #64b161;
}

/* ===========================
   Facebook Button
=========================== */
#facebookBtn {
    top: calc(50% - 10px);
    background-color: #1877f2;
}

/* ===========================
   LinkedIn Button
=========================== */
#linkedinBtn {
    top: calc(50% + 55px);
    background-color: #0077b5;
}

/* ===========================
   Instagram Button
=========================== */
#instgramBtn {
    top: calc(50% + 120px);
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

/* ===========================
   YouTube Button
=========================== */
#youtubeBtn {
    top: calc(50% + 185px);
    background-color: #ff0000;
}

/* ===========================
   Icons Size
=========================== */

#callNowBtn img,
#whatsappNowBtn img,
#facebookBtn img,
#linkedinBtn img,
#instgramBtn img,
#youtubeBtn img {
    width: 18px;
    height: 18px;
}

/* ===========================
   Responsive
=========================== */

@media (max-width: 768px) {

    #callNowBtn,
    #whatsappNowBtn,
    #facebookBtn,
    #linkedinBtn,
    #instgramBtn,
    #youtubeBtn {
        padding: 10px;
        right: 10px;
    }

    #callNowBtn {
        top: calc(50% - 115px);
    }

    #whatsappNowBtn {
        top: calc(50% - 60px);
    }

    #facebookBtn {
        top: calc(50% - 5px);
    }

    #linkedinBtn {
        top: calc(50% + 50px);
    }

    #instgramBtn {
        top: calc(50% + 105px);
    }

    #youtubeBtn {
        top: calc(50% + 160px);
    }

    #callNowBtn img,
    #whatsappNowBtn img,
    #facebookBtn img,
    #linkedinBtn img,
    #instgramBtn img,
    #youtubeBtn img {
        width: 15px;
        height: 15px;
    }

}


  

  .blink-bx{
    display:none;
  }
  
  /* Blinking Button Wrapper */
  
  .btn-sm-1{
    background: #f17400 !important;
    color: #fff;
    padding:10px;
    border-radius: 8px;
  }
  .btn-sm-2{
    background:  #217712;
    color: #fff;
    padding:10px;
    border-radius: 8px;
  }
  .blink-bx {
    position: fixed;
    bottom: 0; /* Button always at bottom */
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #ccc;
    padding: 10px;
    text-align: center; /* Center the button */
    z-index: 1000; /* Ensure it stays on top */
  }
  
  /* Blinking Button Styling */
  .blink-button {
    color: #fff !important;
    color: #000;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    animation: blink 1s infinite;
  }
  
  /* Blinking Animation */
  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

  /* Apply color and style to tab buttons */
/* Base style for all tab buttons */

  #blinking-button{
	margin-left: 20px;
    padding: 8px 20px;
    border-radius: 0px; 
    border: 0px solid #217712;
}
@keyframes blink {
  0%, 100% {background-color: #5abd48;}
  50% {background-color: #217712;}
}
#blinking-button {
  background-color: #217712;
  color: white;
  animation: blink 1s linear infinite;
}

/* Product Card Begin */
.product-card .card {
  border: 1px solid #fb7201;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
}

.product-card .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product-card .card-img-top {
	border-radius:20px;
  padding: 8px;
}

.product-card .card-title {
	display: block;
	background-color: #217712;
	border-radius:10px;
	padding:15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.product-card .card-text {
  font-size: 19px;
  color: #444;
}

@media (max-width: 767.98px) {
  .product-card .card {
    margin-bottom: 20px;
  }

  .product-card .card-title {
    font-size: 1rem;
  }

  .product-card .card-text {
    font-size: 0.85rem;
  }
}

/* Product Card End */
/* Slider Begin */
/* Responsive height for tablets */


/* Responsive height for mobile */
@media (max-width: 576px) {
	.ptb-100{
		padding:50px 0px;
	}
    .hero-slider-full img {
        height: 200px;
    }
}
/* Slider End */

/* Move owl-dots and owl-nav to overlay */
.home-slider-carousal {
  position: relative;
}

/* Position dots above the banner */
.home-slider-carousal .owl-dots {
  position: absolute;
  bottom: 20px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* Position arrows above the banner */
.home-slider-carousal .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height:50px;
  width:50px;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 20px !important; /* 👈 Arrow size */
  cursor: pointer;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);

}
.home-slider-carousal .owl-nav .owl-prev,
.home-slider-carousal .owl-nav .owl-next {
  background-color: #fff !important; /* force background */
  color: #000 !important;
}

.home-slider-carousal .owl-nav button:hover {
  background: #ff6600;
  color: #fff;
}

.home-slider-carousal .owl-nav .owl-prev {
  left: 20px;
  
}

.home-slider-carousal .owl-nav .owl-next {
  right: 20px;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; /* You can change background if needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#page-loader img {
  width: 350px; /* Adjust image size */
  height: auto;
}
/* Our Process Begin */
.process-section{
    background:#fff;
}

.process-card{
    background:#f1f1f1;
    border-radius:25px;
    padding:30px;
    height:100%;
    transition:0.3s ease;
    position:relative;
    overflow:hidden;
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.process-icon{
    width:70px;
    height:70px;
    background:#288517;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:25px;
}

.process-number{
    font-size:58px;
    font-weight:800;
    color:#000;
    line-height:1;
    margin:0;
}

.process-card h4{
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
    color:#000;
}

.process-card p{
    font-size:17px;
    line-height:1.8;
    color:#5f6b66;
    margin-bottom:0;
}

@media(max-width:767px){

    .process-card{
        padding:25px;
    }

    .process-number{
        font-size:42px;
    }

    .process-card h4{
        font-size:22px;
    }

    .process-card p{
        font-size:15px;
    }
}
/* Our Process End */
/* counter Begin */
.counter-section {
    background-color: #f1f1f1;
    padding: 50px 0;
}

.counter-box {
   border: 1px solid #fb7201;
    background-color: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.3s ease;
}

.counter-box:hover {
    transform: translateY(-4px);
}

.counter-icon {
    margin-bottom: 16px;
}


   .counter-icon i {
    font-size: 22px;
    color: #fff;
    background-color: #288517;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 16px;
    display: inline-block;

}

.counter-number {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    line-height: 1;
}

.counter-text {
    font-size: 14px;
   color: #000;
    margin: 0;
}
/* counter End */

/* Partnership Section Begin*/
.partnership-section {
    padding: 60px 0;
}

.partnership-box {
    background-color: #288517;
    border-radius: 20px;
    padding: 50px 50px;
}

/* Label */
.partnership-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #e8722a;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* Title */
.partnership-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.2;
}

/* Description */
.partnership-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Buttons */
.partnership-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e8722a;
    color: #fff !important;
    padding: 13px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.3s;
}

.btn-apply:hover {
    background-color: #cf5e1f;
    color: #fff !important;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #fff !important;
    padding: 13px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.btn-contact:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff !important;
}

/* List */
.partnership-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partnership-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.partnership-list li:last-child {
    margin-bottom: 0;
}

/* Check Icon */
.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    background-color: #e8722a;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .partnership-box {
        padding: 30px 20px;
    }

    .partnership-title {
        font-size: 26px;
    }

    .partnership-list li {
        font-size: 14px;
    }
}

/* Partnership Section End*/

/* Social Section Begin*/
.social-section {
    background-color: #fff;
}

/* Label */
.social-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Title */
.social-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Description */
.social-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    max-width: 400px;
}

/* Follow Button */
.follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.3s;
}

.follow-btn i {
    font-size: 18px;
    color: #1a1a1a;
}

.follow-btn:hover {
    color: #e8722a !important;
}

.follow-btn:hover i {
    color: #e8722a;
}

/* Image Box */
.social-img-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.social-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.social-img-box:hover img {
    transform: scale(1.08);
}

/* Overlay */
.social-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-overlay i {
    font-size: 28px;
    color: #fff;
}

.social-img-box:hover .social-overlay {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .social-title {
        font-size: 26px;
    }

    .follow-btn {
        margin-top: 10px;
    }
}
/* Social Section End*/

/* Bulk Section  Begin*/
.bulk-section {
    background-color: #f1f1f1;
}

/* Label */
.bulk-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* Title */
.bulk-title {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.2;
}

/* Description */
.bulk-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 440px;
}

/* Contact List */
.bulk-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bulk-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #333;
    margin-bottom: 14px;
}

.contact-icon {
    font-size: 18px;
}

/* WhatsApp Link */
.whatsapp-link {
    color: #1a1a1a !important;
    font-weight: 600;
    text-decoration: underline !important;
    transition: color 0.3s;
}

.whatsapp-link:hover {
    color: #e8722a !important;
}

/* Form Box */
.bulk-form-box {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    padding: 36px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Form Top Label */
.form-label-top {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Form Title */
.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

/* Form Description */
.form-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* Field Label */
.bulk-label-field {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

/* Input */
.bulk-input {
    width: 100%;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border 0.3s;
}

.bulk-input:focus {
    border-color: #53b542;
}

.bulk-input::placeholder {
    color: #bbb;
}

/* Submit Button */
.bulk-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #217712;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    width: auto;
}

.bulk-btn:hover {
    background-color: #53b542;
}

/* Privacy Note */
.privacy-note {
    font-size: 12px;
    color: #999;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .bulk-title {
        font-size: 28px;
    }

    .bulk-form-box {
        padding: 24px 20px;
    }
}
.product-card a{
	color: #fff;
}
.menu-expand i{
	color: #fff;
}
/* Bulk Section  End*/

/* =========================
   Frozen Green Peas Story
========================= */

.peas-story-section {
    background: #f7f5f2;
}

.story-main-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.story-sub-title {
    font-size: 17px;
    color: #666;
    max-width: 850px;
    margin: auto;
}

.story-wrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.story-step {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    padding-bottom: 70px;
}

.story-step::before {
    content: "";
    position: absolute;
    left: 39px;
    top: 80px;
    width: 2px;
    height: 100%;
    background: #217712;
}

.story-step.last-step::before {
    display: none;
}

.step-number {
    min-width: 80px;
    height: 80px;
    background: #217712;
    color: #fff;
    border-radius: 50%;
    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.step-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.step-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #217712;
    margin-bottom: 15px;
}

.step-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin: 0;
}
/* =========================
   Responsive Design
========================= */

@media (max-width: 768px) {

    .story-main-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .story-sub-title {
        font-size: 14px;
        line-height: 1.7;
    }

    .story-step {
        gap: 20px;
        padding-bottom: 45px;
    }

    .story-step::before {
        left: 29px;
        top: 65px;
    }

    .step-number {
        min-width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .step-content h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .step-content h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .step-content p {
        font-size: 13px;
        line-height: 1.7;
    }
}
.form-select{
	display: block !important;
}
.form-select ul{
	display: none;
}
.nice-select.form-select {
    display: none !important;
}
.br-8{
	border-radius:8px;
}

