/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */


/* General css start */
p:last-child {
	margin: 0;
}
.elementor-maintenance-mode header,
.elementor-maintenance-mode footer {
	display: none !important;
}
ul {
	padding-left: 30px;
}
ul li {
	padding-bottom: 5px;
}
ul li:last-child {
	padding-bottom: 0;
}
.elementor-counter-title {
	text-align: center;
}

/* Header css start */
header .elementor-nav-menu li {
	position: relative;
}
header .elementor-nav-menu li a {
	position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #7350FF, #7350FF 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
	line-height: 24px !important;
}
header .elementor-nav-menu li a:hover {
  background-position: 0%;
}
header .elementor-nav-menu li .sub-menu li a {
	padding: 10px 15px !important;
}
header ul.elementor-nav-menu--dropdown a, 
header ul.elementor-nav-menu--dropdown a:focus, 
header ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: none;
}
.header-bg,
.header-bg .elementor-nav-menu li .sub-menu {
	backdrop-filter: blur(10px);
}
/* Header css end */
.uniq-list-txt ul {
	padding-left: 30px;
	list-style-type: none;
}
.uniq-list-txt ul li {
	position: relative
} 
.uniq-list-txt ul li:before {
	content: "";
    width: 7px;
    height: 7px;
    background-color: #7350ff;
    border-radius: 100%;
    position: absolute;
    left: -20px;
    top: 9px;
}
.uniq-list-txt.white ul li:before {
	background-color: #fff;
}
.uniq-list-txt ul li:marker {
	display: none;
}
.height-full {
	height: 100%;
}
.tab-view li.elementor-icon-list-item a {
    padding: 20px;
}
.tab-view li.elementor-icon-list-item a:hover,
.tab-view li.elementor-icon-list-item a.active {
    background-color: #7350FF;
}
.tab-view li.elementor-icon-list-item:first-child a {
    border-radius: 10px 10px 0 0;
}
.tab-view li.elementor-icon-list-item:last-child a {
    border-radius: 0 0 10px 10px;
}
.tab-view-content .full-content.active {
    background-color: transparent;
    background-image: linear-gradient(150deg, var(--e-global-color-7336617) 60%, var(--e-global-color-primary) 100%);
}
.white-bg-shadow {
	position: relative;
}
.white-bg-shadow:before {
	width: calc(100% - 30px);
	top: -15px;
	opacity: 0.8;
}
.white-bg-shadow:before,
.white-bg-shadow:after {
	content:"";
	height: 50px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
	z-index: 0;
}
.white-bg-shadow:after {
	width: calc(100% - 60px);
	top: -30px;
	opacity: 0.5;
}
.circle-txt {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: solid 2px #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-hero-bg {
	position: relative;
}
.sub-hero-bg:before {
	content: "";
	z-index: 0;
    background-image: linear-gradient(72deg, #7350ff 55%, #fff);
    opacity: .7;
    filter: blur(10.4vw);
    transform-origin: 0 0;
    border-radius: 100%;
    width: 60vw;
    height: 8.3vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(40deg);
}
.sub-hero-bg:after {
	content: "";
	z-index: 0;
    background-image: linear-gradient(72deg, #fff, #7350ff 45%);
    opacity: .7;
    filter: blur(10.4vw);
    transform-origin: 100% 0;
    border-radius: 100%;
    width: 60vw;
    height: 8.3vw;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-40deg);
}
.tab-experience .e-n-tabs-heading {
	padding: 12px;
	border-radius: 100px;
	border: solid 1px #FFFFFF1F;
	width: auto;
    max-width: 600px;
    margin: auto;
}
.liquid-glass {
  /* --glass-size-w: 16.875rem;
  --glass-size-h: 16.875rem;
  --glass-padding: 1.875rem; */
  --border-radius: 2rem;
  --transition: 0.4s cubic-bezier(0.5, 1.5, 0.5, 1);
  --menu-gap: 1rem;
  --icon-size: 4rem;
  --icon-border-radius: 1rem;
  --icon-padding: 0.75rem;
  border-radius: var(--border-radius);
  /* cursor: -webkit-grab;
  cursor: grab;
  height: var(--glass-size-h);
  padding: var(--glass-padding); */
  position: relative;
  transition: width var(--transition), height var(--transition), padding var(--transition);
  /* width: var(--glass-size-w); */
}
.liquid-glass--bend {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: var(--border-radius);
  filter: url(#glass-blur);
  inset: 0;
  position: absolute;
  z-index: 0;
}

.liquid-glass--face {
  border-radius: var(--border-radius);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 12px rgba(0, 0, 0, 0.08);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.liquid-glass--edge {
  border-radius: var(--border-radius);
  box-shadow: inset 3px 3px 3px 0 rgba(255, 255, 255, 0.45), inset -3px -3px 3px 0 rgba(255, 255, 255, 0.45);
  inset: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
	header .elementor-nav-menu--dropdown.elementor-nav-menu__container{
		background-color: transparent !important;
		transform: translateY(-10px) !important;
		transition: all 0.5s ease-in-out;
		pointer-events: auto;
	}
	header .elementor-nav-menu--dropdown.elementor-nav-menu__container ul li .sub-menu {
		background-color: transparent !important;
	}
	header .elementor-nav-menu--dropdown.elementor-nav-menu__container [aria-hidden="false"] {
		transform: translateY(0) !important;
		
	}
	header .elementor-nav-menu--dropdown ul {
		margin: 0 20px;
		background-color: #A28BFF;
    border-radius: 0px 0px 10px 10px;
	}
	header .elementor-nav-menu--dropdown ul li a {
		padding: 10px 15px !important;
	}
	header .header-cta {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.tab-experience .e-n-tabs-heading .e-n-tab-title {
		border: solid 1px #FFFFFF1F !important;
	}
}