/* 
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 Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* 9. Scrollbar Customization for Synthwave */

.woocommerce-MyAccount-content p:nth-child(3) {
    display: none;
}

#sr-header-bar {
    width: 100%;

    transition: all 0.4s ease;
}

#sr-header-bar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #040c29;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
 z-index:2;
    /* animation effect */
    animation: slideDown 0.4s ease forwards;
	
}

/* @keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
} */



::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #1a0033;
}
::-webkit-scrollbar-thumb {
    background: #ff00ff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ff00ff;
}


.ff-el-group.ff-text-left.ff_submit_btn_wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
}

form#fluentform_1 button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    background:#fff !important;
    color:#000624 !important;
    font-size:20px
    
}
.ff-message-success {
    border: 1px solid #ffffff;
    font-size: 22px;
    color: #fff;
}




/* Menu Container */
#menu-header-menu {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Menu Items */
#menu-header-menu .menu-item {
  position: relative;
}

/* Menu Links - Button Style */
#menu-header-menu .ekit-menu-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
  color: #ffffff;
  background: transparent;
  border: 3px solid;
  border-radius: 15px;
  position: relative;
  transition: all 0.4s ease;
  white-space: nowrap;
	    transform: skew(348deg);
}

/* First Button - JOIN THE SQUAD (Cyan Border) */
#menu-item-81 .ekit-menu-nav-link,
li#menu-item-1022 .ekit-menu-nav-link {
  border-color: #00d9ff;
  color: #00d9ff;
  box-shadow: 
    0 0 15px rgba(0, 217, 255, 0.4),
    inset 0 0 15px rgba(0, 217, 255, 0.1);
}

#menu-item-81 .ekit-menu-nav-link:hover,
li#menu-item-1022 .ekit-menu-nav-link:hover {
  background: rgba(0, 217, 255, 0.1);
  box-shadow: 
    0 0 25px rgba(0, 217, 255, 0.6),
    inset 0 0 20px rgba(0, 217, 255, 0.2);
  transform: translateY(-2px);
}

li#menu-item-876 .ekit-menu-nav-link:hover {
  background: rgba(0, 217, 255, 0.1);
  box-shadow: 
    0 0 25px rgba(0, 217, 255, 0.6),
    inset 0 0 20px rgba(0, 217, 255, 0.2);
  transform: translateY(-2px);
}

/* Second Button - WATCH BUDDIE IN ACTION (Purple Border) */
#menu-item-82 .ekit-menu-nav-link {
  border-color: #8b5cf6;
  color: #ffffff;
  box-shadow: 
    0 0 15px rgba(139, 92, 246, 0.4),
    inset 0 0 15px rgba(139, 92, 246, 0.1);
}

#menu-item-82 .ekit-menu-nav-link:hover {
  background: rgba(139, 92, 246, 0.1);
  box-shadow: 
    0 0 25px rgba(139, 92, 246, 0.6),
    inset 0 0 20px rgba(139, 92, 246, 0.2);
  transform: translateY(-2px);
}

/* Third Button - SHOP MERCH (Purple Border + Italic) */
#menu-item-83 .ekit-menu-nav-link {
  border-color: #a78bfa;
  color: #ffffff;
  font-style: italic;
  box-shadow: 
    0 0 15px rgba(167, 139, 250, 0.4),
    inset 0 0 15px rgba(167, 139, 250, 0.1);
}

#menu-item-83 .ekit-menu-nav-link:hover {
  background: rgba(167, 139, 250, 0.1);
  box-shadow: 
    0 0 25px rgba(167, 139, 250, 0.6),
    inset 0 0 20px rgba(167, 139, 250, 0.2);
  transform: translateY(-2px);
}

/* Line breaks ko handle karna */
#menu-header-menu .ekit-menu-nav-link br {
  display: block;
}

.animation-txt{
    height: 190px;

}
.elementor-menu-cart__product-image.product-thumbnail {
    background: #ffffff;
    border-radius: 8px;
}


/* checkout page css */
/* --- CHECKOUT PAGE SYNTHWAVE DESIGN --- */

