﻿/* Contact page */
.contact-page {
	background: #fff;
	color: #2d2240;
}

.contact-page a:hover {
	text-decoration: none;
}

.contact-hero {
	align-items: center;
	background: linear-gradient(135deg, #6300bf 0%, #7d25d1 100%);
	color: #fff;
	display: flex;
	min-height: 260px;
	padding: 72px 0 67px;
	text-align: center;
}

.contact-hero h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 14px;
	line-height: 1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.contact-hero p {
	color: rgba(255,255,255,.76);
	font-size: 14px;
	margin: 0;
}

.contact-map {
	background: url(../image/map.jpg) no-repeat center center;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.contact-map:before,
.contact-map:after {
	content: "";
	position: absolute;
}

.contact-map:before {
	background:
		linear-gradient(90deg, rgba(255,255,255,.62) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255,255,255,.62) 1px, transparent 1px);
	background-size: 82px 82px;
	inset: 0;
}

.contact-map:after {
	background: rgba(99,0,191,.1);
	clip-path: polygon(0 62%, 18% 52%, 38% 58%, 57% 42%, 73% 49%, 100% 34%, 100% 100%, 0 100%);
	inset: 0;
}

.contact-map-panel {
	background: #fff;
	box-shadow: 0 18px 42px rgba(99,0,191,.15);
	left: 50%;
	max-width: 430px;
	padding: 28px 32px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 36px);
	z-index: 2;
}

.contact-map-pin {
	align-items: center;
	background: #6300bf;
	border-radius: 50% 50% 50% 0;
	color: #fff;
	display: flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	margin: 0 auto 22px;
	transform: rotate(-45deg);
	width: 58px;
}

.contact-map-pin i {
	transform: rotate(45deg);
}

.contact-map-panel h2 {
	color: #6300bf;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 1.25;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.contact-map-panel p {
	color: #6f5b87;
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
	text-align: center;
}

.contact-info-band {
	background: #fff;
	padding: 42px 0 46px;
}

.contact-info-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-info-card {
	align-items: center;
	border-right: 1px solid #eadcf8;
	display: flex;
	flex-direction: column;
	min-height: 190px;
	padding: 22px 24px 16px;
	text-align: center;
}

.contact-info-card:last-child {
	border-right: 0;
}

.contact-info-icon {
	align-items: center;
	color: #6300bf;
	display: flex;
	font-size: 48px;
	height: 70px;
	justify-content: center;
	margin-bottom: 20px;
}

.contact-info-card h2 {
	color: #6300bf;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1.6px;
	line-height: 1.25;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.contact-info-card p,
.contact-info-card a {
	color: #6f5b87;
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
}

.contact-info-card a:hover {
	color: #6300bf;
}

.contact-support {
	background: #fff;
	padding: 36px 0 74px;
}

.contact-support-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 48%) minmax(0, 52%);
	align-items: center;
}

.contact-support-image img {
	display: block;
	width: 100%;
}

.contact-support-copy {
	padding: 18px 0;
}

.contact-support-copy h2 {
	color: #6300bf;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: 1.8px;
	line-height: 1.16;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.contact-support-list {
	margin: 0 0 26px;
	padding: 0;
}

.contact-support-list li {
	color: #6f5b87;
	font-size: 15px;
	line-height: 1.8;
	list-style: none;
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
}

.contact-support-list li:before {
	background: #6300bf;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 8px;
}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.btn-contact-dark,
.btn-contact-outline {
	border-radius: 0;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 1;
	padding: 13px 32px;
	text-transform: uppercase;
}

.btn-contact-dark {
	background: #6300bf;
	border: 1px solid #6300bf;
	color: #fff !important;
}

.btn-contact-dark:hover {
	background: #4f0098;
	border-color: #4f0098;
	color: #fff !important;
}

.btn-contact-outline {
	background: #fff;
	border: 1px solid #6300bf;
	color: #6300bf !important;
}

.btn-contact-outline:hover {
	background: #6300bf;
	color: #fff !important;
}

.contact-consultation {
	background: linear-gradient(135deg, #6300bf 0%, #7d25d1 100%);
	padding: 72px 0 82px;
}

.contact-consultation h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.25;
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}

.contact-consultation-lead {
	color: rgba(255,255,255,.78);
	font-size: 14px;
	line-height: 1.8;
	margin: 0 auto 34px;
	max-width: 720px;
	text-align: center;
}

.contact-form-shell {
	margin: 0 auto;
	max-width: 840px;
}

.contact-form .form-row {
	margin-left: -10px;
	margin-right: -10px;
}

.contact-form .form-group {
	padding-left: 10px;
	padding-right: 10px;
}

.contact-form label {
	color: rgba(255,255,255,.86);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .6px;
	margin-bottom: 8px;
}

.contact-form .form-control {
	background: transparent;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	min-height: 44px;
}

.contact-form .form-control:focus {
	border-color: rgba(255,255,255,.72);
	box-shadow: none;
}

.contact-form textarea.form-control {
	min-height: 128px;
}

.contact-form select.form-control option {
	color: #2d2240;
}

.contact-form .form-control::placeholder {
	color: rgba(255,255,255,.46);
}

.contact-form-note {
	color: rgba(255,255,255,.65);
	font-size: 14px;
	line-height: 1.7;
	margin: 2px 0 20px;
	text-align: center;
}

.btn-contact-submit {
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #6300bf;
	display: block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 1.6px;
	margin: 0 auto;
	min-width: 188px;
	padding: 13px 32px;
	text-transform: uppercase;
}

.btn-contact-submit:hover {
	background: #efe1ff;
	color: #6300bf;
}

@media only screen and (max-width: 991px) {
	.contact-map {
		height: 440px;
	}

	.contact-info-grid,
	.contact-support-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-info-card:nth-child(2) {
		border-right: 0;
	}

	.contact-info-card:nth-child(n+3) {
		border-top: 1px solid #eadcf8;
	}

	.contact-support-grid {
		gap: 32px;
	}

	.contact-support-copy h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.contact-hero {
		min-height: 180px;
		padding: 40px 0 35px;
	}

	.contact-hero h1 {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.contact-map {
		height: 380px;
	}

	.contact-map-panel {
		padding: 24px 20px;
	}

	.contact-info-grid,
	.contact-support-grid {
		display: block;
	}

	.contact-info-card {
		border-right: 0;
		border-top: 1px solid #eadcf8;
	}

	.contact-info-card:first-child {
		border-top: 0;
	}

	.contact-support {
		padding-bottom: 52px;
	}

	.contact-support-copy h2,
	.contact-consultation h2 {
		font-size: 25px;
		letter-spacing: 1.2px;
	}

	.contact-actions .btn {
		width: 100%;
	}

	.contact-consultation {
		padding: 54px 0 62px;
	}
}
