.elementor-36 .elementor-element.elementor-element-e9a3cbd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-38e4f96 */.mobile-hero{
    min-height:65vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:linear-gradient(135deg,#1e3c72,#2a5298,#00c6ff);
}

/* CARD STYLE (VERY IMPORTANT FOR PREMIUM LOOK) */
.hero-card{
    width:100%;
    max-width:320px;
    text-align:center;
    padding:25px 20px;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,0.25);
}

/* IMAGE */
.hero-image img{
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid rgba(255,255,255,0.6);
    box-shadow:0 10px 20px rgba(0,0,0,0.25);
    margin-bottom:12px;
}

/* TAG */
.tag{
    display:inline-block;
    font-size:12px;
    padding:6px 14px;
    background:rgba(255,255,255,0.15);
    color:#fff;
    border-radius:20px;
    margin-bottom:10px;
}

/* TITLE */
.hero-card h1{
    font-size:24px;
    color:#fff;
    font-weight:800;
    margin-bottom:8px;
}

/* TEXT */
.hero-card p{
    font-size:13px;
    color:#eaeaea;
    line-height:1.5;
    margin-bottom:15px;
}

/* BUTTON */
.hero-btn{
    display:inline-block;
    padding:10px 24px;
    background:#fff;
    color:#1e3c72;
    font-weight:700;
    font-size:14px;
    text-decoration:none;
    border-radius:30px;
    transition:0.3s;
}

.hero-btn:hover{
    transform:scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b47fbb */.mobile-hero{
    min-height:65vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    position:relative;
    overflow:hidden;
    background:linear-gradient(-45deg,#1e3c72,#2a5298,#00c6ff,#00ffb3);
    background-size:400% 400%;
    animation:bgMove 10s ease infinite;
}

/* BACKGROUND LAYER */
.piano-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:0;
}

/* FLOATING NOTES */
.note{
    position:absolute;
    font-size:22px;
    opacity:0.2;
    animation:floatUp 10s linear infinite;
}

.n1{left:10%;bottom:-50px;animation-duration:8s;}
.n2{left:30%;bottom:-80px;animation-duration:11s;}
.n3{left:50%;bottom:-60px;animation-duration:9s;}
.n4{left:70%;bottom:-90px;animation-duration:13s;}
.n5{left:85%;bottom:-70px;animation-duration:10s;}

/* CARD */
.hero-card{
    position:relative;
    z-index:2;
    width:100%;
    max-width:320px;
    text-align:center;
    padding:25px 20px;
    background:rgba(255,255,255,0.10);
    backdrop-filter:blur(14px);
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,0.25);
    animation:fadeUp 1.2s ease;
}

/* IMAGE */
.hero-image img{
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid rgba(255,255,255,0.6);
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
    margin-bottom:10px;
    animation:floatImg 3s ease-in-out infinite;
}

/* TAG */
.tag{
    display:inline-block;
    font-size:12px;
    padding:6px 14px;
    background:rgba(255,255,255,0.15);
    color:#fff;
    border-radius:20px;
    margin-bottom:10px;
}

/* TITLE */
.hero-card h1{
    font-size:22px;
    color:#fff;
    font-weight:800;
    margin-bottom:8px;
}

/* TEXT */
.hero-card p{
    font-size:13px;
    color:#eaeaea;
    margin-bottom:15px;
}

/* BUTTON */
.hero-btn{
    display:inline-block;
    padding:10px 24px;
    background:#fff;
    color:#1e3c72;
    font-weight:700;
    border-radius:30px;
    text-decoration:none;
    transition:0.3s;
}

.hero-btn:hover{
    transform:scale(1.05);
}

/* ANIMATIONS */
@keyframes bgMove{
    0%{background-position:0% 50%;}
    50%{background-position:100% 50%;}
    100%{background-position:0% 50%;}
}

@keyframes floatUp{
    0%{transform:translateY(0);opacity:0;}
    20%{opacity:0.3;}
    100%{transform:translateY(-120vh);opacity:0;}
}

@keyframes fadeUp{
    from{opacity:0;transform:translateY(30px);}
    to{opacity:1;transform:translateY(0);}
}

