﻿.carousel-wrapper{position:relative;width:100%;max-width:100%;margin:20px 0;overflow:hidden}.carousel-track-container{overflow:hidden;border-radius:12px;width:100%}.carousel-track{display:flex;transition:transform .5s ease-in-out;width:100%}.carousel-slide{min-width:100%;width:100%;height:50vh;max-height:450px;object-fit:contain;background:#f5f5f5;display:block}.carousel-slide picture,.carousel-slide img{min-width:100%;width:100%;height:100%;object-fit:contain}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(238,127,8,.9);border:none;width:50px;height:50px;border-radius:50%;color:white;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.2)}.carousel-btn:hover{background:#ee7f08;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(238,127,8,.4)}.prev-btn{left:20px}.next-btn{right:20px}.carousel-indicators{display:flex;justify-content:center;gap:10px;margin-top:20px}.indicator{width:12px;height:12px;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:all .3s ease;border:none;padding:0}.indicator:hover{background:#ff9b2d}.indicator.active{background:#ee7f08;width:30px;border-radius:6px}@media (max-width:1024px){.carousel-slide{height:45vh;max-height:400px}}@media (max-width:768px){.carousel-wrapper{margin:20px 0}.carousel-slide{height:50vh;max-height:400px}.carousel-btn{width:40px;height:40px}.prev-btn{left:5px}.next-btn{right:5px}.carousel-btn svg{width:20px;height:20px}}@media (max-width:480px){.carousel-slide{height:40vh;max-height:300px}.carousel-btn{width:35px;height:35px}}.carousel-slide{cursor:zoom-in}.fullscreen-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.95);cursor:zoom-out}.fullscreen-modal.active{display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fullscreen-image{max-width:90%;max-height:90vh;object-fit:contain;animation:zoomIn .3s ease}@keyframes zoomIn{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.fullscreen-close{position:absolute;top:20px;right:30px;background:transparent;border:none;color:white;font-size:40px;cursor:pointer;z-index:10000;transition:transform .2s ease;padding:10px}.fullscreen-close:hover{transform:scale(1.1);color:#ee7f08}.fullscreen-caption{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);color:white;font-size:16px;text-align:center;background:rgba(0,0,0,.7);padding:10px 20px;border-radius:8px;max-width:80%}@media (max-width:768px){.fullscreen-image{max-width:95%;max-height:85vh}.fullscreen-close{top:10px;right:10px;font-size:30px}.fullscreen-caption{bottom:20px;font-size:14px;padding:8px 15px}}