.contact-section {
	padding: 130px 0 80px;
	background:
		radial-gradient(circle at 15% 20%, rgba(0, 181, 184, 0.12), transparent 42%),
		radial-gradient(circle at 85% 0%, rgba(0, 206, 210, 0.10), transparent 40%),
		#f8fbfc;
}

.contact-panel {
	background: #ffffff;
	border: 1px solid rgba(0, 181, 184, 0.15);
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
	height: 100%;
}

.contact-title {
	font-family: "FiraGO", sans-serif;
	font-size: 2rem;
	margin-bottom: 12px;
	color: #0e2f33;
}

.contact-lead {
	font-size: 1rem;
	line-height: 1.7;
	color: #4f5e61;
	margin-bottom: 28px;
}

.contact-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(0, 181, 184, 0.10), rgba(0, 206, 210, 0.04));
	margin-bottom: 14px;
}

.contact-icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bg-color);
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	flex-shrink: 0;
}

.contact-label {
	display: block;
	font-size: 0.86rem;
	color: #5f7073;
	margin-bottom: 2px;
}

.contact-value {
	font-size: 1.05rem;
	font-weight: 600;
	color: #0f3a3f;
	word-break: break-word;
}

.contact-value a {
	color: #0f3a3f;
}

.contact-value a:hover {
	color: var(--color);
}

.contact-actions {
	margin-top: 22px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.contact-whatsapp-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	/* background: linear-gradient(140deg, #1fbf73, #0f8f5a 55%, #0d7f50); */
	/* border: 1px solid rgba(7, 117, 72, 0.78); */
	color: #ffffff !important;
	font-weight: 700;
	padding: 10px 18px;
	border-radius: 12px;
	/* box-shadow: 0 14px 28px rgba(15, 143, 90, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22); */
	transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.contact-whatsapp-btn::before {
	content: "";
	position: absolute;
	inset: -30% auto -30% -55%;
	width: 58%;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
	transform: rotate(20deg);
	transition: transform 0.55s ease;
}

.contact-whatsapp-btn-icon,
.contact-whatsapp-btn-text {
	position: relative;
	z-index: 1;
}

.contact-whatsapp-btn-icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-whatsapp-btn-text {
	letter-spacing: 0.01em;
}

.contact-whatsapp-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(15, 143, 90, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	filter: saturate(1.08);
	color: #ffffff !important;
}

.contact-whatsapp-btn:hover::before {
	transform: translateX(250%) rotate(20deg);
}

.map-wrap {
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(0, 181, 184, 0.15);
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
	background: #fff;
	height: 100%;
	min-height: 440px;
}

.map-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 440px;
	border: 0;
}

@media (max-width: 991px) {
	.contact-section {
		padding: 100px 0 60px;
	}

	.contact-title {
		font-size: 1.7rem;
	}

	.map-wrap,
	.map-wrap iframe {
		min-height: 360px;
	}

	.contact-whatsapp-btn {
		width: 100%;
		text-align: center;
	}
}