@keyframes floatImg{
    0%{transform:translateY(0);}
    50%{transform:translateY(-8px);}
    100%{transform:translateY(0);}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8808619 */.mobile-hero{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    position:relative;
    overflow:hidden;

    background:linear-gradient(-45deg,#0f2027,#203a43,#2c5364,#00c6ff);
    background-size:400% 400%;
    animation:bgMove 12s ease infinite;
}

/* BACKGROUND */
.piano-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:0;
}

/* FLOATING NOTES */
.note{
    position:absolute;
    font-size:22px;
    opacity:0.2;
    animation:floatUp 12s linear infinite;
}

.n1{left:10%;bottom:-60px;animation-duration:9s;}
.n2{left:25%;bottom:-80px;animation-duration:11s;}
.n3{left:50%;bottom:-70px;animation-duration:10s;}
.n4{left:70%;bottom:-90px;animation-duration:13s;}
.n5{left:85%;bottom:-60px;animation-duration:12s;}

/* CARD */
.hero-card{
    position:relative;
    z-index:2;
    width:100%;
    max-width:340px;
    text-align:center;

    padding:28px 22px;
    background:rgba(255,255,255,0.10);
    backdrop-filter:blur(18px);

    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,0.35);

    animation:fadeUp 1.2s ease;
}

/* IMAGE (CIRCLE + GLOW) */
.hero-image img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;

    border:5px solid rgba(255,255,255,0.35);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.3),
        0 0 25px rgba(0,198,255,0.4);

    margin-bottom:12px;
    animation:floatImg 3.5s ease-in-out infinite;
}

/* TAG */
.tag{
    display:inline-block;
    font-size:12px;
    padding:6px 14px;
    color:#fff;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.2);
    border-radius:20px;
    margin-bottom:10px;
}

/* TITLE */
.hero-card h1{
    font-size:24px;
    font-weight:800;
    color:#fff;
    margin-bottom:8px;
}

/* TEXT */
.hero-card p{
    font-size:13px;
    color:#eaeaea;
    line-height:1.5;
    margin-bottom:16px;
}

/* BUTTONS */
.btn-group{
    display:flex;
    gap:10px;
    justify-content:center;
}

