* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

	font-family: "Inter", sans-serif;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

li {
	list-style: none !important;
}

h1 {
	font-weight: 600 !important;
	font-size: 50px !important;
	font-family: "Inter", sans-serif;
}

h2 {
	font-weight: 600 !important;
	font-size: 35px !important;
	font-family: "Inter", sans-serif;
}

h3 {
	font-weight: 600 !important;
	font-size: 27px !important;
	font-family: "Inter", sans-serif;
}

h4 {
	font-weight: 600 !important;
	font-size: 25px !important;
}

p {
	font-size: 16px;
	color: #1C2F02;
}

.dis-flex {
	display: flex;
	align-items: center;
}

.for-mobile {
	display: none;
}

.container {
	max-width: 90% !important;
	width: 1350px !important;
}

.hero {
	
	position: relative;
	background: linear-gradient(180deg, #F3FFE3 0%, #DAFEA7 100%);
}

.navbar {
	padding: 0;
	padding-top: 30px !important;
}

.navbar-brand img {
	width: 250px;
}

.navbar-nav {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.nav-link {
	color: #1C2F02 !important;
	font-size: 16px;
	font-weight: 500;
	padding: 0 !important;
	position: relative;
}

.nav-link:hover {
	color: #8BC23E !important;

}



.phone-link {
	color: #1C2F02;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 13px 25px;
	border-radius: 25px;
	background: #8BC23E;
	margin-left: 30px;
	transition: .6s;
}
.phone-link:hover{
	background: #1C2F02;
	color: #fff;
}



.navbar-toggler {
	border: none;
	padding: 10px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* Mobile menu adjustments */
@media (max-width: 991.98px) {
	.navbar-brand {
		margin-right: 0;
	}

	.navbar-brand img {
		height: 40px;
	}

	.navbar-nav {
		gap: 0;
		padding: 15px 0;
	}

	.nav-link {
		padding: 12px 0;
		border: none;
	}



	.right-section {
		padding-bottom: 15px;
		justify-content: center;
		gap: 20px;
	}
}

/* hero */
.hero-container {
	padding: 100px 0;
	display: flex;
	align-items: center;

}

.fit-image {
	width: 100%;
}

.hero-content {
	padding-right: 5%;
}

.hero-content span {
	color: #8BC23E;
}

.hero-content p {
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0 40px;
}

.hero-img img {
	padding-left: 4%;
}

.group-btn ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.group-btn ul li {
	margin-right: 20px;
}

.group-btn ul li a {
	padding: 13px 30px;
	color: #1C2F02;
	border-radius: 25px;
	font-weight: 500;
}

.green-btn {
	background: #8BC23E;
	border: 1px #8BC23E solid;
	transition: .6s;
}

.green-btn:hover {
	border: 1px #1C2F02 solid;
	background: #1C2F02;
	color: #fff;
}

.hero-content img {
	margin-top: 100px;
}

.border-btn {
	transition: .6s;
	border: 1px #1C2F02 solid;
}

.border-btn:hover {
	border: 1px #1C2F02 solid;
	background: #1C2F02;
	color: #fff;
}

.hero-img {
	position: relative;
}

.same-day {
	position: absolute;
	left: -65px;
	bottom: -39px;
}

.section-padding {
	padding: 100px 0;
	width: 100%;
	display: flex;
}

.section-title-left {
	width: 85%;
	margin-bottom: 70px;
}



.section-title-left p {
	background: #E8FFC8;
	display: flex;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 600;
	color: #669F15;
	border-radius: 36px;
	margin-bottom: 25px;
	align-items: center;
}

.section-title-left p img {
	margin-right: 8px;
}

.section-title-left h3 {
	line-height: 39px;
	color: #1C2F02;
}

.how-work {
	text-align: center;
	padding: 0 20px;
}

.how-work h4 {
	margin: 15px 0 10px;
	color: #427101;
}

.service {
	background: url(../images/service-bg.png) center center no-repeat fixed;
	background-size: cover;
	padding-bottom: 180px;
}

.service .section-title-left h3 {
	color: #fff;
}

.service-box {
	position: relative;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	height: 463px;
	transition: .6s;
	background-position: center center !important;
	background-size: cover !important;
}

.service-box-container {
	overflow: hidden;
	border-radius: 10px;
}

.service-box-container .service-box:hover {
	transform: scale(1.1);
}

.service-container {
	margin-top: -200px;
	padding-bottom: 50px;
}

.service-box-content {
	position: absolute;
	bottom: 15px;
	width: 93%;
	padding: 20px;
	left: 15px;
	backdrop-filter: blur(1px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: rgba(48, 48, 48, 0.24);
}

.service-box-content p {
	color: #fff;
}

.service-box-content h4 {
	color: #8BC23E;
}

.service-box-content a {
	color: #fff;
	font-weight: 600;
	transition: .6s;
}
.service-box-content a:hover{
	color: #fff;
}

.center-title {
	text-align: center;
	margin-bottom: 70px;
}

.center-title p {
	background: #E8FFC8;
	display: flex;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 600;
	color: #669F15;
	border-radius: 36px;
	margin-bottom: 25px;
	align-items: center;
}

.center-title p img {
	margin-right: 8px;
}

.step-box {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.step-left {
	position: relative;
}


.step-right {
	width: 95%;
	padding-left: 5%;
}

.step-right h4 {
	color: #427101;
}


.steps {
	position: relative;
	padding-left: 40px;
	/* space for the line */
}



.step-box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
}

.step-left {
	position: relative;
}
.step-left h2{
		z-index: 1;
	/* keeps circle above the line */
	width: 70px;
	height: 70px;
	background: #8BC23E;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}



.step-right {
	margin-left: 20px;
}

.cta-container {
	padding-bottom: 50px;
}

.cta {
	height: 40vh;
	background: #F9FFF0;
}

.cta-box {
	background: #1C2F02;
	padding: 30px;
	color: #fff;
	border-radius: 30px;
}

.cta-box p {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 50px;
	color: #fff;
}

.munise-margin {
	margin-top: -300px;
}

.cta-content {
	padding-right: 5%;
}

.cta-box-text h3 {
	font-size: 30px !important;
	line-height: 45px;
}

.cta-box .border-btn {
	color: #fff;
	border: 1px #fff solid;
}

.center-title h2 {
	color: #427101;
}

.google-testmonail {
	margin-top: 50px;
}

.faq {
	background: #F9FFF0;
}


.faq-container {
	width: 80%;
	margin: auto;
}

.faq-item {
	border: 1px solid #CFCFCF;
	background: transparent;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-item.active {
	border-color: #8BC23E;
	/* active border color */
}

.faq-question {

	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-icon {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;

	border-top: 1px solid #CFCFCF;
	font-size: 15px;
	line-height: 1.6;
	padding: 0 15px;
	transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
	max-height: 300px;
	/* enough for most answers */
	padding: 15px;
}

.blog-image {
	max-height: 341px;
	overflow: hidden;

}

.blog-image img {
	transition: .6s;
}

.blog-box {
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}

.blog-box .blog-image {
	overflow: hidden;
	/* keeps zoom inside */
}

.blog-box:hover .blog-image img {
	transform: scale(1.1);
}

.blog-content {
	background: #F2F8EA;
	padding: 25px 25px 50px;
}

.blog-content h4 {
	color: #427101;
	line-height: 38px;
}

.blog-content p {
	margin-bottom: 40px;
}

.blog-content a {
	background: #8BC23E;
	padding: 13px 30px;
	border-radius: 28px;
	color: #1C2F02;
	transition: .6s;
}
.blog-content a:hover{
	color: #fff;
	background: #1C2F02;
}

.footer {
	background: #1C2F02;
	padding: 60px 0;
}

.center-footer {
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
}

.center-footer a {
	color: #8BC23E;
}

.footer-about img {
	width: 250px;
	margin-bottom: 20px;
}

.footer-about p {
	color: #fff;
}

.foter-container {
	padding-left: 5%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-link {
	width: 30%;
}

.footer-link h4 {
	color: #fff;
	margin-bottom: 30px;
}

.footer-link ul {
	margin: 0;
	padding: 0;
}

.footer-link ul li {
	margin-bottom: 10px;
}

.footer-link ul li a {
	color: #fff;
}

.footer-bottom {
	margin-top: 50px;
	padding-top: 50px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.31)
}

.footer-bottom p {
	color: #fff;
}

.footer-bottom p a {
	color: #8BC23E;
}

.page-title {
	color: #fff;
	display: flex;
	align-items: center;
	height: 35vh;
	background: url(../images/page-title.png) center center no-repeat;
	background-size: cover;
}

.about-page .section-title-left {
	width: 100%;
}

.about-page .section-title-left h4 {
	color: #1C2F02;
	line-height: 43px;
}

.different-title h2 {
	color: #427101;
	padding: 50px 0;
}

.mission-content {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: center;
}

.mission-content h2 {
	color: #427101;
}

.mission-content p {
	font-size: 25px;
	margin-top: 20px;
	font-weight: 600;
}

.section-title-left h2 {
	color: #427101;
	margin-bottom: 25px;
}

.light-green-bg {
	background: #F9FFF0;
}

.why-chose {
	background: url(../images/bad-bug.png)center center no-repeat fixed;
	background-size: cover;
	height: 50vh;
}

.why-title {
	width: 70%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.why-title h1{
	font-size: 45px!important;
}

.why-title p {
	font-size: 25px;
	color: #fff;
}

.service-container2 {
	margin-top: -100px;
	margin-bottom: 50px;
}

.service-container2 .how-work {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.11);
}

.blog-title {
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog2 {
	padding-bottom: 100px;
}

.featured-image {
	padding: 50px 0 0;
}

.blog-content-deatiles {
	padding: 50px 0 100px;
}

.blog-content-deatiles p {
	margin-bottom: 15px;
}

.blog-content-deatiles ul li {
	list-style: disc !important;
}

.blog-heading {
	color: #427101;
	margin: 30px 0 25px;
}

.contact-content h4 {
	color: #427101;
}

.contact-content p {
	margin-bottom: 50px;
}

.contact-info {
	margin-bottom: 25px;
	display: flex;
	background: #ECFFD0;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}

.contact-img {
	margin-right: 30px;
}

.contact-detailes h4 {
	color: #427101;
}

.contact-detailes a {
	color: #1C2F02;
}

.form-box {
	margin: 10%!important;
	background: #556b2f;
	padding: 20px;
	border-radius: 8px;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}

.form-box p {
	background: #8BC23E;
	margin: -20px -20px 20px -20px;
	padding: 12px;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.form-box form{
	padding: 30px 15px;
}

.form-box input,
.form-box textarea {
	width: 100%;
	padding: 15px;
	margin-bottom: 16px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.form-row {
	display: flex;
	gap: 8px;
}

.form-row input {
	flex: 1;
}

.form-box button {
	width: 100%;
	padding: 12px;
	background: #8BC23E;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}

.form-box button:hover {
	background: #76a72f;
}

/* Responsive stacking for small screens */
@media (max-width: 480px) {
	.form-row {
		flex-direction: column;
	}
}
.pest-libary-box {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	
}
.pest-image{
	height: 325px;
	width: 100%;
	overflow: hidden;
	
}
.pest-image img{
	border-radius: 10px;
	transition: .6s;
}
.pest-libary-box:hover .pest-image img{
	transform: scale(1.1);
}
.pest-libary-box p{
	background: #8BC23E;
	padding: 13px 50px;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	font-weight: 600;
	transform: translateX(-50%);
	transition: .6s;
}

.pest-libary-box:hover  p{
	transform: translate(-50%, -50%);
}
.location-hero h1{
	font-size: 40px!important;
}
.mar-b{
	margin-bottom: 60px;
}
.industry{
	padding: 100px 0;
}
.slider-logo-all{
    display: grid;
    place-items: center;
    overflow: hidden;
}
.slide-container{
    display: flex;
    width: calc(24% * 20);
    animation: scroll 50s linear infinite;
}
@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}
.slide-image {
    display: flex;
    align-items: center;
   
}
.slide-image img{
    width: 100%;
	margin-left: 100px;
}
.comarcial-work{
	background: #F9FFF0;
}
#quto{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #76a72f;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
	z-index: 9;
}
#quto a{
	color: #1C2F02;
	font-weight: 600;
}