/* texon_second_page.css */

:root {
    --texon-ai-primary: #ff6105;
    --texon-ai-secondary: #00ff66;
    --texon-ai-accent: #003cff;
    --texon-ai-bg: #000000;
    --texon-ai-text: #ffffff;
    --texon-ai-glass: rgba(5, 34, 7, 0.384);
    --texon-ai-border: rgba(254, 255, 255, 0.2);
}

.texon-ai-hero {
    position: relative;
    height: 100vh;
    width: 100%;
    background: linear-gradient(135deg, var(--texon-ai-bg) 0%, #000000 100%);
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#texon-ai-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.texon-ai-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

/* Main Content Styles */
.texon-ai-main-content {
    text-align: center;
    max-width: 800px;
    max-height: 800px;
    padding: 3rem;
    background: var(--texon-ai-glass);
    border: 1px solid var(--texon-ai-border);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.877);
}

.texon-ai-title {
    font-size: 5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    background: linear-gradient(90deg,
        var(--texon-ai-primary),
        var(--texon-ai-secondary),
        var(--texon-ai-accent),
        var(--texon-ai-primary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: texonAiGradientFlow 4s linear infinite;
    filter: drop-shadow(0 0 20px rgba(0, 255, 157, 0.3));
}

.texon-ai-tagline {
    font-size: 2.2rem;
    color: var(--texon-ai-text);
    margin-bottom: 2rem;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(0, 255, 157, 0.5);
    opacity: 0;
    transform: translateY(20px);
    animation: texonAiSlideUp 0.8s forwards;
    letter-spacing: 1px;
}

.texon-ai-description {
    margin-bottom: 3rem;
}

.texon-ai-protocol,
.texon-ai-trading {
    font-size: 1.5rem;
    color: var(--texon-ai-text);
    margin: 0.5rem 0;
    font-weight: 300;
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateY(20px);
}

.texon-ai-protocol {
    animation: texonAiSlideUp 0.8s forwards 0.2s;
}

.texon-ai-trading {
    animation: texonAiSlideUp 0.8s forwards 0.4s;
}

/* Button Styles */
.texon-ai-buttons {
    display: flex;
    
    gap: 2rem;
    margin: 3rem 0;
    opacity: 0;
    animation: texonAiSlideUp 0.8s forwards 0.6s;
}

.texon-ai-join-btn,
.texon-ai-register-btn {
    position: relative;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 500;
    background: var(--texon-ai-glass);
    border: 1px solid var(--texon-ai-border);
    color: var(--texon-ai-text);
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.texon-ai-btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 255, 157, 0.616),
        rgba(0, 245, 98, 0.2),
        transparent
    );
    transition: transform 0.6s ease;
}

.texon-ai-join-btn:hover,
.texon-ai-register-btn:hover {
    background: rgba(248, 50, 0, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0, 255, 157, 0.2);
}

.texon-ai-join-btn:hover .texon-ai-btn-glow,
.texon-ai-register-btn:hover .texon-ai-btn-glow {
    transform: translateX(100%);
}






/* Google Translate Container Styling */
.goog-te-gadget {
    font-family: inherit !important;
    position: relative;
}

/* Main dropdown button */
.goog-te-gadget-simple {
    background: rgba(0, 255, 157, 0.1) !important;
    border: 1px solid rgba(0, 255, 157, 0.2) !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 10px !important;
}

.goog-te-gadget-simple:hover {
    background: rgba(0, 255, 157, 0.2) !important;
    box-shadow: 0 0 15px rgba(0, 255, 157, 0.2) !important;
}

/* Text inside the button */
.goog-te-gadget-simple .goog-te-menu-value {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Remove default Google elements */
.goog-te-gadget-simple .goog-te-menu-value span {
    color: #ffffff !important;
    border: none !important;
}

/* Remove Google branding */
.goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(155, 155, 155);"] {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget span {
    display: none !important;
}

/* Dropdown menu styling */
.goog-te-menu2 {
    background-color: #000000 !important;
    border: 1px solid rgba(0, 255, 157, 0.2) !important;
    border-radius: 8px !important;
    padding: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 255, 157, 0.15) !important;
}

.goog-te-menu2-item div {
    background: transparent !important;
    color: #ffffff !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}

.goog-te-menu2-item:hover div {
    background: rgba(0, 255, 157, 0.1) !important;
}

/* Selected language */
.goog-te-menu2-item-selected div {
    background: rgba(0, 255, 157, 0.2) !important;
}

/* Fix for the top bar issue */
body {
    top: 0 !important;
    position: static !important;
}

/* Fix for the iframe */
.goog-te-menu-frame {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .goog-te-gadget-simple {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }

    .goog-te-menu-value span {
        font-size: 12px !important;
    }
}
.txn-translate-section {
    position: relative;
    padding: 10px;
    margin: 10px;
}
/* Container for the entire translate widget */
#google_translate_element {
    
    position: relative;
    z-index: 1000;
    margin: 10px;
    margin-top: 5px;
}

