

/** Start Block Kit CSS: 141-3-1d55f1e76be9fb1a8d9de88accbe962f **/

.envato-kit-138-bracket .elementor-widget-container > *:before{
	content:"[";
	color:#ffab00;
	display:inline-block;
	margin-right:4px;
	line-height:1em;
	position:relative;
	top:-1px;
}

.envato-kit-138-bracket .elementor-widget-container > *:after{
	content:"]";
	color:#ffab00;
	display:inline-block;
	margin-left:4px;
	line-height:1em;
	position:relative;
	top:-1px;
}

/** End Block Kit CSS: 141-3-1d55f1e76be9fb1a8d9de88accbe962f **/



/** Start Block Kit CSS: 136-3-fc37602abad173a9d9d95d89bbe6bb80 **/

.envato-block__preview{overflow: visible !important;}

/** End Block Kit CSS: 136-3-fc37602abad173a9d9d95d89bbe6bb80 **/



/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/

.envato-block__preview{overflow: visible;}
/* Material Button Click Effect */
.envato-kit-140-material-hit .menu-item a,
.envato-kit-140-material-button .elementor-button{
  background-position: center;
  transition: background 0.8s;
}
.envato-kit-140-material-hit .menu-item a:hover,
.envato-kit-140-material-button .elementor-button:hover{
  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.envato-kit-140-material-hit .menu-item a:active,
.envato-kit-140-material-button .elementor-button:active{
  background-color: #FFF;
  background-size: 100%;
  transition: background 0s;
}

/* Field Shadow */
.envato-kit-140-big-shadow-form .elementor-field-textual{
	box-shadow: 0 20px 30px rgba(0,0,0, .05);
}

/* FAQ */
.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{
	border-width: 0 0 1px !important;
}

/* Scrollable Columns */
.envato-kit-140-scrollable{
	 height: 100%;
   overflow: auto;
   overflow-x: hidden;
}

/* ImageBox: No Space */
.envato-kit-140-imagebox-nospace:hover{
	transform: scale(1.1);
	transition: all 0.3s;
}
.envato-kit-140-imagebox-nospace figure{
	line-height: 0;
}

.envato-kit-140-slide .elementor-slide-content{
	background: #FFF;
	margin-left: -60px;
	padding: 1em;
}
.envato-kit-140-carousel .slick-active:not(.slick-current)  img{
	padding: 20px !important;
	transition: all .9s;
}

/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/
.hs-form-iframe{
	box-sizing:content-box;
}

.new-landing *:not(.elementor-button-text) {
  color: var(--e-global-color-7389479);
}

.new-landing .elementor-button,
.new-landing .elementor-button * {
  color: white;
}

.new-landing *{
	font-family:"Inter",sans-serif;
}
.new-landing .underlined-text{
	text-decoration:
		underline;
	 text-decoration-thickness: 2px; 
  text-underline-offset: 15px;text-decoration-color:#2B669542
}

.lined-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lined-text::before,
.lined-text::after {
  content: "";
  flex: 1;
  height: 1.5px;
  background: #2B669542;
}

.images-grid {
  counter-reset: image-number;
}

.images-grid figure.wp-caption {
  position: relative;
  counter-increment: image-number;
}

.images-grid figure.wp-caption::before {
  content: counter(image-number);
  position: absolute;
  top: 18px;
  left: 20%;
  transform: translateX(-50%);

  width: 56px;
  height: 56px;
  border-radius: 50%;

  background: var(--e-global-color-39c9d1d);
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 27px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  line-height: 1;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
}