/* ── Contact Section Widget ── */

.ln-contact-section {
	font-family: "Plus Jakarta Sans", sans-serif;
	background-color: #FFFFFF;
}

.ln-contact-section__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 48px 56px 56px;
}

.ln-contact-section__card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 0;
	background-color: #FAF7F2;
	border: 1px solid #EBE6DF;
	border-radius: 16px;
	overflow: hidden;
}

/* ── Form Column ── */

.ln-contact-section__form-col {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	padding: 36px 40px 40px;
	padding-bottom: 0px;
}

.ln-contact-section__form-heading {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	color: #1A1410;
	margin: 0 0 8px;
}

.ln-contact-section__form-subheading {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #5A6464;
	margin: 0 0 24px;
	max-width: 420px;
}

.ln-contact-section__form {
	width: 100%;
	flex: 1 1 auto;
}

/* ── CF7 Form Grid ── */

.ln-contact-section__form .wpcf7-form {
	margin: 0;
}

.ln-contact-section__form .wpcf7-form p {
	margin: 0;
}

.ln-contact-section__form .wpcf7-form br {
	display: none;
}

.ln-contact-section__form .ln-cs-form__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 16px;
}

.ln-contact-section__form .ln-cs-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.ln-contact-section__form .ln-cs-field>label {
	display: block;
	margin-bottom: 4px;
}

.ln-contact-section__form .ln-cs-field>p {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ln-contact-section__form .ln-cs-field--full {
	grid-column: 1 / -1;
}

.ln-contact-section__form .ln-cs-field label,
.ln-contact-section__form .ln-cs-field>label {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #1A1410;
	letter-spacing: 0.02em;
}

.ln-contact-section__form .ln-cs-required {
	color: #C0392B;
}

.ln-contact-section__form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin: 0;
}

.ln-contact-section__form input[type="text"],
.ln-contact-section__form input[type="email"],
.ln-contact-section__form input[type="tel"],
.ln-contact-section__form input[type="date"],
.ln-contact-section__form input[type="number"],
.ln-contact-section__form select,
.ln-contact-section__form .wpcf7-form-control.wpcf7-text,
.ln-contact-section__form .wpcf7-form-control.wpcf7-email,
.ln-contact-section__form .wpcf7-form-control.wpcf7-tel,
.ln-contact-section__form .wpcf7-form-control.wpcf7-select,
.ln-contact-section__form .wpcf7-form-control.wpcf7-date {
	width: 100% !important;
	height: 42px !important;
	box-sizing: border-box;
	padding: 0 12px !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 42px !important;
	color: #1A1410 !important;
	background-color: #FFFFFF !important;
	border: 1px solid #D8D0C6 !important;
	border-radius: 8px !important;
	outline: none;
	box-shadow: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
	margin: 0 !important;
}

.ln-contact-section__form textarea,
.ln-contact-section__form .wpcf7-form-control.wpcf7-textarea {
	width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
	padding: 10px 12px !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #1A1410 !important;
	background-color: #FFFFFF !important;
	border: 1px solid #D8D0C6 !important;
	border-radius: 8px !important;
	outline: none;
	box-shadow: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
	margin: 0 !important;
	min-height: 96px;
	resize: vertical;
}

.ln-contact-section__form select,
.ln-contact-section__form .wpcf7-form-control.wpcf7-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235A6464' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 32px !important;
	cursor: pointer;
	line-height: normal !important;
}

.ln-contact-section__form input[type="date"],
.ln-contact-section__form .wpcf7-form-control.wpcf7-date {
	cursor: pointer;
	line-height: normal !important;
}

.ln-contact-section__form input[type="date"],
.ln-contact-section__form .wpcf7-form-control.wpcf7-date {
	color: #5A6464;
}

.ln-contact-section__form input[type="date"]:invalid,
.ln-contact-section__form .wpcf7-form-control.wpcf7-date:invalid {
	color: #9A9088;
}

.ln-contact-section__form select option:first-child {
	color: #9A9088;
}

.ln-contact-section__form input:focus,
.ln-contact-section__form select:focus,
.ln-contact-section__form textarea:focus {
	border-color: #205247;
	box-shadow: 0 0 0 3px rgba(32, 82, 71, 0.1);
}

.ln-contact-section__form input::placeholder,
.ln-contact-section__form textarea::placeholder {
	color: #9A9088;
}

.ln-contact-section__form .ln-cs-field--terms {
	margin-top: 2px;
}

.ln-contact-section__form .ln-cs-field--terms .wpcf7-form-control-wrap {
	margin: 0;
}

.ln-contact-section__form .ln-cs-field--terms .wpcf7-list-item {
	margin: 0;
}

.ln-contact-section__form .ln-cs-field--terms .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #5A6464;
	cursor: pointer;
}

.ln-contact-section__form .ln-cs-field--terms input[type="checkbox"] {
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin: 2px 0 0;
	flex-shrink: 0;
	accent-color: #205247;
	cursor: pointer;
	border-radius: 3px;
}

.ln-contact-section__form .ln-cs-field--terms .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #5A6464;
}

.ln-contact-section__form .ln-cs-field--terms a {
	color: #1A1410;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ln-contact-section__form .ln-cs-field--terms a:hover {
	color: #205247;
}

.ln-contact-section__form .ln-cs-form__submit {
	margin-top: 14px;
}

