.gallery-container{position:relative;width:calc(100% - 190px);max-width:1200px}.gallery-container.full-width{max-width:100%!important}.equipment-gallery,.vehicle-gallery{display:flex;overflow-x:auto;gap:10px;padding:10px 0;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.close,.nav-btn,.scroll-btn{padding:10px;cursor:pointer}.vehicle-gallery img{height:100px;width:200px;object-fit:cover;border-radius:8px;flex-shrink:0}.equipment-gallery img{height:150px;width:270px;object-fit:cover;border-radius:8px;flex-shrink:0}.equipment-gallery::-webkit-scrollbar,.vehicle-gallery::-webkit-scrollbar{display:none}.scroll-btn{position:absolute;top:50%;border:none;font-size:24px;z-index:1;font-weight:bolder}.left,.nav-btn.left{left:10px}.nav-btn.right,.right{right:10px}.nav-btn,.scroll-btn{transform:translateY(-50%);background-color:rgba(0,0,0,.2);border-radius:8px;color:#fff}.modal{display:none;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.8)}.close,.nav-btn{position:absolute}.modal-content-img{max-width:80%;max-height:100%;cursor:pointer;display:block;margin:auto;border-radius:8px}@media screen and (max-width:500px){.modal-content-img{max-width:100%}}.nav-btn{top:50%;font-size:36px;z-index:2}.close{color:#fff;font-size:40px;font-weight:700;top:10px;right:25px}.close:focus,.close:hover{color:#bbb;text-decoration:none;cursor:pointer}