@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Marcellus&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

.nf-form-title, 
.nf-form-fields-required {
	display: none !important;
}

/* General Form Label Styling */
.nf-form-content label,
form label {
	font-weight: 400;
	width: 100%;
	display: inline-block;
	margin-bottom: 0.5rem;
}

/* Input and Textarea Styling */
.nf-form-content input[type="text"],
.nf-form-content input[type="email"],
.nf-form-content input[type="tel"],
.nf-form-content textarea,
form input,
form textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	font-size: 1rem;
	box-sizing: border-box;
}

/* Textarea Specific Styling */
.nf-form-content textarea,
form textarea {
	height: 150px;
	resize: vertical;
	margin-bottom: 1rem;
}

/* Submit Button Styling */
.nf-form-content input[type="submit"],
form .btn-submit {
	background-color: #8d5924;
	color: #fff;
	background-image: unset;
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: 0%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 0.5s ease-in-out;
	letter-spacing: 1.5px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 1rem 1rem;
	font-family: "Bebas Neue", "DM Sans", sans-serif;
	border: none;
	cursor: pointer;
}

/* Submit Hover State */
.nf-form-content input[type="submit"]:hover,
form .btn-submit:hover {
	background-color: #404040;
	border-color: #ccc #bbb #aaa;
}

.contact-section {
	background: url('/img//blog_img_3.jpg') no-repeat center center/cover;
	/* height: 100vh; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.overlay-contact {
	/* background-color: rgba(255, 255, 255, 0.75); */
	padding: 40px 20px;
	width: 100%;
}

.title {
	color: #fff !important;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 4.5em;
	font-weight: 300;
}

.subtitle {
	font-family: Poppins;
	font-weight: normal;
	font-style: normal;
	color: #fff !important;
}

/* ////////////////////////////////////// */

.container {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 20px;
	max-width: 1200px;
	margin: auto;
	gap: 40px;
}

.form-section, .info-section {
	flex: 1 1 45%;
}

h2 {
	color: #101010;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: uppercase;
}
form label{
	font-weight: 400;
	width: 100%;
	display: inline-block;
	margin-bottom: .5rem;
}

form input, form textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	font-size: 1rem;
}

form textarea {
	height: 150px;
	resize: vertical;
	margin-bottom: 1rem;
}

.btn-submit {
	background-color: #8d5924;
	color: #fff;
	background-image: unset;
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: 0%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background .5s ease-in-out;
	letter-spacing: 1.5px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 1rem 1rem;
	font-family: "Bebas Neue", "DM Sans";
}

.btn-submit:hover {
	background-color: #404040;
	border-color: #ccc #bbb #aaa;
}
.info-section, .form-section{
	padding: 10px;
}
.info-section p {
	margin-bottom: 1rem;
	line-height: 1.6;
}

.info-block {
	margin-bottom: 1rem;
}

.info-block h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.info-line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 1rem;
}

.info-line i {
	color: #8a5a27;
}
/* //////////////////////// */
.map-section{
	padding: 10px;
}
.map-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 25.25%; 
}

.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}


/* Responsive styles */
@media (max-width: 768px) {
	.title {
		font-size: 2.2rem;
	}

	.subtitle {
		font-size: 1rem;
	}

	.overlay {
		padding: 30px 15px;
	}
	.form-section, .info-section {
		flex: 1 1 100%;
	}
	.map-container {
		padding-top: 70%; 
	}
}

@media (max-width: 480px) {
	.title {
		font-size: 1.8rem;
	}

	.subtitle {
		font-size: 0.95rem;
	}

	.overlay {
		padding: 20px 10px;
	}
	h2 {
		font-size: 1.2rem;
	}

	.btn-submit {
		width: 100%;
	}
}
