.container{margin-top:5rem;margin-bottom:5rem;display:flex;flex-direction:column;align-items:center;padding:1rem}.desktop-gallery{max-width:1200px;margin:2rem auto}.desktop-gallery,.gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem}.image{width:180px;height:100px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease,filter .3s ease}.image:hover{transform:scale(1.05);filter:brightness(1.1)}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:999}.modalImage{max-width:90%;max-height:90%;border-radius:10px;box-shadow:0 0 15px black}.closeBtn{position:absolute;top:20px;right:30px;font-size:40px;color:white;cursor:pointer;z-index:1000}.tabs{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.tab{padding:.6rem 1.2rem;font-family:Orbitron,sans-serif;background-color:#1a1a1a;color:#fff;border:2px solid #00ffff;border-radius:6px;cursor:pointer;transition:background-color .2s,transform .2s}.tab.active,.tab:hover{background-color:#00ffff;color:#000;transform:scale(1.05)}.image.flip-in{animation:flipImage .6s ease-in-out;transform-style:preserve-3d;backface-visibility:hidden}@keyframes flipImage{0%{transform:rotateY(90deg);opacity:0}to{transform:rotateY(0deg);opacity:1}}.mobile-scroll{display:none}@media (max-width:768px){.desktop-gallery{display:none}.mobile-scroll{width:100%;height:250px;display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:1rem 0;scroll-padding:0 1rem}.mobile-slide{flex:0 0 80%;width:90%;max-width:90vw;height:200px;scroll-snap-align:center;position:relative;display:flex;align-items:center;justify-content:center;background-color:#111;border-radius:10px;overflow:hidden}.mobile-slide .image{width:100%;height:100%;object-fit:cover}.mobile-dots{display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem;gap:8px}.dot{width:10px;height:10px;background-color:#555;border-radius:50%;transition:background-color .3s ease}.dot.active{background-color:#00ffcc;box-shadow:0 0 6px #00ffcc}}.program-info{max-width:1200px;margin:0 auto;padding:0 1rem}.program-title{font-family:Orbitron,sans-serif;font-size:2rem;margin-bottom:1rem;text-align:center}.program-description{font-size:1rem;line-height:1.6;color:#ddd;margin-bottom:2rem;text-align:justify}