/* 
Theme Name: Charge Supply 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
*/
/* Define CSS Variables */
:root {
    --secondary-yellow-color: #DDBA17;
    --theme-color: #05C181;
    --Primary-text: #101828;
    --text-color: #667085;
    --black-color: #000000;
    --white-color: #ffffff;
    --secondary-blue-color: #1C3349;
	--text-gradient: linear-gradient(90deg, #05C181 0%, #ABDC80 100%);
}
body {
    margin-top: 60px;
	  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
html body ul li {
    list-style: none;
}
.slider-brands .elementor-swiper-button {
    background: #f7f7f7;
    filter: blur(20px);
    -webkit-filter: blur(20px);
}
.green-text,  ul li a:hover, ul li.current-menu-item a, .elementor-location-footer a:hover {
      background: var(--text-gradient) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

textarea {
    resize: none;
}
/** tab css here ***/
.Our-appraoch .e-n-tabs-heading button span.e-n-tab-title-text {
    white-space: normal;
    flex-direction: column;
    align-items: flex-start;
    color: #1C3349;
    padding: 0;
    border-radius: 0 !important;
}
.Our-appraoch .e-n-tabs-heading button span.e-n-tab-title-text h3 {
    font-size: 24px;
	 color: #1C3349;
}
.Our-appraoch .e-n-tabs-heading {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.Our-appraoch .e-n-tabs-heading button:hover {
    border-radius: 0px !important;
}
.Our-appraoch .e-n-tabs-heading button {
    width: auto !important;
    display: grid;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    border-bottom: 6px solid transparent;
	margin: 10px 0 !important;
}
.Our-appraoch .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    border-bottom: 6px solid transparent;
}
.Our-appraoch .e-n-tabs-heading button span.e-n-tab-title-text p {
    font-weight: 400;

}
.Our-appraoch .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #05C181 0%, #ABDC80 100%);
}
.Our-appraoch .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] h3 {
    background: var(--text-gradient) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}
.elementor-location-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 1;
    background: #fff;
    transition: 0.3s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.Our-appraoch .e-n-tabs-heading .e-n-tab-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #E4E7EC;
}
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
    outline: 0;
}
@media (max-width: 991px){
	.Our-appraoch .e-n-tabs-heading {
  	  grid-template-columns: 1fr;
	  gap: 0;
   }
	.Our-appraoch .e-n-tabs-heading button span.e-n-tab-title-text h3 {
  	  font-size: 20px;
		 color: #1C3349;
	}

	.Our-appraoch  .e-n-tabs {
		gap: 0;
		flex-direction: column-reverse;
	}
}
