/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
@property --ra-green {
  syntax: '<color>';
  initial-value: #00853f;
  inherits: false;
}

@property --ra-light-green {
  syntax: '<color>';
  initial-value: #91c056;
  inherits: false;
}

body,
header+div {
  overflow-x: hidden;
}

.ra-paragraph-no-margin p {
  margin-bottom: 0 !important;
}

.ra-sticky-header-container {
  width: 100vw !important;
}

@media only screen and (max-width: 600px) {
  .wpforms-container-full .wpforms-form .wpforms-field {
    width: 100% !important;
    margin-left: 0px !important;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 400;
}

header .ra-header-mega-menu :is(.wpr-nav-menu-container, .wpr-nav-menu, .menu-item, .wpr-menu-item) {
  height: 100%;
}

header .ra-header-mega-menu .menu-item {
  position: relative;
}

header .ra-header-mega-menu .menu-item>.wpr-menu-item {
  transition: color 0.3s;
}

header .ra-header-mega-menu .menu-item>.wpr-menu-item:has(+ .wpr-sub-mega-menu.wpr-animate-sub) {
  color: var(--ra-light-green);
}

header .ra-header-mega-menu .wpr-sub-mega-menu {
  width: auto;
  left: -40px;
}

header .ra-header-mega-menu .wpr-sub-mega-menu .wpr-page-list-wrap {
  height: 100%;
  display: flex;
  align-items: stretch;
}

header .wpr-sub-mega-menu .ra-mega-menu-header-list .wpr-page-list-wrap .wpr-page-list {
  justify-content: space-between;
}

header .wpr-sub-mega-menu .ra-mega-menu-header-list .wpr-page-list-wrap .wpr-page-list .wpr-page-list-item,
header .ra-mobile-nav-page-list .wpr-page-list .wpr-page-list-item {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
}

header .ra-mobile-nav-page-list .wpr-page-list {
  gap: 33px;
}

header .ra-mobile-nav-page-list .wpr-page-list .wpr-page-list-item {
  margin: 0 !important;
}

header .ra-mobile-nav-page-list .wpr-page-list .wpr-page-list-item a {
  margin-bottom: 0 !important;
}

header .wpr-sub-mega-menu .ra-mega-menu-header-list .wpr-page-list-wrap .wpr-page-list .wpr-page-list-item .wpr-page-list-item-icon {
  margin-right: 0;
}

header .wpr-sub-mega-menu .ra-mega-menu-header-list .wpr-page-list-wrap .wpr-page-list .wpr-page-list-item .wpr-page-list-item-icon i {
  color: var(--ra-green);
  font-weight: 700;
}

header .ra-mobile-nav-page-list .wpr-page-list .wpr-page-list-item .wpr-page-list-item-icon i {
  color: var(--ra-light-green);
  font-weight: 700;
}

header .ra-nav-mobile-toggle img {
  max-height: 30px;
}

header .ra-header-search:hover .elementor-search-form .elementor-search-form__toggle::after {
  transition: color 0.3s;
  color: var(--ra-light-green);
}

header .ra-header-search:hover .elementor-search-form .elementor-search-form__toggle .e-font-icon-svg-container svg.e-font-icon-svg {
  transition: fill 0.3s;
  fill: var(--ra-light-green);
}

li.wpr-page-list-item.elementor-repeater-item-c310d44.wpr-pointer-none.wpr-pointer-line-fx.wpr-pointer-fx-fade,
li.wpr-page-list-item.elementor-repeater-item-cac848c.wpr-pointer-none.wpr-pointer-line-fx.wpr-pointer-fx-fade,
li.wpr-page-list-item.elementor-repeater-item-e9f8814.wpr-pointer-none.wpr-pointer-line-fx.wpr-pointer-fx-fade,
li.wpr-page-list-item.elementor-repeater-item-2d84841.wpr-pointer-none.wpr-pointer-line-fx.wpr-pointer-fx-fade,
li.wpr-page-list-item.elementor-repeater-item-d3a3442.wpr-pointer-none.wpr-pointer-line-fx.wpr-pointer-fx-fade {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  justify-content: flex-end;
}
.chart-card .apexcharts-tooltip-text {
    color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .ra-nav-mobile-dropdown {
    display: none;
  }

  body.postid-14904 .ra-nav-mobile-dropdown {
    display: flex;
  }
}

/* Graident button hover tranisiton */
.ra-gradient-button a.elementor-button {
  background: linear-gradient(90deg, var(--ra-green), var(--ra-light-green));
  transition: --ra-light-green 0.3s;
}

.ra-gradient-button a.elementor-button:hover {
  --ra-light-green: #00853f;
}

/* dev */
/* .wpr-sub-mega-menu {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1000 !important;
} */

@media screen and (min-width: 768px) {
  .ra-middle-divide::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: var(--ra-light-green);
    transform: translateX(-50%);
    z-index: 1;
  }
}