/* 1. Main Container & Sidebar */
.wc-block-checkout__main, 
.wc-block-checkout__sidebar {
    background: rgba(20, 20, 40, 0.6) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px !important;
    margin-bottom: 20px;
    color: #fff !important;
}

/* 2. Fieldset and Steps Heading */
.wc-block-components-checkout-step {
    border-bottom: 1px solid rgba(255, 0, 255, 0.2) !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
}

.wc-block-components-checkout-step__title {
    color: #00ffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
    font-family: 'Orbitron', sans-serif;
}

/* 3. Input Fields Styling (Glow Effect) */
.wc-block-components-text-input input, 
.wc-block-components-address-form__country select,
.wc-blocks-components-select__select {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(0, 255, 255, 0.4) !important;
    color: #fff !important;
    border-radius: 5px !important;
    /* padding: 15px !important; */
    transition: all 0.3s ease;
}

/* Input Focus Glow */
.wc-block-components-text-input input:focus,
.wc-blocks-components-select__select:focus {
    border-color: #ff00ff !important;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.4) !important;
    outline: none;
}

/* Floating Labels */
.wc-block-components-text-input label {
    color: rgba(0, 255, 255, 0.7) !important;
}

/* 4. Address Card (Already saved address) */
.wc-block-components-address-card {
    background: rgba(255, 0, 255, 0.05) !important;
    border: 1px solid #ff00ff !important;
    color: #fff !important;
}

.wc-block-components-address-card__edit {
    color: #00ffff !important;
    font-weight: bold;
    text-transform: uppercase;
}

/* 5. Dropdown/Select Arrows */
.wc-blocks-components-select__expand {
    fill: #00ffff !important;
}

/* 6. Notices & Errors (Neon Red/Pink) */
.wc-block-components-notice-banner.is-error {
    background: rgba(255, 0, 0, 0.1) !important;
    border: 1px solid #ff4d4d !important;
    color: #ff4d4d !important;
    box-shadow: 0 0 15px rgba(255, 77, 77, 0.3);
}

.wc-block-components-notice-banner svg {
    fill: #ff4d4d !important;
}

/* 7. Payment Options Section */
.wc-block-checkout__payment-method {
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
    padding: 20px !important;
}

/* 8. Checkout Submit Button (Place Order) */
.wc-block-components-checkout-place-order-button {
    !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.5) !important;
    transition: 0.4s !important;
    background: transparent;
    border: 2px solid #00d9ff !important;
}

.wc-block-components-checkout-place-order-button:hover {
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.7) !important;
    transform: translateY(-3px);
}



/* 10. Apartment toggle link */
.wc-block-components-address-form__address_2-toggle {
    color: #00ffff !important;
    font-size: 12px;
    text-decoration: underline;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large {gap: 22px;}

.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    width: 63%;
}

.wc-block-components-checkout-place-order-button:hover {
    background:#00caef !important;
}
select#billing-country,
select#billing-state{
    background: #070815 !important;
}

/* --- CHECKOUT ORDER SUMMARY SIDEBAR DESIGN --- */

/* 1. Sidebar Container */
.wc-block-checkout__sidebar {
    background: rgba(15, 15, 35, 0.8) !important;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(0, 255, 255, 0.3) !important;
    border-radius: 15px !important;
    padding: 15px !important;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.1) !important;
}

/* 2. Header Title & Price */
.wc-block-components-checkout-order-summary__title-text {
    color: #00ffff !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.wc-block-components-checkout-order-summary__title-price {
    color: #dce133 !important;
    text-shadow: 0 0 10px #dce133;
    font-weight: bold;
}

/* 3. Product Row Styling */
.wc-block-components-order-summary-item {
    border-bottom: 1px solid rgba(0, 255, 255, 0.1) !important;
}

/* Product Image & Quantity Badge */
.wc-block-components-order-summary-item__image {
    border: 2px solid #00ffff !important;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.3);
}

.wc-block-components-order-summary-item__quantity {
    background: #00ffff !important;
    color: #000 !important;
    font-weight: bold !important;
    border: none !important;
}

