/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 11:10:52 */
.qodef-standard-form.custm-sg-form .qodef-input-holder label {
	margin-bottom: 10px !important;
}

.qodef-standard-form.custm-sg-form .qodef-input-holder input,
.qodef-standard-form.custm-sg-form .qodef-input-holder select,
.qodef-standard-form.custm-sg-form .qodef-input-holder textarea {
	margin-bottom: 5px !important;
	padding: 7.5px 10px !important;
	background-color: #fff !important;
	border: none !important;
	border-radius: 7.5px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.qodef-standard-form.custm-sg-form .qodef-input-holder input,
.qodef-standard-form.custm-sg-form .qodef-input-holder select {
	height: 46px !important;
}

.qodef-standard-form.custm-sg-form .qodef-input-holder textarea {
	min-height: 140px !important;
	resize: vertical;
}

.qodef-standard-form.custm-sg-form .qodef-input-holder input[type="file"] {
	padding: 0 !important;
	height: auto !important;
	background-color: transparent !important;
	border-radius: 0 !important;
}

.qodef-standard-form.custm-sg-form .qodef-input-holder .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.qodef-standard-form.custm-sg-form .qodef-input-holder input[type="text"],
.qodef-standard-form.custm-sg-form .qodef-input-holder input[type="email"],
.qodef-standard-form.custm-sg-form .qodef-input-holder input[type="tel"],
.qodef-standard-form.custm-sg-form .qodef-input-holder textarea {
	width: 100% !important;
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
	display: none !important;
	font-size: 12px !important;
}

.qodef-standard-form.custm-sg-form .form-footer {
	margin-top: 14px;
}

.qodef-standard-form.custm-sg-form .form-footer .wpcf7-form-control-wrap {
	display: inline;
	width: auto;
}

.qodef-standard-form.custm-sg-form .form-footer .wpcf7-acceptance {
	display: block;
	margin: 0 0 14px;
}

.qodef-standard-form.custm-sg-form .form-footer .wpcf7-list-item {
	margin: 0 !important;
}

.qodef-standard-form.custm-sg-form .form-footer .wpcf7-list-item label {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
	cursor: pointer;
}

.qodef-standard-form.custm-sg-form .form-footer input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	min-height: 16px !important;
	margin: 2px 0 0 !important;
	padding: 0 !important;
	accent-color: #011B30;
	flex: 0 0 16px;
	background: transparent !important;
	border-radius: 0 !important;
}

.qodef-standard-form.custm-sg-form .form-footer .wpcf7-list-item-label {
	display: inline;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	color: #011B30;
}

.qodef-standard-form.custm-sg-form .form-footer a {
	color: #011B30;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.qodef-standard-form.custm-sg-form input[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px !important;
	padding: 12px 24px !important;
	border: none !important;
	outline: none !important;
	border-radius: 7.5px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	cursor: pointer !important;
}

.form-group h4 {
	margin: 0 0 18px;
	text-transform: uppercase;
	color: #011B30;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
}