.txn-translate-label {
    color: #00ff9d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Remove unwanted borders and images */
.goog-te-gadget-icon {
    display: none !important;
}
.goog-te-gadget-simple {
    margin-top: 0 !important;
}
/* Hide specific spans that create extra space */
.goog-te-gadget-simple .goog-te-menu-value span:not(:first-child) {
    display: none !important;
}

/* Keep only the language name visible */
.goog-te-gadget-simple .goog-te-menu-value span:first-child {
    display: inline !important;
}

/* Add a custom dropdown arrow */
.goog-te-gadget-simple:after {
    content: '▼';
    color: rgba(0, 255, 157, 0.8);
    font-size: 10px;
    margin-left: 8px;
}





/* Social Media Icons */
.texon-ai-social {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    
    opacity: 0;
    animation: texonAiSlideUp 0.8s forwards 0.8s;
}

.texon-ai-social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--texon-ai-glass);
    border: 1px solid var(--texon-ai-border);
    transition: all 0.4s ease;
}

.texon-ai-social-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--texon-ai-text);
    transition: all 0.4s ease;
}

.texon-ai-social-icon:hover {
    transform: translateY(-5px) rotate(8deg);
    background: rgba(0, 255, 157, 0.15);
    box-shadow: 0 8px 32px rgba(0, 255, 157, 0.2);
}

.texon-ai-social-icon:hover svg {
    fill: var(--texon-ai-primary);
}

/* Social Icons Container Mobile Fix */
@media screen and (max-width: 768px) {
    .texon-ai-social-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
        position: relative;
        z-index: 100; /* Ensure icons stay above other content */
        margin: 10px 0;
    }

    .texon-ai-social-icon {
        width: 35px; /* Slightly smaller icons on mobile */
        height: 35px;
        margin: 0; /* Remove default margins */
    }

    /* Adjust spacing between icons */
    .texon-ai-social-icon + .texon-ai-social-icon {
        margin-left: 8px;
    }

    /* Ensure the register button and other content don't overlap */
    .register-button-container {
        margin-bottom: 80px; /* Add space above social icons */
    }

    /* Adjust main content spacing */
    .main-content {
        padding-bottom: 70px; /* Add space at bottom of content */
    }
}

/* Additional fixes for very small screens */
@media screen and (max-width: 380px) {
    .texon-ai-social-container {
        padding: 10px;
    }

    .texon-ai-social-icon {
        width: 30px;
        height: 30px;
    }

    .texon-ai-social-icon svg {
        width: 16px;
        height: 16px;
    }
}

/* Animations */
@keyframes texonAiGradientFlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes texonAiSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Media Queries */
@media (max-width: 768px) {
    .texon-ai-main-content {
        padding: 2rem;
    }

    .texon-ai-title {
        font-size: 3.5rem;
    }
    
    .texon-ai-tagline {
        font-size: 1.8rem;
    }
    
    .texon-ai-protocol,
    .texon-ai-trading {
        font-size: 1.2rem;
    }
    
    .texon-ai-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .texon-ai-social {
        gap: 1.5rem;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --texon-ai-primary: #00ff00;
        --texon-ai-secondary: #00ff00;
        --texon-ai-accent: #00ff00;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}



/* Main Section Styles */
.txn-about-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(45deg, #000a01, #010c02);
    color: #ffffff;
    font-family: 'Arial', sans-serif;
}

/* Background and Particles */
.txn-about-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.txn-particle-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.txn-particle {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    pointer-events: none;
}

/* Content Layout */
.txn-about-content {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding: 4rem 2rem;
    gap: 4rem;
}

/* Left Side Styles */
.txn-about-left {
    flex: 1;
    opacity: 1;
    animation: txnSlideIn 1s ease-out forwards;
}

.txn-about-headline {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
}

.txn-word {
    display: inline-block;
    opacity: 0;
    margin-right: 0.5rem;
    animation: txnGlowFade 0.8s ease-out forwards;
    animation-delay: var(--delay);
}

.txn-about-subheadline {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    transform: translateX(-50px);
    opacity: 0;
    animation: txnSlideInBounce 1s ease-out forwards;
    animation-delay: 0.5s;
    color: #4dff4d;
    font-weight: 600;
}

.txn-about-text {
    margin-bottom: 3rem;
}

.txn-about-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 1;
    color: #ffffff;
}

.txn-highlight {
    position: relative;
    color: #00ff00;
    font-weight: 600;
}

.txn-highlight::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: currentColor;
    filter: blur(8px);
    opacity: 0;
    animation: txnPulse 2s ease-in-out infinite;
}

/* Stats Section */
.txn-stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.txn-stat-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    border: 1px solid rgba(0, 255, 0, 0.1);
}

.txn-stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 255, 0, 0.15);
    background: rgba(0, 255, 0, 0.1);
}

.txn-stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0;
    background: linear-gradient(45deg, #00ff00, #4dff4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.txn-stat-label {
    font-size: 1rem;
    color: #ffffff;
    margin-top: 0.5rem;
    font-weight: 500;
}

.txn-stat-text {
    display: block;
    font-size: 1.5rem;
    color: #00ff00;
    font-weight: 600;
    margin: 1rem 0;
}

