/* Services Section Container */
#services {
	background-color: #f8f9fa; /* Very light grey/blue tint for healthcare feel */
	padding: 80px 20px !important;
}

/* Section Heading */
#services .elementor-widget-heading h2 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
	color: #255690 !important;
	text-align: center !important;
	margin-bottom: 50px !important;
}

/* Service Cards Grid Container */
#services > .e-con-inner > .e-con {
	gap: 30px !important;
}

/* Service Card (Icon Box Container) */
#services .elementor-widget-icon-box {
	background: rgba(255, 255, 255, 0.85) !important; /* Semi-transparent white */
	backdrop-filter: blur(10px) !important; /* Glassmorphism blur */
	-webkit-backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	border-radius: 15px !important;
	padding: 40px 30px !important;
	box-shadow: 0 10px 30px rgba(37, 86, 144, 0.08) !important; /* Soft shadow using primary color */
	transition: all 0.3s ease-in-out !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
}

/* Hover Effect for Cards */
#services .elementor-widget-icon-box:hover {
	transform: translateY(-10px) !important;
	box-shadow: 0 15px 40px rgba(37, 86, 144, 0.15) !important;
	border-color: #0197CC !important; /* Secondary color border on hover */
}

/* Icon Styling */
#services .elementor-icon-box-icon {
	margin-bottom: 25px !important;
}

#services .elementor-icon {
	background-color: #0197CC !important; /* Secondary color */
	color: #ffffff !important;
	width: 80px !important;
	height: 80px !important;
	line-height: 80px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 32px !important;
	box-shadow: 0 8px 20px rgba(1, 151, 204, 0.3) !important;
	transition: all 0.3s ease !important;
}

#services .elementor-widget-icon-box:hover .elementor-icon {
	transform: scale(1.1) !important;
	background-color: #255690 !important; /* Primary color on hover */
	box-shadow: 0 10px 25px rgba(37, 86, 144, 0.4) !important;
}

/* Title Styling */
#services .elementor-icon-box-title {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	color: #141615 !important;
	margin-bottom: 15px !important;
	transition: color 0.3s ease !important;
}

#services .elementor-widget-icon-box:hover .elementor-icon-box-title {
	color: #0197CC !important; /* Secondary color on hover */
}

/* Description Styling */
#services .elementor-icon-box-description {
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: #666666 !important; /* Softer text color */
	margin: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	#services {
		padding: 50px 15px !important;
	}
	#services .elementor-widget-heading h2 {
		font-size: 32px !important;
		margin-bottom: 30px !important;
	}
	#services .elementor-widget-icon-box {
		padding: 30px 20px !important;
	}
}