.btn{
    padding:10px 18px;
    font-size:13px;
    border-radius:30px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

/* PRIMARY BUTTON */
.btn.primary{
    background:#fff;
    color:#0f2027;
}

.btn.primary:hover{
    transform:scale(1.05);
}

/* OUTLINE BUTTON */
.btn.outline{
    border:1px solid #fff;
    color:#fff;
}

.btn.outline:hover{
    background:#fff;
    color:#0f2027;
}

/* ANIMATIONS */
@keyframes bgMove{
    0%{background-position:0% 50%;}
    50%{background-position:100% 50%;}
    100%{background-position:0% 50%;}
}

@keyframes floatUp{
    0%{transform:translateY(0);opacity:0;}
    20%{opacity:0.25;}
    100%{transform:translateY(-120vh);opacity:0;}
}

@keyframes fadeUp{
    from{opacity:0;transform:translateY(30px);}
    to{opacity:1;transform:translateY(0);}
}

@keyframes floatImg{
    0%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
    100%{transform:translateY(0);}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88ac696 */.hero{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    position:relative;
    overflow:hidden;

    background:linear-gradient(135deg,#0f172a,#1e3c72,#2a5298);
}

/* BACKGROUND NOTES */
.bg-notes span{
    position:absolute;
    font-size:22px;
    opacity:0.15;
    animation:float 10s linear infinite;
}

.bg-notes span:nth-child(1){left:10%;bottom:-50px;}
.bg-notes span:nth-child(2){left:25%;bottom:-80px;animation-duration:12s;}
.bg-notes span:nth-child(3){left:50%;bottom:-60px;animation-duration:9s;}
.bg-notes span:nth-child(4){left:70%;bottom:-90px;animation-duration:11s;}
.bg-notes span:nth-child(5){left:85%;bottom:-70px;animation-duration:13s;}

/* CARD */
.card{
    width:100%;
    max-width:320px;
    text-align:center;

    padding:25px 20px;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(14px);

    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,0.3);

    z-index:2;
}

/* IMAGE */
.card img{
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit:cover;

    border:4px solid rgba(255,255,255,0.4);
    margin-bottom:10px;
}

/* TAG */
.tag{
    display:inline-block;
    font-size:12px;
    padding:6px 14px;
    background:rgba(255,255,255,0.12);
    color:#fff;
    border-radius:20px;
    margin-bottom:10px;
}

/* TITLE */
.card h1{
    font-size:22px;
    color:#fff;
    font-weight:800;
    margin-bottom:8px;
}

/* TEXT */
.card p{
    font-size:13px;
    color:#e5e5e5;
    margin-bottom:14px;
    line-height:1.5;
}

/* BUTTONS */
.btns{
    display:flex;
    gap:10px;
    justify-content:center;
}

.btns a{
    padding:10px 16px;
    font-size:13px;
    border-radius:25px;
    text-decoration:none;
    font-weight:700;
}

/* PRIMARY */
.primary{
    background:#fff;
    color:#1e3c72;
}

/* OUTLINE */
.outline{
    border:1px solid #fff;
    color:#fff;
}

/* ANIMATION */
@keyframes float{
    0%{transform:translateY(0);opacity:0;}
    20%{opacity:0.2;}
    100%{transform:translateY(-120vh);opacity:0;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-205158a */.hero{
    min-height:75vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    position:relative;
    overflow:hidden;

    background:linear-gradient(135deg,#0b1320,#1e3a8a,#2563eb,#0ea5e9);
    background-size:400% 400%;
    animation:bgMove 12s ease infinite;
}

/* BACKGROUND ICONS */
.bg span{
    position:absolute;
    font-size:22px;
    opacity:0.12;
    animation:float 12s linear infinite;
}

.bg span:nth-child(1){left:10%;bottom:-60px;}
.bg span:nth-child(2){left:25%;bottom:-80px;animation-duration:11s;}
.bg span:nth-child(3){left:50%;bottom:-70px;animation-duration:9s;}
.bg span:nth-child(4){left:70%;bottom:-90px;animation-duration:13s;}
.bg span:nth-child(5){left:85%;bottom:-60px;animation-duration:10s;}

/* MAIN BOX */
.box{
    width:100%;
    max-width:360px;
    text-align:center;

    padding:32px 24px;
    background:rgba(255,255,255,0.07);
    backdrop-filter:blur(20px);

    border-radius:30px;
    box-shadow:0 30px 80px rgba(0,0,0,0.4);

    z-index:2;
    animation:fadeUp 1.2s ease;
}

/* IMAGE */
.image img{
    width:125px;
    height:125px;
    border-radius:50%;
    object-fit:cover;

    border:5px solid rgba(255,255,255,0.35);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.3),
        0 0 30px rgba(14,165,233,0.4);

    margin-bottom:12px;
    animation:floatImg 3.5s ease-in-out infinite;
}

/* LABEL */
.label{
    display:inline-block;
    font-size:12px;
    padding:6px 14px;
    color:#fff;
    background:rgba(255,255,255,0.12);
    border-radius:20px;
    margin-bottom:10px;
    letter-spacing:0.5px;
}

/* TITLE */
.box h1{
    font-size:26px;
    font-weight:900;
    color:#fff;
    margin-bottom:10px;
}

/* TEXT */
.box p{
    font-size:13px;
    color:#e5e7eb;
    line-height:1.6;
    margin-bottom:18px;
}

/* BUTTONS */
.btns{
    display:flex;
    gap:10px;
    justify-content:center;
    margin-bottom:12px;
}

.btn{
    padding:10px 18px;
    font-size:13px;
    border-radius:30px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

/* PRIMARY */
.primary{
    background:#fff;
    color:#0b1320;
}

.primary:hover{
    transform:scale(1.06);
}

/* OUTLINE */
.outline{
    border:1px solid #fff;
    color:#fff;
}

.outline:hover{
    background:#fff;
    color:#0b1320;
}

/* MINI INFO */
.mini-info{
    font-size:11px;
    color:rgba(255,255,255,0.7);
}

/* ANIMATIONS */
@keyframes bgMove{
    0%{background-position:0% 50%;}
    50%{background-position:100% 50%;}
    100%{background-position:0% 50%;}
}

@keyframes float{
    0%{transform:translateY(0);opacity:0;}
    20%{opacity:0.2;}
    100%{transform:translateY(-120vh);opacity:0;}
}

@keyframes fadeUp{
    from{opacity:0;transform:translateY(30px);}
    to{opacity:1;transform:translateY(0);}
}

@keyframes floatImg{
    0%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
    100%{transform:translateY(0);}
}/* End custom CSS */