.ln-contact-section__form input[type="submit"],
.ln-contact-section__form .wpcf7-submit {
	display: block;
	width: 100%;
	height: 46px !important;
	padding: 0 24px !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
	color: #FFFFFF !important;
	background-color: #205247 !important;
	border: 1px solid #205247 !important;
	border-radius: 8px !important;
	cursor: pointer;
	transition: filter 0.2s ease, background-color 0.2s ease;
}

.ln-contact-section__form input[type="submit"]:hover,
.ln-contact-section__form .wpcf7-submit:hover {
	filter: brightness(1.08);
	color: #FFFFFF !important;
	background-color: #205247 !important;
}

/* Bootstrap row fallback for legacy CF7 markup */
.ln-contact-section__form .ln-cs-form .row,
.ln-contact-section__form .wpcf7-form>.row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 16px;
	margin: 0 !important;
}

.ln-contact-section__form .ln-cs-form .row>[class*="col-"],
.ln-contact-section__form .wpcf7-form>.row>[class*="col-"] {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	flex: unset !important;
}

.ln-contact-section__form .ln-cs-form .row>.col-12,
.ln-contact-section__form .wpcf7-form>.row>.col-12 {
	grid-column: 1 / -1;
}

.ln-contact-section__form .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 4px;
	color: #C0392B;
}

.ln-contact-section__form .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
}

.ln-contact-section__form form.submitting .wpcf7-spinner {
	margin: 12px auto 0;
}

/* ── Side Column ── */

.ln-contact-section__side-col {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	align-self: stretch;
	height: 100%;
	min-height: 0;
	border-left: 1px solid #EBE6DF;
}

/* ── Map ── */

.ln-contact-section__map-wrap {
	position: relative;
	min-height: 0;
	height: 100%;
	overflow: hidden;
}

.ln-contact-section__map {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.ln-contact-section__map-info {
	position: absolute;
	top: 5px;
	left: 5px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(26, 20, 16, 0.12);
	width: 310px;
}

.ln-contact-section__map-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #205247;
	color: #FFFFFF;
}

.ln-contact-section__map-info-body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.ln-contact-section__map-title {
	margin: 0 0 2px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #1A1410;
}

.ln-contact-section__map-address {
	margin: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #5A6464;
}

.ln-contact-section__map-directions {
	align-self: flex-end;
	margin-top: 6px;
	margin-left: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #205247;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.ln-contact-section__map-directions:hover {
	color: #2D6B5C;
}

/* ── Assistance Box ── */

.ln-contact-section__assistance {
	position: relative;
	overflow: hidden;
	padding: 20px 22px 22px;
	background-color: #F5F0E8;
	margin: 12px 14px 14px;
	border: 1px solid #EBE6DF;
	border-radius: 10px;
}

.ln-contact-section__decor {
	position: absolute;
	bottom: -6px;
	right: -6px;
	width: 80px;
	height: 80px;
	color: #B67A3C;
	opacity: 0.14;
	pointer-events: none;
}

.ln-contact-section__assistance-heading {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	color: #1A1410;
	margin: 0 0 4px;
}

.ln-contact-section__assistance-subheading {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #5A6464;
	margin: 0 0 16px;
}

.ln-contact-section__assistance-actions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.ln-contact-section__action-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	background-color: #FFFFFF;
	border: 1px solid #D8D0C6;
	border-radius: 8px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ln-contact-section__action-btn:hover {
	border-color: #205247;
	box-shadow: 0 2px 12px rgba(32, 82, 71, 0.08);
}

.ln-contact-section__action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #205247;
	color: #FFFFFF;
	font-size: 14px;
}

.ln-contact-section__action-icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.ln-contact-section__action-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.ln-contact-section__action-label {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #1A1410;
}

.ln-contact-section__action-detail {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #5A6464;
}

/* ── Responsive ── */

@media (max-width: 1280px) {
	.ln-contact-section__inner {
		padding: 40px 40px 48px;
	}

	.ln-contact-section__form-col {
		padding: 32px 32px 36px;
	}
}

@media (max-width: 1024px) {
	.ln-contact-section__inner {
		padding: 32px 32px 40px;
	}

	.ln-contact-section__card {
		grid-template-columns: 1fr;
	}

	.ln-contact-section__side-col {
		display: flex;
		flex-direction: column;
		border-left: 0;
		border-top: 1px solid #EBE6DF;
		height: auto;
	}

	.ln-contact-section__map-wrap {
		flex: none;
		height: 260px;
	}

	.ln-contact-section__map {
		position: absolute;
		inset: 0;
		min-height: 0;
	}
}

@media (max-width: 768px) {
	.ln-contact-section__inner {
		padding: 24px 20px 32px;
	}

	.ln-contact-section__form-col {
		padding: 24px 20px 28px;
	}

	.ln-contact-section__form-heading {
		font-size: 28px;
	}

	.ln-contact-section__form .ln-cs-form__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.ln-contact-section__assistance {
		padding: 20px;
	}

	.ln-contact-section__assistance-actions {
		grid-template-columns: 1fr;
	}

	.ln-contact-section__map-info {
		position: static;
		margin: 12px;
		max-width: none;
	}
}

@media (max-width: 480px) {
	.ln-contact-section__inner {
		padding: 20px 16px 28px;
	}

	.ln-contact-section__card {
		border-radius: 12px;
	}

	.ln-contact-section__form-col {
		padding: 20px 16px 24px;
	}

	.ln-contact-section__form-heading {
		font-size: 24px;
	}

	.ln-contact-section__form-subheading {
		font-size: 16px;
		margin-bottom: 22px;
	}
}


.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
	margin-bottom: 11px !important;
	background: unset !important;
	border: 0 !important;
}