:root{--primary-color:#2563eb;--secondary-color:#1d4ed8;--accent-color:#3b82f6;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#fff;--bg-dark:#1e1d28;--border-color:#e5e7eb;--shadow-light:0 1px 3px 0 rgba(0,0,0,.1);--shadow-medium:0 4px 6px -1px rgba(0,0,0,.1);--shadow-heavy:0 10px 15px -3px rgba(0,0,0,.1)}body{background:var(--bg-primary);color:var(--text-primary);line-height:1.6;margin:0;padding:0}.tech-header{background:linear-gradient(135deg,var(--bg-dark) 0,#2a2933 100%);box-shadow:var(--shadow-medium);padding:1rem 0}.tech-header .tech-nav{align-items:center;display:flex;justify-content:space-between}.tech-header .breadcrumb-nav{align-items:center;color:var(--bg-light);display:flex;gap:.75rem}.tech-header .breadcrumb-link{align-items:center;color:var(--bg-light);display:flex;font-weight:500;gap:.5rem;text-decoration:none;transition:opacity .3s ease}.tech-header .breadcrumb-link:hover{opacity:.8}.tech-header .breadcrumb-nav .fa-chevron-right{color:#6b7280;font-size:.875rem}.tech-header .current-page{color:var(--bg-light);font-weight:600}@keyframes shimmer{0%{left:-100%}50%{left:100%}to{left:100%}}.tech-hero{background:linear-gradient(135deg,var(--bg-dark) 0,#2a2933 100%);color:var(--bg-light);overflow:visible;padding:4rem 0;text-align:center}.tech-hero .hero-badge{align-items:center;background:linear-gradient(135deg,#006aff,#ff4545);border-radius:25px;box-shadow:0 4px 12px rgba(0,106,255,.3);color:#fff;display:inline-flex;font-size:14px;font-weight:500;margin-bottom:2rem;margin-top:2rem;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s ease;width:fit-content}.tech-hero .hero-badge:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.tech-hero .hero-badge:hover{box-shadow:0 6px 20px rgba(0,106,255,.4);transform:translateY(-2px);z-index:10}.tech-hero .hero-badge i{color:gold;font-size:16px;margin-right:8px}.tech-hero .hero-badge span{font-weight:600;letter-spacing:.5px;text-transform:uppercase}.tech-hero .hero-content h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.tech-hero .hero-content h1 .our-text{color:var(--bg-light)}.tech-hero .hero-content h1 .tech-expertise-text{color:#e74c3c}.tech-hero .hero-subtitle{color:#d1d5db;font-size:1.25rem;margin:0 auto;max-width:600px}.tech-hero .hero-subtitle .cover-text{color:var(--bg-light)}.filter-section{background:var(--bg-light);border-bottom:1px solid var(--border-color);padding:2rem 0}.filter-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.filter-label{color:var(--text-dark);font-size:1.1rem;font-weight:600}.filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{background:var(--bg-light);border:2px solid var(--border-color);border-radius:25px;color:var(--text-dark);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.filter-btn:hover{border-color:#e74c3c;color:#e74c3c}.filter-btn.active{background:#e74c3c;border-radius:25px;color:var(--bg-light)}.alphabet-section{margin-bottom:4rem}.alphabet-title{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:2rem;font-weight:400;margin-bottom:.5rem;text-align:left}.alphabet-divider{background:var(--text-dark);border:none;height:2px;margin-bottom:2rem;width:100%}.technologies-section{background:var(--bg-light);padding:4rem 0}.tech-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:2rem}.tech-card{background:var(--bg-light);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-light);overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.tech-card:before{content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.tech-card:hover:before{left:100%}.tech-card:hover{border-color:#e74c3c;box-shadow:var(--shadow-heavy);transform:translateY(-5px)}.tech-icon{color:#e74c3c;font-size:3rem;margin-bottom:1rem;transition:transform .3s ease}.tech-card:hover .tech-icon{transform:scale(1.1)}.tech-card h3{color:var(--text-dark);font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;margin:0}.count-section{background:var(--bg-light);color:var(--text-dark);padding:4rem 0;text-align:center}.count-content h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.count-content p{color:var(--text-light);font-size:1.2rem;line-height:1.6;margin-bottom:.5rem}.count-content p:last-child{margin-bottom:0}.stats-section{background:var(--bg-light);color:var(--text-dark);padding:4rem 0;text-align:center}.stats-content h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.stats-content p{color:var(--text-light);font-size:1.1rem;margin:0 auto;max-width:600px}.tech-cta{background:var(--bg-dark);color:var(--bg-light);padding:4rem 0;text-align:center}.tech-cta .cta-content h2{background:#fff;-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:1rem;-webkit-text-fill-color:transparent;background-clip:text}.tech-cta .cta-content p{color:#d1d5db;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.tech-cta .cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tech-cta .btn-primary,.tech-cta .btn-secondary{align-items:center;border:2px solid transparent;border-radius:35px;display:flex;font-size:14px;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.tech-cta .btn-secondary i,.tech-cta .btn-secondary span{transition:all .3s ease}.tech-cta .btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--bg-light)}.tech-cta .btn-secondary{background:transparent;border-color:var(--primary-color);color:var(--bg-light)}.tech-cta .btn-secondary:hover{background:var(--primary-color)}.tech-cta .btn-primary:hover i{transform:translateX(-135px) rotate(-45deg)}.tech-cta .btn-secondary:hover span{transform:translateX(20px)}.tech-cta .btn-secondary:hover i{transform:translateX(-110px)}.tech-footer{background:var(--bg-dark);color:var(--bg-light);padding:2rem 0;text-align:center}.tech-footer p{color:#6c757d;margin:0}@media (max-width:768px){.alphabet-title,.tech-hero .hero-content h1{font-size:2.5rem}.count-content h2{font-size:2rem}.count-content p{font-size:1.1rem}.filter-wrapper{align-items:flex-start;flex-direction:column;gap:1rem}.filter-buttons{justify-content:flex-start;width:100%}.tech-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.tech-card{padding:1.5rem 1rem}.tech-icon{font-size:2.5rem}.tech-cta .cta-buttons{align-items:center;flex-direction:column}.tech-cta .btn-primary,.tech-cta .btn-secondary{justify-content:center;max-width:300px;width:100%}}@media (max-width:480px){.alphabet-title,.tech-hero .hero-content h1{font-size:2rem}.count-content h2{font-size:1.8rem}.count-content p{font-size:1rem}.filter-buttons{gap:.25rem}.filter-btn{font-size:.8rem;padding:.4rem .8rem}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.tech-card{padding:1rem .75rem}.tech-icon{font-size:2rem}.tech-card h3{font-size:.9rem}}