:root {
    --hommex-color: #83C0E0;
    --hommex-dark: #091F5B;
    --hommex-soft: #E5E5E5;
	--hommex-second:#FF9900;
    --gray-soft: 3C3C3C;
}

.icon-circle {
	color: var(--hommex-second);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.platform-card {
    transition: all 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.03);
    border-color: var(--hommex-color) !important;
    box-shadow: 0 15px 30px rgba(74, 90, 141, 0.15) !important;
}

.shadow-inner {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

.btn-outline-hommex {
    color: var(--hommex-color);
    border: 2px solid var(--hommex-color);
    background: transparent;
    transition: all 0.3s;
}

.btn-outline-hommex:hover {
    background-color: var(--hommex-color);
    color: #fff;
}

.rounded-5 {
	
}

.rounded-4 {
    border-radius: 2rem !important;
}

.lh-lg { 
	line-height: 2.2 !important; 
}

.text-justify { 
	text-align: justify; 
}

.z-1 { 
	z-index: 1;
	color: var(--hommex-second);
}