/**
Theme Name: GrowOnDaily
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growondaily
Template: astra
*/



*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
	
    scroll-behavior: smooth;
}
section,
[id] {
  scroll-margin-top: 100px !important;
}
body {
    font-family: inherit;
}

a{
    text-decoration: none ;
    color: inherit;
}

ul,
ol {
    list-style: none;
}


/* Remove focus outline for mouse interaction */
:focus:not(:focus-visible) {
    outline: none;
}

a:hover,
a:focus {
    color: inherit;
}

/* Optional: remove box-shadow if theme adds it */

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}
.header-menu a[href="#"] {
    cursor: default;
}
.pt-0 > div , .pt-0{
    padding-top: 0 !important;
}

.pb-0>div, .pb-0 {
    padding-bottom: 0 !important;
}

.full-image a,
.full-width-btn a {
    width: 100% !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.fw-200 .menu-link,
.fw-200 .elementor-icon-list-item .elementor-icon-list-text, .fw-200 .elementor-heading-title , .fw-200 a ,  .fw-200{
    font-weight: 200 !important;
}

.fw-300 .menu-link,
.fw-300 .elementor-icon-list-item .elementor-icon-list-text, .fw-300 .elementor-heading-title , .fw-300 a ,  .fw-300{
    font-weight: 300 !important;
}
.fw-400 .menu-link,
.fw-400 .elementor-icon-list-item .elementor-icon-list-text, .fw-400 .elementor-icon-box-title, .fw-400 li {
    font-weight: 400 !important;
}
.fw-500 .menu-link,
.fw-500 .elementor-icon-list-item .elementor-icon-list-text, .fw-500 .elementor-heading-title , .fw-500 a ,  .fw-500 p{
    font-weight: 500 !important;
}
.fw-600 .menu-link,
.fw-600 .elementor-icon-list-item .elementor-icon-list-text, .fw-600 .elementor-heading-title , .fw-600 a{
    font-weight: 600 !important;
}
.fw-700 .menu-link,
.fw-700 .elementor-icon-list-item .elementor-icon-list-text, .fw-700 .elementor-heading-title , .fw-700 a ,  .fw-700{
    font-weight: 700 !important;
}

.sticky-header {
    position: fixed !important;
    width: 100% !important;
    transition: all 0.3s;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    display: flex !important;
    z-index: 9999 !important;
}

.sticky-header.active,
.single-product .sticky-header,
.archive .sticky-header,
.error404 .sticky-header {
     background-color: #EDEAE4 !important;
    backdrop-filter: blur(17px);
	  -webkit-backdrop-filter: blur(17px);
}

.sticky-header >.e-con-inner {
	transition: all 0.3s;}

.sticky-header.active>.e-con-inner {
    transition: all 0.3s;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.sticky-header.active .header-logo img,
.sticky-header.active .header-menu-icon img, .error404 .sticky-header .header-logo img{
    filter: brightness(0) invert(1);
}
.sticky-header .header-top{
	transition: all 0.3s;
}
.header-logo-dark, .sticky-header.active .header-logo-white{
	display: none !important;
} 
.sticky-header.active .header-logo-dark{
	display: block !important;
} 

@media(min-width:1200px){
	.sticky-header.active .header-menu nav > ul:not(.sub-menu) > li > .menu-link, .error404 .sticky-header .header-menu nav > ul:not(.sub-menu) > li > .menu-link {
    color: #fff !important;
}
	.sticky-header.active .sub-arrow svg path,  .error404 .sticky-header .sub-arrow svg path, .error404 .sticky-header  .elementor-menu-toggle svg path{
	fill: #fff !important;
	stroke: #fff !important;
}
}
.sticky-header.active .elementor-menu-toggle svg path{
	fill: #fff !important;
	stroke: #fff !important;
}

.text-canter .elementor-counter-title {
    text-align: center;
}
.header-menu .sub-menu{
	min-width: 246px !important ;
	padding: 10px 14px !important;
}
.header-menu .sub-arrow {
    margin: 0 !important;
    padding: 0 10px;
	transition: all 0.3s !important;
}
.header-menu:hover .menu-item:hover a .sub-arrow {
    transform: rotate(90deg);
}
.header-menu .sub-menu .menu-link {
    border: none !important;
    text-align: center !important;
    justify-content: center;
}
.header-menu .sub-menu li.menu-item a, .header-menu .sub-menu li.menu-item:hover a:hover {
    border-radius: 0 !important;
    margin: 0;
}
.elementor-kit-9 a,
body .footer-text a:hover {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.overflow-hidden {
    overflow: hidden !important;
}

.space-between ul.elementor-icon-list-items {
    gap: 20px;
    justify-content: space-between !important;
}

.h-100 {
    height: 100% !important;
}

.italic-style .elementor-icon-list-text,
.span-color.italic span,
.italic {
    font-style: italic !important;
}

.span-color span,
.color-bold b,
.span-color {
    color: var( --e-global-color-primary ) !important;
}

.bold-text .elementor-icon-list-text, .bold-text{
    font-weight: 800 !important;
}
.banner-list .bold-text {
font-size: 18px !important;	
}
.fw-400 p {
    font-weight: 400 !important;
}

.text-300 .elementor-icon-box-description {
    font-weight: 300 !important;
}
.uppercase h4{
	text-transform: uppercase;
}
.text-300 .elementor-icon-box-description {
    font-weight: 300 !important;
}

.fw-600 .elementor-button-text {
    font-weight: 600 !important;
}

.common-list ul,
.privacy-policy ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.common-list ul>li:not(:last-child),
.privacy-policy ul>li:not(:last-child) {
    margin-bottom: 10px;
}
.add-space ul>li:not(:last-child){
	margin-bottom: 20px;
}

.privacy-policy.last-child ul>li:last-child {
    margin-bottom: 10px;
}

.common-list.yellow li::marker {
    color: var(--e-global-color-primary) !important;
}

.privacy-policy ul>li:not(:last-child) {
    margin-bottom: 8px;
}

.terms-conditions h1,
.privacy-policy h1 {

    margin-bottom: 20px;
}

body .privacy-policy h2 {

}

.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
    
    margin: 40px 0 15px;
}

.family-one a,
.family-one p,
.family-one li,
.family-one .elementor-icon-list-text {
    font-family: var(--e-global-typography-2e313f3-font-family), Sans-serif !important;
}
.custom-btn a {
	min-width: 265px;
}
.smoooth-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.custom-btn .elementor-button:hover svg, .custom-btn .elementor-button:focus svg, .custom-btn .elementor-button:focus svg path , .custom-btn .elementor-button:hover svg path {
    fill: transparent;
    stroke: var( --e-global-color-primary );
}
/* banner sec */
.banner-center-box{
	margin-top: auto !important;
	margin-bottom: -90px;
}
.banner-bottom-box{
	margin-top: auto !important;
	margin-left: auto !important;
}
/* ./banner sec */
.custom-btn.verson-2 .elementor-button .elementor-button-text, .custom-btn.verson-2 .elementor-button .elementor-button-icon{
	transition: all 0.3s;
}
.custom-btn.verson-2 .elementor-button:hover .elementor-button-text{
transform: translatex(5px);
}
.custom-btn.verson-2 .elementor-button .elementor-button-icon{
	padding-left: 5px;
}
.custom-btn.verson-2 .elementor-button:hover .elementor-button-icon{
transform: rotate(-45deg);
}
.custom-btn.verson-2 .elementor-button:focus svg path , .custom-btn.verson-2 .elementor-button:hover svg path {
    fill: transparent;
    stroke:var( --e-global-color-939e2e0 );
}
/* media */

@media(max-width: 768px){
	.custom-btn a {
	min-width: 180px;
}
	.banner-center-box{
	margin-top: auto !important;
	margin-bottom: 0;
}
}