/* Right Side Styles */
.txn-about-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txn-hologram {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
}

#txnVisualization {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: rgba(0, 255, 0, 0.05);
    border: 1px solid rgba(0, 255, 0, 0.1);
}

/* Section Divider */
.txn-section-divider {
    position: relative;
    height: 2px;
    margin-top: 4rem;
}

.txn-glow-line {
    height: 100%;
    background: linear-gradient(90deg, transparent, #00ff00, transparent);
    animation: txnGlowPulse 2s ease-in-out infinite;
}

/* Animations */
@keyframes txnGlowFade {
    0% {
        opacity: 0;
        text-shadow: 0 0 0 rgba(0, 255, 0, 0);
    }
    50% {
        text-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
    }
    100% {
        opacity: 1;
        text-shadow: 0 0 0 rgba(0, 255, 0, 0);
    }
}

@keyframes txnSlideInBounce {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    60% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes txnPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes txnSlideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes txnGlowPulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes txnFloat {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.txn-fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .txn-about-content {
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .txn-about-headline {
        font-size: 3rem;
    }

    .txn-about-subheadline {
        font-size: 1.8rem;
    }

    .txn-hologram {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .txn-stats-container {
        grid-template-columns: 1fr;
    }

    .txn-about-headline {
        font-size: 2.5rem;
    }

    .txn-about-subheadline {
        font-size: 1.5rem;
    }
}


/* Base Styles */
.txv-section {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: linear-gradient(135deg, #000a01, #010c02);
    padding: 2rem 0;
    min-height: auto; /* Remove min-height */
    height: auto; /* Let content determine height */
}

/* Left Side: Graphics */
.txv-graphics {
    position: relative;
    height: 100%;
    overflow: hidden;
    max-height: 600px; /* Add max-height */
}

.txv-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(3, 44, 3, 0.1) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(4, 58, 4, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.txv-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


/* Dashboard */
.txv-dashboard {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.txv-chart {
    height: 150px;
    margin-bottom: 1rem;
    background: rgba(3, 39, 3, 0.1);
    border: 1px solid rgba(0, 255, 0, 0.2);
    border-radius: 10px;
}

.texon-vlogo {
    position: absolute !important; /* Force absolute positioning */
    left: 50% !important; /* Move to center horizontally */
    top: 50% !important; /* Move to center vertically */
    transform: translate(-50%, -50%) !important; /* Center the logo precisely */
    max-width: 80%;
    height: auto;
    z-index: 3;
    animation: logoFadeIn 1s ease-out;
}


/* Right Side: Content */
.txv-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem; /* Reduced gap */
    background: rgba(0, 255, 0, 0.05);
    position: relative;
    height: auto;
}

.txv-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 255, 0, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

/* Text Styles */
.txv-headline {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: scale(0.9);
    animation: txvFadeInScale 0.8s ease forwards;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
}

.txv-statement {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.8;
    opacity: 1;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    margin-bottom: 1.5rem;
}

/* Highlights */
.txv-highlight {
    color: #00ff00;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
}

.txv-highlight::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: currentColor;
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.txv-highlight:hover {
    color: #4dff4d;
}

.txv-highlight:hover::after {
    opacity: 0.3;
}

/* CTA Button */
.txv-cta {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.txv-cta-button {
    position: relative;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    color: #ffffff;
    background: transparent;
    border: 2px solid #00ff00;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.txv-cta-button:hover {
    background: rgba(0, 255, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

.txv-ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: txvRipple 0.6s linear;
    background-color: rgba(0, 255, 0, 0.3);
}

/* Container */
.txv-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.txv-text-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Animations */
@keyframes txvFadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes txvRipple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .txv-section {
        grid-template-columns: 1fr;
        padding: 1rem 0;
        min-height: auto;
        height: auto;
    }

    .txv-graphics {
        display: none;
    }

    .txv-content {
        padding: 1.5rem;
        text-align: center;
    }

    .txv-headline {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .txv-statement {
        font-size: 1rem;
        margin-bottom: 1rem;
        padding: 0 0.5rem;
    }

    .txv-cta {
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .txv-cta-button {
        width: 100%;
        max-width: 300px;
    }
}

/* Transition */
.txv-transition {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    overflow: hidden;
}

.txv-divider {
    height: 100%;
    background: linear-gradient(90deg, transparent, #00ff00, transparent);
    animation: txvGlow 2s ease-in-out infinite;
}

@keyframes txvGlow {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}


/* Base Styles */
.txcv-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg,#000a01, #010c02);
    overflow: hidden;
    padding: 4rem 0;
}

/* Background Elements */
.txcv-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.txcv-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 0, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    transform: perspective(500px) rotateX(60deg);
    transform-origin: top;
    opacity: 0.3;
}

.txcv-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Container */
.txcv-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header */
.txcv-header {
    text-align: center;
    margin-bottom: 4rem;
}

.txcv-title {
    font-size: 3.5rem;
    color: #00ff00;
    margin-bottom: 1rem;
    opacity: 0;
    transform: scale(0.9);
    animation: txcvFadeInScale 0.8s ease forwards;
    text-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

.txcv-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    animation: txcvSlideUp 0.8s ease forwards 0.3s;
}

/* Cards Container */
.txcv-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

/* Card Styles */
.txcv-card {
    position: relative;
    perspective: 1000px;
    cursor: pointer;
}

.txcv-card-inner {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 255, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.txcv-card:hover .txcv-card-inner {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 255, 0, 0.2);
}

.txcv-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    position: relative;
}

.txcv-icon-canvas {
    width: 100%;
    height: 100%;
}

.txcv-card-title {
    font-size: 1.5rem;
    color: #00ff00;
    margin-bottom: 1rem;
    text-align: center;
    transition: color 0.3s ease;
}

.txcv-card-text {
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
}

.txcv-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: radial-gradient(circle at center, rgba(0, 255, 0, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.txcv-card:hover .txcv-card-glow {
    opacity: 1;
}

/* Call to Action */
.txcv-cta-wrapper {
    text-align: center;
    margin: 3rem 0;
}

.txcv-cta {
    position: relative;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    color: #ffffff;
    background: transparent;
    border: 2px solid #00ff00;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.txcv-cta:hover {
    background: rgba(0, 255, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

.txcv-ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: txcvRipple 0.6s linear;
    background-color: rgba(0, 255, 0, 0.3);
}

/* Scroll Indicator */
.txcv-scroll-indicator {
    position: relative;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.txcv-scroll-line {
    width: 2px;
    height: 50px;
    background: #00ff00;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.txcv-scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    animation: txcvScrollLine 1.5s ease-in-out infinite;
}

.txcv-scroll-text {
    color: #ffffff;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: block;
    opacity: 0.7;
}

/* Wave Transitions */
.txcv-wave-top,
.txcv-wave-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(45deg, #ff5100, #4dff4d);
    opacity: 0.1;
}

.txcv-wave-top {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}

.txcv-wave-bottom {
    bottom: 0;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

/* Animations */
@keyframes txcvFadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes txcvSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes txcvRipple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes txcvScrollLine {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .txcv-title {
        font-size: 2.5rem;
    }

    .txcv-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .txcv-cards {
        grid-template-columns: 1fr;
    }

    .txcv-title {
        font-size: 2rem;
    }

    .txcv-container {
        padding: 0 1rem;
    }
}


/* Base Styles */
.txw-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #000a01, #010c02);
    overflow: hidden;
    padding: 1rem 0rem;
}

/* Background Elements */
.txw-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.txw-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 0, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    transform: perspective(500px) rotateX(60deg);
    transform-origin: top;
    opacity: 0.3;
}

.txw-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.txw-neural-network {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

/* Header Styles */
.txw-header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 4rem;
}

.txw-title {
    font-size: 3rem;
    color: #00ff00;
    margin-bottom: 1rem;
    opacity: 0;
    transform: scale(0.9);
    animation: txwFadeInScale 0.8s ease forwards;
    text-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

.txw-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: txwSlideUp 0.8s ease forwards 0.3s;
}

/* Widgets Grid */
.txw-widgets-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1440px;
    margin: 0 auto;
}



/* Call to Action */
.txw-cta-container {
    text-align: center;
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}

.txw-cta-button {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    color: #ffffff;
    background: transparent;
    border: 2px solid #00ff00;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.txw-cta-button:hover {
    background: rgba(0, 255, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

/* Animations */
@keyframes txwFadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes txwSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes txwRipple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes txwPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.txw-ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: txwRipple 0.6s linear;
    background-color: rgba(0, 255, 0, 0.3);
}

/* Tooltips */
.txw-chart-tooltip,
.txw-heatmap-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .txw-widgets-grid {
        grid-template-columns: 1fr;
    }

    .txw-chart-widget {
        grid-column: span 1;
    }

    .txw-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .txw-section {
        padding: 2rem 1rem;
    }

    .txw-title {
        font-size: 2rem;
    }

    .txw-subtitle {
        font-size: 1rem;
    }

    .txw-widget-header h3 {
        font-size: 1.1rem;
    }
}

/* Update Badge */
.txw-update-badge {
    background: rgba(0, 255, 0, 0.2);
    color: #00ff00;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    animation: txwPulse 2s infinite;
}

/* Loading States */
.txw-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.txw-loading::after {
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #00ff00;
    border-top-color: transparent;
    border-radius: 50%;
    animation: txwSpin 1s linear infinite;
}

@keyframes txwSpin {
    to {
        transform: rotate(360deg);
    }
}






/* Widget Section Base Styles */
.algora-widgets-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(45deg, #000a01, #010c02);
    overflow: hidden;
    padding: 1rem 0rem;
  }
  
  /* Animated Background */
  .algora-widgets-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .algora-widgets-grid {
    position: absolute;
    width: 200%;
    height: 200%;
    background-image: 
        linear-gradient(to right, rgba(0, 255, 42, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 247, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    transform: rotate(45deg);
    animation: widgetsGridMove 20s linear infinite;
  }
  
  .algora-neural-paths {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    pointer-events: none;
  }
  
  /* Container Styles */
  .algora-widgets-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  /* Header Styles */
  .algora-widgets-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .algora-widgets-title {
    font-size: 3.5rem;
    background: linear-gradient(45deg, #00f320, #00ff55);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    animation: widgetsFadeIn 1s ease forwards;
  }
  
  .algora-widgets-underline {
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #15ff00, transparent);
    margin: 1rem auto;
    animation: widgetsExpandLine 1.5s ease forwards 0.5s;
  }
  
  .algora-widgets-subtitle {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    animation: widgetsFadeIn 1s ease forwards 1s;
  }
  
  /* Widgets Grid Layout */
  .algora-widgets-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 5rem 0;
  }
  
  /* Widget Card Styles */
  .algora-widget-card {
    background: rgba(9, 255, 0, 0.05);
    border: 1px solid rgba(0, 255, 34, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
  }
  
  .algora-widget-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(9, 255, 0, 0.2);
    background: rgba(0, 247, 255, 0.1);
  }
  
  /* Widget Header Styles */
  .widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  
  .widget-header h4 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
  }
  
  .widget-controls button {
    background: rgba(0, 247, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #00ff0d;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .widget-controls button:hover {
    background: rgba(0, 255, 55, 0.2);
    transform: rotate(180deg);
  }
  
  /* Price Widget Styles */
  /* Price Tracker Widget Specific Styles */
  
  .algora-widget-card[data-widget="price"] {
    min-height: 350px;
    height: 100%;
  }
  
  .algora-widget-card[data-widget="price"] .widget-content {
    height: 240px; /* Reduced from 300px */
    position: relative;
    padding-top: 1rem;
    
  }

  .widget-content{
    padding-top: 1rem;
    color: #ffffff;
  }
  
  .price-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgba(0, 247, 255, 0.05);
    border-radius: 10px;
  }
  
  .current-price {
    font-size: 1.8rem;
    color: #15ff00;
    font-weight: bold;
    font-family: 'Courier New', monospace;
  }
  
  .price-change {
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
  }
  
  #priceChart {
    height: 180px !important; /* Set specific height */
    width: 100% !important;
  }
  
  .widget-header {
    padding-bottom: 0.5rem; /* Reduced padding */
  }
  
  .price-change.positive {
    color: #00e676;
    background: rgba(0, 230, 118, 0.1);
  }
  
  .price-change.negative {
    color: #ff4081;
    background: rgba(255, 64, 129, 0.1);
  }
  
  .refresh-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0, 247, 255, 0.1);
    border: none;
    color: #00ff0d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  .refresh-btn:hover {
    background: rgba(0, 247, 255, 0.2);
  }
  
  .refresh-btn i {
    font-size: 1rem;
  }
  
  /* Transaction Analyzer Styles */
  .transaction-flow {
    position: relative;
    height: 150px;
    margin-bottom: 1rem;
  }
  
  .transaction-path {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 255, 0, 0.2);
    transform: translateY(-50%);
  }
  
  .transaction-block {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #00ff2a;
    border-radius: 4px;
    animation: moveBlock 3s linear;
  }
  
  /* Network Monitor Styles */
  .network-metric {
    margin-bottom: 1rem;
  }
  
  .metric-bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
  }
  
  .metric-fill {
    height: 100%;
    background: linear-gradient(90deg, #00ff15, #21f321);
    width: 0;
    transition: width 1s ease;
  }

  .metric-label{
    display: block;
    font-size:1 rem;
    color: rgba(255, 255, 255, 0.8);

  }


  .stat-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .stat-value {
    font-size: 1.5rem;
    color:  #00fa0c;
    font-weight: bold;
  }
  
  
  /* CTA Button Styles */
  .algora-widgets-button {
    display: inline-block;
    padding: 1rem 3rem;
    background: transparent;
    border: 2px solid #00ff2a;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .algora-button-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 13, 0.3), transparent);
    animation: buttonGlow 2s infinite;
  }
  
  /* Animations */
  @keyframes widgetsGridMove {
    0% { transform: translateY(0) rotate(45deg); }
    100% { transform: translateY(-50px) rotate(45deg); }
  }
  
  @keyframes widgetsFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes widgetsExpandLine {
    from { width: 0; }
    to { width: 100px; }
  }
  
  @keyframes moveBlock {
    from { left: -30px; }
    to { left: calc(100% + 30px); }
  }
  
  @keyframes buttonGlow {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
  }
  
  /* Media Queries */
  @media (max-width: 968px) {
    .algora-widgets-grid-container {
        grid-template-columns: 1fr;
    }
  
    .algora-widgets-title {
        font-size: 2.5rem;
    }
  }
  
  @media (max-width: 480px) {
    .algora-widgets-section {
        padding: 2rem 1rem;
    }
  
    .algora-widgets-title {
        font-size: 2rem;
    }
  
    .widget-header {
        flex-direction: column;
        text-align: center;
    }
  
    .widget-controls {
        margin-top: 1rem;
    }
  }
  


/* Base Styles */
.txp-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background: linear-gradient(135deg, #000a01, #010c02);
    padding: 4rem 0rem;
    overflow: hidden;
}

/* Background Elements */
.txp-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.txp-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 0, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    transform: perspective(500px) rotateX(60deg);
    transform-origin: top;
    opacity: 0.3;
}

.txp-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Container */
.txp-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
}

/* Header Styles */
.txp-header {
    text-align: center;
    margin-bottom: 4rem;
}

.txp-title {
    font-size: 3rem;
    color: #00ff00;
    margin-bottom: 1rem;
    opacity: 0;
    transform: scale(0.9);
    animation: txpFadeInScale 0.8s ease forwards;
    text-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

.txp-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: txpSlideUp 0.8s ease forwards 0.3s;
}

/* Partners Grid */
.txp-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

/* Partner Logo Styles */
.txp-partner {
    position: relative;
    aspect-ratio: 2/1;
    opacity: 0;
    transform: translateY(30px);
}

.txp-partner.visible {
    animation: txpFadeInUp 0.8s ease forwards;
}

.txp-partner-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 255, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txp-partner-inner:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 255, 0, 0.2);
}

.txp-logo-container {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.txp-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.txp-partner:hover .txp-logo {
    filter: brightness(1) invert(0);
}

/* Glow Effect */
.txp-glow-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 255, 0, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.txp-partner:hover .txp-glow-effect {
    opacity: 1;
}

/* Tooltip */
.txp-tooltip {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

.txp-partner:hover .txp-tooltip {
    opacity: 1;
    visibility: visible;
    bottom: -50px;
}

/* Animations */
@keyframes txpFadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes txpSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes txpFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading Animation */
.txp-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .txp-partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .txp-partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .txp-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .txp-partners-grid {
        grid-template-columns: 1fr;
    }

    .txp-section {
        padding: 2rem 1rem;
    }
}






/* Base Styles */
.txt-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background: linear-gradient(135deg, #000a01, #010c02);
    overflow: hidden;
    padding: 4rem 2rem;
}

/* Background Elements */
.txt-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.txt-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 0, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    transform: perspective(500px) rotateX(60deg);
    transform-origin: top;
    opacity: 0.3;
}

.txt-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Container */
.txt-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
}

/* Header Styles */
.txt-header {
    text-align: center;
    margin-bottom: 4rem;
}

.txt-title {
    font-size: 3.5rem;
    color: #00ff00;
    margin-bottom: 1rem;
    opacity: 0;
    transform: scale(0.9);
    animation: txtFadeInScale 0.8s ease forwards;
    text-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

.txt-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: txtSlideUp 0.8s ease forwards 0.3s;
}

/* Slider Styles */
.txt-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 300px;
}

