.carousel-container{position:relative;width:100%;max-width:1200px;height:400px;margin:2rem auto;display:flex;align-items:center;justify-content:center;gap:1rem}.carousel-image-container{position:relative;width:100%;height:1000%}.carousel-image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom);pointer-events:none;z-index:2}.carousel-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#0000004d,#0000 25%,#0000 75%,#0000004d);pointer-events:none;z-index:2}.carousel-image{width:100%;height:100%;object-fit:contain;display:block}.carousel-button{position:absolute;background:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s;z-index:2}.carousel-button.prev{left:20px}.carousel-button.next{right:20px}.carousel-button:hover{background:#000000b3}.gradient-corner{position:absolute;width:100px;height:100px;pointer-events:none}.top-left{top:0;left:0;background:linear-gradient(135deg,rgba(0,0,0,.3) 0%,transparent 100%)}.top-right{top:0;right:0;background:linear-gradient(-135deg,rgba(0,0,0,.3) 0%,transparent 100%)}.bottom-left{bottom:0;left:0;background:linear-gradient(45deg,rgba(0,0,0,.3) 0%,transparent 100%)}.bottom-right{bottom:0;right:0;background:linear-gradient(-45deg,rgba(0,0,0,.3) 0%,transparent 100%)}@media (max-width: 1024px){.carousel-container,.carousel-image-container{height:500px}}@media (max-width: 768px){.carousel-container,.carousel-image-container{height:400px}}.project-page-container{max-width:970px;margin:0 auto;padding:2rem;color:#fff;background-color:#000}.project-page-title{color:#fff;text-align:left;font-size:2.5rem;font-weight:650;margin-bottom:20px;margin-top:40px}.project-page-hero{width:100%;height:400px;margin-bottom:3rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000004d}.project-hero-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-hero-image:hover{transform:scale(1.05)}.project-page-content{display:flex;flex-direction:column;gap:2rem}.project-section{background:#ffffff0d;padding:2rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.project-section h2{font-size:1.8rem;margin-bottom:1rem;color:#fff}.project-section p{font-size:1.1rem;line-height:1.6;color:#e0e0e0}.project-section ul{list-style-type:none;padding:0}.project-section li{font-size:1.1rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative;color:#e0e0e0}.project-section li:before{content:"•";position:absolute;left:0;color:#fff}@media (max-width: 768px){.project-page-container{padding:1rem}.project-page-title{font-size:2rem}.project-page-hero{height:300px}.project-section{padding:1.5rem}}.project-page{padding:2rem;max-width:1200px;margin:0 auto}.project-content{display:flex;flex-direction:column;gap:2rem}.project-content h1{text-align:center;font-size:2.5rem;margin-bottom:1rem}.project-details{padding:2rem;background:#ffffff0d;border-radius:8px}.project-details h2{margin-bottom:1rem;font-size:1.8rem}.project-details p{line-height:1.6;color:#fffc}.visit-live-site-button{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;background-color:#000;color:#fff;border:3px solid #ffffff;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 6px #0000004d;cursor:pointer}.visit-live-site-button:hover{transform:scale(1.05);background-color:#fff;color:#000;box-shadow:0 6px 12px #ffffff4d}.visit-live-site-button:hover .button-arrow{color:#000}.button-arrow{font-size:1.2rem;transition:color .3s ease;color:inherit}.visit-live-site-container{display:flex;justify-content:center;align-items:center;margin-top:2rem;margin-bottom:3rem;gap:1rem;flex-wrap:wrap}
