html,
body {
  overflow-x: hidden;
}

*{
  scroll-behavior: smooth;
}

/* Navbar */
.feature_list_items li a::after,
.navbar li a::after {
  content: "";
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  height: 2px;
  position: absolute;
  bottom: -24px;
  left: 0;
  transition: transform 0.4s ease;
  background-color: var(--e-global-color-accent);
}

.feature_list_items li a::after {
  bottom: -30px;
  left: -90px;
  width: 240%;
}

.feature_list_items li a:hover::after,
.navbar li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* features section on scroll */
.list_active::after {
  content: "";
  width: 240% !important;
  transform: scaleX(1) !important;
  transform-origin: left !important;
  height: 2px;
  position: absolute;
  bottom: -30px !important;
  left: -90px !important;
  transition: transform 0.4s ease;
  background-color: var(--e-global-color-accent);
}

.list_active_top::after {
  content: "";
  width: 240% !important;
  transform: scaleX(1) !important;
  transform-origin: right !important;
  height: 2px;
  position: absolute;
  bottom: -30px !important;
  left: -90px !important;
  transition: transform 0.4s ease;
  background-color: var(--e-global-color-accent);
}

/* Hero section */
.watch-video-btn .elementor-button-content-wrapper {
  align-items: center;
}

.watch-video-btn .elementor-button-icon {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 14px 14px 14px 15px;
  display: flex;
  align-items: center;
}

.watch-video-btn:hover .elementor-button-icon {
  background-color: #000;
}

.watch-video-btn:hover .elementor-button-icon svg {
  fill: #fff;
}

/* Features */

.feature_child_list_items .elementor-icon-list-item {
  gap: 15px;
}
.feature_child_list_items .elementor-icon-list-icon {
  background-color: var(--e-global-color-af59822);
  align-items: center;
  justify-content: center;
  min-height: 28px;
  min-width: 30px;
}

.feature_child_list_items .elementor-icon-list-icon svg {
  margin: 0 !important;
}


.get-started a::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}

.get-started a:hover {
  color: #000;
  background-color: #ffffff00;
  border-color: #111112;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.get-started a:hover::before {
  opacity: 1;
}

.get-started a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}

.get-started a:hover span{
  transform: translateY(-150%);
  opacity: 0;
}

/* Card border animation */
.goals_card::after {
  content: " ";
  width: 100%;
  transform: scaleX(1);
  transform-origin: left;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.4s ease;
  background-color: var(--e-global-color-eeba179);
}

.goals_card:hover::after {
  transform: scaleX(0);
  transform-origin: right;
}

.img_swiper img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.img_swiper .elementor-image-carousel{
  gap: 20px;
}

.pp-cursor-pointer{
  width: 50px;
}

@media only screen and (max-width: 767px) {
  .feature_list_items .elementor-widget-container {
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .feature_list_items ul {
    display: block !important;
    margin: 0 10px !important;
  }

  .feature_list_items li {
    display: inline-block !important;
  }

  ::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
