.tech-stack-section{padding:80px 0;background-color:#fafafa}.tech-stack-heading{margin-bottom:40px}.tech-stack-heading h2{font-size:32px;font-weight:700;color:#202122;margin-bottom:12px}.tech-stack-line{width:144px;height:2px;background-color:#ec7323;border-radius:2px}.tech-stack-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.tech-stack-card{background:#fff;border:1px solid #efefef;border-radius:8px;padding:16px 16px 20px;display:flex;flex-direction:column;gap:10px}.tech-stack-category{font-size:14px;font-weight:500;color:#444;line-height:1.3;display:block}.tech-stack-card-body{display:flex;align-items:flex-start;gap:10px;margin-top:8px}.tech-stack-icons-wrapper{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.tech-stack-icons-wrapper.row-direction{flex-direction:row;gap:5px}.tech-stack-icon{display:flex;align-items:center;flex-shrink:0;width:28px;height:28px}.tech-stack-icon svg{width:100%;height:100%}.tech-stack-icon img{width:28px;height:28px;object-fit:contain}.tech-stack-name{font-size:18px;font-weight:500;color:#202122;line-height:1.3}@media (max-width:1199px){.tech-stack-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:991px){.tech-stack-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.tech-stack-section{padding:60px 0}.tech-stack-heading h2{font-size:26px}.tech-stack-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tech-stack-grid{grid-template-columns:repeat(2,1fr);gap:12px}.tech-stack-card{padding:14px 14px 16px}.tech-stack-name{font-size:14px}}