/* 
Theme Name: Hello Elementor Child (Templated)
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
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
*/

/*
 *  oom_sasky
*/

body,html{
	overflow-x: hidden;
}

#language-switcher .elementor-widget-container {
	display: flex;
}

/** style content border **/
.menService .elementor-image-box-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
    border: solid 1px;
    padding: 20px;
	height: 180px;
    border-radius: 20px;
}

.menService1 .elementor-image-box-content { border-color: #707070 !important; }
.menService2 .elementor-image-box-content { border-color: #eff6fd !important; border: solid 2px;}
.menService3 .elementor-image-box-content { border-color: #f4f9fd !important; border: solid 2px; }

/** Floating icons **/
.oom_float {
	position:fixed;
    padding: 15px;
	color:#FFF;
	padding: 10px 20px;
	text-align:center;
	border-radius: 30px;
	/*box-shadow: 1px 1px 3px #c4c2c2;*/
	z-index: 99;
	font-size: 18px;
    font-weight: 300;
}

.oom_float i {
    font-size: 22px;
}

.oom_left {
    left:20px;
}

.oom_right {
    right:20px;
}

#to-top a {
    position: fixed;
    color: #FFF;
    padding: 10px 15px;
    text-align: center;
    z-index: 99;
    font-size: 18px;
    font-weight: 300;
    bottom: 20px;
    right: 25px;
    background-color: #000000;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
#to-top a.show {
  opacity: 1;
  visibility: visible;
}
#oom_floating_whatsapp .oom_right {
    bottom: 20px;
    background-color: #27D366;
    padding: 16px;
    width: 60px;
    height: 60px;
}

#oom_floating_whatsapp .oom_right:hover {
    color: #fff;
    background-color: #118C7E;
    bottom: 22px;
    transition: bottom 0.2s ease-in-out;
}


#oom_floating_whatsapp .oom_float i {
    font-size: 30px;
}

/* Adjust the spacing between price and heading in Price List widget */
.elementor-widget-price-list .elementor-price-list-item {
    padding-left: 150px; /* Adjust this value to your preference */
}
.elementor-widget-price-list .elementor-price-list-item .elementor-price-list-price {
    margin-right: 150px; /* Adjust vertical spacing between price and title */
}

@media only screen and (max-width: 768px) {
    .elementor-widget-price-list .elementor-price-list-item {
        padding-left: 0px;
    }
	.elementor-widget-price-list .elementor-price-list-item .elementor-price-list-price {
		margin-right: 0px;
	}
}