/*
 Theme Name:   Hello-elementor Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Hello-elementor Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hello-elementor-child
*/

:root {
    --color-emerald-300: #5ee9b5;
    --color-emerald-400: #00d492;
    --color-purple-200: #e9d4ff;
    --color-purple-300: #dab2ff;
    --color-pink-300: #fda5d6;
    --color-red-500: oklch(.637 .237 25.331);
    --color-yellow-400: oklch(.852 .199 91.936);
    --color-emerald-500: oklch(.696 .17 162.48);
    

    
    --color-purple: #59168b;
    --font-size: 16px;
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1e293b;
    --slate-900: #0f172a;
    --neon-cyan: #00d4ff;
    --neon-purple: #8b5cf6;
    --neon-purple-3: #bf00ff;
    --neon-pink: #ff0080;
    --neon-green: #0f8;
    --neon-green-2: #39FF14;
    --neon-orange: #ff6b35;
    --glass-bg: #ffffffd9;
    --glass-border: #fff3;
    --glass-shadow: #0000001a;
    --background: var(--slate-50);
    --foreground: var(--slate-900);
    --card: #ffffffe6;
    --card-foreground: var(--slate-900);
    --popover: var(--slate-100);
    --popover-foreground: var(--slate-900);
    --primary: var(--neon-cyan);
    --primary-foreground: #fff;
    --secondary: var(--slate-200);
    --secondary-foreground: var(--slate-900);
    --muted: var(--slate-300);
    --muted-foreground: var(--slate-600);
    --accent: var(--neon-purple);
    --accent-foreground: #fff;
    --destructive: #ef4444;
    --destructive-foreground: #fff;
    --border: var(--slate-200);
    --input: #fffffff2;
    --input-background: #fffffff2;
    --switch-background: var(--slate-300);
    --font-weight-black: 900;
    --font-weight-bold: 600;
    --font-weight-medium: 500;
    --font-weight-normal: 400;
    --ring: var(--neon-cyan);
    --radius: .75rem;
    --spacing-1: 8px;
    --spacing-2: 16px;
    --spacing-3: 24px;
    --spacing-4: 32px;
    --spacing-5: 40px;
    --spacing-6: 48px;
    --spacing-7: 56px;
    --spacing-8: 64px;
    --neon-cyan-2: 0, 255, 255;
    --neon-purple-2: 180, 0, 255;
}
.btn-a a::before{
    content: "";
    background-image: url("images/stars.svg");
    background-size: cover;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 14px;
}
.btn-a a::after{
    content: "";
    background-image: url("images/rightarrow.svg");
    background-size: cover;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 12px;
}
.btn-a .elementor-button-text{
    padding-left: 10px;
}
.btn-a a{
    background-image: linear-gradient(to right, #9333ea, #059669);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}
.btn-a a:hover{
    background-image: linear-gradient(to right, #a855f7, #10b981);
}
.btn-b a{
    border: 2px solid rgba(192, 132, 252, 0.5); /* border-purple-400/50 */
    background-color: rgba(46, 16, 101, 0.3); /* bg-purple-950/30 */
    backdrop-filter: blur(12px); /* backdrop-blur-md */
}
.btn-b a:hover{
    background-color: rgba(88, 28, 135, 0.5); /* hover:bg-purple-900/50 */
    border-color: rgba(216, 180, 254, 1); /* hover:border-purple-300 */
    color: var(--accent-foreground, #fafafa); /* hover:text-accent-foreground */
}
.btn-b a::before{
    content: "";
    background-image: url("images/hat.svg");
    background-size: cover;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 14px;
}
.btn-b .elementor-button-text{
    padding-left: 10px;
}
.landingpop{
    background-image: linear-gradient(to bottom right, rgba(59, 7, 100, 0.95), rgba(2, 44, 34, 0.95)); /* from-purple-950/95 to-emerald-950/95 */
    backdrop-filter: blur(24px); /* backdrop-blur-xl */
    border: 2px solid rgba(168, 85, 247, 0.3); /* border-purple-500/30 */
    box-shadow: 0 25px 50px -12px rgba(168, 85, 247, 0.3); /* shadow-2xl shadow-purple-500/30 */
    border-radius: 0.5rem !important;
    background-image: linear-gradient(
    to bottom right,
    rgba(59, 7, 100, 0.95),
    rgba(2, 44, 34, 0.95)
    ); /* from-purple-950/95 to-emerald-950/95 */
    backdrop-filter: blur(24px); /* backdrop-blur-xl */
    border: 2px solid rgba(168, 85, 247, 0.3); /* border-purple-500/30 */
    box-shadow: 0 25px 50px -12px rgba(168, 85, 247, 0.3);
}
.landingpop.start.hidden{
    display: none;
}
.landingpop.end{
    display: none;
}
.landingpop.end.show{
    display: flex;
}
.badge{
    background-image: url("images/badge.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
.age-badge{
    background-image: url("images/age.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
.badge svg{
    stroke: var(--color-emerald-400);
}
.round-headings {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 9999px;
    background-color: var(--color-purple);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    margin-bottom: 2rem !important;
    width: fit-content;
}
.round-headings h5, .centerheading h5{
    display: flex;
    align-items: center;
}
.text-purple-200 {
    color: var(--color-purple-200);
}
.gradient-text {
    background: linear-gradient(to right, var(--color-purple-300), var(--color-pink-300), var(--color-emerald-300));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.up-down img{
    animation-name: bobbing; /* Name of your keyframe rule */
    animation-duration: 4s; /* How long one cycle of the animation takes */
    animation-timing-function: ease-in-out; /* Controls the speed curve of the animation */
    animation-iteration-count: infinite; /* Makes the animation repeat indefinitely */
}
@keyframes bobbing {
    0% {
    transform: translateY(0); /* Start at original position */
    }
    50% {
    transform: translateY(-20px); /* Move 20px up */
    }
    100% {
    transform: translateY(0); /* Return to original position */
    }
}
.width-a{
    max-width: 60%;
    margin: 0px auto;
    width: 500px;
}
.width-b{
    max-width: 400px !important;
    margin: 0px auto;
}
.h-full {
    height: 100%;
    min-height: 6px;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.bg-red-500 {
    background-color: var(--color-red-500);
}
.bg-yellow-400 {
    background-color: var(--color-yellow-400);
}
.bg-emerald-500 {
    background-color: var(--color-emerald-500);
}





.round-headings.alert{
    background-color: #ffe2e2;
    border-color: #ffc9c9;
    margin-bottom: 0rem !important;
}
.round-headings.alert h6{
    display: flex;
    align-items: center;
}
.alert-icon{
    background-image: url("images/alert.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.pulse-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--neon-green);
    border-radius: 9999px;
    margin-right: 0.55rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    display: inline-block;
    margin-bottom: 2px;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.hover-up:hover{
    transform: translateY(-0.25rem);
}
.logo-bg h2{
    padding-top: 10px;
}
.logo-bg{
    height: 2.5rem;
    width: 3rem;
    border-radius: 0.75rem;
    background-image: linear-gradient(to bottom right, var(--neon-cyan), var(--neon-purple-3));
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}
.logo-bg.smaller{
    height: 2.0rem;
    width: 3rem;
    min-width: 2rem !important;
    border-radius: 0.75rem;
    background-image: linear-gradient(to bottom right, var(--neon-cyan), var(--neon-purple-3));
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}
.dashboard-block{
    margin-left: 20px !important;
}
body{

}
.white{
    color: #fff;
}
.bold{
    font-weight: bold;;
}
.bg-neon-green {
    background-color: var(--neon-green);
}
.text-neon-green {
    color: var(--neon-green);
}
.purple-button-arrow a, .purple-button a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    outline: none;
    height: 2.5rem;
    border-radius: 0.5rem !important;
    padding: 1rem !important;
    background-image: linear-gradient(to right, var(--neon-cyan), var(--neon-purple));
    color: white !important;
    font-weight: 600;
    font-size: 1.125rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 0px !important;
}
.purple-button-arrow a::after{
    content: "";
    background-image: url('images/arrow-left.svg');
    background-size: cover;
    width: 19px;
    height: 19px;
}
.play-icon a{
    padding-left: 40px !important;
}
.play-icon a::before{
    content: "";
    background-image: url('images/play.svg');
    background-size: cover;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 14px;
    top: 12px;
}
.play-icon a:hover::before{
    background-image: url('images/play-white.svg');
}
.users-icon{
    padding-left: 40px;
}
.users-icon::before{
    content: "";
    background-image: url('images/users.svg');
    background-size: cover;
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    left: 14px;
    top: 8px;
}
.arrow-icon{
    padding-left: 40px;
}
.arrow-icon::before{
    content: "";
    background-image: url('images/greenarrow.svg');
    background-size: cover;
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    left: 14px;
    top: 8px;
}
.time-icon{
    padding-left: 40px;
}
.time-icon::before{
    content: "";
    background-image: url('images/time.svg');
    background-size: cover;
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    left: 14px;
    top: 8px;
}
.topblobs{
    top: 0;
    position: absolute !important;
    width: -webkit-fill-available;
}
.topblobs .e-con-inner{

}
.blob1{
    position: absolute;
    top: 5rem;
    left: auto;
    right: 0;
    width: 18rem;
    height: 18rem;
    border-radius: 9999px;
    filter: blur(64px);
    background: linear-gradient(
        to bottom right,
        rgba(var(--neon-cyan-2), 0.2),
        rgba(var(--neon-purple-2), 0.2)
    );
}
.blob2 {
    position: absolute;
    left: -200px;
    bottom: 0;
    top: 500px;
    right: 0;
    width: 24rem;
    height: 24rem;
    background: linear-gradient(to top right, rgba(57, 255, 20, 0.2), rgba(255, 110, 199, 0.2));
    border-radius: 9999px;
    filter: blur(64px);
}
.blob3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, 30%);
    width: 600px;
    height: 600px;
    background: linear-gradient(to bottom right, rgba(168, 85, 247, 0.1), rgba(34, 211, 238, 0.3));
    border-radius: 9999px; /* full/rounded-full */
    filter: blur(64px); /* blur-3xl ≈ 64px */
    z-index: 1;
}
.dashboard-a{
    width: 18%;
    min-width: 95px !important;
}
.dashboard-b{
    width: 77%;
}
.dashboard-c{
    width: 5%;
}
.grey-slide{
    overflow: hidden;
    background-color: #e2e8f0;
    border-radius: 3px;
    height: 8px;
}
.leads{
    height: 100%;
    background: linear-gradient(to right, rgba(34, 211, 238, 1), rgba(34, 211, 238, 0));
    border-radius: 9999px;
    transition: all 1s;
    width: 90%;
}
.qualified{
    height: 100%;
    background: linear-gradient(to right, rgba(168, 85, 247, 1), rgba(168, 85, 247, 0));
    border-radius: 9999px;
    transition: all 1s;
    width: 60%;
}
.demos{
    height: 100%;
    background: linear-gradient(to right, rgba(34, 197, 94, 1), rgba(34, 197, 94, 0));
    border-radius: 9999px;
    transition: all 1s;
    width: 35%;
}
.proposal{
    height: 100%;
    background: linear-gradient(to right, rgba(251, 146, 60, 1), rgba(251, 146, 60, 0));
    border-radius: 9999px;
    transition: all 1s;
    width: 15%;
}
.live-updates{
    right: -20px;
    top: -15px;
    position: absolute !important;
    width: 150px !important;
}
.automation{
    left: -20px;
    bottom: -25px;
    position: absolute !important;
    width: 180px !important;
}
.reddot{
    width: 0.75rem;
    height: 0.75rem;
    background-color: #ef4444;
    border-radius: 9999px;
}
.orangedot{
    width: 0.75rem;
    height: 0.75rem;
    background-color: #eab308;
    border-radius: 9999px;
}
.greendot{
    width: 0.75rem;
    height: 0.75rem;
    background-color: #22c55e;
    border-radius: 9999px;
}
.thedots div{
    display: flex;
}
.dot-small{
    max-width: 60px !important;    
}
.page-padding{
    padding-top: 66px !important;
}
.sectionpadding{
    padding: 60px 20px 60px 20px !important;
}
.ov-hidden{
    overflow: hidden !important;
}
.ov-x-hidden{
    overflow-x: hidden !important;
}
.header-toggle{
    width: 100%;
    margin: 0px auto;
    position: fixed !important;
    z-index: 9999 !important;
    background-color: var(--glass-bg);
    transition: all 0.3s !important;
    backdrop-filter: blur(20px);
    /*border: 1px solid var(--glass-border);*/
    box-shadow: 0 8px 32px var(--glass-shadow);
}
.header-toggle.toggled{
    transition: all 0.3s !important;
}
.header-toggle .mainlogo img{
    transition: all 0.3s;
    max-width: 200px;
}
.header-toggle.toggled .mainlogo img{
    transition: all 0.3s;
    max-width: 100px !important;
}
.nobreak{
    --flex-wrap: none !important;
}
.menu-a{
    width: 20% !important;
    min-width: 220px !important;
}
.menu-b{
    width: 50% !important;
}
.menu-c{
    width: 30% !important;
}
.threeblocks-a{
    min-width: 150px !important;
    max-width: 150px !important;
}
.threeblocks-b{
    min-width: 160px !important;
    max-width: 160px !important;
}
.threeblocks-c{
    min-width: 160px !important;
    max-width: 160px !important;
}
.button-a{
    min-width: 260px !important;
    max-width: 260px !important;
}
.button-b{
    min-width: 240px !important;
    max-width: 240px !important;
}
.button-transition a{
    --c1: #00D4FF;
    --c2: #8B5CF6;
    color: #fff !important;
    border: 0 !important;
}
.button-transition a{
    background: linear-gradient(135deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0)/ 200%;
}
.button-transition a:hover{
    --x: 100%;
}


.mainmenu .menu-item:not(:last-child) {
	margin-right: 1rem;
}
.mainmenu .elementor-item::after {
	content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s !important;
}
.mainmenu .elementor-item:hover::after {
	transform-origin: left top !important;
}
.mainmenu .sub-menu a.elementor-sub-item::after {
	content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background: #333;
    transform: scale(0);
    transform-origin: right top !important;
    transition: transform 0.3s !important;
    top: auto;
    bottom: 0;
}
.mainmenu .sub-menu a.elementor-sub-item:hover::after {
	transform-origin: left top !important;
    transform: scale(1);
}
.mobile-links{
    display: none !important;
}
.burgerbutton{
    position: absolute !important;
    z-index: 5;
    right: 0;
    display: none;
}
.purpleshadebutton a{
    border-radius: 0.375rem; /* rounded-md */
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    height: 2.25rem; /* h-9 */
    padding: 0.5rem 1rem; /* py-2 px-4 */
    width: 100% !important;
    border: 0;
    color: #fff; /* text-white */
    background-image: linear-gradient(to right, #9333ea, #059669); /* from-purple-600 to-emerald-600 */
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.3); /* shadow-purple-500/30 */
    transition: all 0.2s ease-in-out;
    outline: none;
}
.purpleshadebutton a:hover{
    background-image: linear-gradient(to right, #a855f7, #10b981); /* hover:from-purple-500 hover:to-emerald-500 */
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.5); /* hover:shadow-purple-500/50 */
}
.purplecleanbutton a{
    border-radius: 0.375rem; /* rounded-md */
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    transition: all 0.2s ease-in-out; /* transition-all */
    height: 2.25rem; /* h-9 */
    padding: 0.5rem 1rem; /* py-2 px-4 */
    width: 100% !important;
    border: 1px solid rgba(168, 85, 247, 0.5); /* border-purple-500/50 */
    background-color: rgba(46, 16, 101, 0.3); /* bg-purple-950/30 */
    color: #e9d5ff; /* text-purple-200 */
    outline: none; /* outline-none */
    flex-shrink: 0; /* shrink-0 */
}
.purplecleanbutton a:hover{
    background-color: rgba(76, 29, 149, 0.4); /* hover:bg-purple-900/40 */
    color: var(--accent-foreground, #fff); /* hover:text-accent-foreground */
}
.icon-arrow img{
    min-width: 30px;
}
.icon-time img{
    min-width: 30px;
}
@media all and (max-width: 1440px){
    .dashboard-block{
        margin-left: 0px !important;
    }
}
@media all and (max-width: 1130px){
    .menu-b a, .menu-c a{
        font-size: 12px !important;
    }
}
@media all and (max-width: 1024px){
    .burgerbutton{
        display: block;
    }
    .menu-c{
        /*display: none;*/
        width: 0 !important;
    }
    .mobile-links{
        /*display: block !important;*/
    }
    .mainmenu .menu-item:not(:last-child) {
        /*margin-right: inherit;*/
    }
    .mainmenu .elementor-item::after {
        /*display: none;*/
    }
    .mainmenu .sub-menu a.elementor-sub-item::after {
        /*display: none;*/
    }
    .button-transition a{
        border-radius: 15px;
    }
    .elementor-nav-menu{
        /*padding: 0px 8px 20px 8px !important;*/
    }
    
}
@media all and (max-width: 767px){
    .dashboard-a{
        width: 18%;
        min-width: 95px !important;
    }
    .dashboard-b{
        width: 70%;
    }
    .dashboard-c{
        width: 5%;
    }
}
@media all and (max-width: 760px){
    .dashboard-a{
        width: 18%;
        min-width: 95px !important;
    }
    .dashboard-b{
        width: 60%;
    }
    .dashboard-c{
        width: 5%;
    }
}
@media all and (max-width: 585px){
    .dashboard-a{
        width: 18%;
        min-width: 95px !important;
    }
    .dashboard-b{
        width: 50%;
    }
    .dashboard-c{
        width: 5%;
    }
}
@media all and (max-width: 500px){
    .dashboard-a{
        width: 18%;
        min-width: 95px !important;
    }
    .dashboard-b{
        width: 40%;
    }
    .dashboard-c{
        width: 5%;
    }
    .txt-480{
        font-size: 12px !important;
    }
}
@media all and (max-width: 440px){
    .dashboard-a{
        width: 18%;
        min-width: 95px !important;
    }
    .dashboard-b{
        width: 30%;
    }
    .dashboard-c{
        width: 5%;
    }
}

/*
.elementor-menu-toggle{
    opacity: 0;
    z-index: 9 !important;
    width: 50px;
    height: 50px;
}
.e-off-canvas{
    z-index: 9 !important;
}
.burgercontainer {
  cursor: pointer;
  display: flex;
  width: 80px;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
*/