    /* Sticky Button */
.wa-sticky-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.wa-sticky-btn img {
    width: 32px;
}

/* Popup */
.wa-popup {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    overflow: hidden;
    display: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

/* Header */
.wa-header {
    background: #25D366;
    color: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    position: relative;
}
.wa-icon {
    width: 30px;
    margin-right: 10px;
}
.wa-close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 22px;
    cursor: pointer;
}

/* Agent */
.wa-agent {
    display: flex;
    gap: 10px;
    padding: 10px;
    background: #f6f6f6;
    align-items: center;
}
.wa-agent img {
    width: 45px;
    border-radius: 50%;
}
.online-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #28a745;
    border-radius: 50%;
    margin: 0 5px;
}

/* Body */
.wa-body {
    padding: 12px;
}
.wa-body h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.wa-body input,
.wa-body textarea,
.wa-body select {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 13px;
}
.wa-body textarea {
    resize: none;
    height: 60px;
}

/* Phone */
.wa-phone {
    display: flex;
    gap: 5px;
}
.wa-phone select {
    width: 35%;
}

/* Button */
.wa-submit {
    width: 100%;
    background: #25D366;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.wa-submit:hover {
    background: #1ebe5d;
}

.wafield{ position: relative;}
.wafield .error{ position: relative; top:0px;}
.iti.iti--container{z-index:99999;}