.nobottomspacing p:last-child {
    margin-bottom: 0px;
}
.nounderlineanchor p a {
	text-decoration: none !important;
}
.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}


.service-card {
    width: calc(33.333% - 20.66px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
}

.service-image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-content {
    border-radius: 0 0 10px 10px;
    background: #F5F8F4;
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.bottombtns {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
}
.entry-content h3.service-title {
    color: #203C16;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0px !important;
}
.service-excerpt {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.service-excerpt p {
    margin-bottom: 10px;
}
.btn-find-more {
    display: flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #3A6F28;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.36px;
    text-decoration: none;
    margin-bottom: 15px;
    max-width: 202px;
    border: 2px solid #3A6F28;
}

.btn-site-survey {
    display: flex;
    padding: 14px 27px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #3A6F28;
    color: #3A6F28;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.36px;
    text-decoration: none;
    max-width: 280px;
}
a.btn-site-survey:hover img {
	filter: brightness(0) invert(1);
}
a.btn-site-survey:hover {
    background: #3A6F28;
    color: #ffffff;
}
.btn-find-more:hover {
	background: transparent;
	color: #3A6F28;
}
.cta-block {
    background: #C3D500; 
    padding: 30px;
    border-radius: 10px;
}
body .entry-content .services-grid h2.cta-title {
    color: #203C16;
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Gilroy Bold";
    margin-bottom: 5px;
}
.cta-text {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 22px; margin-top:15px;
}
.cta-block a.btn-find-more {
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.36px;
    display: flex;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Very-Dark-Green, #203C16);
    min-width: 340px;
	border: 2px solid #203C16;
}
.cta-block a.btn-find-more:hover {
	background: transparent !important;
	color:#203C16 !important;
}
.cta-block a.btn-site-survey {
    display: flex;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Orange, #C53800);
    border: 0px;
    color: var(--White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.36px;
    margin-top: 10px;
	border: 2px solid #C53800;
}
.cta-block a.btn-site-survey:hover {
	background: #ffffff !important;
	color: #C53800 !important;
}

.service-card a {
    text-decoration: none !important;
}

.other-services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.other-services-title {
    color: #F5F8F4;
    font-family: "Gilroy Bold";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 10px;
}

.other-services-desc {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-width: 700px;
    margin: 0;
}

.other-services-desc strong {
    font-weight: 700;
    color: #C3D500;
}

.other-services-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.btn-category-highlight {
    background: #C3D500;
    color: #203C16;
    border: none;
    border-radius: 10px;
    padding: 14px 30px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    text-decoration: none;
}

.btn-site-survey.white {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 10px;
    padding: 14px 30px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    text-decoration: none;
}

.white-bg .service-content {
    background: #fff;
}
.other-services-wrap .service-card a {
    
}
.fullheight * {
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
.orangeonhover a:hover svg path {
    fill: #C53800;
    stroke: #C53800;
}
.single-services .site-content h1, .single-services .site-content h2, .single-services .site-content h3, .single-services h4, .single-services .site-content h5, .single-services .site-content h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.ecs-faq-accordion-columns {
    display: flex;
    gap: 24px;
}
.ecs-faq-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ecs-faq-item {
    overflow: hidden;
    /* border-radius: 10px; */
}

.ecs-faq-question {
    display: flex;
    padding: 22px 30px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: var(--Grey, #575756);
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    background: #f3f3f3;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    transition: all 0.3s ease;
	gap: 30px;
}

.ecs-faq-question.active {
    color: var(--Green, #C2D500);
    background: var(--Dark-Green, #3A6F28);
    border-radius: 10px 10px 0 0;
}
.ecs-faq-question .arrow-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/07/Vector-2-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.ecs-faq-question.active .arrow-icon {
    background-image: url('/wp-content/uploads/2025/07/Vector-3-1.svg');
}

.ecs-faq-answer {
    display: none;
    background: var(--White, #FFF);
    color: var(--Black, #000);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 35px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0 0 10px 10px;
}
input#global-faq-search::placeholder {
    color: var(--Very-Dark-Green, #203C16) !important;
}
input#global-faq-search {
    color: var(--Very-Dark-Green, #203C16);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    height: 50px;
    padding: 12px 24px;
    align-items: center;
    gap: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    border-radius: 10px;
    background: var(--White, #FFF);
    border: 0px;
    padding-left: 64px;
    background-image: url(https://ecocontrol.bubblestaging.com/wp-content/uploads/2025/07/Vector-4-1.svg);
    background-repeat: no-repeat;
    background-position: left 24px center;
}
.faq-category-block .ecs-faq-item {
    margin-bottom: 21px;
}
.faq-category-block h3 {
    color: var(--Dark-Green, #3A6F28);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 21px;
}
.cntabovespace .elementor-icon-box-description {
    margin-top: 10px !important;
    margin-left: auto;
    margin-right: auto;
}
.cntabovespace>.elementor-element:first-child p.elementor-icon-box-description {
    max-width: 90%;
}
.cntabovespace>.elementor-element:nth-child(2) p.elementor-icon-box-description {
    max-width: 96%;
}
.cntabovespace>.elementor-element:nth-child(3) p.elementor-icon-box-description {
    max-width: 98%;
}
.cntabovespace>.elementor-element:last-child p.elementor-icon-box-description {
    max-width: 98%;
}
.whitefaq .ecs-faq-question {
    background: #ffffff;
}
.otherservices .white-bg .service-content{background:  #F5F8F4;}
.otherservices h3.service-title {color: #203C16;font-size:22px;}
@media (max-width: 1200px) {
	.cta-block a.btn-find-more {
		min-width: 100%;
	}
}
@media (min-width: 1360px) {
	.smallwrap {
		max-width: 1124px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.cta-block {
		padding-right: 52px !important;
	}
	.service-content {
		padding-right: 31px;
	}
}
@media (max-width: 1089px) and (min-width: 991px) {
	.cta-block a.btn-find-more {
		min-width: 100%;
	}
}
@media (max-width: 1089px) {
	.btn-site-survey {
		display: flex;
		padding: 14px 10px;
	}
	/* .service-card {
		width: calc(32% - 20.66px);
	} */
}
@media (max-width: 990px) {
	.service-card {
		width: calc(50% - 16px);
	}
	.service-card.cta-block {
		width: 100%;
	}
}
@media (max-width: 768px) {
    .ecs-faq-accordion-columns {
        flex-direction: column;
    }
	.service-card {
		width: 100%;
	}
	.bottombtnwrap {
		width: 100%;
	}	
	.cta-block a.btn-find-more {
		min-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.btn-site-survey {
		padding: 12px 20px;
	}
}
