@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap";.navbar{padding:22px 60px;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:26px;font-weight:800;color:#2dff8f}.nav-links{list-style:none;display:flex;gap:35px;align-items:center}.nav-links a{font-size:16px;color:#c7ffe4;transition:color .3s ease}.nav-links a:hover{color:#2dff8f}.nav-btn{padding:10px 24px;background:linear-gradient(135deg,#1fff95,#0fdc77);border-radius:30px;font-weight:600;color:#022b18;white-space:nowrap}.menu-toggle{display:none;flex-direction:column;gap:6px;cursor:pointer;z-index:200}.menu-toggle span{width:26px;height:2px;background:#2dff8f;transition:all .4s ease}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:768px){.menu-toggle{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:75%;height:100vh;background:#000;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:120px 30px 30px;gap:25px;transition:right .4s ease}.nav-links.active{right:0}.nav-links li{width:100%}.nav-links a{font-size:20px;display:block;width:100%}.nav-btn{display:none}}@media(max-width:480px){.navbar{padding:18px 20px}.logo{font-size:22px}}.footer{padding:40px;text-align:center;border-top:1px solid #1aff8c30;color:#6fdcb0}.home{min-height:85vh;padding:0 60px;display:flex;flex-direction:column;justify-content:center}.home h1{font-size:60px;font-weight:700;line-height:1.2}.home h1 span{color:#2dff8f;font-size:100px;margin-left:-12px}.home p{max-width:600px;margin:25px 0;color:#b9f6d8}.home-btn{width:fit-content;padding:16px 40px;border-radius:40px;background:transparent;border:2px solid #2dff8f;color:#2dff8f;font-weight:600}.gallery-section{padding:100px 0;text-align:center;overflow:hidden}.gallery-title{font-size:42px;margin-top:-90px;color:#2dff8f;margin-bottom:80px;letter-spacing:2px;padding:0 0 80px}.gallery-container{display:flex;justify-content:center;align-items:center;perspective:1400px}.gallery-3d{position:relative;width:320px;height:320px;transform-style:preserve-3d;animation:spin 20s linear infinite}.gallery-3d span{position:absolute;inset:0;transform-style:preserve-3d;transform:rotateY(calc(var(--i) * 45deg)) translateZ(420px)}.gallery-3d span img{width:100%;height:100%;object-fit:cover;border-radius:14px;transition:transform .4s ease}@keyframes spin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.results-section{padding:180px 80px;text-align:center}.results-title{font-size:42px;color:#2dff8f;margin-bottom:80px;letter-spacing:2px}.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.result-card{background:#0b0b0b;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0009;transition:transform .4s ease,box-shadow .4s ease}.result-card:hover{transform:translateY(-12px);box-shadow:0 35px 70px #2dff8f}.result-card img{width:100%;height:220px;object-fit:cover}.result-body{padding:24px}.result-body h5{color:#2dff8f;font-size:20px;margin-bottom:12px}.result-body p{color:#ccc;font-size:15px;line-height:1.6;margin-bottom:20px}.result-btn{display:inline-block;padding:10px 20px;background-color:#2dff8f;color:#000;font-weight:600;text-decoration:none;border-radius:30px;transition:background .3s ease,transform .3s ease}.result-btn:hover{transform:scale(1.05)}@media(max-width:1200px){.home{padding:0 40px}.home h1{font-size:48px}.home h1 span{font-size:80px}}@media(max-width:992px){.home{min-height:auto;padding:120px 30px}.home h1{font-size:42px}.home h1 span{font-size:68px;margin-left:-8px}.home p{max-width:100%}}@media(max-width:768px){.home{padding:100px 20px;text-align:center;align-items:center}.home h1{font-size:36px;line-height:1.3}.home h1 span{font-size:56px;margin-left:0;display:block}.home p{font-size:15px}.home-btn{margin-top:20px}}@media(max-width:480px){.home h1{font-size:30px}.home h1 span{font-size:46px}.home p{font-size:14px}}@media(max-width:1024px){.gallery-section{padding:100px 0}}@media(max-width:768px){.gallery-3d{width:240px;height:240px}.gallery-3d span{transform:rotateY(calc(var(--i) * 45deg)) translateZ(300px)}.gallery-title{font-size:32px}}@media(max-width:480px){.gallery-3d{width:200px;height:200px}.gallery-3d span{transform:rotateY(calc(var(--i) * 45deg)) translateZ(240px)}.gallery-title{font-size:26px;margin-bottom:50px}}@media(max-width:1200px){.results-section{padding:100px 40px}}@media(max-width:1024px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.results-section{padding:80px 30px}.results-title{font-size:32px}}@media(max-width:600px){.results-grid{grid-template-columns:1fr}.result-card img{height:200px}}@media(max-width:480px){.results-title{font-size:26px}.result-body h5{font-size:18px}.result-body p{font-size:14px}}.services{padding:80px 60px}.services h1{font-size:42px;color:#2dff8f;margin-bottom:40px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.service-card{padding:30px;border-radius:18px;background:linear-gradient(180deg,#062b1d,#02160f);border:1px solid #1aff8c40;font-weight:600}.page{padding:100px 60px}.page h1{color:#2dff8f;font-size:42px;margin-bottom:20px}.chat-icon{position:fixed;bottom:20px;right:20px;background:#2563eb;color:#fff;font-size:22px;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9999}.chatbox{position:fixed;bottom:85px;right:20px;width:320px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000040;overflow:hidden;z-index:9999;display:flex;flex-direction:column}.chat-header{background:#2563eb;color:#fff;padding:12px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.chat-body{height:260px;padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;background:#f9fafb}.msg{padding:10px 12px;border-radius:8px;font-size:14px;line-height:1.4;max-width:85%;word-wrap:break-word;color:#111827}.msg.bot{background:#e5e7eb;align-self:flex-start}.msg.user{background:#2563eb;color:#fff;align-self:flex-end}.chat-footer{display:flex;border-top:1px solid #e5e7eb;background:#fff}.chat-footer input{flex:1;padding:10px;border:none;outline:none;font-size:14px;color:#111827;background:#fff}.chat-footer button{padding:10px 14px;border:none;background:#2563eb;color:#fff;font-size:14px;cursor:pointer}.chat-footer button:hover{background:#1e40af}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background:radial-gradient(circle at top right,#0f3d2e,#020a06);color:#eafff3}a{text-decoration:none;color:inherit}
