.elementor-kit-1741{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1741 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#goal-header .elementor-element-6dde442 {
    background-color: #000000 !important;
}

/* Make text white for contrast */
#goal-header .elementor-element-6dde442 .running_inner,
#goal-header .elementor-element-6dde442 strong {
    color: #ffffff !important;
}
/* Sticky header fix */
.main-sticky-header-wrapper {
    background-color: #ffffff !important;
}
/* Main Header Background */
#goal-header .main-sticky-header,
#goal-header .elementor-element[data-id="89812c6"] {
    background-color: #ffffff !important;
}

/* Remove transparent background if applied */
#goal-header {
    background: #ffffff !important;
}

.mobile-marquee {
    background: #000;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    padding: 8px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollMarquee 20s linear infinite;
}

.marquee-content {
    display: flex;
    gap: 20px;
}

.mobile-marquee strong {
    color: #fff;
    font-weight: 600;
}

@keyframes scrollMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Desktop main menu text */
.goal-header .main-menu > nav > div > ul > li > a {
    color: #2b2b2b !important;
}

/* Hover color */
.goal-header .main-menu > nav > div > ul > li > a:hover {
    color: #f0c429 !important;
}

/* Header icons color */
.goal-header i,
.goal-header .icon-shopping-bag,
.goal-header .icon-user,
.goal-header .icon-heart {
    color: #2b2b2b !important;
}

@media (min-width: 768px) { 
.mobile-marquee {
    display: none !important;
}
}
.woocommerce-cart .desktop-marquee,
.woocommerce-checkout .desktop-marquee {
    display: none;
}/* End custom CSS */