:root{--main-color:#2563eb;--dark-blue:#1e3a8a;--light-bg:#ffffff;--card-bg:#ffffff;--text-color:#000000;--text-light:#333333;--footer-bg:#ffffff;--footer-text:#000000;--glass-bg:rgba(255,255,255,0.8);--border-color:#d1d5db}*,:after,:before{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}body{background-color:var(--light-bg);color:var(--text-color)}header{padding:.8rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 4px 30px rgba(0,0,0,.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(59,130,246,.2);transition:all .4s cubic-bezier(.16,1,.3,1);height:100px;animation:headerIntro .6s ease-out forwards}header.scrolled{padding:.5rem 2rem;background:rgba(15,23,42,.95);box-shadow:0 2px 20px rgba(0,0,0,.3)}.nav-container{max-width:1400px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:800;background:linear-gradient(90deg,#3b82f6,#93c5fd);-webkit-background-clip:text;background-clip:text;color:black;cursor:pointer;position:relative;padding:.5rem 0;transition:transform .4s ease,text-shadow .4s ease}.logo:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#3b82f6,#93c5fd);transition:width .4s ease}.logo:hover{transform:translateY(-2px);text-shadow:0 5px 15px rgba(59,130,246,.4)}.logo:hover:after{width:100%}nav{display:flex;gap:1.5rem}.nav-link{color:#e2e8f0;font-weight:600;text-decoration:none;position:relative;padding:.5rem 0;transition:all .3s ease;font-size:1.05rem}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:6px;background:linear-gradient(90deg,#3b82f6,#93c5fd);transition:width .3s ease,opacity .3s ease;opacity:0}.nav-link:hover{color:white;transform:translateY(-2px)}.nav-link:hover:after{width:100%;opacity:1}.nav-link.active{color:black;font-weight:700}.nav-link.active:after{width:100%;opacity:1;background:black}.menu-toggle{color:black;font-size:1.5rem;z-index:1001;display:none;background:none;border:none;padding:12px;cursor:pointer}.menu-icon{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.bar{height:2px;width:100%;background-color:white;transition:all .3s ease}.menu-icon.open .bar:first-child{transform:translateY(8px) rotate(45deg)}.menu-icon.open .bar:nth-child(2){opacity:0}.menu-icon.open .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.menu-toggle{display:flex;z-index:1001}.menu-toggle,nav{align-items:center;justify-content:center}nav{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:rgba(15,23,42,.98);flex-direction:column;gap:2rem;transition:right .3s ease-out;backdrop-filter:blur(10px);z-index:1000}nav.open{right:0}}.hero{margin-top:80px;background:linear-gradient(135deg,white,white);color:black;padding:6rem 0;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;min-height:80vh;display:flex;align-items:center}.hero-container{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;padding:0 2rem}.hero-text{position:relative;z-index:2;animation:slideIn .8s ease-out forwards;opacity:0;transform:translateY(30px)}.hero-text h2{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;animation:slideIn .8s ease-out .2s forwards;opacity:0;transform:translateY(20px)}.highlight{color:#93c5fd;position:relative;display:inline-block;animation:slideIn .6s ease-out .6s forwards;opacity:0;transform:translateY(10px)}.hero-text p{animation:slideIn .8s ease-out .4s forwards;opacity:0;transform:translateY(20px)}.hero-image{position:relative;display:flex;justify-content:flex-end;align-items:center;height:100%}.hero-image img{width:auto;height:80vh;max-height:600px;object-fit:contain;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 20px 30px rgba(0,0,0,.3));margin-right:-50px}.hero-buttons{margin-top:2rem;animation:slideIn .8s ease-out .8s forwards;opacity:0;transform:translateY(20px)}.animated-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 30px;font-weight:600;font-size:1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none;border:2px solid white;background:linear-gradient(90deg,#3b82f6,#2563eb);box-shadow:0 4px 15px rgba(59,130,246,.3)}.animated-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(59,130,246,.4)}.animated-button.secondary{background:transparent}.animated-button.secondary:hover{background:rgba(255,255,255,.1)}section{max-width:1200px;margin:0 auto;padding:5rem 2rem;text-align:center}section h3{font-size:2.25rem;margin-bottom:1rem;font-weight:700;color:var(--dark-blue)}section p{max-width:700px;margin:0 auto 3rem;color:var(--text-light);font-size:1.1rem}.about-container,.project-container,.service-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;perspective:1000px}.about-card,.card,.project-card{background:var(--card-bg);width:300px;padding:2rem 1.5rem;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .5s cubic-bezier(.25,.8,.25,1);transform-style:preserve-3d;will-change:transform;cursor:pointer;position:relative;overflow:hidden;animation:fadeInUp .6s both;border:1px solid rgba(59,130,246,.1);display:flex;flex-direction:column;align-items:center;text-align:center}.card-icon,.member-image,.project-image{width:100%;height:250px;object-fit:cover;border-radius:12px;margin-bottom:1.25rem;transition:all .5s ease;box-shadow:0 4px 8px rgba(0,0,0,.1)}.about-card h4,.card h4,.project-card h4{color:var(--dark-blue);margin-bottom:.75rem;font-weight:700;font-size:1.25rem;transition:all .4s ease}.about-card p,.card p,.project-card p{font-size:1rem;color:var(--text-light);line-height:1.5;margin-bottom:1.5rem;transition:all .4s ease}.about-card:hover,.card:hover,.project-card:hover{transform:translateY(-10px) rotateX(3deg) rotateY(3deg) scale(1.03);box-shadow:0 15px 30px rgba(59,130,246,.2),0 5px 15px rgba(0,0,0,.1)}.about-card:hover .member-image,.card:hover .card-icon,.project-card:hover .project-image{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.15)}.about-card:hover h4,.card:hover h4,.project-card:hover h4{transform:translateY(-3px);color:var(--main-color)}.about-card:hover p,.card:hover p,.project-card:hover p{transform:translateY(2px)}.about-card:after,.card:after,.project-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:15px;background:linear-gradient(135deg,rgba(59,130,246,.03),rgba(59,130,246,0));opacity:0;transition:opacity .4s ease;pointer-events:none}.about-card:hover:after,.card:hover:after,.project-card:hover:after{opacity:1}.contact{background:linear-gradient(135deg,rgba(248,250,252,.95),rgba(241,245,249,.95));padding:5rem 2rem;border-radius:20px;position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:0;left:0;right:0;height:10px;background:linear-gradient(90deg,var(--main-color),var(--dark-blue))}.contact h3{font-size:2.5rem;margin-bottom:1.5rem;background:linear-gradient(90deg,var(--dark-blue),var(--main-color));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.contact-details{display:flex;justify-content:space-between;gap:3rem;flex-wrap:wrap;margin-top:2rem}.contact-card{flex:1;min-width:280px;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;background:linear-gradient(145deg,#ffffff,#f8fafc);border-radius:20px;box-shadow:0 15px 35px rgba(30,64,175,.15);border:1px solid rgba(59,130,246,.2);backdrop-filter:blur(5px);transition:all .4s cubic-bezier(.175,.885,.32,1.1);position:relative;overflow:visible}.contact-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,var(--main-color),var(--dark-blue))}.contact-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(30,64,175,.25)}.contact-item{display:flex;align-items:center;gap:1.2rem;font-size:1.1rem;color:var(--text-color);padding:.8rem;border-radius:8px;transition:all .3s ease;background:rgba(255,255,255,.7)}.contact-item:hover{background:rgba(59,130,246,.1);transform:translateX(5px)}.contact-item i{font-size:1.5rem;color:var(--main-color);min-width:30px;text-align:center}.contact-form{flex:1;min-width:300px;padding:2.5rem;background:linear-gradient(145deg,#ffffff,#f8fafc);border-radius:20px;box-shadow:0 15px 35px rgba(30,64,175,.15);border:1px solid rgba(59,130,246,.2);backdrop-filter:blur(5px);transition:all .4s cubic-bezier(.175,.885,.32,1.1);position:relative}.contact-form:before{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:linear-gradient(to bottom,var(--dark-blue),var(--main-color))}.contact-form:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(30,64,175,.25)}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{padding:1rem 1.2rem;font-size:1rem;border:1px solid rgba(59,130,246,.3);border-radius:10px;background-color:rgba(255,255,255,.8);transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.05)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--main-color);box-shadow:0 0 0 3px rgba(59,130,246,.2)}.contact-form button{padding:1rem;font-weight:600;font-size:1.1rem;color:white;background:linear-gradient(90deg,var(--main-color),var(--dark-blue));border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(59,130,246,.3);text-transform:uppercase;letter-spacing:1px}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.4)}.form-status{padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:600}.form-status.success{background-color:rgba(16,185,129,.1);color:#065f46}.form-status.error{background-color:rgba(239,68,68,.1);color:#991b1b}footer{background-color:var(--footer-bg);color:var(--footer-text);padding:3rem 2rem;margin-top:3rem;text-align:center}.footer-content{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:1100px;margin:0 auto 1rem;gap:2rem}.footer-content>div{max-width:400px;text-align:left}.footer-content h4{font-weight:700;margin-bottom:1rem;font-size:1.3rem;color:var(--main-color)}.footer-content p{margin-bottom:.5rem;color:var(--text-white);font-size:1rem}.footer-social p{font-weight:700;margin-bottom:.75rem;color:var(--main-color)}.footer-social a{font-size:1.6rem;color:var(--main-color);margin-right:1rem;transition:color .3s ease}.footer-social a:hover{color:var(--dark-blue)}.copyright{font-size:.9rem;color:var(--text-light);margin-top:2rem}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes headerIntro{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-image img{height:60vh;max-height:500px;margin-right:0}}@media (max-width:768px){header{padding:.8rem 1.5rem}.menu-toggle{display:block}nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:rgba(15,23,42,.98);flex-direction:column;align-items:center;justify-content:center;gap:2rem;transition:right .4s ease-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-left:1px solid rgba(59,130,246,.2)}nav.open{right:0}.nav-link{font-size:1.2rem;opacity:0;transform:translateX(20px)}nav.open .nav-link{animation:slideIn .3s forwards}nav.open .nav-link:first-child{animation-delay:.1s}nav.open .nav-link:nth-child(2){animation-delay:.2s}nav.open .nav-link:nth-child(3){animation-delay:.3s}nav.open .nav-link:nth-child(4){animation-delay:.4s}.hero-container{grid-template-columns:1fr;text-align:center}.hero-image{order:-1;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.hero{padding:4rem 0;min-height:auto}.hero-text h2{font-size:2.5rem}.hero-image img{height:auto;width:100%;max-height:400px}.about-card,.card,.project-card{width:100%;max-width:350px}.contact-details,.footer-content{flex-direction:column}.footer-content{align-items:center}.footer-content>div{max-width:100%;text-align:center}nav a{margin-left:1rem;font-size:.9rem}}@media (max-width:480px){.hero-text h2{font-size:2rem}.hero-text p{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.animated-button{width:100%;padding:12px 20px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}html{scroll-behavior:auto}}a,button{min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center}input,select,textarea{font-size:16px;padding:12px}.image-container{position:relative;width:100%;overflow:hidden;margin-bottom:1rem}.service-image:hover{height:180px}.project-image,.service-image:hover{width:100%;object-fit:contain;object-position:center;background:#f8fafc;border-radius:8px}.project-image{height:200px}.service-image{width:100%;height:200px;object-fit:contain;object-position:center;background:#f8fafc;border-radius:8px}.member-image :hover{width:150px;height:150px;object-fit:cover;object-position:top center;border-radius:50%;border:3px solid #3b82f6}@media (max-width:768px){.project-image,.service-image{height:150px}.member-image:hover{width:120px;height:120px}}@media (max-width:480px){.contact-card,.contact-item,.project-image,.service-image{height:120px}.member-image{width:100px;height:100px}}.contact{display:flex;gap:2rem;flex-wrap:wrap}header,header.scrolled{background:white!important;color:black!important}footer{background-color:#ffffff!important;color:#000000!important}.animated-button{background:linear-gradient(90deg,var(--main-color),var(--dark-blue));color:white}header{background:white}.nav-link,header{color:black}.nav-link:hover{color:var(--main-color)}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_44151c{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_44151c{--font-poppins:"Poppins","Poppins Fallback"}