.tech-section{background:#fff;padding:10px 20px}.tech-container{margin:30px auto;max-width:1300px}.tech-header{margin-bottom:60px;text-align:center}.tech-header h2{color:#000;font-family:Lato,sans-serif;font-size:38px;font-weight:700}.tech-grid{display:grid;gap:20px 80px;grid-template-columns:1fr 1fr}.tech-item{gap:20px;padding:25px}.tech-icon,.tech-item{border-radius:18px;display:flex;transition:all .3s ease}.tech-icon{align-items:center;background:#214be8;flex-shrink:0;height:65px;justify-content:center;width:65px}.tech-icon img{filter:brightness(0) invert(1);height:30px;width:30px}.tech-content h4{color:#000;font-size:22px;font-weight:700;margin-bottom:8px;margin:0!important;transition:color .3s ease}.tech-content p{color:#555;font-size:16px;line-height:1.6;transition:color .3s ease}.tech-item:hover .tech-content h4{color:#f4821f!important}.tech-item:hover .tech-icon{background:linear-gradient(180deg,#214be8,#f4821f)}@media (max-width:992px){.tech-grid{gap:40px;grid-template-columns:1fr}.tech-header h2{font-size:28px}.tech-item{padding:20px}}.tech-item.active .tech-content h4{color:#f4821f!important}.tech-item.active .tech-icon{background:linear-gradient(180deg,#214be8,#f4821f)}