.angie-info-box-0975750e {
	position: relative;
	overflow: hidden;
	background-color: #f8f9fa;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.angie-info-box-link-0975750e {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
	position: relative;
	flex-grow: 1;
}

.angie-info-box-link-0975750e:hover,
.angie-info-box-link-0975750e:focus {
	text-decoration: none;
	color: inherit;
}

.angie-info-box-content-0975750e {
	padding: 30px;
	position: relative;
	z-index: 1;
	flex-grow: 1;
}

.angie-info-box-heading-0975750e {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
}

.angie-info-box-desc-0975750e {
	color: #666;
	line-height: 1.6;
}

.angie-info-box-overlay-0975750e {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.angie-info-box-0975750e:hover .angie-info-box-overlay-0975750e {
	opacity: 1;
	visibility: visible;
}

.angie-info-box-icon-0975750e {
	background-color: #ffffff;
	border-radius: 0; /* Square */
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(20px);
	transition: all 0.3s ease;
}

.angie-info-box-0975750e:hover .angie-info-box-icon-0975750e {
	transform: translateY(0);
}

.angie-info-box-icon-0975750e i {
	font-size: 24px;
	color: #333;
}

.angie-info-box-icon-0975750e svg {
	width: 24px;
	height: 24px;
	fill: #333;
}

/* Mobile & Tablet Styles */
@media (max-width: 1024px) {
	.angie-info-box-overlay-0975750e {
		position: static;
		opacity: 1;
		visibility: visible;
		background-color: transparent !important;
		display: flex;
		justify-content: flex-start; /* Align Left */
		padding: 0 30px 30px 30px;
	}

	.angie-info-box-icon-0975750e {
		width: 40px;
		height: 40px;
		transform: none;
	}

	.angie-info-box-icon-0975750e i {
		font-size: 16px !important;
	}

	.angie-info-box-icon-0975750e svg {
		width: 16px !important;
		height: 16px !important;
	}
}
