/*
Theme Name: Hello Elementor Child Theme
Template: hello-elementor
Theme URI: https://www.amrsoftec.com
Author: the AMR Softec team
Author URI: https://www.amrsoftec.com
Description: Hello Elementor Child Theme Developed By AMR Softec Team.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.service-column {
  transition: all 0.3s ease; /* Recommended for a smooth hover effect */
}

.service-column:hover {
	background:#fff;
	transform: translateY(-0.25rem);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
              0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.brand-icon svg {
	height:30px;
	width:auto;
}
.contact-detail .elementor-icon-box-icon {
	margin-top: 8px;
}