/*
Theme Name: child lhana hetki
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Admin
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749632220
Updated: 2025-06-11 08:57:00

*/
@import url('../hello-elementor/style.css');


/*checkbox*/
.elementor-field-option input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}
.elementor-field-option [type="checkbox"]{
  position: absolute;
  opacity: 0;
	height:0px
}
.elementor-field-option [type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
	padding-left: 35px;
	line-height: 25px;
 
font-weight: 400 !important;
	padding-bottom:30px !important
}
.elementor-field-option [type="checkbox"] + label:before {
  content: "";
 margin-right: 0px;
display: inline-block;
width: 24px;
height: 24px;
background: #C0C8D5;
  border: none;
margin-top: 0px;
position: absolute !important;
left: 0px;
top: 0px;
  border-radius: 4px;
}
.elementor-field-option [type="checkbox"]:checked + label:before {
  background: #BE538F; border-color:#BE538F
}
.elementor-field-option [type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.elementor-field-option [type="checkbox"]:disabled + label:before {
  box-shadow: none;
  background: #fff;
}
.elementor-field-option [type="checkbox"]:checked + label:after {
  content: "";
   content: "";
  display: block;
  position: absolute;
top: 5px;
left: 10px;
width: 6px;
height: 12px;
border: solid #fff;
border-width: 0 2px 2px 0;
  transform: rotate(45deg); 
}

.topNav .elementor-menu-toggle{ padding:7px !important;}
.pink{ color:#BE538F !important;}

.backShadow{ position:relative;}
.backShadow:after{ content:''; width:100%; height:100%; background:#222631; position:absolute; left:0px; top:0px; display:block !important; border-radius:20px; transform: rotate(5deg); z-index:-1 }
.backBigShadow{ position:relative;}
.backBigShadow:after{ content:''; width:100%; height:100%; background:#222631; position:absolute; left:0px; top:0px; display:block !important; border-radius:20px; transform: rotate(8deg); z-index:-1 }

.backFixShadow{ position:relative;}
.backFixShadow:after{ content:''; width:100%; height:100%; background:#222631; position:absolute; left:0px; top:0px; display:block !important; border-radius:20px; transform: rotate(0deg); z-index:-1 }

.elementor-price-list li.elementor-price-list-item{ border-bottom:1px solid #383f4f; padding-bottom:20px; padding-left:12px; padding-right:12px;}
.elementor-price-list .elementor-price-list-item .elementor-price-list-header{ margin-bottom:3px !important}
.elementor-price-list .elementor-price-list-item .elementor-price-list-price{ text-align:right !important}


@media screen and (max-width: 767px) {
	.backShadow:after{transform: rotate(6deg);}
	.backBigShadow:after{transform: rotate(6deg);}
}
@media screen and (max-width: 575px) {
	.ftNav nav ul.elementor-nav-menu{flex-direction: column !important;  align-items: center;}
	.backShadow:after{transform: rotate(6deg);}
	.backBigShadow:after{transform: rotate(6deg);}
}

