/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 05:02:34 */
.serob p .wpcf7-form-control-wrap {
    width: 100%;
}

/* Input styles */
.serob p .wpcf7-form-control-wrap input {
    border: 0!important;
    border-bottom: 1px solid #F3F4F6!important;
    border-radius: 0!important;
    background-color: transparent;
    width: 100% !important;
    color: #fff; /* text color inside the field */
}

/* Select styles */
.serob p .wpcf7-form-control-wrap select {
    border: 0;
    border-bottom: 1px solid #F3F4F6 !important;
    border-radius: 0;
    background-color: transparent !important;
    width: 100% !important;
    color: #fff !important;
}

/* ✅ Placeholder color fix */
.serob p .wpcf7-form-control-wrap input::placeholder {
    color: #fff !important; /* or #000 if you prefer black */
    opacity: 1 !important; /* for Firefox */
}

/* Cross-browser placeholder support */
.serob p .wpcf7-form-control-wrap input:-ms-input-placeholder { color: #C86BA8 !important; }
.serob p .wpcf7-form-control-wrap input::-ms-input-placeholder { color: #C86BA8 !important; }

/* Select dropdown color */
.serob select option {
    background-color: #0B1452 !important;
    color: #fff !important;
}

/* Submit button */
.serob-submit {
    text-align:left;
    margin-top: 15px;
}

button,
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    background-color: #CE7BB2 !important;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .065em;
    padding: .65em 1.6em;
    text-transform: uppercase;
    transition: background .3s, color .3s, transform .3s;
    width: auto;
}