.txt-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
    
}

.txt-testimonial {
    flex: 0 0 100%;
    width: 100%;
    padding: 2rem;
    opacity: 1;
    transform: translateY(30px);
    animation: txtFadeInUp 0.8s ease forwards;
    height: auto;
    
    display: flex;
    flex-direction: column;
}



/* Team Section Styles */
.txn-team-section {
    position: relative;
    padding: 100px 20px;
    background-color: #0a0a0a;
    overflow: hidden;
}

/* Background Elements */
.txn-team-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.txn-team-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 255, 157, 0.1) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(0, 255, 157, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.1;
}

/* Container */
.txn-team-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Header Styles */
.txn-team-header {
    text-align: center;
    margin-bottom: 60px;
}

.txn-team-title {
    font-size: 2.5rem;
    color: #00ff00;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 255, 157, 0.5);
}

.txn-team-subtitle {
    font-size: 1.1rem;
    color: #7fff7f;
    opacity: 0.8;
}

/* Team Grid */
.txn-team-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    padding: 20px 0;
}

/* Team Member Card */
.txn-team-member {
    perspective: 1000px;
}

.txn-member-card {
    background: rgba(0, 255, 157, 0.05);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.txn-member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 255, 157, 0.2);
}

/* Member Image */
.txn-member-image-wrapper {
    position: relative;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    overflow: hidden;
}

