@import"https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap";html,body{margin:0}html,body,#root{height:100%;font-family:Crimson Text,serif}#root{display:flex;flex-direction:column}.outer__parent--box{flex:1;background-color:#fff}body.no-scroll{overflow:hidden}.projects__display--box{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:700px;margin:2rem auto}.outer__parent--box{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{text-align:center;padding:4rem 0;border-bottom:1px solid #eee}.hero-section h1{font-size:3rem;margin:0 0 1rem;color:#333;font-weight:300}.hero-section p{font-size:1.2rem;color:#666;margin:0}.projects-section{padding:4rem 0}.project-detail--out{position:fixed;right:0;width:60%;height:80vh;background-color:#fcf4f4;top:8%;padding:3rem;box-shadow:-5px 0 15px #b400004d;z-index:3;overflow-y:auto;overflow-x:hidden}.project-detail--out h2{font-size:2.5rem;margin-bottom:-.5rem}.close-project-detail{position:fixed;top:10%;right:5%;background:transparent;padding:10px 20px;font-size:1rem;z-index:4;border:1px solid black;border-radius:50%;color:#333}.close-project-detail:hover{color:#000;text-shadow:0 0 8px rgba(255,255,255,.8)}.back-button{background:#f5f5f5;border:none;padding:10px 16px;display:flex;align-items:center}.back-button:hover{background:#e0e0e0}.project-images-gallery{margin:2rem 0;padding:1.5rem;box-shadow:0 4px 15px #0000001a}.project-images-gallery h3{color:#333;margin-bottom:15px;font-size:1.2rem}.project-image-item{margin-bottom:25px;background:#f8f9fa;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;width:100%}.project-image-item img{width:100%;height:auto;max-height:400px;object-fit:contain;display:block}.project-image-item .caption{padding:15px;margin:0;color:#666;font-size:.9rem;background:#fff;line-height:1.4}.ipad-slider{width:min(600px,calc(100vw - 4rem));max-width:600px;height:120px;background:#3562d3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:2px solid rgba(255,255,255,.2);border-radius:60px;position:relative;margin:2rem auto;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3,inset 0 -1px #ffffff1a;z-index:10}.inside__slider-circle{width:calc(30% - 20px);height:calc(100% - 25px);background:#ffffff40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:52px;top:8px;left:8px;position:absolute;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000001a,inset 0 1px #fff6,inset 0 -1px #fff3}.slider-text{position:absolute;top:50%;font-size:32px;font-weight:300;color:#000;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:1px}.slider-text.right{right:60px}.ipad-slider.active .slider-text.left{opacity:.6;transform:translateY(-50%) scale(.95)}.ipad-slider:not(.active) .slider-text.right{opacity:.6;transform:translateY(-50%) scale(.95)}.carousel-buttons{position:relative}.carousel-buttons button{width:50px;height:50px;border-radius:50%;background:#e5e7eb;border:none;font-size:1.2rem;position:absolute;top:50%;transform:translateY(300%);z-index:10}.carousel-buttons button:first-child{left:-37px}.carousel-buttons button:last-child{right:-37px}.carousel-buttons button:hover{background:#d1d5db}@media (max-width: 768px){.projects__display--box{grid-template-columns:1fr;padding:0 1rem}}.project__card{position:relative;overflow:hidden;border-radius:4px}.project__card img{width:100%;height:250px;object-fit:cover}.project__card h2,.project__card button{position:absolute;left:15px;color:#fff;padding:10px;z-index:2}.project__card h2{bottom:50px;margin:0;font-size:1.3rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5)}.project__card button{bottom:20px;background:#561e1eec;border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:10px;font-size:.9rem}.project__card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(transparent,#8f0f0fd9)}.project__card h2{background:#0000004d;padding:8px 12px;margin-bottom:10px;-webkit-backdrop-filter:blur(-1px);backdrop-filter:blur(-1px);border-radius:4px}.project__card:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}.project__card h2,.project__card button{z-index:2}.coming-soon-placeholder p{position:absolute;top:35%;right:35%}@media (max-width: 768px){.project__card img,.coming-soon-placeholder{height:200px}}.outer__parent--box{max-width:700px;margin:0 auto;padding:2rem;position:relative}.outer__parent--box p{line-height:1.6;font-size:1.1rem}.header-with-avatar{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.avatar-small{width:200px;height:200px;border-radius:50%;box-shadow:0 4px 15px #1003031a;object-fit:cover;object-position:center;padding:10px;margin-top:20px}.header-with-avatar h1{margin:0}@media (max-width: 768px){.outer__parent--box{padding:1.2rem;max-width:100%}.header-with-avatar{flex-direction:column;gap:1rem}}.navbar{background-color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.navbar-brand{font-size:1.3rem;font-weight:600;color:#333}.navbar-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.navbar-links a{color:#555;text-decoration:none;font-weight:500;transition:color .2s ease}.navbar-links a:hover{color:#000}.navbar-links a.active{color:#000;border-bottom:2px solid #000}.fixed-footer{background-color:#f8f9fa;border-top:1px solid #e9ecef;margin-top:4rem}.footer-content{max-width:1000px;margin:0 auto;padding:2rem;display:flex;justify-content:space-between;align-items:center}.footer__col-1 p{margin:0 0 .5rem;font-weight:600;color:#333}.footer__col-1 a,.footer__col-2 a{color:#000;text-decoration:none;transition:color .2s ease}.footer__col-1 a:hover,.footer__col-2 a:hover{color:#622b2b}@media (max-width: 768px){.footer-content{flex-direction:column;gap:1rem;text-align:center}}
