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

.mainNavRow.elementor-nav-menu__align-start .elementor-nav-menu {
    width: 100%;
    justify-content: space-between;
  }
  .mainHeaderRow .elementor-widget-icon-box a {
    color: #082644;
  }
  .mainNavRow.elementor-nav-menu__align-start .elementor-nav-menu::after {
    display: none !important;
  }
  .heroFormBox .gform_wrapper form .gform-body.gform_body input[type="text"] {
    border: none;
    border-radius: 4px;
    padding: 14px 15px;
    height: auto;
    line-height: 1.5;
    font-size: 14px;
  }
  .heroFormBox .gform_wrapper form .gform-body.gform_body input[type="email"] {
    border: none;
    border-radius: 4px;
    padding: 14px 15px;
    height: auto;
    line-height: 1.5;
    font-size: 14px;
  }
  .heroFormBox .gform_wrapper form .gform-body.gform_body input[type="tel"] {
    border: none;
    border-radius: 4px;
    padding: 14px 15px;
    height: auto;
    line-height: 1.5;
    font-size: 14px;
  }
  .gform_fields {
    -moz-column-gap: 12px !important;
    column-gap: 12px !important;
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }
  .checkboxDesign .gfield_label {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
  }
  .checkboxDesign .gfield_label .gfield_required {
    display: none;
  }
  .checkboxDesign .ginput_container_checkbox label {
    color: #FFF;
    font-size: 13px;
    letter-spacing: 0.2px;
  }
  .checkboxDesign .ginput_container_checkbox input[type="checkbox"] {
    border: none;
    border-radius: 3px;
    width: 18px;
    height: 18px;
  }
  .heroFormBox .gform_wrapper form .gform_footer .gform_button.button {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: #ED1C24 !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 18px 35px 18px 35px !important;
  }
  .heroFormBox .gform_wrapper form .gform_footer .gform_button.button:hover {
    color: #082644 !important;
    background-color: #FFF !important;
  }
  .homeWhyChoose {
    width: 100% !important;
  }
  .homeWhyChoose .elementor-tabs {
    width: 100% !important;
  }
  .homeWhyChoose .elementor-tabs .elementor-tabs-wrapper {
    width: 30% !important;
  }
  .homeWhyChoose .elementor-tabs .elementor-tabs-wrapper {
    width: 30% !important;
    background: #082644;
  }
  .homeWhyChoose .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    position: relative;
  }
  .homeWhyChoose .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: #ED1C24;
  }
  .homeWhyChoose .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url('http://hibb.dev.mttr.com.au/wp-content/uploads/2024/07/triangle.svg') no-repeat;
    position: absolute;
    right: -4px;
    top: 0;
    z-index: 1;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
  }
  .home-servicesGrid .elementor-widget-image-box .elementor-image-box-content {
    padding: 0 15px;
  }