/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 02:53:37 */
.complaint-form-2-cols-row{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	row-gap: 8px;
}

.customer-complaint-form .custom-label{
	margin-bottom: 12px;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	color: #484c57;
	display: inline-block;
}

.customer-complaint-form input:not([type="file"]):not([type="submit"]){
	outline: none !important;
	height: 56px;
	width: 100%;
	border: 2px solid #e6e8ec;
	background: #fcfcfd;
	box-sizing: border-box;
	border-radius: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -.01em;
	color: #777e90;
}

.customer-complaint-form textarea{
	outline: none !important;
	height: 173px;
	width: 100%;
	border: 2px solid #e6e8ec;
	background: #fcfcfd;
	box-sizing: border-box;
	border-radius: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -.01em;
	color: #777e90;
}

.customer-complaint-form input[type="submit"]{
	width: 200px;
	cursor: pointer;
	line-height: 100%;
	letter-spacing: .02em;
	border-radius: 90px;
	white-space: nowrap;
	padding: 18px 19px;
	color: #fff;
	background-color: #07b53b;
	border-color: #07b53b;
	font-weight: 700;
	font-size: 18px;
	border: 1px solid transparent;
}

.customer-complaint-form.job-app-form input[type="submit"] {
	width: auto;
}

.customer-complaint-form input[type="submit"]:hover{
	background-color: #057F29;
}

.customer-complaint-form .wpcf7-spinner{
	display: none;
}


.customer-complaint-form{
	row-gap: 24px;
    display: flex;
    flex-direction: column;
}

.customer-complaint-form .selected-flag{
	background-color: transparent !important;
}

.complaint-form-hero-content-container{
	margin-top: 37px;
}

.complaint-form-hero-h1 h1{
	margin-bottom: 57px;
	max-width: 278px !important;
	font-family: "Open Sans" !important;
	text-align: center !important;
	color: #373f41 !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 100% !important;
	font-style: normal !important;
	letter-spacing: -.01em !important;
}

.complaint-form-hero-image-small{
	display: flex !important;
	margin-bottom: 66px !important;
}

.complaint-form-hero-image-medium{
	display: none !important;
}

.complaint-form-hero-image-large{
	display: none !important;
}

@media  (min-width: 768px){
	.complaint-form-2-cols-row{
		flex-direction: row;
		justify-content: center;
		column-gap: 8px;
	}
	
	.complaint-form-hero-content-container{
		margin-bottom: 100px;
	}
	
	.complaint-form-hero-h1{
		position: absolute !important;
		top: 30% !important;
	}
	
	.complaint-form-hero-h1 h1{
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 393px !important;
		font-weight: 500 !important;
		font-size: 50px !important;
	}
	
	.complaint-form-hero-image-small{
		display: none !important;
	}
	
	.complaint-form-hero-image-medium{
		display: flex !important;
	}
	
	.complaint-form-hero-image-small{
		display: none !important;
	}
}

@media (min-width: 1024px){
	
}

@media (min-width: 1200px){
	.complaint-form-hero-image-large{
		display: flex !important;
	}
	
	.complaint-form-hero-image-medium{
		display: none !important;
	}
	
	.complaint-form-hero-h1 h1{
		font-weight: 700 !important;
		font-size: 64px !important;
		max-width: 570px !important;
	}
}

/* Contact Us Forms */
.custom-form-style {
    font-family: inherit;
	color: #777E90;
}

/* form fields (input and textarea) */
.custom-form-style .wpcf7-form-control {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

/* labels */
.custom-form-style label {
    display: block;
    font-weight: bold;
	color: #333;
}

.custom-form-style label input{
    margin-top: 16px;
	color: #606266;
}

.custom-form-style label textarea{
    margin-top: 16px;
	color: #606266;
}

/* field asterisk */
.custom-form-style .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.custom-form-style .wpcf7-form-control-wrap .wpcf7-validation-errors,
.custom-form-style .wpcf7-form-control-wrap .wpcf7-spam-blocked,
.custom-form-style .wpcf7-form-control-wrap .wpcf7-mail-sent-ng,
.custom-form-style .wpcf7-form-control-wrap .wpcf7-mail-sent-ok {
    display: none; /* Hide default CF7 validation messages */
}

.custom-form-style .wpcf7-form-control.wpcf7-not-valid {
    border-color: #ccc; /* Highlight invalid fields */
}

/* submit button */
.custom-form-style .custom-form-submit-btn {
	min-width: 200px;
    background-color: #07B53B;
    color: white;
	font-weight: 500;
    padding: 8px 16px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
	align-self: center;
}

.custom-form-style .custom-form-submit-btn:hover {
    background-color: #057F29;
}

/* placeholder text */
.custom-form-style ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
.custom-form-style ::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.custom-form-style :-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.custom-form-style :-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}