/** why-bargheto styles for Bargheto Widgets */

.elementor-widget-bargheto_why_bargheto .why-bargheto__grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0.75rem;
	max-width: 72rem;
	margin: 0 auto;
}

@media (min-width: 640px) {
	.elementor-widget-bargheto_why_bargheto .why-bargheto__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.elementor-widget-bargheto_why_bargheto .why-bargheto__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.elementor-widget-bargheto_why_bargheto .why-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 0.75rem;
	background-color: #fff;
	padding: 1.25rem;
	text-align: center;
	box-shadow: 0 0 3px 5px rgba(228, 235, 245, 0.4);
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-widget-bargheto_why_bargheto .why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.elementor-widget-bargheto_why_bargheto .why-card__icon {
	margin-bottom: 0.75rem;
	display: flex;
	height: 2.75rem;
	width: 2.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background-color: rgba(0, 67, 203, 0.1);
	color:var(--bargheto-primary-light);
}

.elementor-widget-bargheto_why_bargheto .why-card__icon svg {
	fill:var(--bargheto-primary-light);
	width: 1.25rem;
	height: 1.25rem;
}

.elementor-widget-bargheto_why_bargheto .why-card__title {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.375;
	color: #121517;
}

.elementor-widget-bargheto_why_bargheto .why-card__hl {
	margin-right: 0.25rem;
	color:var(--bargheto-primary-light);
}

.elementor-widget-bargheto_why_bargheto .why-card__desc {
	margin-top: 0.375rem;
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: #919396;
}
