/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Peakovate
Version: 1.0
Text Domain: hello-elementor-child
*/



label {
    font-family: 'Inter';
    font-size: 14px;
    color: #000;
	margin-bottom: 10px;
	font-weight: 600;
}

.cf7-row-main-one, .cf7-row-main-two {
    display: flex;
    gap: 14px;
}

input, select#trustedCases, textarea#trustedMessage {
    border-radius: 8px !important;
}

textarea#trustedMessage {
    height: 120px;
}

span.wpcf7-list-item-label {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

button.contactFormSubmit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

button.contactFormSubmit {
    background: linear-gradient(135deg, #536370 0%, #12314D 100%);
    color: white;
    border: none;
    cursor: pointer;
/*     margin-top: 1.5rem; */
    padding: 0.85rem;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}