#application-gallery{margin-top:30px}.app-gallery-item-wrapper{margin-bottom:30px;transition:transform .3s ease}.app-gallery-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014;height:100%;display:flex;flex-direction:column;border:1px solid #eee;transition:all .3s ease}.app-gallery-item:hover{transform:translateY(-10px);box-shadow:0 15px 40px #d11f2626;border-color:#d11f26}.app-gallery-img-container{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f8f8f8}.app-gallery-img-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.app-gallery-item:hover .app-gallery-img-container img{transform:scale(1.1)}.app-gallery-content{padding:20px;flex-grow:1}.app-gallery-content h5{color:#333;margin-bottom:10px;transition:color .3s}.app-gallery-item:hover .app-gallery-content h5{color:#d11f26}.cms-item-controls{position:absolute;top:10px;right:10px;display:none;gap:8px;z-index:100}.cms-edit-mode .cms-item-controls{display:flex!important}.cms-ctrl-btn{width:35px;height:35px;border-radius:50%;border:2px solid #fff;background:#111820e6;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px #0000004d}.cms-ctrl-btn:hover{transform:scale(1.1);background:#d11f26}.cms-ctrl-btn.remove{background:#d11f26e6}.cms-ctrl-btn.remove:hover{background:#000}.cms-color-controls{margin-bottom:12px}.color-dot{width:18px;height:18px;border-radius:50%;cursor:pointer;transition:transform .2s;box-shadow:0 2px 4px #0000001a}.color-dot:hover{transform:scale(1.3)}#cms-dynamic-controls button{box-shadow:0 10px 20px #0003;border:2px solid #fff}