/* Product Name */
.wc-block-components-product-name {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.4;
}

/* 4. Pricing Details */
.wc-block-components-product-price__value {
    color: #00ffff !important;
}

/* 5. Subtotal & Fee Rows */
.wc-block-components-totals-item__label {
    color: rgba(255, 255, 255, 0.7) !important;
    text-transform: uppercase;
    font-size: 16px;
    color: #00ffff !important;
}

.wc-block-components-totals-item__value {
    color: #00ffff !important;
    font-size: 18px;
}

/* 6. Grand Total Footer Row */
.wc-block-components-totals-footer-item {
    border-top: 2px solid #00ffff !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: #00ffff !important;
    font-weight: bold;
    font-size: 18px;
}

.wc-block-components-totals-footer-item-tax-value {
    color: #01f1f2 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-shadow: 0 0 15px rgba(255, 0, 255, 0.6);
}

/* 7. Coupon Section */
/* 11. Input & Coupon Section */
.wc-block-components-totals-coupon {
    border: 1px dashed #00ffff !important;
    color: #00ffff !important;
    background: rgba(0, 255, 255, 0.05) !important;
    padding: 20px !important;
    font-size: 17px;
}


.wc-block-components-panel__button-icon {
    fill: #01f1f2 !important;
}

/* 8. SVG Icons (Arrows etc.) */
.wc-block-components-checkout-order-summary__title-icon svg {
    fill: #00ffff !important;
}
input#wc-block-components-totals-coupon__input-coupon {
    background: aliceblue !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: transparent;
    color: #fff;
    border: 2px solid #00ffff;
}


.wc-block-components-order-summary.is-large {
    padding: 0px;
}

.wc-block-components-order-summary-item__image {
    width: 80px !important;
    display: flex !important;
    align-items: center !important;
}

.wc-block-components-order-summary-item__image {}

.wc-block-components-order-summary-item__image img {
    max-width: 70px !important;
    width: 70px !important;
}
 h1.entry-title  {
    text-align: center;
    font-size: 62px;
    color: #01e1e4;
}

 .page-header
{
    padding: 80px 0;
}

.woocommerce-checkout h3.wc-block-components-product-name {
        font-size: 20px !important;
        padding-bottom: 10px;
}

.woocommerce-checkout .wc-block-components-product-metadata {
     padding-top: 10px;
}

/* cart page css */
/* 1. Global Background for Cart Page */
.woocommerce-cart  .wp-block-woocommerce-cart {
    color: #ffffff;
    font-family: 'inter', sans-serif; /* Agar available ho */
    padding: 40px 0;
}

/* 2. Cart Table and Items Container */
.woocommerce-cart  .wc-block-cart-items, 
.woocommerce-cart  .wc-block-components-sidebar {
    background: rgba(20, 20, 40, 0.7) !important;
    backdrop-filter: blur(12px);
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
    padding: 20px 20px;
}

/* 3. Table Header Styling */
.woocommerce-cart  .wc-block-cart-items__header th {
    color: #00ffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.2) !important;
    padding: 20px !important;
}

/* 4. Product Name and Links */
.woocommerce-cart  .wc-block-components-product-name, 
.woocommerce-cart  .wc-block-cart-item__wrap a {
    color: #fff !important;
    font-weight: bold !important;

}

.woocommerce-cart  .wc-block-components-product-name:hover {
    color: #c1c136 !important;
 
}

/* 5. Prices Styling */
.woocommerce-cart  .wc-block-components-product-price__value, 
.wc-block-components-totals-footer-item-tax-value {
    color: #dbe234 !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
}




/* 6. Quantity Selector Styling */
.woocommerce-cart .wc-block-components-quantity-selector {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #00ffff !important;
    border-radius: 5px;
}

.woocommerce-cart .wc-block-components-quantity-selector__input {
    color: #fff !important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button {
    color: #00ffff !important;
}

/* 7. Remove Link */
.woocommerce-cart  .wc-block-cart-item__remove-link {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 12px !important;
    text-transform: uppercase;
    transition: 0.3s;
}



