.elementor-20439 .elementor-element.elementor-element-017b75f{--display:flex;}.elementor-20439 .elementor-element.elementor-element-aac1348{--display:flex;}.elementor-20439 .elementor-element.elementor-element-2f9715c > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c7f060e *//* CLEANED & OPTIMIZED CSS */
:root {
    --accent-gold: #fbbf24;
}

/* Main Container */
.elementor-widget-shortcode {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    background: radial-gradient(ellipse at top, #667eea 0%, #764ba2 50%, #4c1d95 100%) !important;
    font-family: "Inter", "Poppins", sans-serif !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    overflow: hidden !important;
}

.elementor-widget-shortcode::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.2) 0%, transparent 50%) !important;
    animation: backgroundFloat 20s ease-in-out infinite !important;
    z-index: 1 !important;
}

/* Login Card */
.login-card {
    width: 1200px !important;
    max-width: 98% !important;
    min-height: 600px !important;
    display: flex !important;
    position: relative !important;
    z-index: 2 !important;
    animation: cardSlideIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* LEFT SIDE - Image Section */
.image-section {
    flex: 0 0 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #5b21b6 100%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 60px 40px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 24px 0 0 24px !important;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12) !important;
}

.image-section::before {
    content: "" !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%),
        linear-gradient(-45deg, transparent 30%, rgba(255,255,255,0.03) 50%, transparent 70%) !important;
    animation: patternMove 15s linear infinite !important;
    z-index: 1 !important;
}

/* Brand Content */
.brand-content {
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
    color: white !important;
    margin-bottom: 25px !important;
}
.brand-tagline {
    font-size: 3rem !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
    line-height: 1.1 !important;
    background: linear-gradient(135deg, #ffffff, #e5e7eb) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: textShine 4s ease-in-out infinite !important;
}

.luxury-tagline {
    background: linear-gradient(135deg, var(--accent-gold), #f59e0b, #d97706) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    margin: 16px 0 20px 0 !important;
    text-align: center !important;
    animation: luxuryTaglineGlow 4s ease-in-out infinite alternate !important;
}

.brand-subtitle {
    font-size: 1.1rem !important;
    opacity: 0.9 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
}

/* Hero Image */
.hero-image {
    max-width: 70% !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.3),
        0 12px 24px rgba(0,0,0,0.2) !important;
    position: relative !important;
    z-index: 2 !important;
    animation: imageFloat 8s ease-in-out infinite !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-bottom: 15px !important;
}

.hero-image:hover {
    transform: scale(1.03) rotate(1deg) !important;
    box-shadow: 
        0 35px 70px rgba(0,0,0,0.4),
        0 20px 40px rgba(0,0,0,0.3) !important;
}

/* Premium Feature Cards */
.premium-features {
    display: flex !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
    padding: 0 15px !important;
    margin-bottom: 5px !important;
}

.feature-card {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px !important;
    padding: 18px 14px !important;
    text-align: center !important;
    min-width: 105px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    animation: cardSlideUpStagger 1s ease-out !important;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(251, 191, 36, 0.5) !important;
    transform: translateY(-8px) scale(1.08) !important;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.25),
        0 0 20px rgba(251, 191, 36, 0.4) !important;
}

.feature-card::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
    transition: left 0.8s ease !important;
}

.feature-card:hover::before {
    left: 100% !important;
}

.feature-icon {
    color: var(--accent-gold) !important;
    font-size: 2rem !important;
    margin-bottom: 10px !important;
    animation: iconFloat 3s ease-in-out infinite !important;
    filter: drop-shadow(0 4px 8px rgba(251, 191, 36, 0.4)) !important;
    display: block !important;
    line-height: 1 !important;
}

.feature-card:hover .feature-icon {
    color: #f59e0b !important;
    transform: scale(1.15) rotate(10deg) !important;
    animation: iconBounce 0.6s ease-out !important;
    filter: drop-shadow(0 6px 12px rgba(245, 158, 11, 0.6)) !important;
}

.feature-text {
    color: white !important;
}

.feature-title {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    margin-bottom: 3px !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.feature-subtitle {
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Member Perks Section - LEFT SIDE */
.member-perks-section-left {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 18px !important;
    position: relative !important;
    z-index: 3 !important;
    animation: leftContentSlide 1.2s ease-out 0.6s both !important;
}

.perks-title-left {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: white !important;
    margin-bottom: 18px !important;
    text-align: center !important;
}

.perks-title-left i {
    color: var(--accent-gold) !important;
    font-size: 1.3rem !important;
    animation: heartBeat 2s ease-in-out infinite !important;
}

.perks-grid-left {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
}

.perk-reason-left {
    display: flex !important;
    gap: 10px !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: all 0.4s ease !important;
    animation: reasonSlideIn 0.8s ease-out !important;
}

.perk-reason-left:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(251, 191, 36, 0.4) !important;
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.2) !important;
}

.perk-icon-left {
    flex-shrink: 0 !important;
    width: 35px !important;
    height: 35px !important;
    background: linear-gradient(135deg, var(--accent-gold), #f59e0b) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1f2937 !important;
    font-size: 1rem !important;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3) !important;
}

.perk-content-left {
    color: white !important;
}

.perk-content-left h4 {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
    color: white !important;
}

.perk-content-left p {
    font-size: 0.75rem !important;
    opacity: 0.9 !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Why Choose Us Section - LEFT SIDE */
.why-choose-us-left {
    margin-top: 0 !important;
    padding: 20px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 18px !important;
    position: relative !important;
    z-index: 3 !important;
    animation: leftContentSlide 1.2s ease-out 0.8s both !important;
}

.why-choose-title-left {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: white !important;
    margin-bottom: 18px !important;
    text-align: center !important;
}

.why-choose-title-left i {
    color: var(--accent-gold) !important;
    font-size: 1.3rem !important;
    animation: heartBeat 2s ease-in-out infinite !important;
}

.why-choose-list-left {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
}

.choose-reason-left {
    display: flex !important;
    gap: 10px !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: all 0.4s ease !important;
    animation: reasonSlideIn 0.8s ease-out !important;
}

.choose-reason-left:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(251, 191, 36, 0.4) !important;
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.2) !important;
}

.reason-icon-left {
    flex-shrink: 0 !important;
    width: 35px !important;
    height: 35px !important;
    background: linear-gradient(135deg, var(--accent-gold), #f59e0b) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1f2937 !important;
    font-size: 1rem !important;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3) !important;
}

.reason-content-left {
    color: white !important;
}

.reason-content-left h4 {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
    color: white !important;
}

.reason-content-left p {
    font-size: 0.75rem !important;
    opacity: 0.9 !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

/* RIGHT SIDE - Form Section */
.form-section {
    flex: 0 0 50% !important;
    background: rgba(255, 255, 255, 0.98) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 60px 50px !important;
    position: relative !important;
    border-radius: 0 24px 24px 0 !important;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12) !important;
}

.form-section > div {
    width: 100% !important;
    max-width: 400px !important;
    animation: formSlideIn 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s both !important;
}

