/* DatContact Standard - New Professional Icons with Elementor Style */
.phone-mobile {display: none;}

.datcss-nav {
    position: fixed;
    right: 13px;
    background: #fff;
    border-radius: 12px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 12px 0;
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    backdrop-filter: blur(10px);
}

.datcss-nav ul {list-style: none;padding: 0;margin: 0;}
.datcss-nav ul li {list-style: none!important;}

.datcss-nav ul>li a {
    border: none;
    padding: 8px 6px;
    display: block;
    border-radius: 8px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #515151;
    font-weight: 600;
    max-width: 72px;
    max-height: 60px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.9);
    margin: 2px 4px;
}

.datcss-nav ul>li a:hover {
    transform: translateY(-4px) scale(1.05);
    color: #ff0000;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.datcss-nav ul>li .chat_animation{display:none}

.datcss-nav ul>li a .icon.cart {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/cart.svg") no-repeat center center;
    background-size: 36px 36px;
}

.datcss-nav ul>li a:hover .icon.cart {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/cart.svg") no-repeat center center;
    background-size: 36px 36px;
}

/* Zalo Icon - Red */
.datcss-nav ul>li a .zalo.chat {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/chat_zalo.svg") no-repeat center center;
    background-size: 36px 36px;
}

.datcss-nav ul>li a:hover .zalo.chat {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/chat_zalo.svg") no-repeat center center;
    background-size: 36px 36px;
}

/* Messenger Icon - Red */
.datcss-nav ul>li a .facebook.chat {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/chat_facebook.svg") no-repeat center center;
    background-size: 36px 36px;
    transition: all 0.3s ease;
}

.datcss-nav ul>li a:hover .facebook.chat {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/chat_facebook.svg") no-repeat center center;
    background-size: 36px 36px;
    transition: all 0.3s ease;
}

/* SMS Icon - Red */
.datcss-nav ul>li a i.icon.sms {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/sms.svg") no-repeat center center;
    background-size: 36px 36px;
    transition: all 0.3s ease;
}

.datcss-nav ul>li a:hover i.icon.sms {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/sms.svg") no-repeat center center;
    background-size: 36px 36px;
    transition: all 0.3s ease;
}

/* Phone Icon - Red */
.datcss-nav ul>li a .icon.phone {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/phone.svg") no-repeat center center;
    background-size: 36px 36px;
    transition: all 0.3s ease;
}

.datcss-nav ul>li a:hover .icon.phone {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/phone.svg") no-repeat center center;
    background-size: 36px 36px;
    transition: all 0.3s ease;
}

/* Up Arrow Icon - Red */
.datcss-nav ul>li a .topdown {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/expand_circle_up.svg") no-repeat center center;
    background-size: 36px 36px;
    transition: all 0.3s ease;
}

.datcss-nav ul>li a:hover .topdown {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background: url("/wp-content/plugins/datcontact-standard/assets/svg/expand_circle_up.svg") no-repeat center center;
    background-size: 36px 36px;
    transition: all 0.3s ease;
}

.datcss-nav ul li .button .btn_phone_txt {
    position: relative;
    top: 38px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}

.datcss-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}

.datcss-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}

/* Mobile Styles */
@media only screen and (max-width: 600px){
    .datcss-nav li .chat_animation{display:block !Important}
     
    .datcss-nav li .button .phone_animation {
        box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%,0);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #ff0000;
        line-height: 15px;
        border: 2px solid white;
        animation: pulse 1.5s infinite;
    }
    
    @keyframes pulse {
        0% { transform: translate(-50%,0) scale(1); }
        50% { transform: translate(-50%,0) scale(1.1); }
        100% { transform: translate(-50%,0) scale(1); }
    }
    
    .datcss-nav ul>li a{padding:0; margin:0 auto}
    .datcss-nav {
        background: white;
        width: 100%; border-radius:0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
        backdrop-filter: blur(15px);
    }
    
    .datcss-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
    }
    
    .phone-mobile{display:block !important}
    .to-top-pc {display: none !important;}
}
