/* 
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 */

html,
body {
  overflow-x: hidden;
}

._rq-form #html-1 p {
  font-size: 12px;
  margin: -10px 0px;
  color: #6b7280;
}

._rq-form label {
  font-family: "Inter", Sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 2em !important;
}

._rq-form form input,
._rq-form form textarea {
  border-radius: 5px !important;
  padding: 12px 10px !important;
}

._rq-form button {
  width: 100% !important;
  font-family: "Inter", Sans-serif !important;
  font-size: 12px !important;
  border-radius: 50px !important;
  padding: 12px !important;
}

/* _rq-form */

._rq-form .forminator-error-message {
  display: none !important;
}

/* menu */

.desktop_menu .eael-simple-menu-container {
  min-height: auto !important;
}

/* mobile menu */

@media screen and (max-width: 1024px) {
  ._mobile_nav ul#menu-main-1 {
    background: #ffffff !important;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;

    width: 200px !important;

    right: 0px !important;

    background: #ffffff !important;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;

    border: 1px solid #dfdedb !important;

    border-radius: 12px;

    overflow: hidden;

    z-index: 1000;

    /* top: 30px; */
  }

  ._mobile_nav ul#menu-main-1 li a {
    font-size: 16px !important;

    font-weight: 600 !important;

    line-height: 50px !important;
  }

  ._mobile_nav ul#menu-main-1 .eael-simple-menu-indicator-open {
    border: 1px solid #dfdedb !important;
  }

  ._mobile_nav ul#menu-main-1 .eael-simple-menu-indicator-open svg {
    fill: #363636 !important;
  }
}

.select2-selection__rendered {
  padding: 12px !important;
  border-radius: 5px !important;
}

.forminator-select-dropdown-container--open .forminator-select-dropdown {
  box-shadow: 0px 0px 10px #dfdfdf;
  border-radius: 5px;
}

.e-n-accordion-item-title[aria-expanded="true"]:hover
  .e-n-accordion-item-title-text {
  color: #2c4f85 !important;
}

.e-n-accordion-item-title[aria-expanded="true"]:hover
  .e-n-accordion-item-title-icon
  svg {
  fill: #2c4f85 !important;
}

._box_icon_text a {
  color: #0e0e0e !important;
}