.txn-member-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.txn-member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 255, 157, 0.1) 100%
    );
}

/* Member Info */
.txn-member-info {
    padding: 25px;
    text-align: center;
}

.txn-member-name {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.txn-member-position {
    color: #00ff00;
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.txn-member-description {
    color: #b4ffb4;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Social Links */
.txn-member-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.txn-member-social-link {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 255, 157, 0.1);
    color: #00ff9d;
    transition: all 0.3s ease;
}

.txn-member-social-link:hover {
    background: #00ff9d;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 157, 0.3);
}

/* Hover Effects */
.txn-member-card:hover .txn-member-image {
    transform: scale(1.05);
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .txn-team-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .txn-team-section {
        padding: 60px 20px;
    }

    .txn-team-title {
        font-size: 2rem;
    }

    .txn-team-grid-container {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}

/* Animation Classes */
.txn-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.txn-fade-in.active {
    opacity: 1;
    transform: translateY(0);
}











/* Container for testimonial content */
.txt-testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
}

/* Profile Styles */
.txt-profile {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.txt-image-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.txt-profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.txt-image-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #00ff00;
    border-radius: 50%;
    animation: txtPulse 2s ease-in-out infinite;
}

.txt-profile-info {
    flex: 1;
}

.txt-name {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0;
}

.txt-titlen {
    font-size: 2rem;
    color: rgba(222, 250, 227, 0.7);
    margin: 0.5rem 0 0;
}

/* Rating Stars */
.txt-rating {
    margin-bottom: 1rem;
}

.txt-star {
    color: #00ff00;
    font-size: 1.2rem;
    margin-right: 0.2rem;
    opacity: 0;
    animation: txtStarGlow 0.5s ease forwards;
}

.txt-star:nth-child(1) { animation-delay: 0.1s; }
.txt-star:nth-child(2) { animation-delay: 0.2s; }
.txt-star:nth-child(3) { animation-delay: 0.3s; }
.txt-star:nth-child(4) { animation-delay: 0.4s; }
.txt-star:nth-child(5) { animation-delay: 0.5s; }

/* Quote Styles */
.txt-quote {
    position: relative;
    margin: 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 255, 0, 0.1);
    height: auto;
}

.txt-quote p {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

/* Slider Controls */
.txt-slider-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    padding: 1rem 0;
}

.txt-slider-arrow {
    background: transparent;
    border: 1px solid rgba(0, 255, 0, 0.3);
    color: #00ff00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.txt-slider-arrow:hover {
    background: rgba(0, 255, 0, 0.1);
    border-color: #00ff00;
}

.txt-slider-dots {
    display: flex;
    gap: 0.5rem;
}

.txt-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 255, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.txt-dot.active {
    background: #00ff00;
    transform: scale(1.2);
}

/* CTA Button */
.txt-cta {
    text-align: center;
    margin-top: 4rem;
}

.txt-cta-button {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    color: #ffffff;
    background: transparent;
    border: 2px solid #00ff00;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.txt-cta-button:hover {
    background: rgba(0, 255, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

/* Animations */
@keyframes txtFadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes txtSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes txtFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes txtStarGlow {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes txtPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .txt-section {
        padding: 2rem 1rem;
    }

    .txt-title {
        font-size: 2.5rem;
    }

    .txt-testimonial {
        padding: 1rem;
    }

    .txt-profile {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .txt-quote p {
        font-size: 1rem;
    }

    .txt-cta-button {
        width: 100%;
        max-width: 300px;
    }
}

/* Loading Animation */
.txt-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.txt-loading::after {
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #00ff00;
    border-top-color: transparent;
    border-radius: 50%;
    animation: txtSpin 1s linear infinite;
}

@keyframes txtSpin {
    to {
        transform: rotate(360deg);
    }
}


.txn-faq-section {
    background-color: #040e01;
    padding: 60px 20px;
    color: #fff;
}

.txn-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

/* Header Styles */
.txn-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.txn-faq-title {
    color: #1eff00;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 255, 157, 0.5);
}

.txn-faq-subtitle {
    color: #1dfa00;
    font-size: 1.1rem;
    opacity: 0.8;
}

/* FAQ List Styles */
.txn-faq-list {
    margin-bottom: 40px;
}

.txn-faq-item {
    background: rgba(0, 255, 157, 0.05);
    border-radius: 8px;
    margin-bottom: 15px;
}

.txn-faq-trigger {
    width: 100%;
    text-align: left;
    padding: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.txn-faq-trigger:hover {
    background: rgba(0, 255, 157, 0.1);
}

.txn-faq-icon {
    color: #00ff9d;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.txn-faq-item.active .txn-faq-icon {
    transform: rotate(45deg);
}

.txn-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.txn-faq-content p {
    margin: 0;
    padding: 0 20px 20px;
    color: #b4ffb4;
    line-height: 1.6;
}

.txn-faq-item.active .txn-faq-content {
    max-height: 500px; /* Adjust based on content */
}

/* CTA Styles */
.txn-faq-cta {
    text-align: center;
    margin-top: 40px;
}

.txn-faq-cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(45deg, #00ff9d, #00ccff);
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.txn-faq-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(0, 255, 157, 0.5);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .txn-faq-title {
        font-size: 2rem;
    }
    
    .txn-faq-subtitle {
        font-size: 1rem;
    }
    
    .txn-faq-trigger {
        font-size: 1rem;
        padding: 15px;
    }
}


/* Pre-footer Section */
.txn-prefooter {
    background: linear-gradient(180deg, #0a0a0a 0%, #001a0d 100%);
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.txn-prefooter-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.txn-prefooter-title {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgba(0, 255, 157, 0.5);
}

.txn-prefooter-cta {
    background: linear-gradient(45deg, #00ff9d, #00cc7a);
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    color: #000;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.txn-prefooter-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(0, 255, 157, 0.5);
}

/* Main Footer */
.txn-footer {
    background: linear-gradient(0deg, #000 0%, #001a0d 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0 0;
    color: #fff;
}

.txn-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* Background Effects */
.txn-footer-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.txn-footer-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 255, 157, 0.1) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(0, 255, 157, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.1;
    pointer-events: none;
}

/* Column Styles */
.txn-footer-heading {
    color: #00ff9d;
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.txn-footer-heading::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #00ff9d;
    box-shadow: 0 0 10px rgba(0, 255, 157, 0.5);
}

.txn-footer-about {
    color: #b4ffb4;
    line-height: 1.6;
    margin-bottom: 20px;
}

.txn-footer-learn-more {
    color: #00ff9d;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.txn-footer-learn-more::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #00ff9d;
    transition: width 0.3s ease;
}

.txn-footer-learn-more:hover::after {
    width: 100%;
}

/* Quick Links */
.txn-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.txn-footer-links li {
    margin-bottom: 12px;
}

.txn-footer-links a {
    color: #b4ffb4;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.txn-footer-links a:hover {
    color: #00ff9d;
    text-shadow: 0 0 10px rgba(0, 255, 157, 0.5);
}

/* Social Icons */
.txn-footer-social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.txn-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 255, 157, 0.1);
    color: #00ff9d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.txn-social-icon:hover {
    background: #00ff9d;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(0, 255, 157, 0.5);
}

/* Newsletter Form */
.txn-newsletter-form {
    margin-top: 20px;
}

.txn-input-wrapper {
    position: relative;
    margin-top: 15px;
}

.txn-newsletter-input {
    width: 100%;
    padding: 12px;
    background: rgba(0, 255, 157, 0.1);
    border: 1px solid rgba(0, 255, 157, 0.3);
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.txn-newsletter-input:focus {
    border-color: #00ff9d;
    box-shadow: 0 0 10px rgba(0, 255, 157, 0.3);
    outline: none;
}

.txn-newsletter-submit {
    width: 100%;
    padding: 12px;
    background: linear-gradient(45deg, #00ff9d, #00cc7a);
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.txn-newsletter-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(0, 255, 157, 0.5);
}

/* Bottom Bar */
.txn-footer-bottom {
    margin-top: 60px;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 255, 157, 0.1);
}

.txn-footer-bottom .txn-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txn-copyright {
    color: #b4ffb4;
    margin: 0;
}

.txn-legal-links a {
    color: #b4ffb4;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.txn-legal-links a:hover {
    color: #00ff9d;
}

.txn-separator {
    color: #b4ffb4;
    margin: 0 10px;
}

/* Animation Classes */
.txn-footer-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Particle Animation */
.txn-particle {
    position: absolute;
    background: rgba(0, 255, 157, 0.5);
    border-radius: 50%;
    pointer-events: none;
}

/* Ripple Effect */
.txn-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    transform: scale(0);
    animation: txnRipple 0.6s linear;
    pointer-events: none;
}

/* Message Styles */
.txn-message {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    animation: txnFadeIn 0.3s ease;
}

.txn-message-success {
    background: rgba(0, 255, 157, 0.1);
    color: #00ff9d;
}

.txn-message-error {
    background: rgba(255, 0, 0, 0.1);
    color: #ff6b6b;
}

/* Animations */
@keyframes txnRipple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes txnFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes txnFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .txn-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .txn-footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .txn-footer-bottom .txn-footer-container {
        flex-direction: column;
        text-align: center;
    }
    
    .txn-legal-links {
        margin-top: 10px;
    }
    
    .txn-prefooter-title {
        font-size: 2rem;
    }
}





/* Add these fixes at the end of your CSS file */

/* Global fixes for mobile responsiveness */
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Fixing container widths */
.txn-about-section,
.txv-section,
.txw-section,
.txcv-section,
.txp-section,
.texon-ai-hero,
.algora-widgets-section {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
}


/* Mobile specific adjustments */
@media (max-width: 768px) {
    .texon-ai-main-content {
        width: 100%;
        max-width: 100%;
        padding: 2rem 1rem;
        margin: 0;
        box-sizing: border-box;
    }

    .txn-about-content,
    .txv-content,
    .txw-container,
    .txcv-container,
    .txp-container {
        padding: 1rem;
    }

    /* Fixed heading sizes for mobile */
    .txn-about-headline,
    .txv-headline,
    .txw-title,
    .txcv-title,
    .txp-title,
    .texon-ai-title {
        font-size: 2rem;
        word-wrap: break-word;
    }

    /* Button adjustments */
    .txn-cta,
    .txv-cta,
    .txw-cta-button,
    .txcv-cta,
    .txp-cta,
    .texon-ai-join-btn,
    .texon-ai-register-btn,
    .algora-widgets-button {
        width: 100%;
        max-width: 100%;
        margin: 0.5rem 0;
        box-sizing: border-box;
    }

    /* Background fixes */
    .txn-about-background,
    .txv-background,
    .txw-background,
    .txcv-background,
    .txp-background {
        overflow: hidden;
        width: 100vw;
    }

    /* Grid container fixes */
    .txw-widgets-grid {
        grid-template-columns: 1fr;
        padding: 1rem;
    }
}

/* Prevent horizontal scrolling on all screen sizes */
.txn-particle-container,
.txv-grid-overlay,
.txw-grid,
.txcv-grid,
.txp-grid,
.algora-widgets-grid {
    overflow: hidden;
    max-width: 100vw;
}


