/* =========================================================
   GEMTech Elementor AddOns — Widget Styles
   ========================================================= */

/* ── Info Card ──────────────────────────────────────────── */
.gemtech-info-card {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gemtech-info-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.gemtech-info-card__link-wrap {
	display: block;
	text-decoration: none;
	color: inherit;
}

.gemtech-info-card__icon {
	display: block;
	font-size: 40px;
	color: #6366f1;
	margin-bottom: 16px;
	line-height: 1;
}

.gemtech-info-card__icon svg {
	width: 40px;
	height: 40px;
	fill: #6366f1;
}

.gemtech-info-card__title {
	margin: 0 0 10px;
	font-size: 1.2em;
	font-weight: 600;
	color: #1e293b;
	line-height: 1.3;
}

.gemtech-info-card__description {
	margin: 0;
	color: #64748b;
	line-height: 1.6;
}
