/* 
Theme Name: Crowd About
Theme URI: https://service-smile.site/
Description: Crowd About is a child theme of Hello Elementor, created by Service Smile team
Author: Service Smile
Author URI: https://service-smile.site/
Template: hello-elementor
Version: 2.0.0
Text Domain: service-smile
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
h1,
h2,
h3,
h4,
h5,
h6,
p{
	margin: 0;
}
span.blue-text{
	color: #214EE1;
}
.bg-blur{
	backdrop-filter: blur(10px) !important;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{
	margin: 0;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{
	margin-right: -5px;
}
.elementor-button-icon{
	font-size: 32px;
}
.widget-container {
  position: relative;
  padding: 20px;
  border: 1px solid #ccc;
  width: 300px;
  height: 300px; /* example height */
  overflow: hidden;
}

/* Popup centered inside widget */
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid #aaa;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 100;
	margin-top: -260px;
	width: 600px;
}

/* Hide by default */
.hidden {
  display: none;
}
@media (max-width: 480px){
	.popup {
		width: 370px;
	}
}