.gallery{align-items:flex-start;display:flex;gap:10px;max-width:1015px}.large-image{border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.2);flex:2;overflow:hidden}.large-image img{display:block;height:500px;max-width:670px;object-fit:cover;width:100%}.thumbnails{display:flex;flex:1;flex-direction:column;gap:10px}.thumbnails img{border-radius:12px;cursor:pointer;height:160px;max-width:335px;object-fit:cover;width:100%}.mobile-carousel{display:none;margin:0 auto;max-width:100%;width:100%}.carousel-container{border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.2);overflow:hidden;position:relative;width:100%}.carousel-slide{border-radius:12px;display:none;height:auto;min-height:250px;object-fit:cover;width:100%}.carousel-slide.active{display:block}.carousel-dots{display:flex;gap:8px;justify-content:center;margin-top:15px}.dot{border:1px solid #0085ff;border-radius:50%;cursor:pointer;height:10px;transition:background-color .3s;width:10px}.dot.active{background-color:#3b82f6}@media (max-width:767px){.gallery{display:none}.mobile-carousel{display:block}}.row-fluid{gap:0!important}