.ra-infobox-flex .elementor-widget-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ra-checkbox-bullets .elementor-widget-container {
  display: flex !important;
  flex-direction: row;
  gap: 20px !important;
}

body .ra-infobox-flex div.ha-infobox.ha-infobox-media-dir-left .elementor-widget-container .ha-infobox-figure,
body .ra-checkbox-bullets div.ha-infobox.ha-infobox-media-dir-left .elementor-widget-container .ha-infobox-figure {
  margin: 0 !important;
}

/* I hate this module */
body[data-elementor-device-mode='tablet'] .ra-infobox-flex.ha-infobox.ha-infobox-media-dir-tablet-left .elementor-widget-container .ha-infobox-figure,
body[data-elementor-device-mode='mobile'] .ra-infobox-flex.ha-infobox.ha-infobox-media-dir-tablet-left .elementor-widget-container .ha-infobox-figure {
  margin-right: 0 !important;
}

body[data-elementor-device-mode='tablet'] .ra-checkbox-bullets .ha-infobox.ha-infobox-media-dir-tablet-left .elementor-widget-container .ha-infobox-figure,
body[data-elementor-device-mode='mobile'] .ra-checkbox-bullets .ha-infobox.ha-infobox-media-dir-tablet-left .elementor-widget-container .ha-infobox-figure {
  margin-right: 0 !important;
}

@media screen and (min-width: 1024px) {
  .ra-infobox-flex .elementor-widget-container {
    gap: 18px;
  }
}

.ra-checkbox-page-list .wpr-page-list {
  gap: 0.75em;
}

.ra-checkbox-page-list .wpr-page-list-item .wpr-page-list-item-icon .e-far-check-circle path {
  stroke: #fff;
  stroke-width: 16px;
}

.page-list-no-hover.ra-page-list-arrow a {
  cursor: default;
}

.ra-page-list-arrow .wpr-page-list-wrap .wpr-page-list .wpr-page-list-item span.wpr-page-list-item-icon i {
  font-weight: 700;
}

@media screen and (min-width: 1025px) {

  .ra-page-list-arrow .wpr-page-list-wrap .wpr-page-list .wpr-page-list-item span.wpr-page-list-item-icon,
  .ra-imagebox-arrow.elementor-widget-image-box .elementor-image-box-title::before {
    transform: translateX(-10px);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
  }

  /* This module is flex reversed, normally icon appears first.
  * Target icon when text after it is hovered
  */
  .ra-page-list-arrow .wpr-page-list-wrap .wpr-page-list .wpr-page-list-item span.wpr-page-list-item-icon:has(+ div:hover),
  .ra-imagebox-arrow.elementor-widget-image-box .elementor-image-box-title:hover::before {
    transform: translateX(0px);
    opacity: 1;
  }
}

.ra-header-hover-light-green.elementor-widget-heading .elementor-heading-title:hover {
  transition: color 0.3s;
  color: var(--ra-light-green);
}

img.alignright,
img.alignleft {
  max-width: 65%;
  height: auto;
}

ul:has(.cat-item) {
  padding: 0px !important;
}

li.cat-item {
  padding: 8px 0px !important;
  list-style-type: none;
}

.webinar-text .elementor-post__text {
  margin: 0px !important;
  padding: 0px !important;
}

@media (max-width: 1000px) {

  img.alignright,
  img.alignleft {
    max-width: 100%;
    height: auto;
  }
}

.blog_cta_text {
  font-family: \'Poppins\', Sans-serif; 
  font-size: 15px; 
  font-weight: 600; 
  color: rgb(0, 133, 63); 
  display: inline-block;
  margin-top: 20px;
}
