/* 
Theme Name: Innotech Cloud - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
/** General */
.primary-color-cus{
	color: var(--e-global-color-accent);
    text-shadow:
   -1px -1px 0 var( --e-global-color-a1b829a ),  
    1px -1px 0 var( --e-global-color-a1b829a ),
   -1px  1px 0 var( --e-global-color-a1b829a ),
    1px  1px 0 var( --e-global-color-a1b829a );
}

/** Ele-Form **/
.query-form-cus textarea{
  resize: none;
}
.query-form-cus input,
.query-form-cus textarea{
	padding:10px
}

/** Checkbox */
.form-checkbox-cus .elementor-field-subgroup{
  justify-content: space-between;
  width: 100%;
}
.form-checkbox-cus input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
  position: absolute;
}

.form-checkbox-cus .elementor-field-option{
	display: inline-block;
	border: 1px solid var(--e-global-color-primary);
	color: #1f2124;
	/* margin-right: 15px; */
	/* padding: 6px 0px 10px 0px !important; */
	/* border-radius: 0.25rem; */
  /* background: var(--e-global-color-43e546e); */
  border-radius: 3px;
  transition: all .3s ease-in-out;
  padding-inline-end: 0px !important;
  width:19.5%;
}

.form-checkbox-cus .elementor-field-option:first-child{
  border: 1px solid #cccccc;
  background: #f2f6f9;
  color: #1f2124;
}
.form-checkbox-cus .elementor-field-option:first-child label{
  text-align: left;
  padding-left: 15px !important;
  font-size: 14px;
  font-weight: 400;
}

.form-checkbox-cus .elementor-field-option:has(input[type=checkbox]:checked):not(.form-checkbox-cus .elementor-field-option:first-child){
	background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
	color: #fff;
  
}

.form-checkbox-cus label {
  font-size: 13px;
	padding: 12px 10px 12px 10px !important;
  cursor: pointer;
  display: block !important;
  text-align: center;
}

.form-checkbox-cus .elementor-field-option:has(input[type=checkbox]:not(:checked)):hover {
	background: var(--e-global-color-43e546e);
}

/** Footer */
.footer-icon-circle .elementor-icon{
  border-style: dashed;
}

.divider-before .elementor-divider-separator{
  position: relative;
  left: 22px;
  width: 48px;
}
.divider-before .elementor-divider-separator:before{
  content: '';
  width: 15px;
  position: relative;
  bottom: 0px;
  left: -22px;
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  position: absolute;
}

.footer-menu-icon-cus .menu-item .elementor-item{
  padding-left:16px !important;
}
.footer-menu-icon-cus .menu-item:before{
  content:'';
  border: solid var(--e-global-color-e2488bc);
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  padding: 2px;
  position: absolute;
  top: 40%;
  left: -2px;
  transition:.4s;
}
.footer-menu-icon-cus .menu-item:hover:before,
.footer-menu-icon-cus .current_page_item:before {
  border-color: var(--e-global-color-primary); 
  left: 9px;
}


.footer-menu-icon-cus .menu-item:hover .elementor-item,
.footer-menu-icon-cus .current_page_item .elementor-item{
  padding-left:25px !important;
}

.footer-link, .footer-link:hover{
  color: var(--e-global-color-e2488bc);
}