/* 8. Sidebar / Totals Styling */
.woocommerce-cart  .wc-block-cart__totals-title {
    color: #00ffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.woocommerce-cart  .wc-block-components-totals-item__label {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* 9. Proceed to Checkout Button */
.woocommerce-cart  .wc-block-cart__submit-button {
    :;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 8px !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.4) !important;
    background: transparent;
    border: 1px solid #00ffff !important;
    color: #fff !important;
    text-decoration: none !important;
}

.woocommerce-cart  .wc-block-cart__submit-button:hover {
    transform: scale(1.02);
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.6) !important;
}


/* 11. Input & Coupon Section */
.woocommerce-cart  .wc-block-components-totals-coupon {
    border: 1px dashed #00ffff !important;
    color: #00ffff !important;
    background: rgba(0, 255, 255, 0.05) !important;
    padding: 20px !important;
    font-size: 17px;
}

/* 12. Cart Item Image Glow */
.woocommerce-cart  .wc-block-cart-item__image img {
    border: 2px solid rgba(255, 0, 255, 0.3);
    border-radius: 8px;
    transition: 0.3s;
}


.woocommerce-cart  input#wc-block-components-totals-coupon__input-coupon {
    background: aliceblue !important;
}

.woocommerce-cart  button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: transparent;
    color: #fff;
    border: 2px solid #00ffff;
}
.woocommerce-cart .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    border: 0;
}

/* my account */

/* --- MY ACCOUNT PAGE SYNTHWAVE DESIGN --- */

/* 1. Layout Container */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px;
    color: #fff !important;
}

/* 2. Navigation Sidebar */
.woocommerce-MyAccount-navigation {
    flex: 1 1 250px;
    background: rgba(15, 15, 35, 0.8) !important;
    border-left: 4px solid #ff00ff;
    padding: 20px !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: -5px 0 15px rgba(255, 0, 255, 0.2);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation-link {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 12px 20px;
    color: #00ffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Active & Hover Tabs */
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
    background: rgba(0, 255, 255, 0.1);
    border-color: #00ffff;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
    transform: translateX(5px);
    color: #fff !important;
}

/* 3. Main Content Area */
.woocommerce-MyAccount-content {
    flex: 3 1 600px;
    background: rgba(20, 20, 40, 0.7) !important;
    padding: 40px !important;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
}

/* Greetings & Bold Text */
.woocommerce-MyAccount-content p strong {
    color: #ff00ff;
    text-shadow: 0 0 8px rgba(255, 0, 255, 0.6);
}

/* Content Links */
.woocommerce-MyAccount-content a {
    color: #00ffff !important;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dashed #00ffff;
    transition: 0.3s;
}

.woocommerce-MyAccount-content a:hover {
    color: #ff00ff !important;
    border-bottom-color: #ff00ff;
    text-shadow: 0 0 10px #ff00ff;
}

/* 4. Logout Link Special Style */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #ff4d4d !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    border-color: #ff4d4d;
    box-shadow: 0 0 15px rgba(255, 77, 77, 0.4);
    background: rgba(255, 77, 77, 0.1);
}

/* 5. Responsive Fix */


/* --- NEW PRODUCT BLOCK SYNTHWAVE DESIGN --- */

/* 1. Grid Container Fix */
.wc-block-grid__products {
  
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
}

/* 2. Individual Product Card */
.wc-block-grid__product {
    background: rgba(20, 20, 40, 0.7) !important;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 15px;
    padding: 20px !important;
    text-align: center;
    transition: all 0.4s ease !important;
    position: relative;
    overflow: hidden;
	border:0px!important;
}

.wc-block-grid__product:hover {
    transform: translateY(-8px);
    border-color: #00ffff;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
}

