/* 
Theme Name: Insight Engineering Consultancy (IEC)
Theme URI: https://iecsudan.com
Template: iecsudan
Text Domain: iecsudan-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* IEC custom styles — used only where native Elementor controls cannot reproduce the reference exactly. */
#iec-circle-90,
#iec-circle-50 {
	width: 118px;
	min-height: 118px;
	flex: 0 0 118px;
	position: relative;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#iec-circle-90 {
	background: conic-gradient(#FF8F27 0 90%, #F6F6F6 90% 100%);
}

#iec-circle-50 {
	background: conic-gradient(#FF8F27 0 50%, #F6F6F6 50% 100%);
}

#iec-circle-90::before,
#iec-circle-50::before {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: #FFFFFF;
}

#iec-circle-90 .elementor-widget,
#iec-circle-50 .elementor-widget {
	position: relative;
	z-index: 1;
	margin: 0;
}
