.input-contact input, .input-contact textarea {
	display: block;
	box-sizing: border-box;
	padding: 10px 0;
	width: 100%;
	height: 44px;
	border: 1px solid #b19a6f;
	font-weight: 400;
	transition: 0.2s ease;
	background: #f5f5f5;
	border-radius: 6px;
	text-indent: 10px;
	font-family: 'RobotoRegular';
	font-size: 14px;
	color: #553301;
	box-shadow: 0 0 BLACK;
}

.input-contact input::-webkit-input-placeholder, .input-contact textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #000;
}

.input-contact input:focus, .input-contact textarea:focus {
	outline: 0;
	border: 1px solid #b19a6f;
	box-shadow: 0 0 BLACK;
	background: #fff;
}

.input-contact_flex input:focus {
	box-shadow: 2px 2px 1px var(--color-hv-main);
}

.input-contact textarea {
	width: 100%;
	height: 100px;
	resize: none;
	border-radius: 5px;
}

.btn_input-contact.flex {
	text-align: center;
	justify-content: center;
	margin: 10px 0;
}

.btn_input-contact input[type='submit'], .btn_input-contact input[type='reset'] {
	width: 130px;
	height: 40px;
	margin: 0 5px;
	text-indent: 0;
	background: var(--bgmain);
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	border: none;
	box-shadow: 2px 2px 1px var(--color-hv-main);
}

.btn_input-contact input[type='reset'] {
}

