/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 12:56:43 */
/* Extra space */
.space, .space p, .space h1{
	margin-bottom:0px !important;
}


/* PAGE tille */
.page-header{
	display:none;
}

/* header */
.ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support {
    position: sticky;
    top: 0;
    z-index: 9;
	
}

@media screen and (min-width:1025px){
	.ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support{
		backdrop-filter:blur(8px);
	}
}





/* what our customer Say */
.WhatOurCustonerSay .swiper-wrapper {
    padding-bottom: 15px;
}


/* FAQ */
.faqAccordion .elementskit-accordion .elementskit-card {
    background: #fff;
    padding: 0 24px;
    border:1px solid #d1e0d6;
    border-radius:12px;
}
.faqAccordion .elementskit-accordion .elementskit-card:hover {
    box-shadow:0 10px 0 0 rgba(0,0,0,0.05);
}



/* get in touch */
.getInTouch .elementskit-infobox .box-body {
    display: flex;
    flex-direction: column;
	margin-left: 16px;
}

.getInTouch .elementskit-infobox .box-body h3.elementskit-info-box-title {
    order: 1;
}

.getInTouch .elementskit-infobox .box-body p {
    order: 3;
}

.getInTouch .elementskit-infobox .box-body .box-footer.disable_hover_button {
    order: 2;
}

.getInTouch .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
    width: 48px;
    height: 48px;
}

/*service card  */


.serviceAareList ul.elementor-icon-list-items.elementor-inline-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.serviceCard .elementor-widget-image:hover img {
    transform: scale(1.1);
}

.serviceCard .elementor-widget-image img {
    transition: 0.4s ease-in-out;
}

.serviceCard .elementor-widget-image {
    overflow: hidden;
}
body.home .serviceCard {
    position: relative;
    padding-bottom:80px;
    width:100%;
}

body.home  .serviceCard .elementor-widget-button {
    position: absolute;
    bottom: 15px;
    left:0;
    width:100%;
    margin:0 !important;
    padding-left:20px;
    padding-right:20px;
}



/* service page */
.estimatePoints {
    display: flex;
}

.estimatePoints .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    position: relative;
    counter-increment: item;
    position: relative;
}

.estimatePoints .elementor-widget-icon-box {
    flex: 1;
   
}

.estimatePoints .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title::before {
   content: counter(item);
  position: relative;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #145229;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
    margin-right:5px;
}

.estimatePoints {
    counter-reset: item;
}



.ServiceAreaList ul.elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 16px; */
}




/* blog */
.blogList .post-items .col-md-12 {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 0;
    border: 1px solid #d1e0d6;
    overflow: hidden;
}

.blogList .post-items .col-md-12 .elementskit-blog-block-post .col-md-6.order-1 {
    flex: 0 0 30%;
}

.blogList .post-items .col-md-12 .elementskit-blog-block-post .col-md-6.order-2 {
    flex: 0 0  70%;
}


.recentPostList .recent-posts-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #d1e0d6;
}

.recentPostList .recent-posts-wrapper h3.recent-posts-heading {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    /* color: #0f3d1f; */
}

.recentPostList .recent-posts-wrapper ul.recent-posts-title-date {
    padding: 0;
    list-style: none;
}

.recentPostList .recent-posts-wrapper ul.recent-posts-title-date li {
    margin-bottom: 15px;
}

.recentPostList .recent-posts-wrapper ul.recent-posts-title-date li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #0f3d1f;
    font-weight: 500;
}

.recentPostList .recent-posts-wrapper ul.recent-posts-title-date li span {
    font-size: 12px;
    color: #527a5f;
}


.category-list-wrapper{
	 background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #d1e0d6;
}
.category-list-title{
	 margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 10px;
}

.category-list a {
    font-weight: 500;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    padding: 6px 10px;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}
.category-list a:hover{
	background-color:#22c35d;
	color:#fff !important;
}

.category-list a:hover {
    color: #0073aa;
}

.category-list-title {
    margin-bottom: 12px;
    font-size: 20px;
}

body.single-post ol {
    margin-top: 15px;
}


@media screen and (min-width:125px){
	
.GetAQuote {
    position: sticky;
    top: 80px;
}
}


/* Tablet */
@media (max-width: 992px) {
  .serviceAareList ul.elementor-icon-list-items.elementor-inline-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .serviceAareList ul.elementor-icon-list-items.elementor-inline-items {
    grid-template-columns: 1fr;
  }
	.ServiceAreaList ul.elementor-icon-list-items{
		grid-template-columns:repeat(1, 1fr)
	}
}

.serviceAareList ul.elementor-icon-list-items.elementor-inline-items li {
  background: #f9f8f6;
  padding: 12px;
  text-align: center;
	margin:0;
	border:1px solid #d1e0d6;
	border-radius:12px;
}
.serviceAareList ul.elementor-icon-list-items.elementor-inline-items li:hover {
 border-color:#14522980;
	cursor:pointer;
}


@media screen and (max-width:767px){
	.estimatePoints{
		flex-direction:column !important;
		flex-wrap:wrap;
	}
}




