/*video on mobile*/

@media (min-width: 300px) and (max-width: 550px) {
	.elementor-widget-video .elementor-wrapper iframe{
	height: 200px!important;
}
}

@media (min-width: 800px) and (max-width: 1200px) {
  .main-layout-wrapper .stack-wrapper
 {
    margin-left: 0px !important; 
}
	.main-layout-wrapper
 {
    gap: 20px;
}
}
.wpr-testimonial-dots {
    left: 90%;
}
button.elementor-button.elementor-size-sm{
	 background-image: linear-gradient(139deg, var(--e-global-color-794bb8a) 0%, var(--e-global-color-cd485ab) 100%);
}
.e-hosted-video.elementor-wrapper.elementor-open-inline {
	aspect-ratio: unset !important;
}

/* Hide item on desktop */
@media (min-width: 800px) and (max-width: 1920px) {
  li.menu-item-2678 {
    display: none !important;
  }
}


/* Mobile styles */
@media (min-width: 300px) and (max-width: 700px) {

  /* Menu layout */
  .elementor-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .elementor-nav-menu ul li a,
  a.elementor-item.elementor-item-active,
  li {
    width: 100%;
  }

  /* Target menu item */
  li.menu-item-2678 {
    width: 220px;
    margin: 20px 0;
    border-radius: 60px;
    font-family: "Inter";
    font-size: 14px !important;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -1px;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    background-image: linear-gradient(
      139deg,
      var(--e-global-color-794bb8a) 0%,
      var(--e-global-color-cd485ab) 100%
    );
  }

li.menu-item-2678 > a.elementor-item {
  color: white !important;
}
	
  li.menu-item-2678 a:hover {
    background-image: linear-gradient(
  139deg,
  var(--e-global-color-794bb8a) 0%,
  var(--e-global-color-cd485ab) 100%
);
    color: black;
    border-radius: 60px;
  }

  li.current-menu-item.menu-item-2678 a {
    color: white;
  }

  li.current-menu-item.menu-item-2678 
  a.elementor-item.elementor-item-active {
    background: white !important;
    border-radius: 60px;
  }
}