/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/********* services *******/
.elementor-sticky--effects.header-sec {
	background:#006b39;
}
.s-box {
  /*  width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px; */
}

.handy-ser-1 .ser-img, .handy-ser-1 .ser-img-hover {
    background-image: url('/wp-content/uploads/2025/07/skipbinhiree.jpg');
}

.handy-ser-2 .ser-img, .handy-ser-2 .ser-img-hover {
   background-image: url('/wp-content/uploads/2025/07/househandy.jpg');
} 
.handy-ser-3 .ser-img, .handy-ser-3 .ser-img-hover {
   background-image: url('/wp-content/uploads/2025/07/commercials.jpg');
} 
.handy-ser-4 .ser-img, .handy-ser-4 .ser-img-hover {
   background-image: url('/wp-content/uploads/2025/07/greenwaste.jpg');
} 


.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.ser-img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
}

.handy-info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.ser-img-hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 350px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.servicess {
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #000;
   /* width: 33.3%;*/
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.servicess:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    /*transform: scale(1.10, 1.10);*/
}
.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 16px 24px 24px 24px;
}
.card__category {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #08844a;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
	font-weight: 600;
}
/* .card__by {
    font-size: 12px;
    font-weight: 500;
}*/
a.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(180deg, #006B39 0%, #0B8F51 100%);
    padding: 10px 40px;
    border-radius: 2px;
}
.servicess:hover .ser-img-hover {
    height: 100%;
    opacity: 0.3;
}
.servicess:hover .card__info {
    background-color: transparent;
    position: relative;
	    color: #fff;
}
.servicess:hover .handy-info-hover {
    opacity: 1;
}

/******* Services end ****/

/*.callll {
    position: fixed;
    bottom: 10%;
    right: 0;
    margin: 20px;
    border-radius: 55px;
    text-align: center;
    padding: 10px 12px 5px 10px;
    background: linear-gradient(to top, #01a451, #01a451);
    z-index: 9999;
    width: 75px;
}
.mail-s {
    position: fixed;
    bottom: 10%;
    left: 0;
    margin: 20px;
    border-radius: 50%;
    padding: 10px 12px 5px 10px;
    background: linear-gradient(to top, #122726, #122726);
    z-index: 9999;
    width: 75px;
}*/ 
.page-id-662 .breadcums {
    display: none;
}
.home .breadcums {
    display: none;
}
@media (min-width: 320px) and (max-width: 1000px) {
.card__info {
    padding: 8px 10px 15px 10px;
}
.card__title {
    font-size: 20px;
}
.ser-img-hover {
    height: 260px;
}
	.ser-img {
  height: 260px;
}
}


  #scrollTopBtn {
    position: fixed;
    bottom: 40px;
    right: 130px;
    z-index: 100;
    display: none;
    background-color: #c19d2f;
    color: white;
    border: none;
    padding: 5px 19px;
    border-radius: 10px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

    #scrollTopBtn:hover {
      background-color: #555;
    }