
/*
 Theme Name:   Polaris RDS Child
Theme URI:    https://github.com/ESBlueCorona/bc-rds
 Description:  Polaris RDS Child Theme
 Author:       By Polaris RDS Team
 Template:     rds
 Version:      2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  polaris-rds-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: /ESBlueCorona/bc-rds
*/
@media (max-width: 767px) {
	.service_icon_blocks {
		right: -23px !important;
		bottom: -4px !important;
		width: 38px;
		height: 38px;
		border-radius: 100%;
		display: flex;
		position: absolute;
		justify-content: center;
		align-items: center;
	}
}

.service-card:not(.hover-overlay) {
	position: relative;
	z-index: 1;
}

.service-card:hover .hover-overlay {
	top: 0;
	left: 0;
}

.hover-overlay {
	position: absolute;
	top: 100%;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	transition: top .4s ease, left .4s ease;
	z-index: -1;
}

.service_block .rounded-20 {
	border-radius: 20px;
}
