#avhiral-wa-button {
    position: fixed;
    bottom: 175px;
    right: 20px;
    z-index: 9999;
}

#avhiral-wa-button img {
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

#wa-popup {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 300px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 10000;
    font-family: sans-serif;
}

#wa-popup-header {
    background: #25D366;
    color: white;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#wa-popup-header img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

#wa-popup-header span {
    flex-grow: 1;
    font-weight: bold;
}

#wa-popup-header button {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

#wa-popup-body {
    padding: 15px;
    font-size: 14px;
}

#wa-start {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}