/* --- ContactSection --- */
.ipac-contact {
	position: relative;
	background: var(--ipac-text-dark);
	color: #fff;
	overflow: hidden;
}
.ipac-contact__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.ipac-contact__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ipac-contact__bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(29,29,31,0.92);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.ipac-contact__inner {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) { .ipac-contact__inner { padding-top: 48px; padding-bottom: 48px; } }
@media (min-width: 992px) { .ipac-contact__inner { padding-top: 56px; padding-bottom: 56px; } }
.ipac-contact__header {
	text-align: center;
	margin-bottom: 32px;
}
@media (min-width: 576px) { .ipac-contact__header { margin-bottom: 40px; } }
.ipac-contact__header h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 8px;
}
@media (min-width: 576px) { .ipac-contact__header h2 { font-size: 40px; } }
@media (min-width: 992px) { .ipac-contact__header h2 { font-size: 44px; } }
.ipac-contact__header p {
	font-size: 22px;
	color: rgba(255,255,255,0.6);
	max-width: 460px;
	margin: 0 auto;
}

.ipac-contact__map {
	border-radius: var(--ipac-radius-md);
	overflow: hidden;
	box-shadow: 0 4px 32px rgba(0,0,0,0.2);
	min-height: 280px;
	position: relative;
}
@media (min-width: 992px) { .ipac-contact__map { min-height: 320px; } }
.ipac-contact__map iframe {
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
	display: block;
}
@media (min-width: 992px) { .ipac-contact__map iframe { min-height: 320px; } }

.ipac-contact-info {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: rgba(255,255,255,0.08);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-radius: var(--ipac-radius-sm);
	padding: 16px;
	border: 1px solid rgba(255,255,255,0.1);
}
.ipac-contact-info__icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(240,78,48,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--primary-color);
	font-size: 16px;
}
.ipac-contact-info__label {
	display: block;
	font-size: 20px;
	color: rgba(255,255,255,0.5);
	margin-bottom: 2px;
}
.ipac-contact-info__value {
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
}

/* Contact form (dark card) */
.ipac-contact-form-dark {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 24px;
	padding: 20px;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	display: flex;
	flex-direction: column;
}
@media (min-width: 576px) { .ipac-contact-form-dark { padding: 24px; } }
@media (min-width: 992px) { .ipac-contact-form-dark { padding: 32px; } }
.ipac-contact-form-dark .form-label {
	color: rgba(255,255,255,0.7);
	margin-bottom: 6px;
}
.ipac-contact-form-dark .form-control {
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.15);
	color: #fff;
	border-radius: 14px;
	padding: 12px 16px;
	transition: border-color 0.2s;
}
.ipac-contact-form-dark .form-control::placeholder { color: rgba(255,255,255,0.3); }
.ipac-contact-form-dark .form-control:focus {
	background: rgba(255,255,255,0.1);
	border-color: rgba(240,78,48,0.6);
	box-shadow: none;
	color: #fff;
}
.ipac-contact-form-dark textarea.form-control { resize: none; min-height: 100px; }
.ipac-contact-form-dark__submit {
	border-radius: 50px;
	padding: 14px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.ipac-contact-form-dark .alert { border: none; border-radius: 14px; }
.ipac-contact-form-dark .alert-success {
	background: rgba(25,135,84,0.15);
	color: #75d5a3;
}
.ipac-contact-form-dark .alert-danger {
	background: rgba(220,53,69,0.15);
	color: #f5a3ab;
}
.ipac-contact-form-dark .alert-danger ul { margin: 0; padding-left: 16px; }

/* Contact footer (integrated) */
.ipac-contact-footer {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
@media (min-width: 576px) { .ipac-contact-footer { margin-top: 48px; } }
@media (min-width: 992px) { .ipac-contact-footer { margin-top: 56px; } }
.ipac-contact-footer__brand img {
	height: 32px;
	width: auto;
	filter: brightness(0) invert(1);
}
.ipac-contact-footer__brand span {
	font-size: 24px;
	color: rgba(255,255,255,0.5);
	line-height: 1.4;
}
.ipac-contact-footer .icon-link {
	color: rgba(255,255,255,0.4);
	-webkit-text-fill-color: rgba(255,255,255,0.4);
	transition: color 0.3s, -webkit-text-fill-color 0.3s;
	--bs-link-color-rgb: 255, 255, 255;
	--bs-link-opacity: 0.4;
}
.ipac-contact-footer .icon-link:hover {
	color: #fff;
	-webkit-text-fill-color: #fff;
	--bs-link-opacity: 1;
}
/* .ipac-contact-footer__copyright text-align replaced by: text-center text-sm-start */
.ipac-contact-footer__copyright {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
}
.ipac-contact-footer__hotline {
	font-size: 32px;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
}
.ipac-contact-footer__hotline:hover { color: rgba(255,255,255,0.8); }
