/* 
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 Bteam of Ketamine Media
Author: Md Forid Uddin
Author URI: https://www.facebook.com/foriduddin.dev
Template: hello-elementor
Version: 1.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
*/

/* =====================================================================
  * Body Custom Css Code 
  * =====================================================================
  */
body .elementor-widget-html .elementor-widget-container :where(ul, ol),
body .elementor-widget-text-editor .elementor-widget-container :where(ul, ol),
body .elementor-widget-theme-post-content .elementor-widget-container :where(ul, ol) {
    margin-bottom: 0.9rem;
}

body .elementor-widget-text-editor .elementor-widget-container :last-child,
body .elementor-widget-html .elementor-widget-container :last-child,
body .elementor-widget-theme-post-content .elementor-widget-container :last-child {
    margin-bottom: 0px;
}

body .elementor-widget-html .elementor-widget-container :where(ul, ol) li:not(:last-child),
body .elementor-widget-text-editor .elementor-widget-container :where(ul, ol) li:not(:last-child),
body .elementor-widget-theme-post-content .elementor-widget-container :where(ul, ol) li:not(:last-child) {
    margin-bottom: 8px;
}

body .elementor-widget-text-editor.no-space .elementor-widget-container *:last-child {
    margin-bottom: 0px;
}

body .elementor-widget-heading span.elementor-heading-title,
body .elementor-widget-heading p.elementor-heading-title {
    line-height: 1.4;
}

body .elementor-widget-image-box .elementor-image-box-img img {
  display: inline-block;
}

body .elementor-widget-button .elementor-widget-container {
    width: 100%;
}

body .elementor-widget-button .elementor-button {
    min-width: min(100%, 200px);
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

body .elementor-widget-button .elementor-button:hover {
	transform: translateY(-5px);
}

body .elementor-widget.large--text {
	font-size:125%;
	line-height:1.4em;
}

body .elementor-widget.gradient--text .elementor-heading-title {
	background: linear-gradient(120deg, var(--e-global-color-white) 20%, var(--e-global-color-primary) 40%, var(--e-global-color-white) 60%);
	background-size: 200% auto;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: sweepGreen 5s linear infinite;
}

@keyframes sweepGreen {
	0% {
		background-position: 200% center;
    }
	100% {
		background-position: -200% center;
    }
}

body :where(.elementor-accordion-item, .elementor-toggle-item) .elementor-tab-title.elementor-active {
    background-color: var(--e-global-color-secondary) !important;
}

body .elementor-widget-heading span.elementor-heading-title {
    text-transform: uppercase;
    color: var(--e-global-color-primary);
	font-size:90%;
}

body .elementor-widget-heading .elementor-heading-title span {
	color: var(--e-global-color-primary);
}

@media only screen and (max-width: 767px) {
	body .elementor-widget-heading:not(.skip) .elementor-heading-title br {
        display: none;
    }
}

body .banner--overlay {
	
}

body .banner--section {
    isolation: isolate;
}

body .banner--section::after {
    content: "";
    position: absolute;
    pointer-events: none;
	opacity: 65%;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: var(--e-global-color-heading);
    z-index: -1;
}

/* =====================================================================
  * Menu Button Custom Css 
  * =====================================================================
  */
body [data-elementor-type="header"] .menu__button a {
    color: white !important;
    background-color: var(--e-global-color-primary) !important;
    padding: 12px 25px !important;
    margin-left: 15px !important;
	border-radius:8px;
	font-weight: 600!important;
}

body [data-elementor-type="header"] .menu__button a:hover {
    background-color: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-heading) !important;
}

@media only screen and (max-width: 1024px) {
    body [data-elementor-type="header"] .menu__button a {
        margin: 5px !important;
        padding: 8px !important;
    }
}


/* Body Text Custom Css Code End */

/* Treatment Font Size Fix */

.inner__content h2 {
font-size: 26x;
}

.inner__content h3 {
font-size: 24px;
}

.inner__content h4 {
font-size: 20px;
}

.inner__content h5 {
font-size: 18px;
}

.inner__content h6 {
font-size: 16px;
}

@media only screen and (max-width: 1024px) {
.inner__content h2 {
font-size: 24x;
}

.inner__content h3 {
    font-size: 22px;
}

.inner__content h4 {
    font-size: 20px;
}

.inner__content h5 {
    font-size: 18px;
}

.inner__content h6 {
    font-size: 16px;
}

}

@media only screen and (max-width: 767px) {
.inner__content h2 {
font-size: 22px;
}

.inner__content h3 {
    font-size: 20px;
}

.inner__content h4 {
    font-size: 18px;
}

.inner__content h5 {
    font-size: 16px;
}

.inner__content h6 {
    font-size: 14px;
}

}

/* Treatment Font Size Fix End */