.video-section{background-color:#111;justify-content:center;align-items:center;padding:60px 20px;display:flex}.video-gallery{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.video-item{cursor:pointer;border-radius:10px;width:250px;height:350px;position:relative;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.2)}.video-thumbnail{object-fit:cover;border-radius:10px;width:100%;height:100%;transition:transform .3s}.video-item:hover .video-thumbnail{transform:scale(1.05)}.video-modal{z-index:1000;background:rgba(0,0,0,.8);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#222;border-radius:10px;width:80%;max-width:1000px;padding:20px;position:relative}.video-player{border-radius:10px;width:100%}.video-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.3)}
