
   

.fit-cover{object-fit:cover}.bs-icon{--bs-icon-size:.75rem;display:flex;flex-shrink:0;justify-content:center;align-items:center;font-size:var(--bs-icon-size);width:calc(var(--bs-icon-size) * 2);height:calc(var(--bs-icon-size) * 2);color:var(--bs-primary)}.bs-icon-xs{--bs-icon-size:1rem;width:calc(var(--bs-icon-size) * 1.5);height:calc(var(--bs-icon-size) * 1.5)}.bs-icon-sm{--bs-icon-size:1rem}.bs-icon-md{--bs-icon-size:1.5rem}.bs-icon-lg{--bs-icon-size:2rem}.bs-icon-xl{--bs-icon-size:2.5rem}.bs-icon.bs-icon-primary{color:var(--bs-white);background:var(--bs-primary)}.bs-icon.bs-icon-primary-light{color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.2)}.bs-icon.bs-icon-semi-white{color:var(--bs-primary);background:rgba(255,255,255,.5)}.bs-icon.bs-icon-rounded{border-radius:.5rem}.bs-icon.bs-icon-circle{border-radius:50%}



.sneakytext{
    color:#10e12d;font-weight:bold;
    text-decoration: none;
}



.logoimg{
    max-width:200px; height:100%;
}



.carouselh1 {
    text-shadow: 2px 2px #1f1f1f;
    color: aliceblue;
    font-size: 3rem;  }

  .logoimg2{max-width:300px; height:100%;}


  .form-control {
    background-color: #ffffff;
    color: #0f1421;
    border: 1px solid #10e12d;
}

.form-control::placeholder {
    color: #0f1421;
    opacity: 0.7;
}
.form-control:focus {
    border-color: #10e12d;
    box-shadow: 0 0 0 0.2rem rgba(16, 225, 45, 0.25);
    outline: none;
} 
#contact-form {
    background-color: #0f1421;
    padding: 20px;
    border-radius: 8px;
}

#contact-form .btn {
    background-color: #10e12d;
    color: #0f1421;
    font-weight: bold;
    border-color: #10e12d;
}

#contact-form .btn:hover {
    background-color: #0dcd27;
    border-color: #0dcd27;
}

.input-group-text {
    background-color: #10e12d;
    color: #0f1421;
    font-weight: bold;
    border: none;
}






.imgcc {
    min-height: 300px;
}

.btn-green {
    color:#282828;
    background-color: #10e12d;
    font-weight: bold;
}

.btn-green2 {
    color:#282828;
    background-color: #10e12d;
    font-weight: bold;
    width: 300px;
}

.btn-green:hover {
    background-color: #1dc533;
}
.btn-green2:hover {
    background-color: #1dc533;
}
.greenshadow{
    border-color: #10e12d; /* Change border color on focus */
    box-shadow: 0px 0px 10px 3px #0f791d; 
   /* Add a box shadow or any other effect */
}

.herobg {
    background: -o-linear-gradient(#2125296c, #2125296c), url('/wp-content/uploads/2024/06/fleet-mowers.jpg');
    background: -webkit-gradient(linear, left top, left bottom, from(#2125296c), to(#2125296c)), url('/wp-content/uploads/2024/06/fleet-mowers.jpg');
    background: linear-gradient(#2125296c, #2125296c), url('/wp-content/uploads/2024/06/fleet-mowers.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}
.whitetext{
    color: #ffffff;
    text-shadow: 2px 2px #1f1f1f;
}

.contactb a {
    text-decoration: none;

}
.contactb a:hover{
    color: #0b41f1;
 
}

.grecaptcha-badge { 
    visibility: hidden !important;
}





/* Ensures the badge is hidden specifically on mobile devices */
@media only screen and (max-width: 767px) {
    .grecaptcha-badge {
        visibility: hidden !important;
        opacity: 0 !important;
   
        position: fixed !important;
        bottom: 0 !important;
        right: 0 !important;
        z-index: -1 !important;
    }
}


.herobgrass{
    background: url('/wp-content/uploads/2024/06/side-lawn.jpg');
}


#services {
    background: -o-linear-gradient(#2125296c, #2125296c), url('/wp-content/uploads/2024/06/side-lawn.jpg');
    background: linear-gradient(#2125296c, #2125296c), url('/wp-content/uploads/2024/06/side-lawn.jpg');
    background: linear-gradient(#2125296c, #2125296c), url('/wp-content/uploads/2024/06/side-lawn.jpg');
    
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
   
}


/* version 2 */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none;  /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #88888800; /* Set a background color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 5px; /* Rounded corners */
    width: 48px; /* box width */
    height:48px ; /* box height */
  }
  
  #myBtn:hover {
    background-color: #10e12d; /* Add a red background on hover */
   
  }

 /*--- setting img color and hover -----*/   /* ---- these settings can be found on Hex Color To CSS Filter Converter ---- */
 #myBtn img {   /* img color to green */
    -webkit-filter: invert(62%) sepia(19%) saturate(3544%) hue-rotate(81deg) brightness(103%) contrast(101%);
    filter: invert(62%) sepia(19%) saturate(3544%) hue-rotate(81deg) brightness(103%) contrast(101%);
  }
  #myBtn img:hover {  /* hover img to gray/blue */
    filter: invert(5%) sepia(20%) saturate(2068%) hue-rotate(187deg) brightness(99%) contrast(94%);
    filter: invert(5%) sepia(20%) saturate(2068%) hue-rotate(187deg) brightness(99%) contrast(94%);
  }
  
  /*---- hide button on smaller screens -----*/
  @media only screen and (max-width: 725px) {
   
    #myBtn {
      visibility: hidden;
    }
  }


.faceicon img{
    /* img color to green */
        -webkit-filter: invert(62%) sepia(19%) saturate(3544%) hue-rotate(81deg) brightness(103%) contrast(101%);
        filter: invert(62%) sepia(19%) saturate(3544%) hue-rotate(81deg) brightness(103%) contrast(101%);
     
}

.mherobg{
    background: -o-linear-gradient(#2125296c, #2125296c), url('/wp-content/uploads/2024/06/fleet-mowers.jpg');
    background: linear-gradient(#2125296c, #2125296c), url('/wp-content/uploads/2024/06/fleet-mowers.jpg');
    background: linear-gradient(#2125296c, #2125296c), url('/wp-content/uploads/2024/06/fleet-mowers.jpg');
    
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    width: 100%;
    height:400px;

}


