.dr1013contactushome {

}

.dr1013contactushome .contact-section {
	background: #237A9B;
	padding: 60px 20px;
	margin: auto;
	border-radius: 16px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dr1013contactushome .contact-section h2 {
	text-align: center;
	color: #e3f2fd;
	font-size: 2.8rem;
	margin-bottom: 50px;
}

.dr1013contactushome .contact-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.dr1013contactushome .form-container, .info-container {
	flex: 1 1 300px;
}

.dr1013contactushome .contact-form {
	display: flex;
	flex-direction: column;
}

.dr1013contactushome .contact-form input, .contact-form textarea {
	padding: 15px;
	margin-bottom: 20px;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.dr1013contactushome .contact-form input:focus, .contact-form textarea:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}

.dr1013contactushome .contact-form textarea {
	resize: vertical;
	min-height: 120px;
}

.dr1013contactushome .contact-form button {
	background: #00796b;
	color: #fff;
	padding: 14px;
	font-size: 1.1rem;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.dr1013contactushome .contact-form button:hover {
	background: #004d40;
}

.dr1013contactushome .info-container {
	display: flex;
	flex-direction: row;
	gap: 20px;
  justify-content: center;
}

.dr1013contactushome .info-box {
	background: #e3f2fd;
	color: #237A9B;
	padding: 20px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 8px 16px rgba(13, 71, 161, 0.2);
  max-width: 300px;
  min-width: 300px
}

.dr1013contactushome .info-box i {
	font-size: 2rem;
	margin-bottom: 10px;
}

.dr1013contactushome .info-box:hover i {
	color: #fcb83a;
}

.dr1013contactushome .info-box h4 {
	margin: 10px 0 5px;
	font-size: 1.2rem;
}


.dr1013contactushome .info-box:hover h4 {
	color: #fcb83a;
}



.dr1013contactushome .info-box p {
	margin: 0;
	font-size: 1rem;
	color: #777;
}

@media ( max-width : 632px) {
	.dr1013contactushome .contact-wrapper {
		flex-direction: column;
	}
	.dr1013contactushome .contact-section h2 {
		font-size: 2.2rem;
	}
}
