/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 04:54:57 */
.form-row-service1 p .wpcf7-form-control-wrap {
    width: 100%;
}

.form-row-service1 p .wpcf7-form-control-wrap input {
    border: 0px;
    border-bottom: 1px solid #F3F4F6;
    border-radius: 0;
    background-color: transparent;
    width: 100% !important;
}

.form-row-service1 p .wpcf7-form-control-wrap select {
    border: 0px;
    border-bottom: 1px solid #F3F4F6!important;
    border-radius: 0;
    background-color: transparent !important;
    width: 100% !important;
    color: #000!important;
}

.form-row-service1 p .wpcf7-form-control-wrap placeholder {
    color: #000!important;
}

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;
}

.form-row-service1 p .wpcf7-form-control-wrap input::placeholder {
    color: black!important;
    opacity: 1 !important;
}

/* Cross-browser placeholder support */
.form-row-service1 p .wpcf7-form-control-wrap input:-ms-input-placeholder {
    color: #0000 !important;
}

.form-row-service1 p .wpcf7-form-control-wrap input::-ms-input-placeholder {
    color:black !important;
}

.form-row-service1 select option {
    background-color: #0B1452 !important;
    color:#fff!important;
}

/* Optional: Styling for the new submit row */
.form-row-submit1 {
    text-align: center;
    margin-top: 15px;
}
