.webbon-contact-form {
    width: 100%;
    max-width: 100%;
}

.webbon-contact-form input,
.webbon-contact-form textarea,
.webbon-contact-form select {
    width: 100%;
    padding: 14px;
    margin-bottom: 16px;
    border: 1px solid #131313;
    border-radius: 4px;
    font-size: 15px;
}

.webbon-contact-form button {
    background-color: #DBC078;
    color: #131313;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.webbon-contact-form button:hover {
    opacity: 0.9;
}

#Top_bar .menu li ul li {
    padding: 0;
    width: 250px;
    position: relative;
    font-weight: 400;
}

.chat-send {
  background: #d7b979; /* Webbon gold */
  color: #131313;      /* icon colour */
  border: none;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.chat-send svg {
  display: block;
}



#bonnie-launcher {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #131313;
    padding: 8px 14px;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    z-index: 9999;
}

#bonnie-launcher img {
    width: 50px;
    height: auto;
}

.bonnie-text {
    color: #d7b979;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 14px;
    white-space: nowrap;
}


/* Mobile optimisation */
@media (max-width: 768px) {

    #bonnie-launcher {
        bottom: 15px;
        right: 15px;
        padding: 6px 10px;
        border-radius: 30px;
        gap: 8px;
    }

    #bonnie-launcher img {
        width: 40px;
    }

    .bonnie-text {
        font-size: 12px;
    }

}

/* Extra small phones */
@media (max-width: 480px) {

    #bonnie-launcher {
        bottom: 12px;
        right: 12px;
        padding: 6px 8px;
    }

@media (max-width: 480px) {

    #bonnie-launcher {
        bottom: 12px;
        right: 12px;
        padding: 6px 10px;
    }

    .bonnie-text {
        display: block;
        font-size: 11px;
        white-space: nowrap;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.button_theme,
input[type="submit"] {
    background-color: #000000 !important;
    color: #fff !important;
    font-size: 22px !important;
    padding: 5px 30px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #000000 !important;
    color: #fff !important;
}
