.projects-hero{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.projects-hero .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:none;background-size:cover;background-position:center;background-attachment:fixed;z-index:-2}.projects-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#292929;opacity:.6;z-index:-1}.projects-hero .hero-content{position:relative;z-index:1;text-align:center;width:100%}.projects-hero .breadcrumb{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:30px;font-size:.95rem;opacity:.9}.projects-hero .breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s ease}.projects-hero .breadcrumb a:hover{text-decoration:underline;opacity:.8}.projects-hero .breadcrumb-separator{opacity:.7}.projects-hero .breadcrumb-current{opacity:.8}.projects-hero .hero-title{font-size:3.5rem;font-weight:700;margin-bottom:0;text-shadow:2px 2px 20px rgba(0,0,0,.3)}.projects-hero .hero-subtitle{font-size:1.3rem;opacity:.95;margin-top:15px}@media(max-width:768px){.projects-hero{height:50vh;min-height:400px}.projects-hero .hero-title{font-size:2.5rem}.projects-hero .hero-subtitle{font-size:1.1rem}.projects-hero .breadcrumb{font-size:.85rem;flex-wrap:wrap;justify-content:center}}.project-details-section{background:#faf7f2;padding:80px 20px}.project-details-section .container{max-width:1200px;margin:0 auto}.project-details-wrapper{display:grid;grid-template-columns:1fr 350px;gap:40px}.project-main-content{min-width:0}.project-section{background:#fff;border-radius:16px;padding:40px;margin-bottom:30px;box-shadow:0 4px 20px #2c3e501a}.project-hero-image{margin-bottom:30px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #2c3e5026;background:#fff}.carousel-container{position:relative;width:100%;overflow:hidden}.carousel-track{display:flex;transition:transform .4s ease-in-out}.carousel-slide{min-width:100%;display:none}.carousel-slide.active{display:block}.carousel-slide img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#2c3e50cc;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-btn:hover{background:#2c3e50;transform:translateY(-50%) scale(1.1)}.carousel-btn:disabled{opacity:.5;cursor:not-allowed}.carousel-btn-prev{left:15px}.carousel-btn-next{right:15px}.carousel-counter{position:absolute;bottom:15px;right:15px;background:#0009;color:#fff;padding:8px 15px;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-thumbnails{display:flex;gap:10px;padding:15px;overflow-x:auto;scroll-behavior:smooth;background:#faf7f2}.thumbnail-btn{flex-shrink:0;width:80px;height:60px;border-radius:8px;overflow:hidden;border:3px solid transparent;cursor:pointer;padding:0;background:none;transition:all .3s ease}.thumbnail-btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thumbnail-btn:hover{border-color:#2c3e504d}.thumbnail-btn.active{border-color:#2c3e50;box-shadow:0 2px 10px #2c3e504d}@media(max-width:768px){.carousel-btn{width:40px;height:40px;font-size:1rem}.carousel-btn-prev{left:10px}.carousel-btn-next{right:10px}.carousel-counter{bottom:10px;right:10px;padding:6px 12px;font-size:.8rem}.carousel-thumbnails{gap:8px;padding:10px}.thumbnail-btn{width:60px;height:45px}}@media(max-width:480px){.thumbnail-btn{width:50px;height:38px}}.section-heading{font-size:2rem;color:#2c3e50;margin-bottom:25px;font-weight:700;position:relative;padding-bottom:15px}.section-heading:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:#2c3e50;border-radius:2px}.section-content{font-size:1.1rem;line-height:1.9;color:#444}.section-content p{margin-bottom:20px}.section-content p:last-child{margin-bottom:0}.gallery-section .image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.gallery-item{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #2c3e501a;transition:all .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2c3e5033}.gallery-item img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;display:block}.project-sidebar{display:flex;flex-direction:column;gap:25px}.sidebar-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #2c3e501a}.sidebar-card .card-title{font-size:1.3rem;color:#2c3e50;margin-bottom:20px;font-weight:700;display:flex;align-items:center;gap:10px}.sidebar-card .card-title i{color:#2c3e50}.card-text{font-size:1rem;color:#555;line-height:1.7;margin-bottom:20px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;background:#2c3e50;color:#fff!important;text-decoration:none;border-radius:10px;font-size:1rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn-primary:hover{background:#1a252f;transform:translateY(-2px);box-shadow:0 6px 20px #2c3e504d;color:#fff!important}.btn-block{width:100%}.info-list{display:flex;flex-direction:column;gap:15px}.info-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid #eee}.info-item:last-child{border-bottom:none;padding-bottom:0}.info-label{font-weight:600;color:#555}.info-value{color:#2c3e50}.badge{display:inline-block;padding:5px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.badge-active{background:#d4edda;color:#155724}.badge-inactive{background:#fff3cd;color:#856404}.related-links{display:flex;flex-direction:column;gap:10px}.related-link{display:flex;align-items:center;gap:12px;padding:12px 15px;background:#faf7f2;border-radius:10px;text-decoration:none;color:#2c3e50;transition:all .3s ease}.related-link:hover{background:#f0ebe0;transform:translate(5px);color:#2c3e50}.related-link i:first-child{color:#2c3e50;width:20px;text-align:center}.related-link span{flex:1}.related-link i:last-child{color:#888}@media(max-width:992px){.project-details-wrapper{grid-template-columns:1fr}.project-sidebar{order:1;flex-direction:row;flex-wrap:wrap}.sidebar-card{flex:1;min-width:280px}}@media(max-width:768px){.project-details-section{padding:50px 15px}.project-section{padding:25px}.section-heading{font-size:1.5rem}.section-content{font-size:1rem}.sidebar-card{padding:20px}.sidebar-card .card-title{font-size:1.1rem}}
