.elementor-333 .elementor-element.elementor-element-3b9a79c{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3b9a79c */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#01000D;
    color:#fff;
}

/* HERO */

.hero{
    min-height:100vh;
    padding:30px 8%;
    background:
    radial-gradient(circle at top right,
    rgba(128,49,215,.25),
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(20,138,230,.2),
    transparent 35%),

    #01000D;
}

/* NAVBAR */

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    font-size:28px;
    font-weight:700;
    background:linear-gradient(
    90deg,
    #8031D7,
    #148AE6);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.nav-links{
    display:flex;
    gap:35px;
    list-style:none;
}

.nav-links a{
    color:#DFD5EE;
    text-decoration:none;
}

.cta-btn{
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    background:linear-gradient(
    90deg,
    #8031D7,
    #148AE6);
}

/* CONTENT */

.hero-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    margin-top:80px;
}

.hero-left{
    flex:1;
}

.badge{
    padding:10px 20px;
    border:1px solid #8031D7;
    border-radius:50px;
    color:#DFD5EE;
}

.hero-left h1{
    font-size:72px;
    line-height:1.1;
    margin:25px 0;
}

.hero-left h1 span{
    background:linear-gradient(
    90deg,
    #8031D7,
    #148AE6);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero-left p{
    color:#DFD5EE;
    max-width:600px;
    font-size:18px;
    line-height:1.8;
}

.hero-buttons{
    margin-top:35px;
    display:flex;
    gap:20px;
}

.primary-btn{
    background:linear-gradient(
    90deg,
    #8031D7,
    #148AE6);

    padding:15px 30px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
}

.secondary-btn{
    border:1px solid #8031D7;
    padding:15px 30px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
}

/* STATS */

.stats{
    display:flex;
    gap:60px;
    margin-top:60px;
}

.stats h3{
    font-size:32px;
}

.stats p{
    font-size:14px;
}

/* RIGHT SIDE */

.hero-right{
    flex:1;
    display:flex;
    justify-content:center;
}

.dashboard-card{
    position:relative;
    width:550px;
    height:450px;

    background:rgba(10,5,47,.8);

    border:1px solid rgba(128,49,215,.25);

    backdrop-filter:blur(20px);

    border-radius:30px;

    box-shadow:
    0 0 40px rgba(128,49,215,.2),
    0 0 80px rgba(20,138,230,.1);
}

.graph{
    position:absolute;
    bottom:60px;
    left:40px;
    width:420px;
    height:180px;

    background:linear-gradient(
    to top,
    rgba(128,49,215,.5),
    rgba(20,138,230,.1));

    clip-path:polygon(
    0% 100%,
    10% 80%,
    25% 85%,
    40% 60%,
    55% 65%,
    70% 35%,
    85% 40%,
    100% 10%,
    100% 100%);
}

.floating-card{
    position:absolute;
    padding:15px 20px;
    border-radius:16px;

    background:
    rgba(128,49,215,.15);

    border:
    1px solid rgba(128,49,215,.3);

    backdrop-filter:blur(10px);
}

.card1{
    top:40px;
    right:-20px;
}

.card2{
    bottom:120px;
    left:-30px;
}

.card3{
    bottom:40px;
    right:20px;
}/* End custom CSS */