.company-gallery{margin-top:70px}.company-gallery .banner-image1{width:100%;margin-bottom:6px}.company-gallery .title{text-align:center;font-size:2rem;margin-bottom:.5rem;color:#1d1d1d}.company-gallery .subtitle{text-align:center;color:#666;margin-bottom:2rem}.company-gallery .image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.company-gallery .image-grid .img-card{position:relative;overflow:hidden;border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.05);cursor:pointer}.company-gallery .image-grid .img-card img{width:100%;height:260px;object-fit:cover;transition:transform .2s;border-radius:6px}.company-gallery .image-grid .img-card .caption{bottom:0;background:rgba(0,0,0,.5);color:#fff;font-size:.95rem;width:100%;text-align:center}.company-gallery .image-grid .img-card:hover img{transform:scale(1.05)}.company-gallery .lightbox{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.company-gallery .lightbox img{border:3px solid #d3d3d3;max-width:90%;max-height:85%;border-radius:8px}.company-gallery .lightbox .close{position:absolute;top:25px;right:35px;font-size:2.5rem;color:#fff;cursor:pointer}