a.wp-block-button__link.wp-element-button {
    color: white !important;
}

body{
	overflow-x : hidden !important;
}

/*.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
  background-color: #fff !important;
	color: #000
}*/

.woocommerce-ResetPassword.lost_reset_password p {
  color: white !important;
}

body:not(.learndash-cpt-sfwd-quiz).elementor-kit-7 button,
body:not(.learndash-cpt-sfwd-quiz).elementor-kit-7 input[type="button"],
body:not(.learndash-cpt-sfwd-quiz).elementor-kit-7 input[type="submit"],
body:not(.learndash-cpt-sfwd-quiz).elementor-kit-7 .elementor-button {
  background-color: #fff !important;
  color: #000;
}


a.ld-accordion__item-title.ld-accordion__item-title--lesson {
    text-decoration: none;
}

a.wp-block-file__button.wp-element-button {
    color: #fff !important;
}

a.wp-block-button__link.wp-element-button {
    text-decoration: none;
}

a.wp-block-file__button.wp-element-button {
    text-decoration: none;
}

a#wp-block-file--media-e12d7bf1-ce75-4a69-b4ec-aef72875a5d8 {
    display: none;
}

.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary{
	margin-top: 10px !important;
}


.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1{
	margin: 0 0 1em;
}
.ld-button{
	color:#235af3 !important;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  flex-grow: 0 !important;
}

/* ========Login Form=========== */

/* Elementor widget centering */
.elementor-element.elementor-element-4c46832.elementor-widget__width-inherit.elementor-widget.elementor-widget-shortcode {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Input text color */
.woocommerce-Input--text {
    color: #000000 !important;
}
/* Form container styling with border and background */
.woocommerce-form-login {
   background: linear-gradient(135deg, #0B0C10 0%, #1F4068 50%, #C7D3ED 100%) !important;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.3), 0 0 5px rgba(255, 0, 191, 0.5);
    width: 100%;
    max-width: 600px !important;
    margin: 20px;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    animation: fadeIn 0.5s ease-out;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    width: 400px;
}

/* Fade-in animation for form */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Form row styling */
.woocommerce-form-row {
    margin-bottom: 1rem;
    position: relative;
}

/* Label styling */
.woocommerce-form-row label {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #a0aec0;
    margin-bottom: 0.4rem;
}

/* Required field indicator */
.required {
    color: #e53e3e;
}

/* Hide screen reader text */
.screen-reader-text {
    display: none;
}

/* Input field styling */
.woocommerce-Input--text {
    width: 100%;
    padding: 0.7rem;
    border: none;
    border-radius: 5px;
    font-size: 0.95rem;
    color: black !important;
    background-color: #4a5568;
    transition: background-color 0.3s ease;
}

.woocommerce-Input--text:focus {
    outline: none;
    background-color: #718096;
}

/* Password input wrapper */
.password-input {
    position: relative;
    display: flex;
    align-items: center;
}

/* Show password button */
.show-password-input {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    color: #00ffff;
    padding: 0.5rem;
}

.show-password-input:hover {
    color: #00cccc;
}

/* Checkbox styling */
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #a0aec0;
    margin-bottom: 1rem;
}
.woocommerce form .form-row label{
	color: white !important;
}
/* 🏷️ Heading */
.elementor-element-4c46832 .woocommerce h2 {
  color: #fff;
  font-family: 'Gagalin', sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.woocommerce-form__input-checkbox {
    margin-right: 0.5rem;
    accent-color: #00ffff;
}

/* Submit button styling with glow effect */
.woocommerce-form-login__submit {
    width: 100%;
    padding: 0.8rem;
    background: #00ffff;
    color: #1a202c;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, inset 0 0 10px #00ffff;
}

.woocommerce-form-login__submit:hover {
    background: #00cccc;
    box-shadow: 0 0 15px #00cccc, 0 0 25px #00cccc, inset 0 0 15px #00cccc;
    transform: translateY(-2px);
}

/* Lost password and signup links with magenta accent */
.woocommerce-LostPassword a,
p.form-row a {
    color: #ff00bf;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.woocommerce-LostPassword a:hover,
p.form-row a:hover {
    color: #cc0099;
    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 480px) {
    .woocommerce-form-login {
        padding: 1.5rem;
        max-width: 90%;
    }
}






























.woocommerce-tabs.wc-tabs-wrapper,span.posted_in{
	display : none;
}


body.wp-singular.product-template-default.single.single-product.postid-3781.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce.woocommerce-page.woocommerce-js.theme-default.elementor-default.elementor-kit-7.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit , body.archive.post-type-archive.post-type-archive-product.logged-in.admin-bar.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce-shop.woocommerce.woocommerce-page.woocommerce-js.theme-default.elementor-default.elementor-kit-7.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit,body.wp-singular.page-template-default.page.page-id-3777.logged-in.admin-bar.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce-cart.woocommerce-page.woocommerce-js.theme-default.elementor-default.elementor-kit-7.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit,
body.wp-singular.page-template-default.page.page-id-4540.logged-in.admin-bar.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce-js.theme-default.elementor-default.elementor-kit-7.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit,body.wp-singular.page-template-default.page.page-id-3778.logged-in.admin-bar.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce-checkout.woocommerce-page.woocommerce-js.theme-default.elementor-default.elementor-kit-7.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit{
    margin-top: 12% !important;
}


/* Ensure input is initially empty and styled */
.ldgr_group_name input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    caret-color: #007bff;
    value: ''; /* CSS attempt to override (limited effect) */
}

.woocommerce-LostPassword a,
.woocommerce-LostPassword a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
	text-align : center;
}
p.woocommerce-LostPassword.lost_password {
    text-align: center;
}




body.archive.post-type-archive.post-type-archive-product.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce-shop.woocommerce.woocommerce-page.woocommerce-js.theme-default.elementor-default.elementor-kit-7.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit,body.wp-singular.product-template-default.single.single-product.postid-3781.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce.woocommerce-page.woocommerce-js.theme-default.elementor-default.elementor-kit-7.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit,body.wp-singular.page-template-default.page.page-id-3777.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce-cart.woocommerce-page.woocommerce-js.theme-default.elementor-default.elementor-kit-7.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit,body.wp-singular.page-template-default.page.page-id-3778.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce-checkout.woocommerce-page.woocommerce-js.theme-default.elementor-default.elementor-kit-7.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit{
	margin-top : 12% !Important;
}

body.wp-singular.page-template-default.page.page-id-4540.logged-in.wp-embed-responsive.wp-theme-hello-elementor.wp-child-theme-hello-elementor-child-FT.theme-hello-elementor.woocommerce-js.theme-default.elementor-default.elementor-kit-7.e--ua-isTouchDevice.e--ua-blink.e--ua-chrome.e--ua-webkit{
	margin-top : 12% !Important;
}



.wpmenucart-icon-shopping-cart-0,
.wpmenucart-contents i {
    color: white !important;
    font-size: 36px !important;
}

.wpmenucart-contents {
    position: relative !important;
    display: inline-block !important;
}

.wpmenucart-contents .cartcontents {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    background: white !important;
    color: #333 !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    padding: 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    z-index: 10 !important;
}
