/* 
Theme Name: 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 */
.menu-header .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li > a{
  border-bottom: 2px solid transparent;
  border-right: none !important;
}

.menu-header .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li > a:active,
.menu-header .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li > a:hover{
  border-bottom: 2px solid var(--e-global-color-accent);;
}

.menu-header .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li > a:active{
  font-weight: bold;
}

.menu-header .eael-simple-menu {
  background-color: #EAEDF6 !important;
}

.button-retail a.elementor-button {
  background-size: 150% 100%;
  background-position: 100% 0;
  transition: all .5s ease-in-out;
}


.button-retail a.elementor-button:hover {
  background-position: 0 0;
}

.elementor-button-content-wrapper {
  align-items: center;
  justify-content: center;
}

.elementor-icon-box-content {
  padding-top: 12px;
}
/* https://dev.nativapps.com/retailmate/wp-content/uploads/2024/10/icon-question-color.svg */

.box-work .eael-elements-flip-box-padding {
  padding: 20px 15px 0;
}

.box-work .eael-elements-flip-box-padding::before {
  position: absolute;
  top: 15px;
  right: 20px;
  content: url('https://dev.nativapps.com/retailmate/wp-content/uploads/2024/10/icon-question-color.svg ');
}

.box-work .eael-elements-flip-box-front-container,
.box-work .eael-elements-flip-box-rear-container{
  align-items: end !important;
}

.box-work .eael-elements-flip-box-front-container .eael-elements-flip-box-content,
.box-work .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading{
  position: absolute;
  top: 15px;
  left: 20px;
}

.tabs-cases .e-n-tab-title {
  background-image: url('https://dev.nativapps.com/retailmate/wp-content/uploads/2024/10/back-tab-title.png') !important;
  background-size: auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.tabs-cases .e-n-tab-title[aria-selected="false"]:not(:hover){
  opacity: 0.6;
}

.container-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 768px) {
  .container-form {
    flex-direction: row;
    gap: 20px;
  }
}

.w-50 {
  width: 100%;
}

@media (min-width: 768px) {
  .w-50 {
    width: 50%;
  }
}

.form-contact .eael-contact-form-7 {
  width: 100%;
}

.container-form-group {
  width: 100%;
}

.container-form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}

.container-form-group:not(:last-child){
  margin-bottom: 15px;
}

.container-form-group .input-form {
  border: 1px solid #A3A3A3;
  border-radius: 12px;
  padding: 8px 16px 8px 40px;
}

.container-form-group .input-form:focus {
  border: 1px solid var(--e-global-color-primary);
}

.input-without-icon .input-form {
  padding: 8px 16px;
}


.container-form-input {
  position: relative;
}

.container-form-input .wpcf7-not-valid-tip {
  font-size: 12px;
}

.container-form-input i.fa-solid {
  font-size: 16px;
  color: #676767;
  position: absolute;
  left: 15px;
  top: 12px;
  z-index: 9;
}

.container-form-input > p {
  display: flex !important;
}

.container-form-input .wpcf7-form-control-wrap {
  width: 100%;
}

.container-submit-form > p {
  display: flex !important;
  flex-direction: column;
  justify-content: end;
  width: 100%;
}

.input-form-submit{
  padding: 8px 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .container-submit-form > p {
    flex-direction: row;
    justify-content: end;
  }
  .input-form-submit{
    padding: 8px 20px;
    width: auto;
    order: 1;
  }
  
  .container-submit-form .wpcf7-spinner {
    order: 0;
  }
}