.btn_input-contact input:hover {
	transform: translateY(-5px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn_input-contact input:focus {
	outline: 0;
}

.form_contact {
	padding: 0;
	margin: 0px 0 25px;
}

.bottom-contact {
	position: relative;
}

.bottom-contact iframe {
	width: 100% !important;
}

.input-contact {
	position: relative;
	margin-bottom: 16px;
	padding: 0 8px;
}

.input-contact .custom-file-label::after {
	content: attr(title);
	height: 45px;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	padding: 10px;
	right: -3px;
	position: absolute;
	top: 0;
}

.invalid-feedback {
	display: none;
	width: 100%;
	font-size: 80%;
	color: #dc3545;
}

.input-contact .custom-file-input {
	opacity: 1;
	margin: 0;
	height: auto;
	border: none;
	text-indent: 1px;
	background: transparent;
	box-shadow: none;
}

.input-contact .custom-file-input::focus {
	outline: 0;
}

.label_input {
	position: relative;
}

.label_input label {
	height: 20px;
	line-height: 20px;
	color: #c6ac77;
	font: 14px RobotoRegular;
	transform-origin: top left;
	top: 12px;
	transition: .3s cubic-bezier(.25, .8, .5, 1);
	position: absolute;
	left: 24px;
	margin: 0;
}

.afinput {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	left: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.row_label_input {
	margin: 0 -8px;
}

.label_input .invalid-feedback {
	position: absolute;
	left: 24px;
	bottom: 3px;
	font-size: 11px;
	margin: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.was-validated:invalid~label, .is-invalid~label {
	top: 8px;
}

.label_input input:focus~label, .label_input input.not-empty~label, .label_input textarea:focus~label, .label_input textarea.not-empty~label {
	top: -10px;
}

.label_input input:focus~.invalid-feedback, .label_input input.not-empty~.invalid-feedback, .label_input textarea:focus~.invalid-feedback, .label_input textarea.not-empty~.invalid-feedback {
	bottom: -100%;
	opacity: 0;
}

.label_input label span {
	position: relative;
	z-index: 9;
}

.label_input label:before {
	position: absolute;
	content: '';
	width: 0;
	left: -10%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
}

.label_input input:focus~label:before, .label_input input.not-empty~label:before, .label_input textarea:focus~label:before, .label_input textarea.not-empty~label:before {
	width: 120%;
	opacity: 1;
}

/* Contact */
.contact-article {
	margin-bottom: 3rem;
}

.contact-input {
	position: relative;
	margin-bottom: 15px;
}

.contact-input textarea {
	resize: none;
	height: 150px;
}

.contact-input .custom-file-label::after {
	content: attr(title);
}

.contact-map {
	position: relative;
	height: 500px;
}

.contact-map iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

/* Newsletter */
.newsletter-slogan {
	margin-bottom: 0.5rem;
	color: var(--color-gray);
}

.newsletter-input {
	position: relative;
}

.newsletter-button {
	margin-top: 5px;
}

.newsletter-button input[type=submit] {
	text-transform: uppercase;
	font-weight: 500;
}

/* =======================================
   Modern Split-Screen Contact Layout
   ======================================= */
.contact-split-wrapper {
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	margin-bottom: 3rem;
	animation: scaleInContact 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes scaleInContact {
	from {
		opacity: 0;
		transform: scale(0.97) translateY(20px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.contact-split-left {
	position: relative;
	flex: 1 1 40%;
	min-width: 300px;
	background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #06b6d4 100%);
	color: #fff;
	padding: 4rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-left-content {
	position: relative;
	z-index: 2;
}

.contact-left-header h3 {
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 1rem;
	color: #fff;
	letter-spacing: -0.02em;
}

.contact-left-header p {
	font-size: 1.1rem;
	opacity: 0.9;
	margin-bottom: 2rem;
	line-height: 1.6;
}

.contact-text {
	font-size: 1.05rem;
	line-height: 1.6;
}

.contact-text ul, .contact-text p {
	font-size: 1.05rem;
}

.contact-text li {
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
}

.contact-text li i {
	margin-right: 15px;
	font-size: 1.2rem;
	width: 24px;
	text-align: center;
	color: rgba(255,255,255,0.8);
}

.contact-deco-circle {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 1;
}

.contact-split-left .circle-1 {
	width: 300px;
	height: 300px;
	top: -50px;
	right: -100px;
	animation: sway 8s ease-in-out infinite alternate;
}

.contact-split-left .circle-2 {
	width: 200px;
	height: 200px;
	bottom: -40px;
	left: -60px;
	background: rgba(255, 255, 255, 0.05);
	animation: sway 10s ease-in-out infinite alternate-reverse;
}

.contact-split-right {
	flex: 1 1 60%;
	min-width: 350px;
	padding: 4rem;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-form-header h2 {
	font-size: 2.2rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 0.5rem;
	letter-spacing: -0.02em;
}

.contact-form-header p {
	color: #64748b;
	margin-bottom: 2rem;
	font-size: 1.05rem;
}

/* Modern Inputs (Reusable style) */
.modern-input-group {
	position: relative;
	width: 100%;
}

.modern-input-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 1.1rem;
	z-index: 2;
	transition: color 0.3s;
	pointer-events: none;
}

.modern-input-group.align-items-start .modern-input-icon {
	top: 22px;
	transform: none;
}

.form-control.modern-input {
	width: 100%;
	padding: 1.1rem 1.1rem 1.1rem 3.5rem !important;
	height: 3.5rem;
	background: #f8fafc !important;
	border: 1.5px solid #e2e8f0 !important;
	border-radius: 14px !important;
	color: #0f172a !important;
	font-size: 1rem !important;
	font-weight: 500;
	transition: all 0.3s ease;
}

.form-control.modern-input::placeholder {
	color: #94a3b8 !important;
	font-weight: 400;
}

.form-control.modern-input:focus {
	background: #ffffff !important;
	border-color: #3b82f6 !important;
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
	outline: none;
}

.form-control.modern-input:focus ~ .modern-input-icon,
.modern-input-group:focus-within .modern-input-icon {
	color: #3b82f6;
}

.modern-textarea {
	height: 160px !important;
	resize: none;
	padding-top: 1.25rem !important;
}

/* File Upload Enhancement */
.modern-file .custom-file-label {
	height: 3.5rem;
	padding: 1rem 1rem 1rem 1.5rem;
	border-radius: 14px;
	border: 1.5px dashed #cbd5e1;
	background: #f8fafc;
	color: #64748b;
	font-weight: 500;
	font-size: 1rem;
	transition: all 0.3s;
	cursor: pointer;
	line-height: 1.5rem;
	display: flex;
	align-items: center;
}

.modern-file .custom-file-label::after {
	display: none; /* Hide default browse button */
}

.modern-file:hover .custom-file-label {
	border-color: #3b82f6;
	background: #eff6ff;
	color: #3b82f6;
}

/* Actions */
.contact-actions {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
}

.btn-contact-modern {
	padding: 1.1rem 2rem;
	font-size: 1.05rem;
	font-weight: 600;
	border-radius: 14px;
	border: none;
	transition: all 0.3s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-contact-modern:focus {
	outline: none;
}

.btn-submit {
	background: linear-gradient(135deg, #3b82f6, #2563eb);
	color: white;
	box-shadow: 0 8px 16px rgba(37, 99, 235, 0.2);
	flex: 2;
}

.btn-submit:not(:disabled):hover {
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	box-shadow: 0 12px 20px rgba(37, 99, 235, 0.3);
	transform: translateY(-2px);
}

.btn-submit:not(:disabled):active {
	transform: translateY(0);
}

.btn-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	box-shadow: none;
}

.btn-reset {
	background: #f1f5f9;
	color: #64748b;
	flex: 1;
}

.btn-reset:hover {
	background: #e2e8f0;
	color: #334155;
}

/* Fix Map Container */
.contact-map {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 15px 35px -10px rgba(0,0,0,0.1);
	height: 450px;
	margin-bottom: 4rem;
	position: relative;
	border: 1px solid #f1f5f9;
}

.contact-map iframe {
	border: none !important;
}

/* Responsive adjustments */
@media (max-width: 900px) {
	.contact-split-wrapper {
		flex-direction: column;
	}
	
	.contact-split-left {
		padding: 3rem 2rem;
		min-height: 250px;
	}
	
	.contact-split-right {
		padding: 3rem 2rem;
	}
	
	.contact-actions {
		flex-direction: column;
	}
}
