.gallery-item-image img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.lightbox-area{background:#fff;border-radius:10px;margin:0 auto!important;padding:10px;width:80%}.gallery-item-image:hover img{transform:scale(1.05)}.gallery-item-image{transition:transform .8s ease-out}.gallery-item-image img{transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.gallery-item-image{aspect-ratio:3/2;background-position:50%;background-size:cover;overflow:hidden;position:relative;width:100%}.gallery{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.gallery-item{border-radius:10px;box-shadow:-2px 3px 5px rgba(0,0,0,.1)!important;cursor:pointer;overflow:hidden;position:relative}.lightbox{align-items:center;background:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.lightbox-content{text-align:center}.lightbox-area img{border-radius:8px}#lightboxImg{max-height:70vh;object-fit:contain}.lightbox-title{color:var(--clr-text-lt);font-size:24px;font-weight:700;line-height:1.2em;margin-top:10px}.close-btn,.next-btn,.prev-btn{color:#fff;cursor:pointer;font-size:2em;position:absolute;top:50%;transform:translateY(-50%);user-select:none}.close-btn{font-size:2.5em;right:20px;top:20px;transform:none}.prev-btn{left:20px}.next-btn{right:20px}.image-title{background:#fff;border-radius:0 0 10px 10px;display:block;font-family:var(--ff-accent);font-size:24px;font-weight:700;line-height:1.2em;margin-top:0;padding:20px;text-align:center}.gallery-item-image,.gallery-item-image img{border-radius:10px}.gallery-item:before{background:transparent;border-radius:10px;inset:0;z-index:1}.gallery-item:after,.gallery-item:before{content:"";pointer-events:none;position:absolute}.gallery-item:after{background:url(https://48397679.fs1.hubspotusercontent-na1.net/hubfs/48397679/circled-right.png) no-repeat 50%;background-size:contain;bottom:40px;height:40px;right:40px;width:40px;z-index:2}@media (max-width:992px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery{grid-template-columns:1fr}}