.elementor-kit-6{--e-global-color-primary:#97B38F;--e-global-color-secondary:#C7E5F5;--e-global-color-text:#3D3D3D;--e-global-color-accent:#F5D0C7;--e-global-typography-primary-font-family:"Comfortaa";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Comfortaa";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Comfortaa";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Comfortaa";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Comfortaa", Sans-serif;font-weight:400;line-height:30px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Comfortaa", Sans-serif;color:#FFFFFF;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-text );}.elementor-kit-6 h1{font-family:"Comfortaa", Sans-serif;}.elementor-kit-6 h2{font-family:"Comfortaa", Sans-serif;}.elementor-kit-6 h3{font-family:"Comfortaa", Sans-serif;}.elementor-kit-6 h4{font-family:"Comfortaa", Sans-serif;}.elementor-kit-6 h5{font-family:"Comfortaa", Sans-serif;}.elementor-kit-6 h6{font-family:"Comfortaa", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* 1. Style the 'Proceed to Checkout' Block Button normally */
.wc-block-cart__submit-button, 
.wc-block-components-button {
    background-color: #313639 !important; /* Your dark gray */
    color: #9db294 !important;           /* Your brand green text */
    padding: 18px 30px !important;
    border-radius: 50px !important;      /* Maximum roundness for pill shape */
    text-decoration: none !important;    /* Removes underline */
    border: none !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
}

/* 2. Style the HOVER state for the Block Button */
.wc-block-cart__submit-button:hover,
.wc-block-components-button:hover {
    background-color: #9db294 !important; /* Turns green on hover */
    color: #ffffff !important;           /* Text turns white on hover */
    text-decoration: none !important;    /* Double check underline is gone */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    transform: translateY(-1px);
}

/* 3. Specifically target the text inside the button to remove underlines */
.wc-block-cart__submit-button span,
.wc-block-components-button span {
    text-decoration: none !important;
}
/* =========================================
   1. GLOBAL FONT RESET (Comfortaa)
   ========================================= */
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-info, 
.woocommerce-Message, 
.woocommerce-message, 
.woocommerce-error,
.woocommerce-info a.button, 
.woocommerce-Message a.button,
.woocommerce-MyAccount-content a.button,
.learndash-wrapper *,
.wc-block-components-button {
    font-family: 'Comfortaa', cursive !important;
}

/* =========================================
   2. GLOBAL ACCOUNT & INFO BOXES 
   ========================================= */
.woocommerce-info, 
.woocommerce-Message, 
.woocommerce-message, 
.woocommerce-error {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 25px 30px !important;
    background-color: #f9f9f9 !important;
    border: none !important;
    border-top: 4px solid #9db294 !important; 
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 16px !important;
}

/* Remove broken icons */
.woocommerce-info::before, 
.woocommerce-Message::before, 
.woocommerce-message::before {
    display: none !important;
}

/* =========================================
   3. UNIFIED BUTTON STYLES (Green -> Dark Gray)
   ========================================= */
.woocommerce-info a.button, 
.woocommerce-Message a.button, 
.woocommerce-MyAccount-content a.button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button {
    background-color: #9db294 !important; 
    color: #ffffff !important;           
    padding: 14px 35px !important;
    border-radius: 50px !important;      
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    line-height: 1.2 !important;
    text-align: center !important;
    border: none !important;
    min-width: 170px;
    letter-spacing: 0.5px;
}

.woocommerce-info a.button:hover, 
.woocommerce-Message a.button:hover, 
.woocommerce-MyAccount-content a.button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-components-button:hover {
    background-color: #313639 !important; 
    color: #9db294 !important;           
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* =========================================
   4. MY ACCOUNT SIDEBAR NAVIGATION
   ========================================= */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #313639 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 17px !important;
    transition: 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #9db294 !important;
}

/* =========================================
   5. LEARNDASH PROFILE & ALIGNMENT
   ========================================= */
.learndash-wrapper .ld-profile-summary, 
.learndash-wrapper .ld-course-list,
.lefty .learndash-wrapper {
    margin-left: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
}

.learndash-wrapper .ld-progress-bar .ld-progress-bar-percentage {
    background-color: #9db294 !important;
}

.learndash-wrapper .ld-login-modal-login,
.learndash-wrapper .ld-login-modal-register {
    text-align: left !important;
    margin-left: 0 !important;
}

/* =========================================
   6. MISC CLEANUP
   ========================================= */
header [class*="cart__toggle"] {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}/* End custom CSS */