/* 
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 */
html, body{
  scroll-behavior: smooth;
}
#elementor-popup-modal-228 .dialog-close-button:before {
    color: #FFF;
    content: 'Close';
    font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#elementor-popup-modal-228 .dialog-close-button svg {
    font-size: 0;
}

#elementor-popup-modal-228 .dialog-close-button:after {
    background: #FFF;
    content: '';
    font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 1px;
    margin-top: 8px;
    position: relative;
    left: -170px;
}

.ht-slider-class .htslider-slider-area .hero-slider-controls .slick-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(0deg);
}
.ht-slider-class .htslider-slider-area .hero-slider-controls {
    top: auto;
    bottom: 12%;
	right: 100px;
    -webkit-transform: translateY(0%);
    transform: translateY(0);
}
.ht-slider-class button.slick-prev.slick-arrow {
    display: none !important;
}

/* 
.scroll-wrapper {
  position: relative;
  height: 100vh;
}

.scroll-img.elementor-widget-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.scroll-img.elementor-widget-image.active {
  opacity: 1;
  z-index: 5; 
}

.scroll-text {
  opacity: 0.2;
  transform: translateY(40px);
  transition: all 0.5s ease;
}

.scroll-text.active {
  opacity: 1;
  transform: translateY(0);
}*/

.Slider-images .slick-slide{
	margin: 0 10px;
}
.custom-prev, .custom-next {
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    padding: 10px;
}

.Slider-images {
    overflow: visible !important;
	position: relative;
	width: 92%;
	margin-left: auto;
}

.Slider-images .slick-track {
    display: flex !important;
/*     padding-right: 680px; */
}

.Slider-images .slick-slide {
    margin-right: 20px; 
}

.Slider-images .slick-slide > div {
    overflow: visible !important;
}




@media only screen and (max-width: 1024px) {
	.text_container.text_container h3 {
		font-size: 26px;
		line-height: 35px;
	}
	.text_container.text_container p {
		font-size: 18px;
		margin: 10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
		line-height: 30px;
	}
}


.acf-icon-grid{
  display:flex;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: 30px;
  align-items: start;
	    justify-content: center;
    justify-items: center;
}
.acf-icon-item{
  text-align:center;
}
.acf-icon-item img{
  width: 90px;
  height: 90px;
  object-fit: contain;
  display:block;
  margin: 0 auto 10px;
}
.acf-icon-title{
  font-size: 14px;
  text-transform: lowercase;
}
@media (max-width: 768px){
  .acf-icon-grid{ grid-template-columns: repeat(3, 1fr); }
}