.portfolio-main{padding:2rem 0;display:flex;flex-direction:column;align-items:center;min-height:85vh;width:100%;position:relative;overflow:hidden}.logo-container{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;position:relative;margin-top:4rem}.bird-container{width:500px;height:350px;position:relative;margin-bottom:-4.5rem;overflow:visible;z-index:1;transform-style:preserve-3d;perspective:1000px}#portfolio-bird{width:100%;height:100%;object-fit:contain;opacity:0;transform:translate(-250px,50px) rotate(-30deg);transition:2s cubic-bezier(.175, .885, .32, 1.275);transform-origin:center center}.sparkle-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10;opacity:0;transition:opacity .5s}.sparkle-container.show{opacity:1}.sparkle{position:absolute;width:100px;height:100px;top:50%;left:50%;transform:translate(-50%,-50%)}.shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);transform:skewX(-25deg);pointer-events:none;opacity:0}.text-container{text-align:center;margin-top:1rem;position:relative;z-index:2;transform:translateY(0)}#logo-text{font-family:Freedom,sans-serif;font-size:4.5rem;font-weight:800;letter-spacing:2px;color:#000;opacity:0;transform:translateY(30px);transition:1s 1.8s;text-transform:uppercase;text-shadow:0 1px 1px rgba(0,0,0,.1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-bottom:-.2rem}#tagline{font-family:Architex,sans-serif;font-size:2.2rem;font-weight:400;color:var(--primary-color);margin-top:0;margin-bottom:.4rem;opacity:0;transform:translateY(20px);transition:1s 2.3s;letter-spacing:1.2px;text-shadow:0 1px 0 rgba(0,0,0,.05);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:italic}@keyframes portfolioBirdEntrance{0%{opacity:0;transform:scale(.5) rotate(-10deg)}100%{opacity:1;transform:scale(.8) rotate(0)}}@keyframes portfolioBirdHover{0%,100%,50%{transform:translateY(0) rotate(0) scale(.8)}25%{transform:translateY(-10px) rotate(5deg) scale(.8)}75%{transform:translateY(10px) rotate(-5deg) scale(.8)}}.category-section{margin-bottom:.5rem;padding-bottom:.5rem;width:100%}.category-title{color:#333;border-bottom:2px solid #6a8d73;padding-bottom:.5rem;width:100%}.filter-controls{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;justify-content:center}.filter-controls button{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:.5rem 1rem;cursor:pointer;transition:.3s;font-weight:500}.filter-controls button:hover{background-color:#e9e9e9}.filter-controls button.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.project-grid{display:flex;gap:1.5rem;width:100%;overflow-x:auto;padding:1rem 0;position:relative;scroll-behavior:smooth}.project-column{display:flex;flex-direction:column;gap:1.5rem;min-width:280px;flex:1}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.portfolio-item{border-radius:8px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;position:relative}.portfolio-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.portfolio-image{width:100%;height:200px;object-fit:cover;transition:filter .3s}.portfolio-item:hover .portfolio-image{filter:brightness(.7)}.portfolio-content{padding:1.5rem;background-color:#fff}.portfolio-content h3{margin-top:0;color:#333}.portfolio-content p{color:#666;margin-bottom:1rem}.portfolio-content .project-details{display:flex;justify-content:space-between;margin-top:1rem;font-size:.9rem;color:#888}.gallery-popup{position:absolute;top:0;left:0;width:100%;height:200px;background-color:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:10;overflow:hidden}.portfolio-item:hover .gallery-popup{opacity:1;visibility:visible}.gallery-container{width:100%;height:100%;position:relative;overflow:hidden}.gallery-slider{display:flex;transition:transform .5s;height:100%}.gallery-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-slide img{max-width:100%;max-height:100%;object-fit:contain;border:2px solid #fff;border-radius:4px}.gallery-controls{position:absolute;bottom:10px;left:0;width:100%;display:flex;justify-content:center;gap:8px}.gallery-dot{width:8px;height:8px;border-radius:50%;background-color:rgba(255,255,255,.5);cursor:pointer;transition:background-color .3s}.gallery-dot.active{background-color:#fff}@media (max-width:768px){.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.section-header h2{font-size:1.5rem}.page-header{padding:1rem;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.header-buttons{display:flex;gap:1rem}.left-section{display:flex;align-items:center}.left-section .bird-container{display:none}}@media (max-width:576px){.portfolio-grid{grid-template-columns:1fr;gap:1rem}.portfolio-item{max-width:100%}.portfolio-content h3{font-size:1.2rem}.portfolio-content p{font-size:.9rem}.page-header{padding:.8rem 1rem}.header-buttons{gap:.5rem}.about-us-logo,.login-man-logo{height:34px;width:34px}}.cta-section{background-color:var(--primary-color);padding:2rem 0;text-align:center;border-radius:8px;margin-bottom:1rem;margin-top:.5rem}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#fff;margin-bottom:1.5rem}.cta-buttons{display:flex;justify-content:center;gap:1rem}.primary-cta{background-color:#fff;color:var(--primary-dark);padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;transition:.3s}.primary-cta:hover{background-color:var(--primary-dark);color:#fff;transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.secondary-cta{background-color:transparent;color:#fff;padding:.8rem 1.5rem;border:2px solid #fff;border-radius:4px;text-decoration:none;font-weight:600;transition:.3s}.secondary-cta:hover{background-color:#fff;color:var(--primary-dark);transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.portfolio-header{text-align:center;margin-bottom:4rem}.portfolio-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1rem}.bounceCardsContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.card{height:380px;box-shadow:0 4px 10px rgba(0,0,0,.2)}.project-card:hover{box-shadow:0 8px 16px rgba(0,0,0,.15);box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-5px)}.project-card h3{background:rgba(0,0,0,.7);color:#fff;transform:translateY(100%)}.project-card:hover h3{transform:translateY(0);bottom:0}.card-info{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:rgba(0,0,0,.7);color:#fff;transform:translateY(100%);transition:transform .3s;z-index:10}.card:hover .card-info{transform:translateY(0)}.card-info h3{margin:0 0 .5rem;font-size:1.2rem}.card-info p{margin:0;font-size:.9rem;opacity:.9}.portfolio-intro{text-align:center;max-width:900px;margin:0 auto 1rem;padding:0 1rem}.portfolio-intro p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;color:#333}.portfolio-intro .disclaimer{font-size:.9rem;color:#666;font-style:italic}.portfolio-category{margin-bottom:1rem}.category-header{margin:1rem 0 .5rem;text-align:center}.category-title{font-family:Freedom,sans-serif;font-size:2.5rem;color:var(--primary-color);margin:0;text-transform:uppercase;font-weight:600;letter-spacing:2px;text-align:center}.category-description{text-align:center;margin-bottom:.5rem;font-size:1.1rem;color:#333}.project-grid{display:flex;justify-content:space-between;gap:20px;max-width:1000px;margin:0 auto}.project-column{flex:1;display:flex;flex-direction:column;gap:12px;margin-bottom:0}.project-card{width:100%;box-shadow:0 4px 8px rgba(0,0,0,.1);border:1px solid #ddd;height:auto;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#fff;transition:.3s;cursor:pointer;border-radius:8px;padding:0;box-shadow:0 2px 5px rgba(0,0,0,.05);position:relative;overflow:hidden}.project-card:hover img{transform:scale(1.05)}.project-card:active{transform:translateY(0);box-shadow:0 2px 5px rgba(0,0,0,.1)}.project-card h3{color:var(--primary-color);font-size:1.2rem;margin:0;text-align:center;padding:15px;background-color:rgba(255,255,255,.9);width:100%;border-radius:0 0 8px 8px;word-wrap:break-word;position:absolute;bottom:-100%;left:0;right:0;transition:bottom .3s;backdrop-filter:blur(5px);box-shadow:0 -2px 10px rgba(0,0,0,.1)}.project-thumbnail{max-width:100%;max-height:130px;object-fit:contain;border-radius:4px;transition:transform .3s}.project-card img{object-fit:cover;width:100%;height:100%;object-fit:cover;margin:0;border-radius:8px;user-select:none;-webkit-user-drag:none;pointer-events:none;cursor:default!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:0;left:0;right:0;bottom:0;transition:transform .3s}.image-protection-overlay{cursor:not-allowed;background-color:transparent;z-index:10}.image-protection-overlay::after{content:"© Protected";position:absolute;bottom:5px;right:5px;background-color:rgba(0,0,0,.5);color:#fff;padding:3px 8px;border-radius:4px;font-size:10px;opacity:.7}.project-card:hover .project-thumbnail{transform:scale(1.05)}.portfolio-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0;text-align:center}.stat-item{padding:1.5rem;background:rgba(255,255,255,.05);border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-color);opacity:.8}@media (max-width:768px){.card{width:220px;height:300px}.bounceCardsContainer{height:300px}.category-title{font-size:1.5rem}.stat-number{font-size:2rem}}.portfolio-container{max-width:1200px;margin:0 auto;padding:2rem}.bounceCardsContainer{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;min-height:400px;margin:2rem auto;max-width:1200px}.card{position:relative;width:100%;aspect-ratio:3/4;border:5px solid #fff;border-radius:25px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);cursor:pointer;transition:transform .3s,box-shadow .3s;margin:0 auto 20px;max-width:280px}.card:hover{box-shadow:0 8px 30px rgba(0,0,0,.2)}.card .image{width:100%;height:100%;object-fit:cover}@media (max-width:1200px){.portfolio-container{padding:1rem}.project-grid{padding:0 10px;max-width:900px}}@media (max-width:992px){.project-grid{padding:0 20px;gap:15px}.category-title{font-size:2rem}.project-card{height:130px}.portfolio-intro{padding:0 1.5rem}.logo-container{flex-direction:column;align-items:center;text-align:center}.bird-container{margin-bottom:1rem}}.gallery-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:1000;overflow:hidden;opacity:1;visibility:visible;transition:background-color .3s}.gallery-popup-container{position:relative;width:80%;max-width:1000px;height:80%;margin:5% auto;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 0 30px rgba(0,0,0,.5);border:2px solid #57927e}.project-navigation{position:absolute;top:15px;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 60px;z-index:1020;box-sizing:border-box}.project-nav-btn{background:rgba(0,0,0,.5);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s,transform .3s}.project-nav-btn:hover{background:rgba(87,146,126,.8);transform:scale(1.1)}.project-nav-btn:active{transform:scale(.95)}.project-title{color:#fff;font-size:1.2rem;font-weight:600;text-align:center;background:rgba(0,0,0,.5);padding:5px 15px;border-radius:20px;max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-close{position:absolute;top:15px;right:25px;font-size:35px;font-weight:700;color:#57927e;background-color:rgba(255,255,255,.8);border:2px solid #57927e;border-radius:50%;width:40px;height:40px;line-height:32px;text-align:center;cursor:pointer;z-index:1002;opacity:1!important;visibility:visible!important;display:block!important}.gallery-close:hover{color:#fff;background-color:#57927e}.gallery-popup-content{width:100%;height:100%;display:flex;flex-direction:column}.gallery-popup-slider{flex:1;display:flex;transition:transform .3s ease-out;height:calc(100% - 50px)}.gallery-popup-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;touch-action:pan-y;-webkit-overflow-scrolling:touch;background-color:transparent}.gallery-popup-slide img{max-width:90%;max-height:90%;object-fit:contain;border:2px solid rgba(255,255,255,.2);border-radius:4px;user-select:none;-webkit-user-drag:none;box-shadow:0 0 20px rgba(0,0,0,.3);transition:transform .3s;cursor:not-allowed;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gallery-popup-slide img.portrait{max-height:90%;max-width:80%}.gallery-popup-slide img.landscape{max-width:90%;max-height:80%}.gallery-single-image .gallery-nav-btn,.gallery-single-image .gallery-navigation,.gallery-single-image .gallery-popup-controls{display:none!important}.gallery-single-image .gallery-popup-slide{justify-content:center;align-items:center}.gallery-image-protection{cursor:not-allowed;background-color:transparent}.gallery-image-protection::after{content:"© Protected Image";position:absolute;bottom:10px;right:10px;background-color:rgba(0,0,0,.5);color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;opacity:.7}.gallery-popup-slide img:hover{transform:scale(1.02)}.gallery-popup-controls{height:50px;display:flex;justify-content:center;align-items:center;gap:10px;background-color:rgba(0,0,0,.7);backdrop-filter:blur(5px);padding:15px 0;margin-top:auto}.gallery-navigation{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1010;display:none}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background-color:rgba(255,255,255,.8);border:2px solid #57927e;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s,transform .3s;pointer-events:auto;z-index:1020}.gallery-nav-btn svg path{stroke:#57927e}.gallery-nav-btn:hover{background-color:#57927e;transform:translateY(-50%) scale(1.1)}.gallery-nav-btn:hover svg path{stroke:white}.gallery-nav-btn:active{transform:translateY(-50%) scale(.95)}.prev-slide{left:20px}.next-slide{right:20px}.gallery-popup-dot{width:10px;height:10px;border-radius:50%;background-color:rgba(87,146,126,.5);cursor:pointer;transition:background-color .3s;margin:0 5px;border:2px solid rgba(87,146,126,.8)}.gallery-popup-dot.active{background-color:#57927e}.gallery-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader{width:48px;height:48px;border:5px solid #fff;border-radius:50%;border-bottom-color:transparent;animation:1s linear infinite rotate}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.error-message{color:#fff;text-align:center;padding:20px;background:rgba(255,0,0,.2);border-radius:8px;font-size:1.1rem}.gallery-progress{position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:var(--primary-color);transition:width .3s}.gallery-popup-slide.loading::before{content:'Loading...';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.2rem;z-index:1}.gallery-popup-slide.error::before{content:'Failed to load image';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ff6b6b;font-size:1.2rem;z-index:1;background:rgba(0,0,0,.7);padding:1rem 2rem;border-radius:4px}@media (max-width:768px){.project-grid{flex-direction:column;gap:15px}.project-column{width:100%}.project-card{height:180px;margin-bottom:15px;position:relative}.project-card h3{margin:0;width:100%;text-align:center;padding:10px;font-size:1rem}@media (hover:none){.project-card h3{bottom:0;background-color:rgba(255,255,255,.7)}}.category-title{font-size:1.8rem}.portfolio-intro p{font-size:1rem}#logo-text{font-size:3.5rem}.gallery-popup-container{width:95%;height:90%;margin:5% auto}.gallery-nav-btn{width:40px;height:40px}.prev-slide{left:10px}.next-slide{right:10px}.gallery-popup-slide img.portrait{max-height:85%;max-width:75%}.gallery-popup-slide img.landscape{max-width:85%;max-height:75%}.project-navigation{padding:0 15px;top:auto;bottom:70px}.project-nav-btn{width:36px;height:36px}.project-title{font-size:1rem;max-width:50%}.portfolio-category{margin-bottom:2.5rem}.category-description{margin-bottom:1.5rem}.page-header{padding:1rem;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.header-buttons{display:flex;gap:1rem}.left-section{display:flex;align-items:center}.left-section .bird-container{display:none}}@media (max-width:576px){.project-card{height:150px}.project-card h3{font-size:.9rem;padding:8px}#logo-text{font-size:2.8rem}#tagline{font-size:1.8rem}.portfolio-intro{padding:0 1rem}.category-title{font-size:1.5rem}.category-description p{font-size:.9rem}.gallery-popup-container{width:100%;height:100%;margin:0;border-radius:0}.gallery-close{top:10px;right:15px}.cta-section{padding:2rem 1rem}.cta-buttons{flex-direction:column;gap:10px}.primary-cta,.secondary-cta{width:100%;text-align:center}.page-header{padding:.8rem 1rem}.header-buttons{gap:.5rem}.about-us-logo,.login-man-logo{height:34px;width:34px}}