.photo-carousel{width:100%;margin:20px 0}.carousel-container{border-radius:12px;width:100%;height:300px;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.carousel-image-container{cursor:pointer;background-color:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:relative}.carousel-image-container:hover{transform:scale(1.02)}.carousel-image-container:hover .carousel-zoom-hint{opacity:1}.carousel-image{object-fit:cover;width:100%;max-width:100%;height:100%;max-height:100%}.carousel-zoom-hint{color:#fff;opacity:0;pointer-events:none;z-index:5;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .3s;display:flex;position:absolute;top:15px;right:15px}.carousel-zoom-hint svg{width:20px;height:20px}.carousel-button{color:#0071c2;cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:10px 15px;font-size:36px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-button:hover{background:#fff;box-shadow:0 2px 8px #0003}.carousel-button.prev{left:15px}.carousel-button.next{right:15px}.carousel-indicators{justify-content:center;gap:8px;margin-top:15px;display:flex}.indicator{cursor:pointer;background:#fff;border:2px solid #0071c2;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.indicator:hover{background:#0071c280}.indicator.active{background:#0071c2;transform:scale(1.2)}@media (max-width:768px){.carousel-container{height:250px}.carousel-button{width:40px;height:40px;padding:8px 12px;font-size:28px}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.indicator{width:10px;height:10px}.carousel-zoom-hint{width:35px;height:35px;top:10px;right:10px}.carousel-zoom-hint svg{width:18px;height:18px}.carousel-zoom-hint{opacity:.7}}@media (max-width:480px){.carousel-container{height:200px}.carousel-button{width:35px;height:35px;font-size:24px}.carousel-zoom-hint{width:30px;height:30px}.carousel-zoom-hint svg{width:16px;height:16px}}
