.elementor-6 .elementor-element.elementor-element-eec2a54{--display:flex;}.elementor-6 .elementor-element.elementor-element-f380543{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-e2bb249{--display:flex;}.elementor-6 .elementor-element.elementor-element-fd47236{--display:flex;}.elementor-6 .elementor-element.elementor-element-e166911{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6 .elementor-element.elementor-element-fb23c62{--display:flex;}.elementor-6 .elementor-element.elementor-element-c320ab3 .flipster__button{display:none !important;}.elementor-6 .elementor-element.elementor-element-07e3d1f{--display:flex;}.elementor-6 .elementor-element.elementor-element-dca3930{--display:flex;}.elementor-6 .elementor-element.elementor-element-185ecdf{--display:flex;}@media(max-width:1024px){.elementor-6 .elementor-element.elementor-element-c320ab3 .flipster__button{display:flex !important;}}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-c320ab3 .flipster__button{display:flex !important;}}/* Start custom CSS for html, class: .elementor-element-f380543 */.hero{
    position:relative;
    width:100vw;
    height:100vh;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

/* VIDEO */
.bg-video{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100vw;
    height:100vh;
    object-fit:cover;
    z-index:-2;
}

/* OVERLAY */
.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.6);
    z-index:-1;
}

/* CONTENT CENTER FIX */
.hero-content{
    position:relative;
    width:100%;
    height:100%;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:0 5%;
}

/* FORCE CENTER BLOCK */
.hero-left{
    max-width:850px;
    color:white;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

/* BADGE */
.hero-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:30px;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,0.15);
    font-size:13px;
    margin-bottom:20px;
}

/* TITLE */
.hero-left h1{
    font-size:clamp(38px, 4.5vw, 70px);
    font-weight:800;
    line-height:1.05;
    margin-bottom:20px;
}

.hero-left h1 span{
    background:linear-gradient(90deg,#f72585,#4cc9f0);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* TEXT */
.hero-left p{
    font-size:18px;
    color:#ddd;
    line-height:1.7;
    margin-bottom:30px;
    max-width:650px;
}

/* BUTTONS */
.hero-buttons{
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
    margin-bottom:40px;
}

/* STATS */
.stats{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    width:100%;
}

/* STAT CARD */
.stat{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,0.12);
    padding:18px 22px;
    border-radius:18px;
    min-width:180px;
    text-align:center;

    transition:0.3s ease;
}

.stat:hover{
    transform:translateY(-5px);
}

.stat h2{
    color:#4cc9f0;
    font-size:30px;
    font-weight:700;
}

.stat p{
    color:#ccc;
    font-size:13px;
}

/* MOBILE */
@media(max-width:768px){
    .hero-left p{
        font-size:16px;
    }

    .stats{
        gap:12px;
    }

    .stat{
        min-width:140px;
    }
}/* End custom CSS */