.ai-badge {
    display: none !important;
}

.chaty-widget .chaty-cta-main .chaty-cta-button {
    z-index: 10 !important;
}

#chaty-widget-0 .chaty-i-trigger .chaty-cta-button {
    background-color: #A57F3C !important;
}

.form-grid {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

.form-col {
    flex: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px !important;
    border: none !important;
    border-bottom: 2px solid #bda06a !important;
    background: #FFFFFF80 !important;
    color: #000;
    font-size: 16px;
    margin-bottom: 0px !important;
    box-sizing: border-box;
}

textarea {
    height: 0px !important;
}

input::placeholder,
textarea::placeholder {
    color: #444;
}

.form-submit input[type="submit"] {
    background-color: #bda06a;
    color: #fff;
    border: 1px solid #bda06a !important;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}

.form-submit input[type="submit"]:hover {
    background-color: #fff;
}

.elementor-kit-6 button,
.elementor-kit-6 input[type="button"],
.elementor-kit-6 input[type="submit"],
.elementor-kit-6 .elementor-button {
    background-color: #A57F3C;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

/* For mobile devices (max-width 767px) */
@media (max-width: 767px) {

    .elementor-kit-6 button,
    .elementor-kit-6 input[type="button"],
    .elementor-kit-6 input[type="submit"],
    .elementor-kit-6 .elementor-button {
        font-size: 10px;
    }
}

form textarea {
    min-height: 80px !important;
}