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

.e-button-base::after {
  content: "";
  display: inline-block; /* Allows the pseudo-element to have width and height */
  width: 36px;
  height: 16px;
 background-image: url('../../uploads/2026/04/left-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px; /* Adds space between the text and the image */
  vertical-align: middle; /* Aligns the image with the text baseline */
}
.callout-qt-btn .e-button-base::before, .callout-cl-btn .e-button-base::before {
	content: "";
  display: inline-block; /* Allows the pseudo-element to have width and height */
  width: 36px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
 /* margin-left: 8px;  Adds space between the text and the image */
  vertical-align: middle; /* Aligns the image with the text baseline */
}
.callout-qt-btn .e-button-base::after, .callout-cl-btn .e-button-base::after {
	content: "";
	background-image: none;
	width: 0px;
  	height: 0px;
}
.green-btn::after {
 background-image: url('../../uploads/2026/04/arrow-green-lg.png')!important; 
}

.green-btn:hover::after {
 background-image:  url('../../uploads/2026/04/left-arrow.png')!important; 
}

.callout-qt-btn .e-button-base::before { background-image:  url('../../uploads/2026/05/qt-icn.png')!important; }
.callout-qt-btn .e-button-base:hover::before { background-image:  url('../../uploads/2026/05/qt-icn-ovr.png')!important; }

.callout-cl-btn .e-button-base::before { background-image:  url('../../uploads/2026/05/cl-icn.png')!important;}
.callout-cl-btn .e-button-base:hover::before { background-image:  url('../../uploads/2026/05/cl-icn.png')!important; }
.callout-cl-btn .e-button-base::after, .callout-qt-btn .e-button-base::after { display: none !important; }
.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0,102, 54, 0.75);
    top: -26%;
    left: -26%;
    background: rgba(252, 14, 15, 0);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(0,102,54, 0.75), 0px 0px 25px 10px rgba(0,102, 54, 0.75);
   }
    20% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
        box-shadow: none;
   }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
   }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 5px 3px rgba(0,102, 54, 0.75), 0px 0px 5px 7px rgba(0,102, 54, 0.75);
   }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
   }
}

.footr-loc ul li:last-child >.elementor-icon-list-text {
  color: green !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{font-family:poppins !important;}