#primary {
    width: 100%;
    max-width: 100%;
}
.post .entry-header {
    margin-bottom: 0;
}
.header-section .top-bar .center-block .inner-center-block {
    display: grid;
    grid-template-columns: 106px 280px 300px;
}
.header-section .call-us {
    max-width: 128px;
}
.header-section .bottom-bar {
    position: relative;
}
.header-section .bottom-bar .inner-bottom-bar{
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 980px;
}
.contact-form label {
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 500 !important;
    padding-left: 0;
    font-size: 16px;
    color: #000000;
    font-family: "Montserrat";
}
.contact-form .form-control {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000 !important;
    font-weight: 500;
    font-family: "Montserrat";
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #1b1e53;
    padding: 16px 16px 16px 16px;
    display: inline-block;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
    z-index: 99;
}
.contact-form textarea.form-control {
    height: 140px;
}
.contact-form .submit-button {
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    border-radius: 12px;
    background-color: #2aa030;
    padding: 17px 18px 16px 18px;
    position: relative;
    display: inline-block;
    z-index: 9;
    width: 100%;
}
.contact-form .submit-button:hover{
    background-color: #ffa800;
    color: #000;
    border-color: #2aa030;
}
.contact-form .submit-btn .wpcf7-spinner {
    position: absolute;
}
.wpcf7-not-valid-tip {
    font-size: 15px !important;
    line-height: 24px;
    font-family: "Montserrat";
}
.wpcf7-response-output {
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat";
    font-weight: 400;
}
.service-section .service-box-text {
    height: 100%;
}
a.no-hover:hover {
    color: #2aa030 !important;
}
.banner-section  .banner-heading:before {
    content: "";
    position: absolute;
    background-color: #2AA030;
    height: 100%;
    width: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.788;
}
.banner-section .banner-heading {
    position: relative;
    z-index: 1;
}
.logo-shadow img {
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.83));
}
/* .header-section {
    position: fixed !important;
    z-index: 1000 !important;
    width: 100% !important;
    background-color: transparent !important;
    transition: background-color 0.5s ease-out;
} */
.zoom-hover {
    transition: transform 0.3s ease; 
}
.zoom-hover:hover {
    transform: scale(1.1); 
}
.img-wrapper {
    overflow: hidden !important;
    cursor: pointer;
}
.elementor-lightbox .elementor-lightbox-image {
    border-radius: 0;
    box-shadow: none !important;
    width: 600px;
    height: 600px;
    object-fit: contain;
}
.service-section .service-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.service-section .service-box .elementor-widget-image {
    position: relative;
}
.service-section .service-box .elementor-widget-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    border-radius: 21px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.service-section .service-box:hover .elementor-widget-image::before {
    opacity: 0.85;
}
.service-section .service-box .elementor-widget-image img {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.service-section .service-box:hover .elementor-widget-image img {
    opacity: 0.35;
}
.service-section .service-box .service-box-text {
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}
.service-section .service-box:hover .service-box-text {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}
.service-section .service-box .service-hover-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 3;
    pointer-events: none;
}
.service-section .service-box:hover .service-hover-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.service-section .service-box .service-hover-content h3 {
    color: #fff !important;
}
.help-img img {
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.76));
}
.contact-form .inner-form .row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 -6px;
}
.contact-form .inner-form .col-6 {
    padding: 0 6px;
    width: 50%;
}
.contact-form .inner-form .col-12 {
    width: 100%;
    padding: 0 6px;
}
.counter{
    filter: drop-shadow(0px 3px 1.5px rgba(0,0,0,0.43));
}
.tree-treeming-section .img-text-info, .fire-prevention-services .img-text-info {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.722;
    width: 517px !important;
    height: auto !important;
    border-radius: 21px !important;
    background-color: #ffffff;
    padding: 20px;
}
.header-menu-mobile{
    display: none !important;
}
.top-bar-mobile {
    display: none !important;
}
/* .social-icon img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.social-icon img:hover {
  transform: scale(1.1);
  opacity: 0.8;
  filter: brightness(1.2); 
} */
.bluezoo-link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.bluezoo-link:hover {
  color: #FFA700;
}


@media only screen and (max-width: 1320px) {
    
    .header-section .bottom-bar .inner-bottom-bar {
        width: 920px;
    }
}


@media only screen and (max-width: 1260px) {
    
    .header-section .bottom-bar .inner-bottom-bar {
        width: 830px;
    }
    .header-section .top-bar .left-block {
        width: 20% !important;
    }
    .header-section .top-bar .center-block {
        width: 60% !important;
    }

}


@media only screen and (max-width: 1160px) {
    
    .header-section .bottom-bar .inner-bottom-bar {
        width: 780px;
    }
    .header-menu .menu-item a.elementor-item {
        padding: 0 15px !important;
        font-size: 16px !important;
    }
    .call-us a.elementor-button {
        font-size: 20px !important;
    }
}


@media only screen and (max-width: 1140px) {

    .header-section .top-bar .center-block .inner-center-block {
        grid-template-columns: 95px 270px 320px !important;
    }
}


@media only screen and (max-width: 1120px) {


 .header-section .bottom-bar .inner-bottom-bar {
        width: 740px;
    }
}


 

@media only screen and (max-width: 1080px) {

    .header-section .bottom-bar .inner-bottom-bar {
        width: 700px;
    }
    .header-menu .menu-item a.elementor-item {
        padding: 0 10px !important;
    }
    .header-section .top-bar .center-block .inner-center-block .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 14.5px !important;
    }
    .header-section .top-bar .center-block .inner-center-block {
        grid-template-columns: 92px 260px 320px !important;
    }
}


@media only screen and (max-width: 1024px) {

    .footer-menu-col a.elementor-item {
        justify-content: center !important;
    }
    .header-section .bottom-bar{
        display: none !important;
    }
    .header-menu-mobile {
        display: block !important;
    }
    .top-bar-mobile {
        display: block !important;
    }
    .top-bar-desktop .center-block {
        display: none !important;
    }
    .top-bar-desktop .right-block {
        display: none !important;
    }
    .top-bar-mobile .inner-center-block {
        display: block !important;
    }
    .top-bar-mobile .center-block {
        width: 100% !important;
    }
    .elementor-menu-toggle {
        margin-right: auto !important;
        background-color: transparent !important;
        padding: 0 !important;
    }
    .header-menu-mobile a.elementor-item {
        justify-content: center;
    }
}





@media only screen and (max-width: 980px) {

    .header-section .top-bar .center-block .inner-center-block {
        grid-template-columns: 100px 270px 270px;
    }
}


@media only screen and (max-width: 767px) {

    .contact-form .form-control {
        padding: 10px;
    }
    .contact-form .inner-form .row {
        gap: 10px;
    }
    .contact-form textarea.form-control {
        height: 120px;
    }
   .contact-form .submit-button {
        padding: 10px;
    }
    .header-menu-mobile {
        /* width: auto !important; */
        right: 0 !important;
        position: absolute !important;
    }
    .header-section .top-bar .left-block {
        width: 30% !important;
    }
}



@media only screen and (max-width: 567px) {

    .contact-form .inner-form .row {
        flex-direction: column !important;
    }
    .contact-form .inner-form .col-6 {
        width: 100%;
    }
    .tree-treeming-section .img-text-info, .fire-prevention-services .img-text-info{
        width: 350px !important;
    }
    .banner-image img{
        height: 300px !important;
    }
}



   