/* 3. Sale Badge (Glow Style) */
.wc-block-grid__product-onsale {
    background: linear-gradient(45deg, #ff00ff, #8000ff) !important;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px !important;
    border-radius: 5px !important;
    padding: 5px 12px !important;
    box-shadow: 0 0 10px #ff00ff;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

/* 4. Product Image */
.wc-block-grid__product-image img {
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.wc-block-grid__product:hover .wc-block-grid__product-image img {
    transform: scale(1.05);
}

/* 5. Product Title */
.wc-block-grid__product-title {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

/* 6. Price Styling */
.wc-block-grid__product-price {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.wc-block-grid__product-price ins {
    color: #ff00ff !important;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 0, 255, 0.6);
}

.wc-block-grid__product-price del {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 14px;
    margin-right: 8px;
}

/* 7. Add to Cart Button (Synthwave Gradient) */
.wc-block-grid__product-add-to-cart a {
    background: linear-gradient(135deg, #ff00ff, #00ffff) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px;
    display: block;
    transition: 0.3s !important;
}

.wc-block-grid__product-add-to-cart a:hover {
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.6) !important;
    transform: scale(1.02);
}
.sr-membership-pst .elementor-shortcode {
    background: #f0f8ff00;
    min-width: 110px;
    border: 1px solid #00d9ff;
    padding: 8px 13px;
    border-radius: 10px;
    text-align: center;
    color: #00d0f5;
    font-size: 14px;
    font-weight: 600;
}

/* 8. Link Reset */
.wc-block-grid__product-link {
    text-decoration: none !important;
}

/* --- PMPRO MEMBERSHIP CHECKOUT SYNTHWAVE DESIGN --- */

/* 1. Main Card Styling */
.pmpro_card {
    background: rgba(15, 15, 35, 0.8) !important;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(0, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    margin-bottom: 30px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

/* 2. Titles & Headings */
.pmpro_card_title, .pmpro_form_heading {
    background: rgba(0, 255, 255, 0.05) !important;
    color: #00ffff !important;
    padding: 20px !important;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.2) !important;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

/* 3. Level Info Highlight (Dink Squad) */
.pmpro_level_name_text strong {
    color: #ff00ff !important;
    font-size: 1.2em;
    text-shadow: 0 0 10px #ff00ff;
}

.pmpro_level_cost_text p {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px !important;
    border-left: 4px solid #00ffff;
}

/* 4. Form Fields & Inputs */
.pmpro_form_label {
    color: rgba(0, 255, 255, 0.8) !important;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
    margin-bottom: 8px !important;
    display: block;
}

.pmpro_form_input {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 0, 255, 0.3) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 12px !important;
    transition: all 0.3s ease !important;
}

.pmpro_form_input:focus {
    border-color: #00ffff !important;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.4) !important;
    outline: none;
}

/* 5. Password Toggle Button */
.pmpro_btn-password-toggle {
    color: #00ffff !important;
    background: transparent !important;
    border: 1px solid rgba(0, 255, 255, 0.3) !important;
    margin-top: 10px !important;
    font-size: 11px !important;
}

.pmpro_btn-password-toggle:hover {
    background: rgba(0, 255, 255, 0.1) !important;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}

/* 6. Already have an account / Actions */
.pmpro_card_actions {
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 20px !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.6) !important;
    border-top: 1px solid rgba(255, 0, 255, 0.2) !important;
}

.pmpro_card_actions a {
    color: #ff00ff !important;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 0 5px #ff00ff;
}

.pmpro_card_actions a:hover {
    text-decoration: underline;
    color: #00ffff !important;
}

/* 7. Column Layout Fix */
.pmpro_cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Asterisk (Required) */
.pmpro_asterisk {
    color: #ff00ff !important;
}


/* --- DATE OF BIRTH SELECT FIELDS DESIGN --- */

/* 1. Labels styling */
.pmpro_form_field label {
    color: rgba(0, 255, 255, 0.9) !important;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px !important;
    display: block;
}

/* 2. Select Dropdown styling */
.pmpro_form_field select {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-image: linear-gradient(45deg, transparent 50%, #00ffff 50%), 
                      linear-gradient(135deg, #00ffff 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), 
                         calc(100% - 15px) calc(1em + 2px) !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
    border: 1px solid rgba(255, 0, 255, 0.4) !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 12px 15px !important;
    appearance: none; /* Default arrow hatane ke liye */
    -webkit-appearance: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* 3. Hover & Focus effects */
.pmpro_form_field select:hover {
    border-color: #00ffff !important;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}

.pmpro_form_field select:focus {
    outline: none !important;
    border-color: #00ffff !important;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5) !important;
}

/* 4. Dropdown Options styling */
.pmpro_form_field select option {
    background-color: #1a1a2e !important; /* Dark background inside menu */
    color: #fff !important;
    padding: 10px !important;
}

/* 5. Layout spacing for columns */
.pmpro_cols-2 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.pmpro_form_field {
    flex: 1;
}
.pmpro_level_description_text {
    color: #fff;
}

.pmpro_card_content p {
    color: #fff;
}
div#pmpro_account_loggedin {
    color: #fff;
}


p.pmpro_level_name_text {
    color: #fff;
}

fieldset#pmpro_form_fieldset-more-information {}

fieldset#pmpro_form_fieldset-more-information legend.pmpro_form_legend {
    display: none;
}

fieldset#pmpro_form_fieldset-more-information .pmpro_card {
    border: none !important;
    margin: 0;
    padding: 0px 30px;
}

fieldset#pmpro_form_fieldset-more-information .pmpro_card_content {
    padding: 0;
}
input#pmpro_btn-submit {
    background: none;
    border: 1px solid #00d9ff;
    color: #00d6fc;
}
.pmpro p {
    color: #fff;
}

ul.pmpro_list.pmpro_list-plain li {
    color: #fff;
}

.pmpro_checkout_gateway-paypalexpress {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.user-profile-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #111;
}

.avatar-img,
.avatar-letter {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-letter {
    background: #222;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.user-name {
    font-size: 14px;
    font-weight: 500;
    color: #01e1e4;
}
section#pmpro_login {

    width: 50%;
    margin: 0 auto;
    margin-bottom: 80px;
}
button#pmpro_btn-password-toggle-1 {
    color: #01e1e4;
}

span.pmpro_icon.pmpro_icon-eye svg {
    fill: #01e1e4;
}

section#pmpro_login input#wp-submit {
    background: transparent;
    color:#01e1e4;
    font-size:20px;
    border:1px solid;
}
form#member-profile-edit {}

form#member-profile-edit .pmpro_form_fields.pmpro_cols-2 {flex-wrap: wrap;}

form#member-profile-edit .pmpro_form_field {
    width: 100% !important;
    flex: auto;
}

section#pmpro_member_profile_edit {
    width: 50%;
    margin: 0 auto;
}