.page-title {
    text-align: center !important;
    margin-bottom: 8px !important;
    color: #1f2937 !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #1f2937, #4b5563) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    position: relative !important;
    letter-spacing: 1px !important;
}

.page-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899) !important;
    border-radius: 2px !important;
    animation: titleUnderline 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both !important;
}

.page-subtitle {
    text-align: center !important;
    margin-bottom: 5px !important;
    color: #6b7280 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    opacity: 1 !important;
    animation: subtitleFade 1s ease-out 0.5s both !important;
}

/* Form Bottom Content */
.form-bottom-content {
    margin-top: 30px !important;
    padding-top: 25px !important;
    border-top: 2px solid rgba(107, 114, 128, 0.15) !important;
    animation: bottomContentFade 1.2s ease-out 1.5s both !important;
}

/* Achievements Section - Styled Like Categories */
.achievements-section {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(229, 231, 235, 0.5) !important;
    border-radius: 16px !important;
    padding: 20px !important;
    margin-bottom: 25px !important;
    border-top: 3px solid var(--accent-gold) !important;
    padding-top: 25px !important;
    margin-top: 35px !important;
}

.achievements-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 18px !important;
    text-align: center !important;
}

.achievements-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
}

.achievement-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 10px !important;
    background: rgba(99, 102, 241, 0.05) !important;
    border: 1px solid rgba(99, 102, 241, 0.1) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    text-align: center !important;
    min-height: 120px !important;
    justify-content: center !important;
}

.achievement-item:hover {
    background: rgba(99, 102, 241, 0.1) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15) !important;
}

.achievement-item i {
    color: #6366f1 !important;
    font-size: 1.3rem !important;
    margin-bottom: 8px !important;
    transition: all 0.3s ease !important;
}

.achievement-item:hover i {
    transform: scale(1.1) !important;
    color: #4f46e5 !important;
}

.achievement-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 4px !important;
}

.achievement-text strong {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-align: center !important;
    line-height: 1.3 !important;
    display: block !important;
}

.achievement-text span {
    font-size: 0.7rem !important;
    color: #6b7280 !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

/* Categories Section */
.categories-section {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(229, 231, 235, 0.5) !important;
    border-radius: 16px !important;
    padding: 20px !important;
    margin-bottom: 25px !important;
}

.categories-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 18px !important;
    text-align: center !important;
}

.categories-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
}

.category-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 10px !important;
    background: rgba(99, 102, 241, 0.05) !important;
    border: 1px solid rgba(99, 102, 241, 0.1) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.category-item:hover {
    background: rgba(99, 102, 241, 0.1) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15) !important;
}

.category-item i {
    color: #6366f1 !important;
    font-size: 1.3rem !important;
}

.category-item span {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-align: center !important;
}

