.cistec-company-values {
	width: 100%;
	overflow: visible !important;
}

.cistec-company-values-grid {
	display: flex;
    flex-wrap: wrap;
	margin: 0 -8px;
	overflow: visible !important;
	align-items: start;
    justify-content: center;
}

.cistec-company-value {
	flex: 0 0 auto;
    width: 33.33333333%;
	height: 340px;
    padding: 0 8px;
	overflow: visible !important;
	z-index: 1;
    margin: 0 0 16px;
}

.cistec-company-value:hover {
	z-index: 999999;
}

.cistec-company-value-inner {
	width: 100%;
    background: #f3f3f3;
	height: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	box-sizing: border-box;
	background: #edf4fb;
	text-align: center;
	z-index: 2;
    position: relative;
    overflow: hidden;    
}

.cistec-company-value-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: #1769B6;
	font-size: 50px;
	line-height: 1;
	transition: all 0.35s ease;
}

.cistec-company-value-icon svg {
	display: block;
	width: 50px;
	height: 50px;
	fill: currentColor;
}

.cistec-company-value-icon i {
	font-size: 50px;
	color: #1769B6;
}

.cistec-company-value-title {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.05;
	text-align: center;
	transition: all 0.35s ease;
}

.cistec-company-value-description {
	position: absolute;
	width: calc(100% - 20px);
    height: calc(100% - 20px);
	left: 10px;
	top: 10px;
	box-sizing: border-box;
	padding: 25px;
	background: #ffffff;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease,
		visibility 0.35s ease;
	z-index: 999999;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
}

.cistec-company-value-description p {
	max-width: 100%;
	margin-bottom:15px;
}

.cistec-company-value-description p:last-child {
	margin-bottom: 0;
}

.cistec-company-value:hover .cistec-company-value-description {
	opacity: 1;
	visibility: visible;
}

.elementor-widget-cistec-company-values,
.elementor-widget-cistec-company-values > .elementor-widget-container {
	overflow: visible !important;
}

.cistec-company-value-description .popup-box-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

@media (max-width: 1300px) {
	.cistec-company-value-description {
		padding: 20px;
	}
	.cistec-company-value-inner, 
	.cistec-company-value {
		height: 430px;
	}
}

@media (max-width: 1199px) {
    .cistec-company-value {
        width: 50%;
    }
    .cistec-company-value-description {
        padding: 25px;
    }
    .cistec-company-value-inner, 
	.cistec-company-value {
		height: 310px;
	}
}

@media (max-width: 991px) {
	.cistec-company-value-description {
        padding: 20px;
    }
	.cistec-company-value-inner, 
	.cistec-company-value {
		height: 430px;
	}
}

@media (max-width: 767px) {
    .cistec-company-value {
        width: 100%;
    }
    .cistec-company-value-inner, 
	.cistec-company-value {
		height: 270px;
	}
}

@media (max-width: 600px) {
    .cistec-company-value-inner, 
	.cistec-company-value {
		height: 330px;
	}
}

@media (max-width: 480px) {
    .cistec-company-value-inner, 
	.cistec-company-value {
		height: 380px;
	}
}

@media (max-width: 420px) {
    .cistec-company-value-inner, 
	.cistec-company-value {
		height: 430px;
	}
}
