/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2026 | 11:27:32 */
/* Reset CF7 paragraph issue */
.main-c-form .inner-c-f {
    display: flex;
    gap: 20px;
}

.main-c-form .inner-c-f > p {
    width: 100%;
    margin: 0;
}

/* Make all inputs & selects full width */
.main-c-form input,
.main-c-form select,
.main-c-form textarea {
    width: 100% !important;
    box-sizing: border-box;
}

/* CF7 wrapper fix */
.main-c-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.main-c-form input::placeholder,
.main-c-form textarea::placeholder {
    color: #000 !important;
    opacity: 1; /* Firefox fix */
}

/* For select first option (visual match) */
.main-c-form select {
    color: #000;
}

.main-c-form button,.main-c-form input[type=reset], input[type=submit] {
    -webkit-appearance: none;
     color: white!important;
     background-color:#4c78b5!important;
	

/* Mobile: stack fields */
@media (max-width: 768px) {
    .main-c-form .inner-c-f {
        flex-direction: column!important;
        gap: 15px!important;
    }
}