/* Category-specific colors */
.category-item:nth-child(3) i { color: #0ea5e9 !important; }
.category-item:nth-child(5) i { color: #f59e0b !important; animation: festiveGlow 2s ease-in-out infinite !important; }
.category-item:nth-child(6) i { color: #10b981 !important; }

/* Support Section */
.support-section {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(229, 231, 235, 0.6) !important;
    border-radius: 16px !important;
    padding: 20px !important;
}

.support-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 18px !important;
    text-align: center !important;
}

.support-options {
    display: grid !important;
    gap: 12px !important;
}

.support-option {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px !important;
    background: rgba(99, 102, 241, 0.05) !important;
    border: 1px solid rgba(99, 102, 241, 0.1) !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.support-option:hover {
    background: rgba(99, 102, 241, 0.1) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.15) !important;
}

.support-option i {
    color: #25d366 !important;
    font-size: 1.2rem !important;
    flex-shrink: 0 !important;
}

.support-option i.fas {
    color: #6366f1 !important;
}

.support-text strong {
    display: block !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    line-height: 1.2 !important;
}

.support-text span {
    font-size: 0.8rem !important;
    color: #6b7280 !important;
}

/* Form Styling */
.form-section .digits-form_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Hide Elements */
.form-section .digits-form_tab-bar,
.digits_site_footer_box,
.protected_by_digits,
.protected_by_digits_text,
.protected_by_digits_logo,
.protected_by_digits_logo_digits {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* ANIMATIONS */
@keyframes backgroundFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

@keyframes patternMove {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes cardSlideIn {
    0% { opacity: 0; transform: translateY(60px) scale(0.9); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes logoGlow {
    0% { box-shadow: 0 8px 32px rgba(251, 191, 36, 0.3); }
    100% { box-shadow: 0 12px 48px rgba(251, 191, 36, 0.5); }
}

@keyframes textShine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes imageFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
}

@keyframes formSlideIn {
    0% { opacity: 0; transform: translateX(40px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes titleUnderline {
    0% { width: 0; }
    100% { width: 80px; }
}

@keyframes subtitleFade {
    0% { opacity: 0 !important; transform: translateY(15px) !important; }
    100% { opacity: 1 !important; transform: translateY(0) !important; }
}

@keyframes buttonGlow {
    0%, 100% { 
        box-shadow: 
            0 16px 48px rgba(99, 102, 241, 0.4),
            0 8px 24px rgba(139, 92, 246, 0.3); 
    }
    50% { 
        box-shadow: 
            0 20px 60px rgba(99, 102, 241, 0.6),
            0 12px 32px rgba(139, 92, 246, 0.4),
            0 0 0 2px rgba(255, 255, 255, 0.2); 
    }
}

@keyframes luxuryTaglineGlow {
    0% { filter: brightness(1) drop-shadow(0 0 8px rgba(251, 191, 36, 0.3)); }
    100% { filter: brightness(1.2) drop-shadow(0 0 16px rgba(251, 191, 36, 0.5)); }
}

@keyframes cardSlideUpStagger {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

@keyframes iconBounce {
    0%, 100% { transform: scale(1.15) rotate(10deg); }
    50% { transform: scale(1.25) rotate(-10deg); }
}

@keyframes leftContentSlide {
    0% { opacity: 0; transform: translateY(30px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes reasonSlideIn {
    0% { opacity: 0; transform: translateX(-20px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes bottomContentFade {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes festiveGlow {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Staggered Animation Delays */
.feature-card:nth-child(1) { animation-delay: 0.3s !important; }
.feature-card:nth-child(2) { animation-delay: 0.5s !important; }
.feature-card:nth-child(3) { animation-delay: 0.7s !important; }

.perk-reason-left:nth-child(1) { animation-delay: 0.2s !important; }
.perk-reason-left:nth-child(2) { animation-delay: 0.4s !important; }
.perk-reason-left:nth-child(3) { animation-delay: 0.6s !important; }
.perk-reason-left:nth-child(4) { animation-delay: 0.8s !important; }

.choose-reason-left:nth-child(1) { animation-delay: 0.2s !important; }
.choose-reason-left:nth-child(2) { animation-delay: 0.4s !important; }
.choose-reason-left:nth-child(3) { animation-delay: 0.6s !important; }
.choose-reason-left:nth-child(4) { animation-delay: 0.8s !important; }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .elementor-widget-shortcode {
        padding: 15px !important;
    }
    
    .login-card {
        flex-direction: column !important;
        max-width: 100% !important;
        min-height: auto !important;
    }
    
    .image-section {
        flex: none !important;
        padding: 40px 30px !important;
        min-height: 300px !important;
        border-radius: 20px 20px 0 0 !important;
    }
    
    .brand-tagline {
        font-size: 2.2rem !important;
    }
    
    .hero-image {
        max-width: 85% !important;
        margin-bottom: 12px !important;
    }
    
    .form-section {
        flex: none !important;
        padding: 40px 30px !important;
        border-radius: 0 0 20px 20px !important;
    }
    
    .form-section > div {
        max-width: 100% !important;
    }
    
    .page-title {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .page-subtitle {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        line-height: 0 !important;
        font-size: 0 !important;
    }
    
    .form-section > div {
        padding-top: 5px !important;
        margin-top: 0 !important;
    }
    
    .form-section .digits-form_wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .form-bottom-content {
        display: none !important;
    }
    
    .luxury-tagline {
        font-size: 1rem !important;
        letter-spacing: 1px !important;
        margin: 12px 0 16px 0 !important;
    }
    
    .premium-features {
        gap: 10px !important;
        margin-bottom: 0 !important;
    }
    
    .feature-card {
        min-width: 85px !important;
        padding: 14px 10px !important;
    }
    
    .feature-icon {
        font-size: 1.5rem !important;
        margin-bottom: 6px !important;
    }
    
    .feature-title {
        font-size: 0.8rem !important;
    }
    
    .feature-subtitle {
        font-size: 0.7rem !important;
    }
    
    .member-perks-section-left {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        padding: 15px !important;
    }
    
    .perks-title-left {
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
    
    .perks-grid-left {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    
    .perk-reason-left {
        padding: 10px !important;
        gap: 8px !important;
    }
    
    .perk-icon-left {
        width: 30px !important;
        height: 30px !important;
        font-size: 0.9rem !important;
    }
    
    .perk-content-left h4 {
        font-size: 0.85rem !important;
    }
    
    .perk-content-left p {
        font-size: 0.7rem !important;
    }
    
    .why-choose-us-left {
        padding: 15px !important;
    }
    
    .why-choose-title-left {
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
    
    .why-choose-list-left {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    
    .choose-reason-left {
        padding: 10px !important;
        gap: 8px !important;
    }
    
    .reason-icon-left {
        width: 30px !important;
        height: 30px !important;
        font-size: 0.9rem !important;
    }
    
    .reason-content-left h4 {
        font-size: 0.85rem !important;
    }
    
    .reason-content-left p {
        font-size: 0.7rem !important;
    }
    
    .achievements-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    
    .categories-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    
    /* ── 1. OUR ACHIEVEMENTS SECTION - MOBILE VISIBILITY ────── */
    
    .achievements-section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 30px 0 !important;
        padding: 25px 20px !important;
        background: linear-gradient(145deg, #f8fafc, #ffffff) !important;
        border-radius: 15px !important;
        box-shadow: 
            0 4px 15px rgba(0, 0, 0, 0.08),
            0 2px 6px rgba(0, 0, 0, 0.04) !important;
        border: 1px solid rgba(99, 102, 241, 0.1) !important;
    }
    
    .achievements-title {
        display: block !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #1e293b !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        padding-bottom: 10px !important;
        border-bottom: 2px solid #6366f1 !important;
        position: relative !important;
    }
    
    .achievements-title::after {
        content: "" !important;
        position: absolute !important;
        bottom: -2px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 50px !important;
        height: 2px !important;
        background: linear-gradient(90deg, #6366f1, #8b5cf6) !important;
        border-radius: 2px !important;
    }
    
    .achievements-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin-top: 20px !important;
    }
    
    .achievement-item {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
        padding: 15px !important;
        background: rgba(255, 255, 255, 0.8) !important;
        border-radius: 12px !important;
        border: 1px solid rgba(99, 102, 241, 0.15) !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    }
    
    .achievement-item:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(99, 102, 241, 0.2) !important;
        border-color: rgba(99, 102, 241, 0.3) !important;
    }
    
    .achievement-item i {
        font-size: 24px !important;
        color: #6366f1 !important;
        min-width: 30px !important;
        text-align: center !important;
        background: rgba(99, 102, 241, 0.1) !important;
        padding: 10px !important;
        border-radius: 8px !important;
    }
    
    .achievement-text {
        flex: 1 !important;
    }
    
    .achievement-text strong {
        display: block !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        margin-bottom: 4px !important;
        line-height: 1.3 !important;
    }
    
    .achievement-text span {
        display: block !important;
        font-size: 12px !important;
        color: #64748b !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }
    
    /* ── 2. NEED HELP SECTION - MOBILE VISIBILITY ─────────── */
    
    .support-section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 30px 0 !important;
        padding: 25px 20px !important;
        background: linear-gradient(145deg, #f1f5f9, #ffffff) !important;
        border-radius: 15px !important;
        box-shadow: 
            0 4px 15px rgba(0, 0, 0, 0.08),
            0 2px 6px rgba(0, 0, 0, 0.04) !important;
        border: 1px solid rgba(16, 185, 129, 0.1) !important;
    }
    
    .support-title {
        display: block !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #1e293b !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        padding-bottom: 10px !important;
        border-bottom: 2px solid #10b981 !important;
        position: relative !important;
    }
    
    .support-title::after {
        content: "" !important;
        position: absolute !important;
        bottom: -2px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 50px !important;
        height: 2px !important;
        background: linear-gradient(90deg, #10b981, #059669) !important;
        border-radius: 2px !important;
    }
    
    .support-options {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin-top: 20px !important;
    }
    
    .support-option {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
        padding: 15px !important;
        background: rgba(255, 255, 255, 0.8) !important;
        border-radius: 12px !important;
        border: 1px solid rgba(16, 185, 129, 0.15) !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    }
    
    .support-option:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2) !important;
        border-color: rgba(16, 185, 129, 0.3) !important;
    }
    
    /* WhatsApp Support */
    .support-option:nth-child(1) i {
        font-size: 24px !important;
        color: #25d366 !important;
        min-width: 30px !important;
        text-align: center !important;
        background: rgba(37, 211, 102, 0.1) !important;
        padding: 10px !important;
        border-radius: 8px !important;
    }
    
    /* Email Support */
    .support-option:nth-child(2) i {
        font-size: 24px !important;
        color: #3b82f6 !important;
        min-width: 30px !important;
        text-align: center !important;
        background: rgba(59, 130, 246, 0.1) !important;
        padding: 10px !important;
        border-radius: 8px !important;
    }
    
    /* Live Chat */
    .support-option:nth-child(3) i {
        font-size: 24px !important;
        color: #8b5cf6 !important;
        min-width: 30px !important;
        text-align: center !important;
        background: rgba(139, 92, 246, 0.1) !important;
        padding: 10px !important;
        border-radius: 8px !important;
    }
    
    .support-text {
        flex: 1 !important;
    }
    
    .support-text strong {
        display: block !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        margin-bottom: 4px !important;
        line-height: 1.3 !important;
    }
    
    .support-text span {
        display: block !important;
        font-size: 12px !important;
        color: #64748b !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
    }
    
    /* ── 3. FORM BOTTOM CONTENT CONTAINER ─────────────────── */
    
    .form-bottom-content {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin-top: 30px !important;
        padding: 0 !important;
    }

    /* ── 4. CATEGORIES SECTION MOBILE OPTIMIZATION ──────── */
    
    .categories-section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 25px 0 !important;
        padding: 20px !important;
        background: linear-gradient(145deg, #fef3c7, #ffffff) !important;
        border-radius: 15px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
        border: 1px solid rgba(245, 158, 11, 0.2) !important;
    }
    
    .categories-title {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
    
    .categories-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    
    .category-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 12px 8px !important;
        background: rgba(255, 255, 255, 0.8) !important;
        border-radius: 10px !important;
        border: 1px solid rgba(245, 158, 11, 0.15) !important;
        text-align: center !important;
        transition: all 0.3s ease !important;
    }
    
    .category-item:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2) !important;
    }
    
    .category-item i {
        font-size: 20px !important;
        color: #f59e0b !important;
        margin-bottom: 6px !important;
    }
    
    .category-item span {
        font-size: 11px !important;
        font-weight: 500 !important;
        color: #374151 !important;
        line-height: 1.3 !important;
    }
    
    /* ── 5. RESPONSIVE SPACING ADJUSTMENTS ───────────────── */
    
    /* Ensure proper spacing between sections */
    .form-section {
        padding: 20px !important;
    }
    
    .page-title,
    .page-subtitle {
        margin-bottom: 25px !important;
    }
    
    /* ── 6. ENHANCED MOBILE INTERACTIONS ─────────────────── */
    
    /* Touch-friendly hover effects */
    @media (hover: none) and (pointer: coarse) {
        .achievement-item:hover,
        .support-option:hover,
        .category-item:hover {
            transform: none !important;
        }
        
        .achievement-item:active,
        .support-option:active,
        .category-item:active {
            transform: scale(0.98) !important;
            transition: transform 0.1s ease !important;
        }
    }
    
    /* ── 7. PERFORMANCE OPTIMIZATION FOR MOBILE ──────────── */
    
    .achievements-section,
    .support-section,
    .categories-section {
        will-change: auto !important;
        contain: layout style !important;
    }
    
    .achievement-item,
    .support-option,
    .category-item {
        will-change: transform !important;
        backface-visibility: hidden !important;
    }
    
    /* ── 8. ACCESSIBILITY IMPROVEMENTS ───────────────────── */
    
    .achievement-item,
    .support-option {
        min-height: 44px !important; /* Touch target size */
        cursor: pointer !important;
    }
    
    .achievement-item:focus,
    .support-option:focus {
        outline: 2px solid #6366f1 !important;
        outline-offset: 2px !important;
    }
}

@media (min-width: 769px) {
    .page-title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }
    
    .page-subtitle {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }
    
    .form-bottom-content {
        display: block !important;
    }
}

/* ── 9. SMALL MOBILE DEVICES (320px - 480px) ─────────────── */

@media (max-width: 480px) {
    .achievements-section,
    .support-section {
        margin: 20px 0 !important;
        padding: 20px 15px !important;
    }
    
    .achievements-title,
    .support-title {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    
    .achievement-item,
    .support-option {
        padding: 12px !important;
        gap: 12px !important;
    }
    
    .achievement-item i,
    .support-option i {
        font-size: 20px !important;
        padding: 8px !important;
    }
    
    .achievement-text strong,
    .support-text strong {
        font-size: 13px !important;
    }
    
    .achievement-text span,
    .support-text span {
        font-size: 11px !important;
    }
}

/* Exclusive Member Perks सेक्शन मोबाइल पर छुपाने के लिए CSS */
@media (max-width: 768px) {
  .member-perks-section-left {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

/* Performance Optimization */
.elementor-widget-shortcode,
.elementor-widget-shortcode *,
.login-card,
.hero-image,
.feature-card,
.feature-icon,
.luxury-tagline,
.member-perks-section-left,
.perk-reason-left,
.why-choose-us-left,
.choose-reason-left,
.achievement-item,
.category-item,
.support-option {
    box-sizing: border-box !important;
    will-change: transform !important;
    backface-visibility: hidden !important;
}

/* ORIGINAL COLORS RESTORED */

/* Categories Section - Original Colors */
.category-item i {
    color: #6366f1 !important; /* Original blue for all */
}

/* Specific category colors - AS ORIGINAL */
.category-item:nth-child(3) i { 
    color: #6366f1 !important; /* Seasonal Wear - light blue */
}

.category-item:nth-child(5) i { 
    color: #6366f1 !important; /* Festive Wear - orange */
    animation: festiveGlow 2s ease-in-out infinite !important; 
}

.category-item:nth-child(6) i { 
    color: #6366f1 !important; /* Home Decor - green */
}

/* Achievement Section - Original Blue Theme */
.achievement-item i {
    color: #6366f1 !important; /* Blue icons */
}

.achievement-item:hover i {
    color: #4f46e5 !important; /* Darker blue on hover */
}

.achievement-item {
    background: rgba(99, 102, 241, 0.05) !important; /* Light blue background */
    border: 1px solid rgba(99, 102, 241, 0.1) !important; /* Blue border */
}

.achievement-item:hover {
    background: rgba(99, 102, 241, 0.1) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15) !important; /* Blue shadow */
}

/* Categories Hover - Original Blue */
.category-item:hover {
    background: rgba(99, 102, 241, 0.1) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15) !important;
}

/* Support Section - Original Colors */
.support-option {
    background: rgba(99, 102, 241, 0.05) !important;
    border: 1px solid rgba(99, 102, 241, 0.1) !important;
}

.support-option:hover {
    background: rgba(99, 102, 241, 0.1) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.15) !important;
}

.support-option i.fas {
    color: #6366f1 !important; /* Email aur Live Chat blue */
}

.support-option i.fab {
    color: #25d366 !important; /* WhatsApp green */
}

/* Left Side - Original Golden Colors */
.perk-icon-left,
.reason-icon-left {
    background: linear-gradient(135deg, #6A5ACD, #6A5ACD) !important; /* Original gold gradient */
    color: #fff !important; /* Dark text */
}

.perks-title-left i,
.why-choose-title-left i {
    color: #fff !important; /* Golden icons */
}

/* Feature Cards - Original Golden */
.feature-icon {
    color: #fbbf24 !important; /* Golden icons */
}

.feature-card:hover .feature-icon {
    color: #f59e0b !important; /* Darker gold on hover */
}

/* Luxury Tagline - Original Gold */
.luxury-tagline {
    background: linear-gradient(135deg, #fbbf24, #f59e0b, #d97706) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* Brand Logo - Original Gold */
.brand-logo {
    background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
}

/* Original Hover Effects for Left Side */
.perk-reason-left:hover,
.choose-reason-left:hover {
    border-color: rgba(251, 191, 36, 0.4) !important; /* Golden border */
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.2) !important; /* Golden shadow */
}

/* Achievement Section Border - Original Golden */
.achievements-section {
    border-top: 3px solid #fbbf24 !important; /* Golden top border */
}

/* 📱 mobile: near edge-to-edge but still centred */
.digits-form_container.digits{
    max-width: 100%;
}
@media (max-width:1080px){
    .digits-form_container.digits{
        max-width: 100%; /* use 96 % of viewport width */
    }
}
@media (max-width: 768px){
    .digits-form_container.digits{
        max-width: 100%; /* use 96 % of viewport width */
    }
}
@media (max-width: 560px){
    .digits-form_container.digits{
        max-width: 100%;
        /* even wider on very small phones */
    }
}

/* ─── ZEN PAPER 2.0 ───────────────────────────────────────────── */
.digits-form_container.digits{
    position:relative;
    padding:42px 38px;
    border-radius:20px;
    background:linear-gradient(145deg,#fefefe 0%,#fafafa 100%);
    box-shadow:
        0 4px  8px rgba(0,0,0,.04),
        0 16px 30px rgba(0,0,0,.08);
    overflow:hidden;
    transition:transform .4s cubic-bezier(.25,.8,.25,1),
               box-shadow .4s cubic-bezier(.25,.8,.25,1);
}

/* 📜 subtle "paper grain" overlay */
.digits-form_container.digits::before{
    content:"";
    position:absolute;inset:0;
    background:url("data:image/svg+xml,\
    <svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'>\
      <filter id='n' x='0' y='0'>\
        <feTurbulence baseFrequency='0.7' numOctaves='3' seed='2'/></filter>\
      <rect width='120' height='120' filter='url(%23n)' opacity='.06'/>\
    </svg>") center/cover repeat;
    pointer-events:none;
}

/* 🔖 folded-corner top-right */
.digits-form_container.digits::after{
    content:"";
    position:absolute;top:0;right:0;width:150px;height:150px;
    background:linear-gradient(135deg,transparent 47%,#e9eaec 47%);
    clip-path:polygon(100% 0,100% 100%,0 0);
    box-shadow:-4px 4px 10px rgba(0,0,0,.04);
    pointer-events:none;
}

/* ☁️ lift on hover */
@media(hover:hover){
  .digits-form_container.digits:hover{
      transform:translateY(-6px);
      box-shadow:
        0 10px 16px rgba(0,0,0,.06),
        0 28px 50px rgba(0,0,0,.16);
  }
}

/* ═══ COUNTRY CODE CONTAINER & FLAG ═══ */

.countrycodecontainer {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.digits-field-country_flag.untdovr_flag_container_flag.flag_selected {
    margin-top: 1px !important;
    line-height: 1 !important;
}

.digits-form_container input.countrycode.digits_countrycode.country_code_flag {
    pointer-events: none !important;
    user-select: none !important;
    caret-color: transparent !important;
    cursor: default !important;
}

/* ═══ SPECIFIC INPUT FIELDS - DIGITS FORM ONLY ═══ */

/* Name inputs - VERY SPECIFIC */
.digits-form_container input[name="digits_reg_name"],
.digits-form_container input[name="digits_reg_lastname"] {
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1e293b !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    font-size: 16px !important;
    padding: 14px 16px !important;
    height: auto !important;
    line-height: 1.4 !important;
}

/* Email input - VERY SPECIFIC */
.digits-form_container input[name="digits_reg_email"],
.digits-form_container input[name="digits_login_email"] {
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1e293b !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    font-size: 16px !important;
    padding: 14px 16px !important;
    height: auto !important;
    line-height: 1.4 !important;
}

/* Password input - VERY SPECIFIC */
.digits-form_container input[name="digits_reg_password"],
.digits-form_container input[name="digits_login_password"] {
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1e293b !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    font-size: 16px !important;
    padding: 14px 16px !important;
    height: auto !important;
    line-height: 1.4 !important;
}

/* Phone field - VERY SPECIFIC */
.digits-form_container input.mobile_field.mobile_format.dig-mobmail.dig-mobile_field.mobile_placeholder {
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1e293b !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: 1.4 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-right: 16px !important;
}

/* ═══ FOCUS STATES - VERY SPECIFIC ═══ */

.digits-form_container input[name="digits_reg_name"]:focus,
.digits-form_container input[name="digits_reg_lastname"]:focus,
.digits-form_container input[name="digits_reg_email"]:focus,
.digits-form_container input[name="digits_login_email"]:focus,
.digits-form_container input[name="digits_reg_password"]:focus,
.digits-form_container input[name="digits_login_password"]:focus,
.digits-form_container input.mobile_field.mobile_format.dig-mobmail.dig-mobile_field.mobile_placeholder:focus {
    border-color: #6366f1 !important;
    box-shadow: 
        0 0 0 3px rgba(99, 102, 241, 0.1),
        0 4px 12px rgba(99, 102, 241, 0.15) !important;
    background: #fefefe !important;
}

/* ═══ HOVER STATES - VERY SPECIFIC ═══ */

.digits-form_container input[name="digits_reg_name"]:hover:not(:focus),
.digits-form_container input[name="digits_reg_lastname"]:hover:not(:focus),
.digits-form_container input[name="digits_reg_email"]:hover:not(:focus),
.digits-form_container input[name="digits_login_email"]:hover:not(:focus),
.digits-form_container input[name="digits_reg_password"]:hover:not(:focus),
.digits-form_container input[name="digits_login_password"]:hover:not(:focus),
.digits-form_container input.mobile_field.mobile_format.dig-mobmail.dig-mobile_field.mobile_placeholder:hover:not(:focus) {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
}

/* ═══ PLACEHOLDER STYLING - VERY SPECIFIC ═══ */

.digits-form_container input[name="digits_reg_name"]::placeholder,
.digits-form_container input[name="digits_reg_lastname"]::placeholder,
.digits-form_container input[name="digits_reg_email"]::placeholder,
.digits-form_container input[name="digits_login_email"]::placeholder,
.digits-form_container input[name="digits_reg_password"]::placeholder,
.digits-form_container input[name="digits_login_password"]::placeholder,
.digits-form_container input.mobile_field.mobile_format.dig-mobmail.dig-mobile_field.mobile_placeholder::placeholder {
    color: #9ca3af !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

/* ═══ LABELS & SPACING ═══ */

.digits-form_input .field_label:not(.main_field_label) {
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 6px !important;
}

.field_label.main_field_label {
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.digits-form_input_row.digits-user_inp_row {
    margin-bottom: 20px !important;
}

/* Phone wrapper cleanup */
.digits-form_input_row.digits-mobile_wrapper.digits-form_border {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ═══ CHECKBOX & LINKS ═══ */

.dig_input_wrapper input[type="checkbox"] {
    border-radius: 4px !important;
    border: 2px solid #d1d5db !important;
    transition: all 0.2s ease !important;
    accent-color: #6366f1 !important;
}

.dig_input_wrapper input[type="checkbox"]:hover {
    border-color: #6366f1 !important;
}

.dig_input_wrapper div {
    color: #374151 !important;
    font-weight: 500 !important;
}

.digits-form_toggle_login_register {
    color: #6366f1 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.digits-form_toggle_login_register:hover {
    color: #4f46e5 !important;
    text-decoration: underline !important;
}

/* ═══ COMPANY LOGO STYLING - ENHANCED VERSION ═══ */

.company-logo {
    /* Container styling */
    text-align: center !important;
    margin-bottom: 20px !important;
    
    /* Enhanced background with gradient */
    background: linear-gradient(145deg, #6A5ACD, #f8fafc) !important;
    
    /* Border styling */
    border: 1px solid #6A5ACD   !important;
    border-radius: 15px !important;
    
    /* Padding for better spacing */
    padding: 20px !important;
    
    /* Shadow for depth */
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.08),
        0 2px 4px rgba(0, 0, 0, 0.04) !important;
    
    /* Smooth transitions */
    transition: all 0.3s ease !important;
}

.company-logo:hover {
    /* Hover effects */
    background: linear-gradient(145deg, #f8fafc, #ffffff) !important;
    border-color: #6366f1 !important;
    box-shadow: 
        0 6px 16px rgba(99, 102, 241, 0.15),
        0 4px 8px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-2px) !important;
}

.company-logo-image {
    /* Logo image styling */
    max-width: 500px !important;
    max-height: 150px !important;
    width: auto !important;
    height: auto !important;
    
    /* Center alignment */
    display: block !important;
    margin: 0 auto !important;
    
    /* Transparent background for image */
    background: transparent !important;
    
    /* Image quality */
    object-fit: contain !important;
    object-position: center !important;
    
    /* Smooth transitions */
    transition: all 0.3s ease !important;
}
.company-logo-image {
    /* Subtle hover effect for image */
    transform: scale(2.02) !important;
    filter: brightness(1.10) !important;
}

.company-logo-image:hover {
    /* Subtle hover effect for image */
    transform: scale(2.02) !important;
    filter: brightness(1.10) !important;
}

/* ── ALTERNATIVE COLOR SCHEMES ──────────────────────────── */

/* Option 1: Blue Theme */
.company-logo.blue-theme {
    background: linear-gradient(145deg, #eff6ff, #dbeafe) !important;
    border: 2px solid #3b82f6 !important;
}

.company-logo.blue-theme:hover {
    background: linear-gradient(145deg, #dbeafe, #eff6ff) !important;
    border-color: #1d4ed8 !important;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.25) !important;
}

/* ── MOBILE RESPONSIVE ──────────────────────────────────── */

@media (max-width: 768px) {
    .company-logo {
        padding: 15px !important;
        margin-bottom: 15px !important;
        border-radius: 12px !important;
    }
    
    .company-logo-image {
        max-width: 250px !important;
        max-height: 100px !important;
    }
    
    /* Reduce hover effects on mobile */
    .company-logo:hover {
        transform: none !important;
    }
    
    .digits-form_container.digits {
        padding: 34px 28px;
        border-radius: 18px;
    }
    
    .digits-form_container input[name="digits_reg_name"],
    .digits-form_container input[name="digits_reg_lastname"],
    .digits-form_container input[name="digits_reg_email"],
    .digits-form_container input[name="digits_login_email"],
    .digits-form_container input[name="digits_reg_password"],
    .digits-form_container input[name="digits_login_password"] {
        font-size: 16px !important;
        padding: 12px 14px !important;
    }
    
    .digits-form_container input.mobile_field.mobile_format.dig-mobmail.dig-mobile_field.mobile_placeholder {
        font-size: 16px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-right: 14px !important;
    }
}

@media (max-width: 480px) {
    .company-logo {
        padding: 12px !important;
        margin-bottom: 12px !important;
        border-radius: 10px !important;
        border-width: 1px !important;
    }
    
    .company-logo-image {
        max-width: 200px !important;
        max-height: 80px !important;
    }
}

/* ── SPECIAL VARIANTS ───────────────────────────────────── */

/* Minimal Border Style */
.company-logo.minimal {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

/* Bold Border Style */
.company-logo.bold {
    border: 4px solid #1f2937 !important;
    background: #ffffff !important;
}

/* Rounded Style */
.company-logo.rounded {
    border-radius: 25px !important;
}

/* Shadow Focus Style */
.company-logo.shadow-focus {
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.12),
        0 4px 10px rgba(0, 0, 0, 0.08) !important;
}
/* ═══ SUBMIT BUTTON ═══ */

.digits-form_submit-btn {
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    border: none !important;
    border-radius: 10px !important;
    color: white !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    padding: 16px 24px !important;
}

.digits-form_submit-btn:hover {
    background: linear-gradient(135deg, #5856eb, #7c3aed) !important;
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* ═══ MINIMAL GRADIENT DESIGN ═══ */
.nsl-container-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.nsl-container-buttons a {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    position: relative !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.nsl-container-buttons a::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1)) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    z-index: 1 !important;
}

.nsl-container-buttons a:hover::before {
    opacity: 1 !important;
}

.nsl-container-buttons button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 16px 24px !important;
    border: 2px solid #dadce0 !important;
    background: linear-gradient(145deg, #ffffff, #f8fafc) !important;
    color: #334155 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    border-radius: 12px !important;
    position: relative !important;
    z-index: 2 !important;
    transition: all 0.3s ease !important;
}

.nsl-container-buttons button:hover {
    border-color: #6366f1 !important;
    background: linear-gradient(145deg, #f8fafc, #ffffff) !important;
    color: #6366f1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.15) !important;
}

.nsl-container-buttons button img {
    width: 24px !important;
    height: 24px !important;
    transition: all 0.3s ease !important;
}

.nsl-container-buttons button:hover img {
    transform: scale(1.1) !important;
    filter: brightness(1.1) !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2f9715c *//* Mobile Box-Style Navigation for Sidebar */
@media (max-width: 768px) {
    
    /* Hide Account Page Title on Mobile */
    .wd-my-account-sidebar .woocommerce-MyAccount-title {
        display: none !important;
    }
    
    /* Navigation Container */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation {
        padding: 20px !important;
        background: #f8fafc !important;
    }
    
    /* Navigation List - Grid Layout */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation ul {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Navigation Items - Remove Default Styling */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation li {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
    
    /* Box-Style Navigation Links */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 20px 15px !important;
        background: white !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 12px !important;
        text-decoration: none !important;
        color: #374151 !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        transition: all 0.3s ease !important;
        min-height: 80px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    /* Box Icons */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a::before {
        content: "📊" !important;
        font-size: 24px !important;
        margin-bottom: 8px !important;
        display: block !important;
        width: 40px !important;
        height: 40px !important;
        background: #fef3c7 !important;
        border-radius: 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.3s ease !important;
    }
    
    /* Specific Icons for Each Navigation Item */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation-link--dashboard a::before {
        content: "📊" !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation-link--orders a::before {
        content: "📦" !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation-link--downloads a::before {
        content: "💾" !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation-link--edit-address a::before {
        content: "📍" !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation-link--edit-account a::before {
        content: "👤" !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation-link--wishlist a::before {
        content: "❤️" !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation-link--customer-logout a::before {
        content: "🚪" !important;
    }
    
    /* Active State */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation .is-active a {
        background: #eff6ff !important;
        border-color: #3b82f6 !important;
        color: #1d4ed8 !important;
        font-weight: 600 !important;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15) !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation .is-active a::before {
        background: #3b82f6 !important;
        color: white !important;
    }
    
    /* Hover Effects */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
        border-color: #3b82f6 !important;
        color: #1d4ed8 !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a:hover::before {
        background: #fbbf24 !important;
        transform: scale(1.1) !important;
    }
    
    /* Shimmer Effect */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a::after {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: -100% !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.05), transparent) !important;
        transition: left 0.6s ease !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a:hover::after {
        left: 100% !important;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 480px) {
    
    /* 2-Column Layout for Small Screens */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation ul {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a {
        padding: 18px 12px !important;
        font-size: 12px !important;
        min-height: 75px !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a::before {
        font-size: 20px !important;
        width: 35px !important;
        height: 35px !important;
        margin-bottom: 6px !important;
    }
}

/* Desktop - Keep Original Styling */
@media (min-width: 769px) {
    
    /* Ensure Desktop Navigation Remains Normal */
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation ul {
        display: block !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation li {
        display: block !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a {
        display: block !important;
        flex-direction: row !important;
        text-align: left !important;
        padding: 16px 30px !important;
        min-height: auto !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a::before {
        display: none !important;
    }
}

/* Dashboard Links Card Design */
.wd-my-account-links.wd-grid-g {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin: 30px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Individual Dashboard Link Cards */
.wd-my-account-links .dashboard-link,
.wd-my-account-links .orders-link,
.wd-my-account-links .downloads-link,
.wd-my-account-links .edit-address-link,
.wd-my-account-links .edit-account-link,
.wd-my-account-links .customer-logout-link {
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 25px 20px !important;
    text-align: center !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

/* Card Icons */
.wd-my-account-links .dashboard-link::before { content: "📊" !important; }
.wd-my-account-links .orders-link::before { content: "📦" !important; }
.wd-my-account-links .downloads-link::before { content: "💾" !important; }
.wd-my-account-links .edit-address-link::before { content: "📍" !important; }
.wd-my-account-links .edit-account-link::before { content: "👤" !important; }
.wd-my-account-links .wishlist-link::before { content: "❤️" !important; }
.wd-my-account-links .customer-logout-link::before { content: "🚪" !important; }
/* Quick Fix - Force Wishlist to Match Other Cards */
.wd-my-account-links .wishlist-link {
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 25px 20px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
}


.wd-my-account-links div::before {
    display: block !important;
    font-size: 32px !important;
    margin-bottom: 15px !important;
    width: 60px !important;
    height: 60px !important;
    background: #fef3c7 !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 15px auto !important;
    transition: all 0.3s ease !important;
}

/* Card Links */
.wd-my-account-links a {
    text-decoration: none !important;
    color: #1f2937 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    display: block !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Hover Effects */
.wd-my-account-links div:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: #3b82f6 !important;
}

.wd-my-account-links div:hover::before {
    background: #3b82f6 !important;
    transform: scale(1.1) !important;
}

.wd-my-account-links div:hover a {
    color: #3b82f6 !important;
}

/* Shimmer Effect */
.wd-my-account-links div::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.05), transparent) !important;
    transition: left 0.6s ease !important;
}

.wd-my-account-links div:hover::after {
    left: 100% !important;
}

/* Special Styling for Logout */
.wd-my-account-links .customer-logout-link {
    border-color: #fecaca !important;
    background: #fef2f2 !important;
}

.wd-my-account-links .customer-logout-link::before {
    background: #fecaca !important;
}

.wd-my-account-links .customer-logout-link a {
    color: #dc2626 !important;
}

.wd-my-account-links .customer-logout-link:hover {
    border-color: #dc2626 !important;
    background: white !important;
}

.wd-my-account-links .customer-logout-link:hover::before {
    background: #dc2626 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .wd-my-account-links.wd-grid-g {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin: 20px 0 !important;
    }
    
    .wd-my-account-links div {
        padding: 20px 15px !important;
    }
    
    .wd-my-account-links div::before {
        font-size: 28px !important;
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 12px !important;
    }
    
    .wd-my-account-links a {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .wd-my-account-links.wd-grid-g {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    
    .wd-my-account-links div {
        padding: 18px 15px !important;
    }
    
    .wd-my-account-links div::before {
        font-size: 24px !important;
        width: 45px !important;
        height: 45px !important;
        margin-bottom: 10px !important;
    }
    
    .wd-my-account-links a {
        font-size: 13px !important;
    }
}

/* Combined Card Design - Centered Icon + Address Effects */

/* Info Text Card */
.woocommerce-MyAccount-content p {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    margin: 20px 0 !important;
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

/* Main Info Card - Centered Design with Address Effects */
.woocommerce-info {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 35px 25px !important;
    text-align: center !important;
    margin: 20px 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    font-family: "Inter", "Poppins", sans-serif !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce-info::before {
    content: "🚨" !important;
    font-size: 42px !important;
    width: 90px !important;
    height: 90px !important;
    background: #fef3c7 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px auto !important;
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.25) !important;
    color: #d97706 !important;
    transition: all 0.3s ease !important;
    border: 3px solid rgba(251, 191, 36, 0.1) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateX(0) !important;
    flex-shrink: 0 !important;
}

.woocommerce-info .woocommerce-Button,
.woocommerce-info .button {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    display: block !important;
    margin: 18px auto 0 auto !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.2) !important;
    position: relative !important;
    overflow: hidden !important;
    width: auto !important;
    max-width: 200px !important;
    text-align: center !important;
}

/* Button Shimmer Effect */
.woocommerce-info .woocommerce-Button::before,
.woocommerce-info .button::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent) !important;
    transition: left 0.6s ease !important;
}

.woocommerce-info .woocommerce-Button:hover::before,
.woocommerce-info .button:hover::before {
    left: 100% !important;
}

.woocommerce-info .woocommerce-Button:hover,
.woocommerce-info .button:hover {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%) !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3) !important;
}

/* Card Hover Effects - Same as Address Cards */
.woocommerce-info:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
    border-color: #cbd5e1 !important;
}

.woocommerce-info:hover::before {
    background: #3b82f6 !important;
    color: white !important;
    transform: scale(1.15) !important;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3) !important;
    border-color: rgba(59, 130, 246, 0.2) !important;
}

/* Card Shimmer Effect - Same as Address Cards */
.woocommerce-info::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.05), transparent) !important;
    transition: left 0.6s ease !important;
}

.woocommerce-info:hover::after {
    left: 100% !important;
}

/* Address Cards - Keep Original Design */
.woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    margin: 25px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.woocommerce-Address {
    background: white !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.woocommerce-Address-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.woocommerce-Address-title h2 {
    color: #1f2937 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.woocommerce-Address .u-column1 .woocommerce-Address-title h2::before {
    content: "💳" !important;
    font-size: 16px !important;
}

.woocommerce-Address .u-column2 .woocommerce-Address-title h2::before {
    content: "📦" !important;
    font-size: 16px !important;
}

.woocommerce-Address-title .edit {
    background: #3b82f6 !important;
    color: white !important;
    text-decoration: none !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.woocommerce-Address-title .edit:hover {
    background: #2563eb !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3) !important;
}

.woocommerce-Address address {
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    font-style: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-Address:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
    border-color: #cbd5e1 !important;
}

.woocommerce-Address::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.05), transparent) !important;
    transition: left 0.6s ease !important;
}

.woocommerce-Address:hover::before {
    left: 100% !important;
}

/* Organic Fluid Sidebar Design */
@media (min-width: 769px) {
    .wd-my-account-sidebar {
        background: 
            linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%),
            radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
            radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%) !important;
        border: none !important;
        border-radius: 40px 10px 40px 10px !important;
        padding: 0 !important;
        box-shadow: 
            0 20px 40px rgba(102, 126, 234, 0.4),
            0 0 0 1px rgba(255, 255, 255, 0.1) !important;
        position: relative !important;
        overflow: hidden !important;
        transform: rotate(-1deg) !important;
        transition: transform 0.3s ease !important;
    }
    
    .wd-my-account-sidebar:hover {
        transform: rotate(0deg) scale(1.02) !important;
    }
    
    .wd-my-account-sidebar::before {
        content: "" !important;
        position: absolute !important;
        top: -50% !important;
        left: -50% !important;
        width: 200% !important;
        height: 200% !important;
        background: 
            radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
            radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px) !important;
        background-size: 20px 20px, 40px 40px !important;
        animation: floatPattern 20s linear infinite !important;
        opacity: 0.6 !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-title {
        background: rgba(255, 255, 255, 0.2) !important;
        color: white !important;
        font-size: 1.4rem !important;
        font-weight: 600 !important;
        padding: 30px 35px !important;
        margin: 0 !important;
        text-align: center !important;
        border-bottom: none !important;
        border-radius: 35px 5px 0 0 !important;
        backdrop-filter: blur(10px) !important;
        position: relative !important;
        z-index: 2 !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation {
        padding: 25px 20px !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a {
        display: flex !important;
        align-items: center !important;
        padding: 18px 25px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        text-decoration: none !important;
        font-weight: 500 !important;
        font-size: 15px !important;
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
        margin: 8px 0 !important;
        border-radius: 25px 5px 25px 5px !important;
        position: relative !important;
        overflow: hidden !important;
        backdrop-filter: blur(5px) !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: -100% !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
        transition: left 0.8s ease !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a:hover::before {
        left: 100% !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation a:hover {
        background: rgba(255, 255, 255, 0.25) !important;
        color: white !important;
        transform: translateX(15px) scale(1.05) !important;
        border-radius: 5px 25px 5px 25px !important;
        box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2) !important;
    }
    
    .wd-my-account-sidebar .woocommerce-MyAccount-navigation .is-active a {
        background: rgba(255, 255, 255, 0.3) !important;
        color: white !important;
        font-weight: 600 !important;
        transform: scale(1.05) !important;
        box-shadow: 
            0 10px 25px rgba(255, 255, 255, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
        border-radius: 5px 25px 5px 25px !important;
    }
    
    /* Organic Blob Decorations */
    .wd-my-account-sidebar::after {
        content: "" !important;
        position: absolute !important;
        bottom: -30px !important;
        right: -30px !important;
        width: 80px !important;
        height: 80px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 50% 20% 50% 20% !important;
        animation: blobFloat 6s ease-in-out infinite !important;
        z-index: 1 !important;
    }
}

/* Force Perfect Center */
.woocommerce-info,
.woocommerce-info::before,
.woocommerce-info .woocommerce-Button,
.woocommerce-info .button {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateX(0) !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .woocommerce-info {
        padding: 30px 20px !important;
        margin: 15px 0 !important;
    }
    
    .woocommerce-info::before {
        font-size: 36px !important;
        width: 75px !important;
        height: 75px !important;
        margin: 0 auto 15px auto !important;
    }
    
    .woocommerce-info .woocommerce-Button,
    .woocommerce-info .button {
        padding: 12px 24px !important;
        font-size: 12px !important;
        margin: 15px auto 0 auto !important;
    }
    
    .woocommerce-Addresses {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin: 20px 0 !important;
    }
    
    .woocommerce-Address {
        padding: 16px !important;
    }
    
    .woocommerce-Address-title {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
        flex-wrap: nowrap !important;
    }
    
    .woocommerce-Address-title h2 {
        font-size: 14px !important;
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .woocommerce-Address-title .edit {
        padding: 6px 10px !important;
        font-size: 10px !important;
        align-self: center !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }
    
    .woocommerce-Address address {
        font-size: 13px !important;
    }
    
    .woocommerce-MyAccount-content p {
        padding: 10px 14px !important;
        font-size: 13px !important;
        margin: 16px 0 !important;
    }
}

@media (max-width: 480px) {
    .woocommerce-info {
        padding: 25px 15px !important;
    }
    
    .woocommerce-info::before {
        font-size: 32px !important;
        width: 65px !important;
        height: 65px !important;
    }
    
    .woocommerce-info .woocommerce-Button,
    .woocommerce-info .button {
        padding: 10px 20px !important;
        font-size: 11px !important;
    }
    
    .woocommerce-Address {
        padding: 14px !important;
    }
    
    .woocommerce-Address-title h2 {
        font-size: 13px !important;
    }
    
    .woocommerce-Address-title .edit {
        padding: 5px 8px !important;
        font-size: 9px !important;
    }
    
    .woocommerce-Address address {
        font-size: 12px !important;
    }
}

/* Animation Keyframes */
@keyframes floatPattern {
    0% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(10px, -10px) rotate(120deg); }
    66% { transform: translate(-5px, 5px) rotate(240deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes blobFloat {
    0%, 100% { 
        transform: translateY(0) rotate(0deg);
        border-radius: 50% 20% 50% 20%;
    }
    50% { 
        transform: translateY(-20px) rotate(180deg);
        border-radius: 20% 50% 20% 50%;
    }
}

/* Force Box Sizing */
.woocommerce-info,
.woocommerce-info *,
.woocommerce-Addresses,
.woocommerce-Addresses *,
.woocommerce-Address,
.woocommerce-Address *,
.wd-my-account-links,
.wd-my-account-links *,
.wd-my-account-sidebar,
.wd-my-account-sidebar * {
    box-sizing: border-box !important;
}

/* Performance Optimization */
.woocommerce-info,
.woocommerce-Address,
.wd-my-account-links div,
.wd-my-account-sidebar .woocommerce-MyAccount-navigation a {
    will-change: transform !important;
    backface-visibility: hidden !important;
}/* End custom CSS */