
/* contact-section */
.contact-section {
	min-height: 50vh;
	padding: 5rem 10rem;
}
.contact-info-section {
	background-color: #67387e;
	box-shadow: 0px 0px 20px 0px rgb(33 33 33 / 25%);
	border-radius: 0.5rem;
	color: white;
	padding: 3rem;
}
.info-box {
	display: flex;
	flex-direction: row;
	padding: 0.3rem 0rem;
}
.info-icon {
	display: flex;
	align-self: flex-start;
	padding: 1.5rem 2rem;
}
.info-data {
	display: flex;
	flex-direction: column;
	align-self: center;
}
.info-data h4 {
	font-weight: bold;
	font-size: 1.5rem;
}
.info-data p {
	font-weight: 300;
	font-size: 1.2rem;
	color: #ececec;
}
.contact-map-section {
	padding: 3rem 0;
}

@media (max-width: 1000px) {
	.contact-map-section {
		min-height: 400px;
		padding: 1rem 0;
	}
	.contact-section {
		padding: 1rem 1rem;
	}
	.contact-info-section {
		padding: 1rem;
	}
}

/* Google Map*/
.mapouter {
	position: relative;
	text-align: right;
	width: 100%;
	height: 100%;

	box-shadow: 0px 0px 20px 0px rgb(33 33 33 / 25%);
	border-radius: 0.5rem;
}
.gmap_canvas {
	overflow: hidden;
	background: none !important;
	width: 100%;
	height: 100%;
}
.gmap_iframe {
	height: 100% !important;
}
