.projects-section{overflow:hidden}.projects-carousel-wrapper{display:flex;justify-content:center;align-items:center;perspective:1000px;min-height:420px;padding:40px 20px}.projects-carousel{position:relative;width:320px;height:380px}.project-card{position:absolute;width:280px;height:360px;left:20px;top:10px;transition:all .6s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.project-card.active{z-index:10;filter:drop-shadow(0 20px 40px rgba(102,126,234,.3))}.project-card.inactive{z-index:1;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1))}.project-inner{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden;background:#fff;transition:transform .3s ease}.project-card.active .project-inner{transform:scale(1.08)}.project-image{width:100%;height:100%;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;inset:0;background:#0009;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.project-card:hover .project-overlay{opacity:1}.project-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.project-title{color:#fff;font-size:20px;font-weight:600;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3)}.project-link-btn{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 20px #667eea4d}.project-link-btn:hover{transform:scale(1.15) translateY(-4px);box-shadow:0 12px 28px #667eea80}.project-link-btn:active{transform:scale(.95)}.carousel-indicators{display:flex;justify-content:center;gap:10px;margin-top:30px;padding:20px 0}.indicator{width:10px;height:10px;border-radius:50%;background-color:#ddd;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.indicator:hover{background-color:#667eea;transform:scale(1.2)}.indicator.active{background-color:#667eea;width:28px;border-radius:5px;box-shadow:0 4px 12px #667eea66}@media(max-width:1024px){.projects-carousel{width:300px;height:340px}.project-card{width:260px;height:320px;left:20px;top:10px}.project-title{font-size:18px}.project-link-btn{width:50px;height:50px;font-size:20px}}@media(max-width:768px){.projects-carousel-wrapper{min-height:360px;padding:30px 10px}.projects-carousel{width:240px;height:280px}.project-card{width:220px;height:260px;left:10px;top:10px}.project-title{font-size:16px}.project-content{gap:16px}.project-link-btn{width:44px;height:44px;font-size:18px}}@media(max-width:480px){.projects-carousel-wrapper{min-height:320px;padding:20px 10px}.projects-carousel{width:200px;height:240px}.project-card{width:180px;height:220px;left:10px;top:10px}.project-title{font-size:14px}.project-content{gap:12px}.project-link-btn{width:40px;height:40px;font-size:16px}.carousel-indicators{gap:8px}.indicator{width:8px;height:8px}.indicator.active{width:24px}}
