/* ============================================
   Contact Page Styles
   ============================================ */

/* Alert styles */
.alert-success {
	background: rgba(45, 212, 191, 0.1) !important;
	color: var(--primary) !important;
}

.alert-danger {
	background: rgba(239, 68, 68, 0.1) !important;
	color: #ef4444 !important;
}
