/*
 * Ye class optional hai.
 * Elementor mein Tabs widget select karo -> Advanced tab -> "CSS Classes" field mein
 * "icon-top-tabs" likh do. Is se icon upar aur title niche show hoga
 * (jesa aapke reference screenshot mein tha).
 */
.icon-top-tabs .e-n-tab-title,
.icon-top-tabs .elementor-tab-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
}

.icon-top-tabs .e-n-tab-title .e-n-tab-icon,
.icon-top-tabs .elementor-tab-title i,
.icon-top-tabs .elementor-tab-title svg {
	margin: 0 0 4px 0;
	font-size: 28px;
}
