footer {
	background-color: rgba(57, 56, 57, 1);
	padding: 50px 0;
	border-top: 1px solid rgba(33, 33, 33, 0.15);
	background: #fff;
}

footer h5,
footer span.headerlink {
	color: var(--ColorGreen);
	font-family: var(--Verdana);
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

footer .logo figure {
	display: flex;
	/* padding: 30px; */
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

footer .below span.headerlink {
	margin-bottom: 20px;
}

footer .logo {
	border-radius: 30px;
	/* border: 1px solid var(--ColorGreen); */
	/* max-width: 370px; */
}

footer .logo img {
	width: 140px;
	/* height: 120px; */
}

footer .logo span.caption {
	color: var(--ColorGreen);
	font-family: var(--Verdana);
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}

footer .row.bottom .links {
	gap: 0;
}

footer .links a {
	color: var(--ColorLightGray);
	font-family: var(--Verdana);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: 0.3s ease;
}

footer .links a:hover {
	color: #018750;
	transition: 0.3s ease;
}

footer .links form p:not(:last-of-type) {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

footer .links .contact-checkbox p:last-of-type {
	margin: 0;
	padding: 0;
	width: 100%;
}

footer .links form div:last-of-type {
	margin-bottom: 0;
	display: none;
}

footer .wpcf7 form .wpcf7-response-output {
	margin: 10px;
}

footer .links .contact-checkbox p:not(:last-of-type) {
	margin: 0 0 30px;
}

footer .links {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	width: 100%;
	position: relative;
}

footer .links::after {
	content: "";
	height: 200px;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	position: absolute;
	top: 42px;
	right: 0px;
}

footer .row.bottom .links::after {
	content: "";
	height: 100px;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	position: absolute;
	top: 42px;
	right: 0px;
}

footer .soc_med svg path {
	fill: white;
}

footer .soc_med {
	display: flex;
	align-items: center;
	gap: 0 15px;
}

footer .copy_right_content {
	padding-top: 30px;
	border-top: 1px solid rgba(33, 33, 33, 0.15);
	margin-top: 30px;
}

footer .copy_right_content p {
	text-align: center;
	font-family: var(--Verdana);
	color: var(--ColorLightGray);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

footer p:has(input.wpcf7-form-control.wpcf7-submit.has-spinner.contactsubmit) {
	margin-bottom: 0;
}

footer input.wpcf7-form-control.wpcf7-submit.has-spinner.contactsubmit {
	width: 160px;
	height: unset;
	padding: unset;
	padding: 15px 30px;
}

footer .copy_right_content p a {
	color: var(--ColorLightGray);
	font-family: var(--Verdana);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

footer .row {
	gap: 24px 0;
}

footer .links form div.contact-checkbox p:last-of-type {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0;
	padding: 0;
	width: 100%;
	margin: 20px 0 !important;
}

.footer-checkbox label {
	margin-top: 0 !important;
}

footer .links form .contact-checkbox p .wpcf7-form-control-wrap {
	width: unset;
}

.row.bottom .below .links span {
	margin-bottom: 20px !important;
}

div#noticeModal .modal-body._custom .contents span {
	color: #018750;
	font-family: var(--Verdana);
	font-size: clamp(30px, 5vw + 1rem, 60px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

div#noticeModal .modal-content {
	background-color: unset;
	border: none;
}

div#noticeModal .modal-body._custom .contents {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

div#noticeModal .modal-body._custom {
	display: flex;
	padding: 50px;
	align-items: flex-start;
	gap: 10px;
	gap: 60px;
	border-radius: 30px;
	border: 2px solid #018750;
	background: #fff;
}

div#noticeModal .modal-body._custom img {
	height: 504px;
}

div#noticeModal .phmc-policy-content-confirmation a {
	border-radius: 10px;
	border: 1px solid transparent;
	background: #fff43f;
	display: flex;
	height: 45px;
	width: 310px;
	padding: 15px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #212121;
	font-family: var(--Verdana);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

div#noticeModal .phmc-policy-content-confirmation a:hover {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #212121;
}

div#noticeModal .modal-body._custom img {
	height: 504px;
	width: 328px;
}

div#noticeModal .phmc-policy-content h2 {
	color: #018750;
	font-family: Barlow;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

div#noticeModal div#privacy-policy {
	position: absolute;
	z-index: 99;
	width: 1184px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div#noticeModal .background-overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	background: #0009;
}

div#noticeModal .modal-dialog.modal-dialog-centered._custom {
	max-width: 1150px;
	z-index: 1041;
}

div#noticeModal .phmc-policy-content-text {
	max-height: 266px;
	overflow-y: scroll;
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: #018750 #f1f1f1;
	border: 1px solid #21212112;
	padding: 10px;
}

div#noticeModal .phmc-policy-content-text a {
	color: #018750;
}

div#noticeModal .phmc-policy-content-confirmation .cta.disabled {
	opacity: 0.6;
	pointer-events: none;
}

div#noticeModal .phmc-policy-content-text::-webkit-scrollbar {
	width: 16px;
}

div#noticeModal .phmc-policy-content-text::-webkit-scrollbar-track {
	background: #f1f1f1;
}

div#noticeModal .phmc-policy-content-text::-webkit-scrollbar-thumb {
	background-color: #018750;
	border-radius: 4px;
}

div#noticeModal .phmc-policy-content-confirmation {
	border-top: 1px solid #018750;
	padding-top: 50px;
	margin-top: 50px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

