.portfolio-hero{position:relative;height:100vh;min-height:600px;background:url('https://linking.qa/assets/images/hero-bg.jpg') no-repeat center center;background-size:cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;scroll-snap-align:start}.portfolio-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.6) 100%);z-index:1;animation:fadeIn 1.5s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.portfolio-hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1;animation:fadeIn 1s ease}.hero-content{position:relative;z-index:2;max-width:1200px;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;height:100%}.hero-content i{font-size:3.5rem;color:#fff;margin-bottom:1.5rem;opacity:0;transform:translateY(30px);animation:slideUpFade 1s ease forwards}.hero-content h1{font-size:calc(5rem - 3px);font-weight:800;margin-bottom:10px;color:#fff;opacity:0;transform:translateY(30px);animation:slideUpFade 1s ease .2s forwards;line-height:1.1;letter-spacing:-.02em}.hero-content p{font-size:1.8rem;margin-bottom:20px;color:rgba(255,255,255,.95);opacity:0;transform:translateY(30px);animation:slideUpFade 1s ease .3s forwards;max-width:800px;line-height:1.4}.hero-stats{display:flex;justify-content:center;gap:80px;margin-top:20px;opacity:0;transform:translateY(30px);animation:slideUpFade 1s ease .6s forwards;padding:30px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;padding:0 20px}.stat-item:not(:last-child)::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:1px;height:40px;background:rgba(255,255,255,.2)}.stat-item::before{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:0;height:2px;background:var(--primary-color);transition:width .5s ease}.stat-item:hover::before{width:50px}.stat-number{font-size:3.5rem;font-weight:700;color:#fff;line-height:1;opacity:0;transform:translateY(20px);animation:slideUpFade .8s ease .8s forwards;background:linear-gradient(135deg,#fff 0,rgba(255,255,255,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:1.2rem;color:rgba(255,255,255,.9);font-weight:500;opacity:0;transform:translateY(20px);animation:slideUpFade .8s ease 1s forwards;text-transform:uppercase;letter-spacing:.05em}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:linear-gradient(to right,var(--primary-color),var(--accent-color));transform-origin:0 50%;transform:scaleX(0);z-index:1000}html{scroll-behavior:smooth}.case-studies,.experience-timeline,.portfolio-hero,.portfolio-projects,.testimonials{scroll-snap-align:start;scroll-snap-stop:always}@keyframes slideUpFade{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media (max-width:992px){.hero-content h1{font-size:4rem}.hero-content p{font-size:1.5rem}.hero-stats{gap:40px}.stat-number{font-size:3rem}}@media (max-width:768px){.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.3rem}.hero-stats{flex-direction:column;gap:30px;padding:30px 20px}.stat-item:not(:last-child)::after{display:none}.stat-number{font-size:2.8rem}}@media (max-width:480px){.hero-content h1{font-size:2.8rem}.hero-content p{font-size:1.2rem}.stat-number{font-size:2.5rem}.stat-label{font-size:1rem}}.project-showcase{padding:0;background:#0a192f;position:relative;overflow:hidden;min-height:80vh;display:flex;opacity:1;visibility:visible}.project-container{width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;opacity:1;visibility:visible}.project-showcase:nth-child(2) .project-container{grid-template-columns:1fr 1fr}.project-showcase:nth-child(2) .project-content{order:1}.project-showcase:nth-child(2) .project-image{order:2}.project-showcase:nth-child(2) .feature:hover{transform:translateX(-10px)}.project-image{position:relative;overflow:hidden;height:80vh;border-radius:0}.project-img{width:100%;height:110%;object-fit:cover;display:block;transition:transform .1s linear;transform:translateY(0);will-change:transform;position:relative;top:-5%}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1}.project-content{color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:center}.project-category{display:inline-block;padding:.4rem 1.2rem;background:#112240;border-radius:20px;font-size:.85rem;margin-bottom:1.5rem;border:1px solid #233554;color:#fff;font-weight:500;letter-spacing:.5px;text-transform:uppercase;width:fit-content}.project-title{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.2}.project-description{font-size:1.1rem;line-height:1.6;color:rgba(255,255,255,.8);margin-bottom:2rem}.project-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem}.feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:#112240;border-radius:15px;transition:all .3s ease;border:1px solid #233554}.feature:hover{background:#1d3461;transform:translateX(10px)}.feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#233554;border-radius:50%;color:#fff;font-size:1.2rem}.feature-text{color:#fff;font-size:1rem}.project-btn{padding:1rem 2rem;font-size:1.1rem;border-radius:30px;transition:all .3s ease;background:#233554;border:1px solid #2a3f6d}.project-btn:hover{background:#2a3f6d;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.animate-left{opacity:0;transform:translateX(-100px);transition:all 1s ease}.animate-right{opacity:0;transform:translateX(100px);transition:all 1s ease}.animate-left.visible,.animate-right.visible{opacity:1;transform:translateX(0)}@media (max-width:1024px){.project-container{grid-template-columns:1fr}.project-image{height:40vh}.project-content{padding:2rem}}@media (max-width:768px){.project-showcase{min-height:auto}.project-image{height:35vh}.project-content{padding:1.5rem}}.project-container.reverse{display:grid;grid-template-columns:1fr 1fr}.project-container.reverse .project-image{order:2}.project-container.reverse .project-content{order:1}.project-container.reverse .feature:hover{transform:translateX(-10px)}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:.95rem;min-height:40px;background-color:var(--primary-color);color:#fff;box-shadow:var(--card-shadow);margin-top:1rem;opacity:0;transform:translateY(30px);animation:slideUpFade 1s ease .6s forwards}.hero-btn:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:var(--hover-shadow)}