/* Contact page + Kamboj Form Builder styling */

.contact-hero {
	padding: 72px 0 80px;
}

.contact-heading {
	max-width: 790px;
	margin: 0 auto 48px;
	text-align: center;
}

.contact-heading .capsule,
.enquiry-heading .capsule {
	display: inline-block;
	margin-bottom: 18px;
	border-radius: 30px;
	font: 700 12px/1 Arial, sans-serif;
}

.enquiry-heading h2 {
	margin-bottom: 18px;
	font-size: 40px;
}

.contact-heading p {
	color: #5b5b5b;
	font-size: 18px;
}

.contact-layout {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.contact-cards {
	display: grid;
	gap: 16px;
}

.contact-card {
	min-height: 92px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	border: 1px solid #e4e8e4;
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	color: inherit;
}

.contact-card:first-child {
	border-left: 3px solid var(--clr-green, #4fc151);
}

.contact-card small {
	display: block;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #696969;
}

.contact-card strong,
.contact-card address {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #171717;
	font-style: normal;
}

.contact-map {
	height: 420px;
	overflow: hidden;
	border-radius: 12px;
	background: #e6eee9;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	filter: saturate(0.78);
}

.enquiry-section {
	padding: 80px 0 96px;
	background: #f3f6f3;
}

.enquiry-heading {
	text-align: center;
	margin-bottom: 36px;
}

.enquiry-heading h2 {
	font-size: 48px;
	margin-bottom: 0;
}

.contact-form,
.ggs-kfb-form {
	max-width: 650px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 0 0 3px #4fc1511a;
	border: 1px solid #4fc151;
}

/* Kamboj Form Builder grid inside contact form */
.ggs-kfb-form .scf-form-wrap {
	max-width: none;
}

.ggs-kfb-form .scf-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.ggs-kfb-form .scf-field.full,
.ggs-kfb-form .scf-field-textarea,
.ggs-kfb-form .scf-field-select {
	grid-column: 1 / -1;
}

.ggs-kfb-form .scf-label {
	font-family: 'Poppins-Medium', Poppins, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
}

.ggs-kfb-form .scf-input,
.ggs-kfb-form textarea,
.ggs-kfb-form select {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dce2dd;
	border-radius: 6px;
	padding: 12px 13px;
	color: #333;
	outline-color: var(--clr-green, #4fc151);
	background: #fff;
	font: inherit;
}

.ggs-kfb-form textarea {
	min-height: 112px;
	resize: vertical;
}

.ggs-kfb-form .scf-submit {
	margin-top: 24px;
	padding: 13px 25px;
	border-radius: 8px;
	background: var(--clr-green, #4fc151);
	color: #fff;
	border: 0;
	font: inherit;
	cursor: pointer;
	grid-column: 1 / -1;
	justify-self: start;
}

.ggs-kfb-form .scf-form-message {
	grid-column: 1 / -1;
}

/* Footer newsletter form */
.footer-brand-col .ggs-newsletter-form {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.footer-brand-col .ggs-newsletter-form .scf-form {
	display: flex;
	gap: 8px;
	flex: 1;
}

.footer-brand-col .ggs-newsletter-form .scf-field {
	flex: 1;
	margin: 0;
}

.footer-brand-col .ggs-newsletter-form .scf-submit {
	margin: 0;
	white-space: nowrap;
}

.ggs-form-notice {
	padding: 12px 16px;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 6px;
	color: #664d03;
}

@media (max-width: 991px) {
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.enquiry-heading h2 {
		font-size: 32px;
	}

	.ggs-kfb-form .scf-form {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.contact-form,
	.ggs-kfb-form {
		padding: 24px 20px;
	}
}
