.elementor-4439 .elementor-element.elementor-element-30f3df6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4439 .elementor-element.elementor-element-34093de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4439 .elementor-element.elementor-element-b2a7193{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-be86fe9 *//* وسط چین شدن فرم */
.jalinus-wrapper{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

/* برند نئونی */
.jalinus-brand{
    text-align:center;
    font-size:42px;
    margin-bottom:25px;
    color:#a5f3fc;
    letter-spacing:2px;
    cursor:pointer;
    transition:all .3s ease;
    text-shadow:
        0 0 5px #00eaff,
        0 0 10px #00eaff,
        0 0 20px #00eaff,
        0 0 40px #4f46ff,
        0 0 80px #4f46ff;
    animation: neonFlicker 3.2s infinite;
}

@keyframes neonFlicker {
    0%,18%,22%,25%,53%,57%,100%{ opacity:1; }
    20%,24%,55%{ opacity:.3; }
}

.jalinus-brand:hover{
    color:#ffffff;
    text-shadow:
        0 0 10px #00eaff,
        0 0 20px #00eaff,
        0 0 40px #00eaff,
        0 0 80px #4f46ff,
        0 0 120px #4f46ff,
        0 0 160px #4f46ff;
    transform:scale(1.05);
    animation: neonPulse 1.2s infinite alternate;
}

@keyframes neonPulse{
    from{ filter:brightness(1); }
    to{ filter:brightness(1.4); }
}

/* باکس فرم */
.jalinus-box{
    position:relative;
    z-index:4;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(20px);
    padding:30px;
    border-radius:20px;
    width:100%;
    max-width:420px;
    box-shadow:
        0 0 20px rgba(0,234,255,.5),
        0 0 40px rgba(0,234,255,.35),
        0 0 80px rgba(79,70,255,.35);
    border:1px solid rgba(255,255,255,.15);
}

/* هاله نور پشت فرم */
.jalinus-box::before{
    content:"";
    position:absolute;
    top:-120px;
    left:-120px;
    right:-120px;
    bottom:-120px;
    background:radial-gradient(
        circle,
        rgba(0,234,255,.35) 0%,
        rgba(79,70,255,.25) 40%,
        transparent 70%
    );
    filter:blur(60px);
    z-index:-1;
}

/* ورودی‌ها */
.jalinus-form input,
.jalinus-form textarea{
    width:100%;
    padding:12px 15px;
    margin-bottom:15px;
    background:rgba(255,255,255,.08);
    border:none;
    outline:none;
    border-radius:10px;
    color:#fff;
    font-size:16px;
}

.jalinus-form textarea{
    height:120px;
    resize:none;
}

/* دکمه */
.jalinus-form button{
    width:100%;
    padding:14px;
    border:none;
    border-radius:10px;
    background:#00eaff;
    color:#000;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    transition:0.25s ease-in-out;
}

.jalinus-form button:hover{
    background:#4f46ff;
    color:#fff;
    box-shadow:0 0 20px #4f46ff;
}

/* پیام موفقیت */
.jalinus-success{
    margin-top:15px;
    padding:12px;
    border-radius:8px;
    text-align:center;
    color:#a5f3fc;
    background:rgba(0,234,255,.1);
    border:1px solid rgba(0,234,255,.3);
}/* End custom CSS */