Latest posts

No results found.

<style> /* ===== Taixi Exoskeleton - Custom Styles ===== */ /* Homepage Hero Section Enhancement */ .hero-section { position: relative; overflow: hidden; } /* Product Card Hover Effects */ .product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; } /* CTA Button Styles */ .cta-button, .wp-block-button__link { background: linear-gradient(135deg, #1a73e8, #0d47a1); color: #ffffff !important; border: none; border-radius: 8px; padding: 14px 32px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; display: inline-block; text-decoration: none; } .cta-button:hover, .wp-block-button__link:hover { background: linear-gradient(135deg, #0d47a1, #1a237e); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(26, 115, 232, 0.4); } /* Navigation Enhancement */ .main-navigation a { font-weight: 500; letter-spacing: 0.5px; transition: color 0.2s ease; } .main-navigation a:hover { color: #1a73e8; } /* Section Headings */ .wp-block-heading { color: #1a1a2e; font-weight: 700; line-height: 1.3; } /* WooCommerce Product Grid */ .woocommerce ul.products li.product { border-radius: 12px; overflow: hidden; transition: all 0.3s ease; } .woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12); } /* Footer Enhancement */ .site-footer { background: #1a1a2e; color: #e0e0e0; } .site-footer a { color: #90caf9; transition: color 0.2s ease; } .site-footer a:hover { color: #ffffff; } /* Smooth Scroll */ html { scroll-behavior: smooth; } /* Selection Color */ ::selection { background: rgba(26, 115, 232, 0.3); color: #1a1a2e; } </style>