.slider-industries .swiper-slide:not(.swiper-slide-active){
     opacity: 0 !important;
}
/** Mega Menu **/
 .mm-column-1 > a{
     display:none !important;
}
 .mm-column-2 > a{
     border-bottom: none !important;
}
 .mm-column-2 > ul{
     padding-left:20px !important;
}
 .mm-column-3 > a{
     border-bottom: none !important;
}
 .et_pb_menu ul li ul li a {
     position:relative;
     font-size: 18px !important;
     padding: 5px 0 !important;
     display:inline-block;
}
 .et_pb_menu ul li ul li a::after {
     content: '' !important;
     position: absolute;
     width: 100%;
     transform: scaleX(0);
     border-radius: 5px;
     height: 1px !important;
     bottom: 0;
     left: 0;
     background: #fff;
     transform-origin: bottom right;
     transition: transform 0.25s ease-out;
}
 .et_pb_menu ul li ul li a:hover::after {
     transform: scaleX(1);
     transform-origin: bottom left;
     height: 1px !important;
}
/** Image Full **/
 .img-full, .et-db #et-boc .et-l .img-full{
     height: 100%;
     width: 100% !important;
}
 .img-full .et_pb_image_wrap , .et-db #et-boc .et-l .img-full .et_pb_image_wrap {
     height: 100% !important;
}
 .img-full .et_pb_image_wrap img, .et-db #et-boc .et-l .img-full .et_pb_image_wrap img{
     height: 100%;
     width: 100% !important;
     object-fit:cover;
}
 .img-full .et_pb_image_wrap , .et-db #et-boc .et-l .img-full .et_pb_image_wrap {
     height: 100%;
     width: 100%;
}
 .img-full .et_pb_image_wrap img , .et-db #et-boc .et-l .img-full .et_pb_image_wrap img {
     height: 100% !important;
     object-fit:cover;
     width: 100%;
}
/** Gallery **/
 @media only screen and (min-width: 981px) {
     .services-grid-image .et_pb_gallery_items{
         display: grid;
         grid-template-columns:repeat(5, 1fr);
         grid-column-gap: 2px !important;
         grid-row-gap: 2px !important;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 980px) {
     .services-grid-image .et_pb_gallery_items{
         display: grid;
         grid-template-columns:repeat(3, 1fr);
         grid-column-gap: 2px !important;
         grid-row-gap:2px !important;
    }
}
 @media only screen and (min-width: 481px) and (max-width: 767px){
     .services-grid-image .et_pb_gallery_items{
         display: grid;
         grid-template-columns:repeat(2, 1fr);
         grid-column-gap: 2px !important;
         grid-row-gap:2px !important;
    }
}
 @media only screen and (max-width: 480px) {
     .services-grid-image .et_pb_gallery_items{
         display: grid;
         grid-template-columns:repeat(1, 1fr);
         grid-column-gap: 2px !important;
         grid-row-gap:2px !important;
    }
}
 .services-grid-image .et_pb_gallery_item{
     width: 100% !important;
     margin: 0 !important;
}
 .service-gallery .et_pb_gallery_item{
     margin: 0 !important;
}
/**List Text **/
 .list-text:before{
     content:'';
     background-image:url('/wp-content/uploads/2023/11/Icon-feather-check-circle.svg');
     background-size:contain;
     background-repeat:no-repeat;
     position:absolute;
     width:20px;
     height:20px;
     left:0;
}
 .list-text{
     padding-left: 30px;
     margin-left:20px;
     margin-right:20px;
}
/** **/
 .cmplz-cookiebanner .cmplz-title {
     font-family: 'Metropolis Bold',Helvetica,Arial,Lucida,sans-serif;
     font-size: 28px !important;
     color: #222222!important;
     letter-spacing: -1.6px;
     line-height: 85px;
     text-align: center;
}
 .cmplz-cookiebanner .cmplz-message {
     font-family: 'Metropolis Regular',Helvetica,Arial,Lucida,sans-serif;
     font-size: 14px !important;
}
 


.form-popup {
  box-shadow: 0px 3px 15px -6px rgba(0, 0, 0, 0.3);
}
.form-header {
  background-color: #8cc63e !important;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
.form-header h3 {
  color: #fff;
  font-size: 21px;
	padding-bottom: 0 !important;
}
.form-body {
  padding: 10px 20px;
	    margin-bottom: -30px !important;

}
.form-body p {
  font-size: 12px;
}

.open-button {
  background-image: url("https://happyhousekeepers.com.ph/wp-content/uploads/2024/01/Icon-feather-mail.svg");
  background-color: #8cc63e;
  background-repeat: no-repeat;
  background-position: Center;
}

.open-button {
  padding: 15px 15px;
  color: transparent;
  font-size: 17px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;
}


.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
}


.form-container {
  max-width: 350px;
  border-radius: 5px;
  background-color: white;
  color: #777;
  position: relative;
  overflow: hidden;
	    margin-bottom: 15px;
}
.form-container {
  width: 300px;
}

.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  border-radius: 20px;
  background: #ddd;
  resize: none;
  min-height: 200px;
  color: #777;
}


.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  border-radius: 100px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px;
  color: transparent;
  border: none;
  background-color: #1974d2;
  background-image: url("https://happyhousekeepers.com.ph/wp-content/uploads/2024/02/icon-close-white.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  height: 25px;
  width: 25px;
}

.form-container .cancel {
  position: absolute;
  top: 12px;
  right: 10px;
}


.form-container .btn:hover,
.open-button:hover {
  opacity: 0.8;
}
