.elementor-7968 .elementor-element.elementor-element-4735092{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-4735092 */.custom-slider {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.custom-slider .slide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s ease;
}

.custom-slider .slide.active {
  left: 0;
  opacity: 1;
  z-index: 1;
}

.custom-slider .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
}

.custom-slider .slide-content {
  position: relative;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 180px 20px 0;
  text-align: center;
}

.custom-slider .slide-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.custom-slider .slide-content p {
  font-size: 20px;
  margin-bottom: 20px;
}

.custom-slider .btn {
  background: #ff5722;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
}

.slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.slider-nav span {
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  user-select: none;
}/* End custom CSS */