/*====================================================

ACADEMIA PREMIUM SUPPORT
====================================================*/
.aw-widget{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:999999;

}
/*====================================================
BUTTON
====================================================*/

.aw-button{

    width:68px;
    height:68px;
    border:1px solid rgba(255,255,255,.08);
    cursor:pointer;
    position:relative;
    overflow:hidden;
background:linear-gradient(135deg,#0079DC,#005BB5);
border-radius:170px 170px 28px 170px;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:
    0 14px 40px rgba(0,121,220,.32);
transition:.35s;
    animation:breathe 6s ease-in-out infinite;

}


.aw-button:hover{
    transform:translateY(-5px);
    box-shadow:
    0 22px 55px rgba(0,121,220,.38);
}

@keyframes breathe{

0%,100%{

transform:scale(1);

}

50%{

transform:scale(1.05);

}

}

/*====================================================
Typing Dots
====================================================*/

.dot{

    position:absolute;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#fff;
}

.d1{

    left:19px;
    animation:dots 1.2s infinite;

}

.d2{

    left:29px;
    animation:dots 1.2s .2s infinite;

}

.d3{

    left:39px;
    animation:dots 1.2s .4s infinite;

}

@keyframes dots{
0%,80%,100%{
transform:scale(.7);
opacity:.4;
}

40%{
transform:scale(1.4);
opacity:1;

}
}

/*====================================================
POPUP
====================================================*/
.aw-panel{

    position:absolute;
    right:0;
    bottom:82px;
    width:315px;
    background:#fff;
    border-radius:24px;
    padding:18px;
    border:1px solid #edf1f7;
    box-shadow:
        0 35px 80px rgba(0,0,0,.12);

    opacity:0;
    visibility:hidden;
    transform:
        translateY(15px)
        scale(.96);
    transition:.30s cubic-bezier(.2,.8,.2,1);

}

.aw-widget:hover .aw-panel{
    opacity:1;
    visibility:visible;
    transform:
        translateY(0)
        scale(1);
}

/*====================================================
HEADER
====================================================*/

.aw-header{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

.aw-status{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#16b364;
    position:relative;
    flex-shrink:0;
}

.aw-status:after{
    content:'';
    position:absolute;
    inset:-4px;
    border-radius:50%;
    border:2px solid rgba(22,179,100,.30);
    animation:online 2s infinite;
}

@keyframes online{
100%{
transform:scale(2);
opacity:0;

}

}

.aw-header h4{
    margin:0;
    font-size:18px;
    color:#162033;

}

.aw-header p{
    margin:3px 0 0;
    color:#76839a;
    font-size:13px;
}

/*===============================
SUPPORT LINKS
===============================*/

.aw-link{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 12px;
    margin-top:6px;
    border-radius:14px;
    text-decoration:none;
    color:#1d2736;
    transition:all .30s ease;
}

.aw-link:hover{
    background:#f7fbff;
    transform:translateX(-6px);
}

.aw-link:hover .aw-arrow{
    transform:translateX(6px);
    color:#0B6BFF;

}

/*===============================
ICONS
===============================*/

.aw-icon{
    width:35px;
    height:35px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    color:#fff;
    transition:.35s;
}

.aw-link:hover .aw-icon{
    transform:rotate(-8deg) scale(1.08);

}

.aw-icon svg{
    width:22px;
    height:22px;
}

.aw-icon i{
    font-size:24px;

}

/* Live Chat */

.live{

    background:linear-gradient(135deg,#0B6BFF,#49A8FF);
}

/* Messenger */
.messenger{
    background:linear-gradient(135deg,#1877F2,#4FAEFF);
}

/* WhatsApp */

.whatsapp{
    background:linear-gradient(135deg,#16b364,#34d399);
}

/*===============================
TEXT
===============================*/

.aw-info{
    flex:1;
}
.aw-info strong{
    display:block;
    font-size:15px;
    font-weight:700;
    color:#162033;
}

.aw-info span{
    display:block;
    margin-top:3px;
    font-size:13px;
    color:#7b8797;
}

/*===============================
ARROW
===============================*/
.aw-arrow{
    font-size:22px;
    color:#b0bccd;
    transition:.35s;
}

/*===============================
GLASS SHINE
===============================*/

.aw-button:before{
    content:'';
    position:absolute;
    left:-90px;
    top:0;
    width:45px;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );

    transform:skewX(-22deg);
    animation:shine 3.8s infinite;
}

@keyframes shine{
0%{
left:-90px;
}
100%{
left:170px;
}
}
/*===============================
MOBILE
===============================*/
@media(max-width:768px){
.aw-widget{
right:18px;
bottom:18px;
}
.aw-panel{
width:285px;
padding:16px;
}

.aw-button{
width:58px;
height:58px;
}
.d1{

left:17px;
}
.d2{

left:26px;
}
.d3{

left:35px;
}
}

/*===============================
PREMIUM HOVER
===============================*/
.aw-panel{
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
}
.aw-panel:before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
height:1px;
background:linear-gradient(
90deg,
transparent,
rgba(11,107,255,.35),
transparent
);
}
/*====================================================
ONLINE BADGE
====================================================*/
.aw-online{
    position:absolute;
    right:0;
    bottom:70px;
    display:flex;
    align-items:center;
    gap:6px;
    padding:5px 10px;
    background:#ffffff;
    border:1px solid #e6edf5;
    border-radius:999px;
    box-shadow:0 8px 22px rgba(0,0,0,.10);
    font-size:11px;
    font-weight:700;
    color:#162033;
    white-space:nowrap;
    animation:onlineFloat 3s ease-in-out infinite;
}

.aw-online-dot{
    width:8px;
    height:8px;
    background:#16b364;
    border-radius:50%;
    position:relative;
}

.aw-online-dot:after{
    content:'';
    position:absolute;
    inset:-3px;
    border-radius:50%;
    border:2px solid rgba(22,179,100,.35);
    animation:onlinePulse 2s infinite;
}

@keyframes onlinePulse{
    100%{
        transform:scale(2);
        opacity:0;
    }
}

@keyframes onlineFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-2px);
    }
}
