/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 21:12:56 */
#wpcf7-f13243-p2661-o1 .quote-form {
	margin: 0;
	max-width: unset;
}

.d-lg-block {
	display: block;
}

.d-lg-none {
	display: none;
}

.cdfs-call-now-head a {
	position: relative;
	overflow: hidden;
	background: #323232 !important;
	padding: 20px !important;
	border-radius: 12px;
	margin-left: 13px !important;
}

.cdfs-call-now {
	position: relative;
	overflow: hidden;
	background: #323232 !important;
	padding: 5px 15px !important;
	border-radius: 12px;
	margin-left: 13px !important;
}

.cdfs-call-now span {
	position: relative;
	z-index: 5;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.cdfs-call-now::before, 
.cdfs-call-now-head a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #f85300 !important;
	position: absolute;
	top: 0;
	left: 0;
	transform: scaleY(1);
	transform-origin: top;
	transition: all 0.3s ease-in-out;
	transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.50);
}

.cdfs-call-now-head a::before {
	z-index: -1;
}

.cdfs-call-now:hover::before, 
.cdfs-call-now-head a:hover::before  {
	transform: scaleY(0);
	transform-origin: top;
	transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.50);
}





.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
	border-color: #f85300 !important;
	color: #fff;
}

.quote-form {
	background: #f85300;
	padding: 30px;
	border-radius: 12px;
	color: #fff;
	max-width: 450px;
	margin: auto;
	margin-right: 0;
}

.quote-form .form-row {
	display: flex;
	gap: 10px;
}

.quote-form .form-col {
	flex: 1;
}

.quote-form .form-col br {
	display: none !important;
}


.quote-form .form-col label {
	font-size: 14px;
	color: #fff;
}

.quote-form input:focus {
	background-color: #fff !important;
}

.quote-form input, 
.quote-form select {
	border: 2px solid #fff !important;
}

.quote-form input[type="text"],
.quote-form input[type="tel"],
.quote-form select,
.quote-form textarea {
	width: 100%;
	padding: 6px;
	border-radius: 10px;
	border: none;
	background: #fff;
	color: #000;
	font-size: 12px;
}

.quote-form select {
	color: #555;
}

.quote-form .wpcf7-not-valid-tip {
	color: #ff3b3b !important;
	font-size: 12px;
}

.quote-form .wpcf7-list-item {
	margin: 0;
}

.quote-form .checkbox-row {
	font-size: 13px;
	line-height: 1.4;
}

.quote-form input[type="submit"] {
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	padding: 14px;
	cursor: pointer;
	font-size: 16px;
	transition: background 0.3s ease;
}

.quote-form input[type="submit"]:hover {
	background: #000;
}

.form-row.button-row {
	display: flex;
	justify-content: center;
}

.custom-multiselect {
	position: relative;
	width: 100%;
	font-family: inherit;
}

.custom-display {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 5px 40px 5px 6px;
	background: #fff;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-height: 42px;
	position: relative;
}

.custom-display.has-selection {
	padding-top: 8px;
	padding-bottom: 8px;
}

.dropdown-icon {
	position: absolute;
	right: 12px;
	font-size: 14px;
	color: #666;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.dropdown-icon.rotated {
	transform: rotate(180deg);
}

.custom-dropdown {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	display: none;
	z-index: 999;
	max-height: 200px;
	overflow-y: auto;
}

.custom-dropdown.show {
	display: block;
}

.dropdown-item {
	padding: 10px 14px;
	cursor: pointer;
	font-size: 15px;
	color: #333;
	transition: background 0.2s;
}

.dropdown-item:hover {
	background: #f5f5f5;
}

.dropdown-item.selected {
	background: #000;
	color: #fff;
}

.selected-tag {
	background: #000;
	color: #fff;
	padding: 0px 4px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
}
.remove-tag {
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
}

#vc_row_1760035588445-e62825d7-a546 {
	display: none;
}


#vc_col_1739999252779-0629a0a2-4169 .quote-form {
	margin-top: 110px
}

@media (max-width: 992px) {
	.cdfs-call-now {
		display: block;
		width: fit-content;
		min-width: 90px;
	}
	#header .menu-logo {
		display: flex !important;
		align-items: center;
	}
	.d-md-none {
		display: none !important;
	}
	
	.d-md-block {
		display: block;
	}
}

@media (max-width: 600px) {

	#vc_row_1760035588445-e62825d7-a546 {
		display: block;
		padding-top: 40px;
	}

	#vc_row_1760035588445-e62825d7-a546 .quote-form {
		margin: auto !important;
	}

	#vc_col_1739999252779-0629a0a2-4169 {
		display: none;
	}

	.quote-form .form-row {
		flex-direction: column;
	}

	.quote-form {
		padding: 20px;
	}

	.form-col p, 
	.form-col p span {
		margin: 0 !important;
	}

	.quote-form .form-row {
		display: flex;
		gap: 0px;
	}
}