button.pmpro_btn.pmpro_btn-submit-update-profile {
    background: transparent;
    color: #00d9ff;
    border: 1px solid;
}
form#member-profile-edit .pmpro_spacer {
    display: none;
}
h2.pmpro_section_title {
    color: #00ffff;
}
.pmpro_card_content a {
    color: #ffffff;
}
/* --- PMPRO ORDERS TABLE SYNTHWAVE DESIGN --- */

/* 1. Table Container */
.pmpro_table_orders {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important; /* Rows ke beech gap */
    background: transparent !important;
    color: #fff !important;
    margin-top: 20px;
}

/* 2. Table Header (Cyan Neon) */
.pmpro_table_orders theorists, 
.pmpro_table_orders th {
    color: #00ffff !important;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 15px !important;
    text-align: left;
    border-bottom: 2px solid rgba(0, 255, 255, 0.3) !important;
}

/* 3. Table Rows (Glass Blocks) */
.pmpro_table_orders tbody tr {
    background: rgba(255, 255, 255, 0.05) !important;
    transition: all 0.3s ease;
}

.pmpro_table_orders tbody tr:hover {
    background: rgba(0, 255, 255, 0.1) !important;
    transform: scale(1.01);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.pmpro_table_orders td, 
.pmpro_table_orders tbody th {
    padding: 20px 15px !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: normal;
    background: transparent !important;
}

/* 4. Invoice Link (Pink Highlight) */
.pmpro_table_order-date a {
    color: #ff00ff !important;
    text-decoration: none !important;
    font-weight: bold;
    transition: 0.3s;
}

.pmpro_table_order-date a:hover {
    text-shadow: 0 0 10px #ff00ff;
    color: #fff !important;
}

/* 5. Status Tag (Neon Green Paid Badge) */
.pmpro_tag-success {
    background: rgba(57, 255, 20, 0.1) !important;
    color: #00d9ff !important;
    border: 1px solid #00d9ff !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(57, 255, 20, 0.3);
}



/* 6. Amount Highlight */
.pmpro_table_order-amount {
    font-family: 'Orbitron', sans-serif;
    color: #00ffff !important;
}

.sr-membership-card-wrap .blink-btn{
    background:#00cff4;
    color:#fff !important;
    padding:14px 22px;
    border-radius:8px;
    display:inline-block;
    font-weight:600;
    animation:blinkGlow 1.2s infinite;
}

@keyframes blinkGlow{
    0%{ box-shadow:0 0 0px #00cbf1; transform:scale(1);}
    50%{ box-shadow:0 0 18px #00d9ff; transform:scale(1.05);}
    100%{ box-shadow:0 0 0px #00d9ff; transform:scale(1);}
}

/* 7. Mobile View Optimization */
@media (max-width: 768px) {
    .pmpro_table_orders, 
    .pmpro_table_orders thead, 
    .pmpro_table_orders tbody, 
    .pmpro_table_orders th, 
    .pmpro_table_orders td, 
    .pmpro_table_orders tr {
        display: block;
        width: 100%;
    }
    
    .pmpro_table_orders thead {
        display: none; /* Hide headers on mobile */
    }
    
    .pmpro_table_orders tr {
        margin-bottom: 20px;
        border: 1px solid rgba(255, 0, 255, 0.3) !important;
        border-radius: 10px;
        padding: 10px;
    }
    
    .pmpro_table_orders td::before {
        content: attr(data-title);
        float: left;
        font-weight: bold;
        color: #00ffff;
        text-transform: uppercase;
        font-size: 10px;
    }
    
    .pmpro_table_orders td {
        text-align: right;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }
}

table.pmpro_table.pmpro_table_orders thead tr th {
    background: #f0f8ff00;
}

div#sr-membership-chkout fieldset#pmpro_form_fieldset-profile-picture {
    display: none;
}
.membership-txt h2 {
    color: #00fefe;
}
.page-id-19 .membership-txt {
    color: #00d9ff;
    text-align: center;
    font-weight: 600;
	    font-size: 2.5rem;
}

@media screen and (min-width: 992px) and (max-width: 1077px) {
	
#menu-header-menu .ekit-menu-nav-link {
   
    padding: 11px 18px;
   
}
}

/* Responsive Design */
@media (max-width: 750px) {
	span.avatar-img ,span.user-name{
    position: relative;
    z-index: -1;
}

	
	section#pmpro_member_profile_edit {
      width: 100%;
}
	section#pmpro_login {

    width: 100%;
}
	.pmpro_cols-2 {
        grid-template-columns: 1fr;
    }
	  .pmpro_cols-2 {
        flex-direction: column;
        gap: 15px;
    }
  #menu-header-menu {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
	  margin-top: 30px;
  }
  
 #menu-header-menu .ekit-menu-nav-link {
        padding: 14px 30px;
        font-size: 20px;
    }
	.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    width: 100%;
}
	.wc-block-components-order-summary-item {
    flex-wrap: wrap;
}

.wc-block-components-order-summary-item__description {
    padding-left: 0px !important;
    padding-top: 20px !important;
}

.wc-block-components-order-summary {
    padding: 0px !important;
}
	.page-header {
    padding: 60px 0;
}
 h1.entry-title  {
   
    font-size: 48px;
   
}
	
	.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
}
	.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
    margin: 0;
}
	.woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tr.wc-block-cart-items__row {
    padding: 15px !important;
}
	   .woocommerce-account .woocommerce {
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation {
        border-left: none;
        border-top: 4px solid #ff00ff;
    }
}
 