/* 
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
*/

/* Add your custom styles here */

body{
	overflow-x: hidden !important;
}
.elementor-widget-text-editor ul{
    margin-block-end: .9rem;
}
.my-main-menu a.elementor-item::after{
    width: 8px;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}
.sticky-header{
    position: fixed;
    top: 30px;
    z-index: 9999;
}
.green-underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.green-underline::after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 0.4em;
    background-color: #6AAD46;
    z-index: -1;
}
.image-collage{
	height: 584px;   
}
.image-collage .img-1{
    height: 87.8424657534%
}
.image-collage .img-2{
    height: 67.2945205479%;
}
.image-collage .img-3{
    height: 63.8698630137%;
}
.my-counter span.elementor-counter-number-suffix {
    color: #6AAD46;
}

.project-swiper .swiper-slide{
    height: 512px;
    display: flex;
    flex-direction: column;
	position: relative;
}
.project-swiper .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.8s ease-in-out !important;
    position: absolute;
    top: 0;
    left: 0;
}

.project-swiper .swiper-slide-active img {
    height: 100%;
    transform: translateY(0%);
}

.project-swiper .swiper-slide-prev img,
.project-swiper .swiper-slide-next img {
    height: 326px;
}

/* Previous slide: move down slightly */
.project-swiper .swiper-slide-prev img {
    transform: translateY(184px);
}

/* Next slide: move up slightly */
.project-swiper .swiper-slide-next img {
    transform: translateY(0px);
}

.project-next-arrow , .project-prev-arrow{
	cursor: pointer;
}

/* Home Services */
.read-more-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.service-icon-white svg path{
    fill: white;
}

.menu-item-870 a{display: none;}
@media(max-width: 1024px){.menu-item-870 a{display: block;display: flex !important; justify-content: center !important;}}
@media (max-width: 767px) {
  .swiper.swiper-initialized.swiper-horizontal {
    width: 100%;
  }
  .swiper-slide {
    width: 100% !important;
    height: 400px !important; 
   }
	.swiper-slide img.wp-post-image {
    height: 300px;
}

}
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
}