
      #whataapfileopen{
           color:#ffffff !important;
           cursor: pointer;
       }
	/* Main Chat Box Container */
.whatsapp-box-msg {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 10px;
    z-index: 1000;
}

/* Header */
.chatbox-header-msg {
    background: linear-gradient(160deg, #128C7E 0%, #25D366 100%);
    color: #ffffff;
    padding: 15px;
    position: relative;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chatbox-header-msg h2 {
    font-size: 18px;
    margin: 0;
}

.chatbox-header-msg p {
    font-size: 13px;
    margin: 5px 0 0;
    color: #d4f1dd; /* Lightened text color for subtitle */
}

.chatbox-header-msg .close-spk-chctbox {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

/* Chat List */
.chatbox-list-wrap {
    padding: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0; /* Light grey divider */
    cursor: pointer;
}

.contact-item:last-child {
    border-bottom: none;
}

.cont-img {
    position: relative;
    flex-shrink: 0;
}

.exp-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #25D366; /* WhatsApp green border */
}

.spk-wsp-icon {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    background-color: #25D366;
    border-radius: 50%;
    border: 2px solid #ffffff; /* White border around icon */
}

/* Contact Info */
.cont-info {
    margin-left: 10px;
}

.cont-info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333333; /* Dark text color for title */
    margin: 0;
}

.cont-info p {
    font-size: 12px;
    color: #666666; /* Grey color for description */
    margin: 3px 0 0;
}
.whatsapp-box-msg .chatbox-header-msg img {
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 100%;
    height: 45px;
    fill: #fff;
    pointer-events: none;
}
.whatsapp-box-msg .chatbox-header-msg p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    margin: 0;
        margin-bottom: 30px;
}
.whatsapp-box-msg .chatbox-header-msg h2 {
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    color: #fff;
    margin: 0 0 3px;
    text-transform: none;
    letter-spacing: normal;
    padding-bottom: 0 !important;
}
                     #whatsappchat{ right: 60px;left: auto; display: none; }
                     #whataapbtn{ position: fixed; z-index: 999999999; bottom: 30px; right: 60px; }

                            @media (max-width: 991px) {
                                                               #whatsappchat {right: 75px;left: auto;display: none; }
                                                               #whataapbtn{position: fixed;z-index: 999999999;bottom: 30px; right: 80px;}
                                                               #btn-lg-square {margin-right: -13px !important;}
                                                               .chatbox-list p{font-size: 0.7rem !important;font-weight: 400;}
                            
                                                      }