form.wpcf7-form.invalid {
	position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: transparent !important;
}

.wpcf7 form .wpcf7-response-output {
	position: absolute;
	bottom: -100px;
	margin: 0;
	border: 0;
	color: #dc3232 !important;
}

._custom .wpcf7-not-valid-tip {
	color: #dc3232;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
	background-color: transparent !important;
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
	transition: background-color 5000s ease-in-out 0s, color 0s ease-in-out 0s;
}

.links
	.content-container
	span:last-of-type
	input.wpcf7-form-control.wpcf7-text {
	margin-bottom: 20px;
}

.error-message {
	color: red;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}

div#noticeModal .modal-content {
	max-width: 95%;
}
@media (max-width: 1366px) {
	.top_header {
		padding: 20px 30px;
	}

	footer .links::after,
	footer .row.bottom .links::after {
		right: 50px;
	}
}

@media (max-width: 1199px) {
	footer {
		padding: 70px 16px;
	}

	footer .logo figure {
		justify-content: space-evenly;
	}

	footer .links .content-container {
		padding-right: 0;
	}

	div#noticeModal .modal-body._custom {
		width: 90%;
		margin: 20px auto;
	}

	div#noticeModal .phmc-policy-content-confirmation a {
		margin: auto;
	}
}

@media (max-width: 991px) {
	footer .links::after,
	footer .row.bottom .links::after {
		display: none;
	}

	.sticky_header .vehicle_submenu {
		top: 77px;
	}

	footer .logo {
		max-width: 100%;
	}

	div#noticeModal .modal-body._custom img {
		height: 100%;
		width: 300px;
		object-fit: contain;
	}

	div#noticeModal .modal-body._custom {
		flex-direction: column;
		align-items: center;
	}

	div#noticeModal .modal-content {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.wpcf7-form-control-wrap {
		width: 100%;
	}

	.content-container textarea {
		margin-bottom: 0 !important;
	}

	footer [class^="col-"] .links {
		margin-bottom: 20px;
		align-items: center;
	}

	footer [class^="col-"]:last-child .links {
		margin-bottom: 0;
	}

	footer [class^="col-"]:last-of-type .links {
		margin-bottom: 0;
	}

	footer span.headerlink {
		margin-bottom: 0 !important;
	}

	footer .links a {
		text-align: center;
	}

	footer .links form p {
		display: flex;
		flex-direction: column;
	}

	footer .footer_copyright {
		margin: 35px 0;
	}

	footer .row.mobile hr {
		margin: 0;
		border-color: rgba(255, 255, 255, 0.05);
		opacity: 1;
	}

	footer
		p:has(input.wpcf7-form-control.wpcf7-submit.has-spinner.contactsubmit) {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-bottom: 0;
	}

	footer input.wpcf7-form-control.wpcf7-submit.has-spinner.contactsubmit {
		width: 100%;
	}

	footer .links form p:last-of-type {
		flex-direction: row;
	}

	footer .copy_right_content {
		margin-top: 0;
	}

	footer {
		padding: 50px 8px;
	}

	footer .footer_copyright {
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
	}

	footer .row.top {
		margin-bottom: 50px;
	}

	footer .row > div:not(:first-child) {
		width: 100% !important;
		position: relative;
		padding: 0px 12px;
		overflow: hidden;
	}

	footer .row > div:first-child {
		padding-bottom: 0px;
		width: 100%;
		position: relative;
	}

	footer .row:not(:last-child) {
		gap: 0;
		margin-bottom: 40px;
	}

	div#noticeModal .modal-body._custom img {
		width: 200px;
	}

	div#noticeModal .phmc-policy-content-confirmation a {
		font-size: 16px;
	}

	footer ._useful.links h5 {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 575px) {
	div#noticeModal .phmc-policy-content-confirmation a {
		width: 100%;
	}

	footer .logo figure {
		/* padding: 20px 25px; */
		flex-direction: column;
	}

	footer .logo figure h3 {
		text-align: center;
	}

	footer input.wpcf7-form-control.wpcf7-submit.has-spinner.contactsubmit {
		width: 100%;
	}

	div#noticeModal .modal-body._custom img {
		width: 180px;
	}

	div#noticeModal .modal-body._custom {
		padding: 30px 20px;
		width: 95%;
		margin: 20px auto;
		gap: 30px;
	}

	footer .logo span.caption {
		text-align: center;
	}

	div#noticeModal .phmc-policy-content-confirmation a {
		width: 100%;
		font-size: 16px;
	}

	div#noticeModal .phmc-policy-content-confirmation {
		padding-top: 20px;
		margin-top: 20px;
	}

	div#noticeModal .phmc-policy-content-text {
		max-height: 240px;
	}

	div#noticeModal .phmc-policy-content-confirmation a {
		font-size: 14px;
	}
}

@media (max-width: 420px) {
	div#noticeModal .modal-body._custom img {
		width: 120px;
	}

	div#noticeModal .modal-body._custom {
		gap: 10px;
		padding: 20px;
	}

	div#noticeModal .phmc-policy-content-text {
		max-height: 200px;
	}
}

#scrollToTopBtn {
	display: none;
	position: fixed;
	top: 85%;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: transparent;
	color: white;
	cursor: pointer;
	border-radius: 10px;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	z-index: 10;
}

#scrollToTopBtn:hover {
	background-color: transparent;
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
