html,body,#root{margin:0;padding:0;height:100%;box-sizing:border-box;font-family:Work Sans,sans-serif}:root{--container-max-width: 1400px}html{font-size:clamp(16px,.9vw + .5vh,20px)}*,*:before,*:after{box-sizing:inherit}h1{font-family:Oswald,sans-serif}h2,h3,h4{font-family:Manrope,sans-serif}p,body{font-family:Work Sans,sans-serif}caption,.caption,small{font-family:IBM Plex Mono,monospace}@keyframes y-animation{to{transform:translateY(100vh)}}@keyframes x-animation{to{transform:translate(100vw)}}.Page{display:flex;width:100vw;height:100vh;padding:0;margin:0;flex-direction:column;background-color:#3c3c3c;position:fixed;inset:0;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.main{display:flex;flex-direction:row;width:100%;min-width:100%;height:100vh;min-height:100vh;align-items:stretch;box-sizing:border-box;left:0;top:0;position:relative;overflow:hidden;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);scroll-snap-align:start}.main canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.title{animation:y-animation .4s cubic-bezier(.5,0,.9,.3) reverse;z-index:1}.title img{display:flex;position:absolute;height:min(450px,40vh);width:min(450px,40vh);bottom:.2vh;left:3vw;opacity:.15;filter:drop-shadow(0 10px 30px rgba(20,195,204,.3));z-index:0}.CompanyName{position:absolute;top:14vh;left:6vw;font-size:clamp(2rem,8vw,5.5rem);font-family:Oswald,sans-serif;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5);letter-spacing:.05em;z-index:1;max-width:90vw;line-height:1.2;margin:0}.Moto{display:flex;flex-direction:column;width:min(90vw,20vw);position:absolute;top:calc(12vh + clamp(2.4rem,9.6vw,6.6rem) + 1rem);left:6vw;font-size:clamp(.875rem,2vw,1.25rem);color:#14c3cc;text-shadow:0 2px 10px rgba(20,195,204,.3);z-index:1;line-height:1.4;margin:0}.Moto h3{margin:0;font-size:inherit;font-weight:inherit;color:inherit;text-shadow:inherit;line-height:inherit}.Info-box{display:flex;position:absolute;width:min(90vw,40vw);height:auto;min-height:30vh;max-height:60vh;bottom:clamp(5vh,15vh,20vh);right:clamp(2vw,8vw,10vw);z-index:1;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);padding:clamp(1rem,3vw,2rem);box-shadow:0 8px 32px #0000004d;animation:x-animation .4s cubic-bezier(.5,0,.9,.3) reverse;gap:4px}.Info{font-family:Work Sans,sans-serif;font-weight:400;font-style:normal;text-align:left;font-size:clamp(1rem,2.5vw,2rem);color:#fff;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.3);overflow-y:auto}.Next{position:absolute;bottom:2rem;right:2rem;padding:1rem .8rem;background:transparent;border:2px solid #14c3cc;color:#14c3cc;background-color:#ffffff78;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;letter-spacing:.15rem;box-shadow:0 0 20px #14c3cc4d;border-radius:8px;z-index:2;height:auto;width:auto}.Next:hover{background:#14c3cc;color:#1a1a2e;box-shadow:0 0 20px #14c3cc99;transform:translate(5px)}.About{width:100%;min-width:100%;height:100vh;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:clamp(1rem,4vw,2rem);padding-top:clamp(5rem,10vh,8rem);scroll-snap-align:start}.AboutContainer{width:90%;max-width:1400px;padding:clamp(1.5rem,4vw,3rem)}.AboutContent{display:flex;align-items:center;gap:clamp(2rem,5vw,4rem);padding:clamp(1rem,3vw,2rem)}.GrowthImg{flex:0 0 50%;display:flex;align-items:center;justify-content:center}.GrowthImg img{width:100%;height:auto;max-width:600px;border-radius:16px;box-shadow:0 12px 40px #0006;transition:transform .3s ease,box-shadow .3s ease}.GrowthImg img:hover{transform:scale(1.02);box-shadow:0 16px 50px #00000080}.AboutTextSection{flex:1;display:flex;flex-direction:column;justify-content:center}.AboutTitle{font-family:Oswald,sans-serif;font-size:clamp(2.5rem,5vw,3rem);font-weight:600;color:#fff;margin-bottom:clamp(1rem,2vw,1.5rem);text-align:left;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:.05em;line-height:1.3}.AboutText{font-family:Work Sans,sans-serif;font-size:clamp(1.125rem,1.6vw,1.25rem);line-height:1.7;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.AboutText p{margin-bottom:clamp(.75rem,1.5vw,1rem);text-align:left}.ContactIntroContainer{width:100%;padding:clamp(1.5rem,4vw,3rem);display:flex;align-items:center;justify-content:center}.ContactIntroContent{text-align:center;width:90%;max-width:90%}.ContactIntroTitle{font-family:Oswald,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#fff;margin-bottom:clamp(1.5rem,3vw,2rem);text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:.05em;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2vw,2rem)}.ContactArrow{font-size:clamp(2rem,3.5vw,3rem);animation:bounceArrow 2s ease-in-out infinite;display:inline-block}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.ContactIntroText{font-family:Work Sans,sans-serif;font-size:clamp(1.125rem,1.6vw,1.25rem);line-height:1.7;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.ContactIntroText p{margin:0;text-align:center}.AboutPage{width:100%;min-width:100%;height:100vh;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:clamp(8rem,15vh,12rem) clamp(2rem,4vw,4rem) clamp(2rem,4vh,3rem);box-sizing:border-box;scroll-snap-align:start}.AboutPageContainer{width:100%;max-width:1400px;margin:0 auto}.AboutPageTitle{font-family:Oswald,sans-serif;font-size:clamp(2rem,5vw,3.5rem);color:#fff;margin:0 0 clamp(1.5rem,3vh,2rem) 0;text-align:center;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:.05em;line-height:1.2}.AboutPageContent{display:flex;align-items:center;gap:clamp(1.5rem,4vw,3rem);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:clamp(1.5rem,3vw,2.5rem);border-radius:20px;box-shadow:0 10px 40px #0003;max-width:1200px;margin:0 auto}.AboutPageLogo{flex:0 0 clamp(150px,25vw,280px);display:flex;align-items:center;justify-content:center}.AboutPageLogo img{width:100%;height:auto;filter:brightness(0) invert(1) drop-shadow(0 10px 30px rgba(255,255,255,.3));opacity:.9;transition:all .3s ease}.AboutPageLogo img:hover{opacity:1;filter:brightness(0) invert(1) drop-shadow(0 15px 40px rgba(255,255,255,.5));transform:scale(1.05)}.AboutPageText{flex:1;font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.7;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.AboutPageText p{margin:0 0 clamp(.8rem,1.5vh,1.2rem) 0;text-align:left}.AboutPageText p:last-child{margin-bottom:0}.Specialise{width:100%;min-width:100vh;height:100vh;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e3f2fd,#f0f4f8,#e8eaf6);padding:clamp(1rem,4vw,2rem);overflow:hidden;box-sizing:border-box;scroll-snap-align:start}.SpecialiseContainer{width:95%;max-width:1600px;padding:clamp(1.5rem,4vw,3rem);box-sizing:border-box}.SpecialiseTitle{font-family:Oswald,sans-serif;font-size:clamp(2rem,8vw,4.5rem);color:#2c3e50;margin-bottom:clamp(2rem,5vw,4rem);text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.1);letter-spacing:.05em;line-height:1.2;margin-top:0}.CardsContainer{display:flex;justify-content:center;align-items:flex-end;gap:clamp(1.5rem,2.5vw,3rem);flex-wrap:nowrap;width:100%}.Card{background:#fffffffa;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000026;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;flex-shrink:1}.Card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #00000040}.CardLarge{width:clamp(280px,32vw,480px);height:clamp(500px,60vh,700px);flex:1 1 32%;max-width:480px}.CardSmall{width:clamp(250px,28vw,420px);height:clamp(450px,55vh,650px);flex:1 1 28%;max-width:420px}.CardImage{height:80%;overflow:hidden;position:relative}.CardImage img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.Card:hover .CardImage img{transform:scale(1.1)}.CardText{height:20%;padding:clamp(.8rem,2vw,1.5rem);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#fff}.CardText h3{font-family:Manrope,sans-serif;font-size:clamp(1rem,2vw,1.3rem);color:#333;margin:0 0 .3rem;font-weight:600}.CardText p{font-family:Work Sans,sans-serif;font-size:clamp(.75rem,1.5vw,.95rem);color:#666;margin:0;line-height:1.3}.Services{width:100%;min-width:100vh;height:100vh;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:clamp(1rem,4vw,2rem);overflow:hidden;box-sizing:border-box;scroll-snap-align:start}.ServicesContainer{width:95%;max-width:1600px;padding:clamp(1.5rem,4vw,3rem);box-sizing:border-box}.ServicesTitle{font-family:Oswald,sans-serif;font-size:clamp(2rem,8vw,4.5rem);color:#fff;margin-bottom:clamp(2rem,5vw,4rem);text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:.05em;line-height:1.2;margin-top:0}.ServiceCardsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(1.5rem,3vw,3rem);width:100%;max-width:1400px;margin:0 auto}.ServiceCard{background:transparent;border:2px solid rgba(102,126,234,.2);border-radius:16px;padding:clamp(2rem,4vw,3rem);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:clamp(280px,35vh,350px);transition:all .3s ease;text-decoration:none;cursor:pointer}.ServiceCard:hover{background:#e8d5ff1a;border-color:#764ba24d;transform:translateY(-10px)}.ServiceIcon{width:clamp(180px,20vw,220px);height:clamp(180px,20vw,220px);display:flex;align-items:center;justify-content:center;flex-shrink:0;object-fit:fill}.ServiceIcon svg,.ServiceIcon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.15));transition:all .3s ease}.ServiceCard:hover .ServiceIcon svg,.ServiceCard:hover .ServiceIcon img{transform:scale(1.1);filter:drop-shadow(0 12px 24px rgba(118,75,162,.3))}.ServiceText{width:7rem;min-width:6rem;text-align:center;flex-shrink:0}.ServiceText h3{font-family:Manrope,sans-serif;font-size:clamp(1.1rem,2.5vw,1.5rem);color:#fff;margin:0;font-weight:600;transition:color .3s ease}.ServiceCard:hover .ServiceText h3{color:#656565}.ServicePage{width:100%;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:clamp(6rem,10vh,8rem) clamp(1.5rem,4vw,3rem) clamp(2rem,4vh,3rem);box-sizing:border-box;position:relative}.ServicePageContainer{max-width:1200px;margin:0 auto;background:#fffffffa;border-radius:20px;padding:clamp(2rem,5vw,4rem);box-shadow:0 20px 60px #0000004d}.ServicePageTitle{font-family:Oswald,sans-serif;font-size:clamp(2.5rem,6vw,4rem);color:#667eea;margin:0 0 clamp(1.5rem,3vh,2.5rem) 0;text-align:center;letter-spacing:.02em}.ServicePageContent{color:#333}.ServicePageContent>p{font-family:Work Sans,sans-serif;font-size:clamp(1rem,2vw,1.3rem);line-height:1.8;color:#555;margin-bottom:clamp(2rem,4vh,3rem);text-align:center}.ServiceFeatures{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,3vw,2.5rem);margin-top:clamp(2rem,4vh,3rem)}.ServiceFeature{background:linear-gradient(135deg,#f8f9ff,#fff);padding:clamp(1.5rem,3vw,2rem);border-radius:12px;border-left:4px solid #667eea;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.ServiceFeature:hover{transform:translateY(-5px);box-shadow:0 8px 25px #667eea33;border-left-color:#764ba2}.ServiceFeature h3{font-family:Manrope,sans-serif;font-size:clamp(1.2rem,2.5vw,1.5rem);color:#333;margin:0 0 clamp(.5rem,1vh,1rem) 0;font-weight:600}.ServiceFeature p{font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.8vw,1.1rem);color:#666;line-height:1.6;margin:0}.EtsyHero{width:100%;min-width:100%;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00d4ff,#00b4d8,#0096c7);padding:clamp(6rem,10vh,8rem) clamp(2rem,4vw,4rem) clamp(2rem,4vh,3rem);box-sizing:border-box;scroll-snap-align:start;overflow:hidden}.EtsyHeroContainer{width:100%;max-width:1600px;margin:0 auto;display:flex;align-items:center;gap:clamp(3rem,6vw,5rem)}.EtsyHeroLeft{flex:1;padding-right:clamp(2rem,4vw,3rem);border-right:2px solid rgba(255,255,255,.3)}.EtsyHeroTitle{font-family:Oswald,sans-serif;font-size:clamp(2.5rem,6vw,5rem);color:#fff;margin:0 0 clamp(1.5rem,3vh,2rem) 0;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:.02em;line-height:1.2}.EtsyHeroSubtitle{font-family:Manrope,sans-serif;font-size:clamp(1.1rem,2.5vw,1.8rem);color:#fffffff2;margin:0;font-weight:400;line-height:1.5;text-shadow:0 2px 10px rgba(0,0,0,.15)}.EtsyHeroRight{flex:1;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:clamp(1.5rem,3vw,2.5rem);border-radius:20px;box-shadow:0 10px 40px #0003;max-height:80vh;overflow-y:auto}.EtsyHeroRightTitle{font-family:Manrope,sans-serif;font-size:clamp(1.3rem,2.5vw,1.8rem);color:#fff;margin:0 0 clamp(.8rem,1.5vh,1.2rem) 0;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.15)}.EtsyHeroRightText{font-family:Work Sans,sans-serif;font-size:clamp(.95rem,1.8vw,1.2rem);color:#fffffff2;line-height:1.6;margin:0 0 clamp(1.2rem,2.5vh,1.5rem) 0;text-shadow:0 1px 5px rgba(0,0,0,.1)}.EtsyHeroButton{display:inline-flex;align-items:center;gap:.5rem;padding:clamp(.8rem,2vw,1.2rem) clamp(1.5rem,3vw,2.5rem);font-family:Manrope,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:600;color:#00b4d8;background:#fff;border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.EtsyHeroButton:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d;background:#fffffff2}.EtsyHeroButton svg{width:20px;height:20px;transition:transform .3s ease}.EtsyHeroButton:hover svg{transform:translate(3px,-3px)}.EtsySection{width:100%;min-width:100%;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#90e0ff,#6dd5fa,#5bc8f0);padding:clamp(2rem,4vw,3rem);box-sizing:border-box;scroll-snap-align:start}.EtsySectionContainer{width:100%;max-width:1400px;margin:0 auto}.EtsyServicesContent{display:flex;align-items:center;gap:clamp(3rem,6vw,5rem)}.EtsyServicesLeft{flex:0 0 clamp(400px,45%,600px);display:flex;align-items:center;justify-content:center}.EtsyServicesImage{width:100%;height:auto;border-radius:20px;transition:all .3s ease}.EtsyServicesImage:hover{transform:scale(1.02)}.EtsyServicesRight{flex:1;background:linear-gradient(135deg,#0096c766,#00b4d866);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:clamp(1.2rem,2.5vw,2rem);border-radius:20px;box-shadow:0 10px 40px #00000040;max-height:80vh;overflow-y:auto}.EtsyServicesTitle{font-family:Oswald,sans-serif;font-size:clamp(1.6rem,3.5vw,2.5rem);color:#fff;margin:0 0 clamp(.8rem,1.5vh,1.2rem) 0;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:.02em}.EtsyServicesList{list-style:none;padding:0;margin:0 0 clamp(1.2rem,2.5vh,1.5rem) 0}.EtsyServicesList li{font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.8vw,1.1rem);color:#fffffff2;line-height:1.5;padding:clamp(.4rem,1vh,.6rem) 0;padding-left:clamp(1.2rem,2.5vw,1.8rem);position:relative;text-shadow:0 1px 5px rgba(0,0,0,.1)}.EtsyServicesList li:before{content:"•";position:absolute;left:0;color:#fff;font-size:clamp(1.2rem,2.5vw,1.6rem);line-height:1}.EtsyWhyChoose{width:100%;min-width:100%;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#90e0ff,#6dd5fa,#5bc8f0);padding:clamp(2rem,4vw,3rem);box-sizing:border-box;scroll-snap-align:start}.EtsyWhyChooseContent{display:flex;align-items:center;gap:clamp(3rem,6vw,5rem)}.EtsyWhyChooseLeft{flex:1;background:linear-gradient(135deg,#0096c766,#00b4d866);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:clamp(1.2rem,2.5vw,2rem);border-radius:20px;box-shadow:0 10px 40px #00000040;max-height:80vh;overflow-y:auto}.EtsyWhyChooseRight{flex:0 0 clamp(400px,45%,600px);display:flex;align-items:center;justify-content:center}.EtsyWhyChooseImage{width:100%;height:auto;border-radius:20px;transition:all .3s ease}.EtsyWhyChooseImage:hover{transform:scale(1.02)}.EtsyWhyChooseTitle{font-family:Oswald,sans-serif;font-size:clamp(1.6rem,3.5vw,2.5rem);color:#fff;margin:0 0 clamp(.8rem,1.5vh,1.2rem) 0;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:.02em}.EtsyWhyChooseItem{margin-bottom:clamp(.8rem,1.5vh,1.2rem)}.EtsyWhyChooseItem:last-of-type{margin-bottom:clamp(1.2rem,2.5vh,1.5rem)}.EtsyWhyChooseSubtitle{font-family:Manrope,sans-serif;font-size:clamp(1.1rem,2.2vw,1.4rem);color:#fff;margin:0 0 clamp(.3rem,.6vh,.5rem) 0;font-weight:600;text-shadow:0 1px 5px rgba(0,0,0,.15)}.EtsyWhyChooseText{font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.8vw,1.1rem);color:#fffffff2;line-height:1.5;margin:0;text-shadow:0 1px 5px rgba(0,0,0,.1)}.EtsySection .EtsyHeroButton,.EtsyWhyChoose .EtsyHeroButton{color:#00b4d8;background:#fff}.EtsySection .EtsyHeroButton:hover,.EtsyWhyChoose .EtsyHeroButton:hover{color:#0096c7;background:#fffffff2}.Gallery{width:100%;min-width:100%;height:100vh;min-height:100vh;background:linear-gradient(to bottom,#75bff8,#6343f2);position:relative;overflow:hidden;scroll-snap-align:start}.GalleryH1{font-family:Oswald;text-shadow:0 0 12px rgba(127,127,127,.65),0 0 24px rgba(0,0,0,.35)}.Contact{width:100%;min-width:100%;height:100vh;min-height:100vh;background:linear-gradient(to left,#75bff8,#6343f2);overflow:hidden;position:relative;scroll-snap-align:start}.Contact .MiniLogo{display:flex;position:absolute;flex-direction:row;align-items:center;top:2vh;left:2vw;z-index:10}.Contact img{display:flex;height:clamp(60px,10vh,100px)}.Contact h2{display:flex;font-family:Manrope;padding-top:13px;font-size:clamp(1.2rem,2.5vw,1.8rem);color:#fff}.ContactGrid{display:flex;position:absolute;width:100%;height:85%;top:12vh;flex-direction:row;flex-wrap:wrap;overflow-y:auto;overflow-x:hidden}.ContactGrid .Left{display:flex;position:relative;flex-direction:column;height:100%;width:50%;min-width:300px;justify-content:center;padding-left:clamp(1rem,4vw,4rem);padding-right:clamp(1rem,2vw,2rem)}.ContactGrid .Left h1{display:flex;width:100%;height:auto;font-family:Oswald;font-size:clamp(1.8rem,5vw,3rem);color:#fff;margin-bottom:clamp(1rem,3vw,2rem)}.ContactGrid .Right{display:flex;position:relative;height:100%;width:50%;min-width:300px;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2rem)}.ContactInfo{display:flex;position:relative;flex-direction:column;justify-content:space-evenly;height:auto;max-height:60%;gap:clamp(1rem,2vw,1.5rem)}#ContactLink{display:flex;align-items:center;gap:clamp(.8rem,2vw,1.5rem);padding:clamp(.7rem,1.5vw,1rem);background:#ffffff1a;border-radius:10px;transition:all .3s ease;cursor:pointer}#ContactLink:hover{background:#fff3;transform:translate(10px)}#ContactLink img{width:clamp(30px,5vw,40px);height:clamp(30px,5vw,40px);filter:brightness(0) invert(1);flex-shrink:0}#ContactLink h4{font-family:IBM Plex Mono,monospace;font-size:clamp(1rem,2vw,1.5rem);color:#fff;margin:0}.QueryForm{width:100%;max-width:500px;background:#fffffff2;padding:clamp(1.5rem,3vw,2.5rem);border-radius:15px;box-shadow:0 10px 40px #0000004d}.QueryForm h2{font-family:Manrope,sans-serif;font-size:clamp(1.3rem,3vw,2rem);color:#333;margin-bottom:clamp(1rem,2vw,1.5rem);text-align:center}.FormGroup{margin-bottom:clamp(1rem,2vw,1.5rem)}.FormGroup label{display:block;font-family:IBM Plex Mono,monospace;font-size:clamp(.9rem,1.8vw,1.2rem);color:#555;margin-bottom:.5rem}.FormGroup input,.FormGroup textarea{width:100%;padding:clamp(.6rem,1.2vw,.8rem);font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.5vw,1.1rem);border:2px solid #ddd;border-radius:8px;transition:border-color .3s ease;box-sizing:border-box}.FormGroup input:focus,.FormGroup textarea:focus{outline:none;border-color:#6343f2}.FormGroup textarea{resize:vertical;min-height:80px}.SubmitBtn{width:100%;padding:clamp(.8rem,1.5vw,1rem);font-family:Manrope,sans-serif;font-size:clamp(1rem,1.8vw,1.2rem);color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.SubmitBtn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.SubmitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.SubmitBtn:disabled:hover{transform:none;box-shadow:none}.section{min-height:100vh;height:100vh;width:100%;min-width:100vw;box-sizing:border-box;padding:2.5rem 1.5rem}.section:has(.Footer){min-height:50vh;height:50vh;padding:0}.section h2{margin-top:0;color:#fff}@media(prefers-reduced-motion:reduce){.Page{scroll-behavior:auto}.title,.Info{animation:none!important}}@media(max-width:768px),(hover:none)and (pointer:coarse)and (max-width:1024px),(max-width:1024px)and (max-aspect-ratio:1/1){html{font-size:18px!important}.EtsyHero .BackToTopBtn,.EtsySection .BackToTopBtn,.EtsyWhyChoose .BackToTopBtn,.AmazonHero .BackToTopBtn,.AmazonSection .BackToTopBtn,.AmazonWhyChoose .BackToTopBtn,.ShopifyHero .BackToTopBtn,.ShopifySection .BackToTopBtn,.ShopifyWhyChoose .BackToTopBtn,.BrandingHero .BackToTopBtn,.BrandingSection .BackToTopBtn,.BrandingWhyChoose .BackToTopBtn,.ConsultingHero .BackToTopBtn,.ConsultingSection .BackToTopBtn,.ConsultingWhyChoose .BackToTopBtn,.AboutPage .BackToTopBtn{display:none!important}.main{min-height:100vh;min-height:100svh;height:100vh;max-height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem 1rem .5rem;box-sizing:border-box;overflow:hidden}.title{display:flex;flex-direction:column;align-items:center;width:100%;order:1;margin-top:1.5rem;flex-shrink:1}.title img{position:relative;left:auto;bottom:auto;margin:0 auto .8rem;display:block;height:min(100px,12vh);width:min(100px,12vh);opacity:.2;order:1}.CompanyName{position:relative!important;top:auto!important;left:auto!important;right:auto!important;font-size:2rem!important;margin:0 0 .5rem!important;line-height:1.1;text-align:center;order:2;max-width:100%}.Moto{position:relative!important;top:auto!important;left:auto!important;width:100%!important;max-width:100%!important;font-size:.9rem!important;margin:0 0 .8rem!important;line-height:1.4;text-align:center;order:3}.Info-box{position:relative!important;inset:auto!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:auto 0 0!important;padding:1.2rem 1.5rem 1rem!important;max-height:none!important;min-height:auto!important;flex-direction:column;gap:.8rem;order:2;margin-bottom:.5rem!important;flex-shrink:1;overflow:hidden}.Info{font-size:.95rem!important;line-height:1.5!important;max-height:none;overflow-y:visible!important}.Next{position:relative;bottom:auto;right:auto;writing-mode:horizontal-tb;width:auto;height:auto;padding:.7rem 1.5rem!important;font-size:.9rem!important;letter-spacing:.1rem;margin:.5rem auto 0;display:block;transform:none}.Next:hover{transform:translateY(-3px)}.About{padding:2rem 1rem;min-height:auto;height:auto;max-height:none;width:100vw;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;overflow:visible;position:relative}.AboutContainer{width:100%;min-width:100%;height:100%;padding:0;margin:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.AboutContent{padding:1rem;display:flex;flex-direction:column;flex-shrink:0}.GrowthImg{flex:none;margin:0 auto 1.5rem;max-width:100%;order:1;display:block;text-align:center}.GrowthImg img{width:100%;height:auto;max-width:350px;border-radius:12px;margin:0 auto;display:block}.AboutTextSection{order:2}.AboutTitle{font-size:clamp(1.75rem,7vw,2rem);font-weight:600;margin-bottom:1rem;margin-top:0;line-height:1.3;text-align:center}.AboutText{font-size:clamp(1rem,4vw,1.125rem);line-height:1.6;text-align:left;margin-bottom:1rem}.ContactIntroContainer{padding:2rem 1rem;width:100%}.ContactIntroContent{width:100%;max-width:100%}.ContactIntroTitle{font-size:clamp(2rem,7vw,2.5rem);margin-bottom:1.5rem}.ContactIntroText{font-size:clamp(1rem,4vw,1.125rem)}.AboutPage{padding:0;margin:0;min-height:100vh;min-height:100svh;height:100vh;max-height:100vh;width:100vw;overflow:hidden;display:flex;align-items:flex-start;justify-content:flex-start;box-sizing:border-box;position:relative}.AboutPageContainer{width:100%;height:100%;padding:6rem 1rem 2rem;display:flex;flex-direction:column;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.AboutPageTitle{font-size:clamp(1.8rem,7vw,2.5rem);margin:0 0 1.5rem;text-align:center;flex-shrink:0}.AboutPageContent{flex-direction:column;gap:1.5rem;padding:1.5rem;flex:1;align-items:center;overflow:visible}.AboutPageLogo{flex:0 0 auto;width:clamp(120px,40vw,200px);margin:0 auto}.AboutPageLogo img{transform:none}.AboutPageLogo img:hover{transform:scale(1.02)}.AboutPageText{font-size:clamp(.85rem,3.5vw,1rem);line-height:1.6;flex:0 0 auto}.AboutPageText p{margin-bottom:1rem}.AboutPageText p:last-child{margin-bottom:0}.Specialise{padding:0;margin:0;min-height:auto;height:auto;max-height:none;width:100vw;overflow:visible;display:flex;align-items:flex-start;justify-content:flex-start;box-sizing:border-box;position:relative}.SpecialiseContainer{width:100%;height:auto;padding:2rem 0;display:flex;flex-direction:column;box-sizing:border-box}.SpecialiseTitle{font-size:1.8rem!important;margin:0 0 1.5rem;text-align:center;padding:0 1rem;flex-shrink:0}.CardsContainer{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:2rem;width:100%;height:auto;min-height:500px;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 7.5vw}.CardsContainer::-webkit-scrollbar{display:none}.CardLarge,.CardSmall{flex:0 0 85vw!important;width:85vw!important;min-width:85vw!important;max-width:85vw!important;height:clamp(450px,60vh,550px);margin:0!important;scroll-snap-align:center;scroll-snap-stop:always}.CardLarge:first-child,.CardSmall:first-child{margin-left:0!important}.CardLarge:last-child,.CardSmall:last-child{margin-right:0!important}.CardText{padding:1.2rem!important}.CardText h3{font-size:1.2rem!important;margin-bottom:.5rem}.CardText p{font-size:.95rem!important}.Services{padding:0;margin:0;min-height:auto;height:auto;max-height:none;width:100vw;overflow:visible;display:flex;align-items:center;justify-content:center;box-sizing:border-box;position:relative}.ServicesContainer{width:100%;height:auto;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow-y:visible}.ServicesTitle{font-size:2rem!important;margin:0 0 1.5rem;text-align:center;flex-shrink:0}.ServiceCardsGrid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;padding-bottom:2rem;max-width:600px;width:100%;align-items:center;justify-items:center}.ServiceCard{min-height:200px;padding:1.5rem 1rem}.ServiceIcon{width:80px!important;height:80px!important;margin-bottom:1rem}.ServiceText h3{font-size:1.05rem!important}.ServicePage{padding:5rem 1rem 2rem}.ServicePageContainer{padding:clamp(1.5rem,4vw,2rem)}.ServicePageTitle{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:1.5rem}.ServicePageContent>p{font-size:clamp(.9rem,3.5vw,1rem);margin-bottom:2rem}.ServiceFeatures{grid-template-columns:1fr;gap:1.5rem}.ServiceFeature{padding:1.5rem}.ServiceFeature h3{font-size:clamp(1.1rem,4vw,1.3rem)}.ServiceFeature p{font-size:clamp(.85rem,3vw,.95rem)}.EtsyHero{padding:5rem 1rem 2rem;min-height:100vh;height:auto}.EtsyHeroContainer{flex-direction:column;gap:1.5rem}.EtsyHeroLeft{flex:none;width:100%;padding-right:0;border-right:none;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:1.5rem}.EtsyHeroTitle{font-size:clamp(1.8rem,7vw,2.5rem);margin-bottom:.8rem}.EtsyHeroSubtitle{font-size:clamp(.95rem,4vw,1.1rem)}.EtsyHeroRight{flex:none;width:100%;padding:1rem;max-height:none}.EtsyHeroRightTitle{font-size:clamp(1rem,5vw,1.3rem);margin-bottom:.6rem}.EtsyHeroRightText{font-size:clamp(.8rem,3.5vw,.9rem);margin-bottom:1rem;line-height:1.4}.EtsyHeroButton{padding:.75rem 1.5rem;font-size:.95rem;width:100%;justify-content:center}.EtsySection{padding:2rem 1rem;min-height:auto;height:auto}.EtsySectionContainer{height:auto}.EtsyServicesContent{flex-direction:column;gap:1.5rem}.EtsyServicesLeft{flex:none;width:100%;max-width:100%}.EtsyServicesImage{max-width:100%;width:100%;height:auto}.EtsyServicesRight{flex:none;width:100%;padding:1rem;max-height:none}.EtsyServicesTitle{font-size:clamp(1.3rem,6vw,1.6rem);margin-bottom:.8rem}.EtsyServicesList{margin-bottom:1rem}.EtsyServicesList li{font-size:clamp(.8rem,3.5vw,.9rem);padding:.3rem 0 .3rem 1rem;line-height:1.4}.EtsyServicesList li:before{font-size:1.1rem}.EtsyWhyChoose{padding:2rem 1rem;min-height:auto;height:auto}.EtsyWhyChooseContent{flex-direction:column-reverse;gap:1.5rem}.EtsyWhyChooseLeft{flex:none;width:100%;padding:1rem}.EtsyWhyChooseRight{flex:none;width:100%;max-width:100%}.EtsyWhyChooseImage{max-width:100%;width:100%;height:auto}.EtsyWhyChooseTitle{font-size:clamp(1.3rem,6vw,1.6rem);margin-bottom:.8rem}.EtsyWhyChooseItem{margin-bottom:.8rem}.EtsyWhyChooseItem:last-of-type{margin-bottom:1rem}.EtsyWhyChooseSubtitle{font-size:clamp(.95rem,4.5vw,1.1rem);margin-bottom:.3rem}.EtsyWhyChooseText{font-size:clamp(.8rem,3.5vw,.9rem);line-height:1.4}.Gallery{height:auto;min-height:100vh;min-height:100svh;padding:2rem 0;overflow:hidden}.Gallery .HoverGallery{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-behavior:smooth!important;gap:0!important;padding:1rem 0!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:auto!important}.Gallery .HoverGallery::-webkit-scrollbar{display:none}.Gallery .imageGroup{position:relative!important;flex:0 0 100%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 1rem!important;height:auto!important}.Gallery .imageGroup img{position:relative!important;width:100%!important;max-width:350px!important;height:auto!important;aspect-ratio:1 / 1!important;object-fit:cover!important;border-radius:12px!important;box-shadow:0 10px 30px #0000004d!important;transform:none!important;inset:auto!important}.Gallery .Image1,.Gallery .Image2,.Gallery .Image3,.Gallery .Image4{position:relative!important;transform:none!important;top:auto!important;left:auto!important}.Contact{padding:2rem 1rem;min-height:100vh;min-height:100svh;height:auto;overflow-y:auto}.ContactGrid{flex-direction:column;position:relative;top:auto;height:auto;min-height:auto;overflow-y:visible;gap:1.5rem}.ContactGrid .Left,.ContactGrid .Right{width:100%;min-width:100%;height:auto;position:relative;padding:1rem}.ContactGrid .Left{padding-left:1rem}.ContactInfo{max-height:none}#ContactLink{gap:1rem;font-size:clamp(.85rem,3.5vw,.95rem);padding:.7rem}#ContactLink img{width:28px;height:28px}.QueryForm{max-width:100%}.QueryForm input,.QueryForm textarea{font-size:clamp(.85rem,3.5vw,.95rem);padding:.7rem}.QueryForm textarea{min-height:100px}.QueryForm button{font-size:clamp(.9rem,4vw,1rem);padding:.8rem;margin-top:.5rem}.Contact .MiniLogo{position:relative;top:auto;left:auto;margin-bottom:1.5rem}.Contact .MiniLogo img{height:50px}.Contact .MiniLogo h2{font-size:clamp(1.5rem,6vw,2rem);line-height:1.2}}.Page,.Page *{scroll-snap-type:none!important;scroll-snap-align:unset!important}@media(min-width:769px)and (max-width:1024px)and (hover:hover)and (pointer:fine){.CompanyName{top:8vh;left:5vw}.Moto{top:16vh;left:5vw;width:60vw}.title img{height:min(300px,30vh);width:min(300px,30vh)}.Info-box{width:85vw;bottom:8vh;right:5vw}.ContactGrid{flex-direction:column;top:8vh;height:auto;min-height:84vh;overflow-y:auto;gap:1rem}.ContactGrid .Left,.ContactGrid .Right{width:100%;min-width:100%;height:auto;position:relative;padding:1.5rem}.ContactInfo{max-height:none;gap:1rem}}@media(min-width:1025px)and (max-width:1366px)and (hover:hover){.CompanyName{top:8vh;left:4vw;font-size:clamp(2.5rem,4.5vw,4rem)}.title img{height:min(350px,35vh);width:min(350px,35vh);left:2vw}.Moto{top:calc(8vh + clamp(3rem,5.4vw,4.8rem) + .8rem);left:4vw;width:22vw;font-size:clamp(.85rem,1.8vw,1.1rem)}.Info-box{width:42vw;min-height:25vh;max-height:50vh;bottom:8vh;right:6vw;padding:clamp(.8rem,2.5vw,1.5rem)}.Info{font-size:clamp(.9rem,2vw,1.6rem)}.Next{bottom:1.5rem;right:1.5rem;padding:.8rem .6rem;font-size:.9rem}.AboutContainer{max-width:1200px;padding:clamp(1.2rem,3vw,2rem)}.AboutTitle{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:clamp(.8rem,1.5vw,1.2rem)}.AboutText{font-size:clamp(1rem,1.4vw,1.1rem);line-height:1.5}.GrowthImg img{max-width:500px}.ContactGrid{top:8vh;gap:1rem}.ContactIntroTitle{font-size:clamp(2.5rem,4vw,3rem);margin-bottom:1rem}.ContactIntroText{font-size:clamp(1rem,1.4vw,1.1rem)}.ContactGrid .Left,.ContactGrid .Right{width:50%;padding:1.2rem}.ContactGrid .Left{padding-left:2rem}.QueryForm{max-width:480px}.Input,.TextArea{font-size:.95rem;padding:.7rem}.SubmitBtn{font-size:.95rem;padding:.8rem 1.5rem}}@media(min-width:1367px)and (max-width:1919px)and (hover:hover){.CompanyName{top:10vh;left:5vw;font-size:clamp(3rem,5vw,5.5rem)}.Moto{top:22vh;left:5vw;width:20vw}.Info-box{width:45vw;bottom:15vh;right:8vw}.ContactGrid{top:10vh}.ContactGrid .Left,.ContactGrid .Right{width:50%;padding:1.5rem}.ContactGrid .Left{padding-left:3rem}.AboutContainer{max-width:1400px}.QueryForm{max-width:550px}}@media(min-width:1920px)and (hover:hover){.CompanyName{font-size:6rem}.Moto{font-size:2rem}.Info{font-size:2.2rem}.AboutTitle{font-size:3rem}.AboutText{font-size:1.25rem}.ContactIntroTitle{font-size:4rem}.ContactIntroText{font-size:1.25rem}}@media(orientation:landscape)and (max-height:600px)and (hover:none){.main{min-height:100vh}.CompanyName{top:5vh;font-size:clamp(1.8rem,6vw,4rem)}.Moto{top:15vh;font-size:clamp(.9rem,2vw,1.5rem)}.Info-box{bottom:5vh;max-height:45vh;overflow-y:auto}.Info{font-size:clamp(.9rem,2vw,1.5rem)}.AboutContainer{padding:1.5rem}.AboutTitle{font-size:clamp(2.5rem,5vw,3rem);margin-bottom:1rem}.AboutText{font-size:clamp(1.125rem,1.6vw,1.25rem)}.ContactIntroTitle{font-size:clamp(2.5rem,4.5vw,3.5rem);margin-bottom:2rem}.ContactIntroText{font-size:clamp(1.125rem,1.6vw,1.25rem)}.AboutPageContainer{padding:5rem 1.5rem 1.5rem}.AboutPageTitle{font-size:clamp(1.5rem,5vw,2.5rem);margin-bottom:1rem}.AboutPageContent{padding:1rem;gap:1rem}.AboutPageLogo{width:clamp(100px,30vw,150px)}.AboutPageText{font-size:clamp(.85rem,2vw,1rem)}.EtsyHeroContainer{gap:1.5rem}.EtsyHeroLeft{padding-bottom:1.5rem}.EtsyHeroTitle{font-size:clamp(1.5rem,5vw,2rem)}.EtsyHeroSubtitle{font-size:clamp(.9rem,3vw,1.1rem)}.EtsyHeroRight{padding:1.2rem}.EtsyHeroRightTitle{font-size:clamp(1.1rem,4vw,1.3rem)}.EtsyHeroRightText{font-size:clamp(.85rem,2.5vw,.95rem)}.EtsyServicesContent{gap:1.5rem}.EtsyServicesLeft{max-width:300px}.EtsyServicesRight{padding:1.2rem}.EtsyServicesTitle{font-size:clamp(1.3rem,4vw,1.8rem);margin-bottom:1rem}.EtsyServicesList li{font-size:clamp(.85rem,2.5vw,.95rem);padding:.4rem 0 .4rem 1.2rem}.EtsyWhyChooseContent{gap:1.5rem}.EtsyWhyChooseLeft{padding:1.5rem}.EtsyWhyChooseRight{max-width:300px}.EtsyWhyChooseTitle{font-size:clamp(1.3rem,4vw,1.8rem);margin-bottom:1rem}.EtsyWhyChooseItem{margin-bottom:1rem}.EtsyWhyChooseItem:last-of-type{margin-bottom:1.2rem}.EtsyWhyChooseSubtitle{font-size:clamp(1rem,3.5vw,1.2rem)}.EtsyWhyChooseText{font-size:clamp(.85rem,2.5vw,.95rem)}.ContactGrid{top:8vh}}@media(hover:none)and (pointer:coarse){.Next,#ContactLink,.SubmitBtn{-webkit-tap-highlight-color:rgba(20,195,204,.3)}#ContactLink:active{background:#ffffff40}.Next:active{background:#14c3cc;color:#1a1a2e}.SubmitBtn:active{transform:translateY(0)}}@media(max-width:1400px){:root{font-size:clamp(14px,.85vw + .45vh,18px)}.CompanyName{font-size:clamp(1.8rem,7vw,4.5rem);top:10vh;left:4vw}.Moto{font-size:clamp(.75rem,1.8vw,1.1rem);top:calc(10vh + clamp(2.16rem,8.4vw,5.4rem) + .8rem);left:4vw;width:min(90vw,22vw)}.title img{height:min(380px,35vh);width:min(380px,35vh);left:2vw}.Info-box{width:min(90vw,42vw);min-height:25vh;max-height:55vh;bottom:clamp(4vh,12vh,18vh);right:clamp(1.5vw,6vw,8vw);padding:clamp(.8rem,2.5vw,1.6rem)}.Info{font-size:clamp(.85rem,2.2vw,1.7rem)}.Next{padding:.8rem .6rem;font-size:.9rem;bottom:1.5rem;right:1.5rem}.AboutContainer{width:92%;padding:clamp(1.2rem,3.5vw,2.5rem)}.AboutContent{gap:clamp(1.5rem,4vw,3rem);padding:clamp(.8rem,2.5vw,1.6rem)}.AboutTitle{font-size:clamp(2rem,4.5vw,2.7rem)}.AboutText{font-size:clamp(1rem,1.5vw,1.15rem)}.GrowthImg img{max-width:520px}.SpecialiseContainer{width:96%;padding:clamp(1.2rem,3.5vw,2.5rem)}.SpecialiseTitle{font-size:clamp(1.8rem,7vw,4rem);margin-bottom:clamp(1.5rem,4vw,3rem)}.CardsContainer{gap:clamp(1.2rem,2vw,2.5rem)}.CardLarge{width:clamp(240px,30vw,420px);height:clamp(420px,55vh,620px);max-width:420px}.CardSmall{width:clamp(210px,26vw,370px);height:clamp(380px,50vh,580px);max-width:370px}.CardText{padding:clamp(.6rem,1.8vw,1.2rem)}.CardText h3{font-size:clamp(.9rem,1.8vw,1.15rem)}.CardText p{font-size:clamp(.7rem,1.3vw,.85rem)}.ServicesContainer{width:96%;padding:clamp(1.2rem,3.5vw,2.5rem)}.ServicesTitle{font-size:clamp(1.8rem,7vw,4rem);margin-bottom:clamp(1.5rem,4vw,3rem)}.ServiceCardsGrid{gap:clamp(1.2rem,2.5vw,2.5rem);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.ServiceCard{padding:clamp(1.5rem,3.5vw,2.5rem);min-height:clamp(240px,32vh,310px)}.ServiceIcon{width:clamp(150px,18vw,190px);height:clamp(150px,18vw,190px)}.ServiceText h3{font-size:clamp(1rem,2.2vw,1.35rem)}}@media(max-width:1200px){:root{font-size:clamp(13px,.8vw + .4vh,16px)}.CompanyName{font-size:clamp(1.6rem,6.5vw,4rem);top:9vh;left:3.5vw}.Moto{font-size:clamp(.7rem,1.6vw,1rem);width:min(90vw,24vw);left:3.5vw}.title img{height:min(320px,32vh);width:min(320px,32vh);left:1.5vw}.Info-box{width:min(92vw,45vw);min-height:22vh;max-height:50vh;bottom:clamp(3vh,10vh,15vh);right:clamp(1vw,5vw,7vw);padding:clamp(.7rem,2.2vw,1.4rem)}.Info{font-size:clamp(.8rem,2vw,1.5rem)}.Next{padding:.7rem .5rem;font-size:.85rem;bottom:1.2rem;right:1.2rem}.CardLarge{width:clamp(200px,28vw,370px);height:clamp(360px,50vh,560px);max-width:370px}.CardSmall{width:clamp(180px,24vw,330px);height:clamp(320px,46vh,520px);max-width:330px}.CardsContainer{gap:clamp(1rem,1.8vw,2rem)}.CardText h3{font-size:clamp(.85rem,1.6vw,1.05rem)}.CardText p{font-size:clamp(.65rem,1.2vw,.8rem)}.ServiceCardsGrid{gap:clamp(1rem,2.2vw,2rem);grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ServiceCard{padding:clamp(1.2rem,3vw,2rem);min-height:clamp(220px,30vh,280px)}.ServiceIcon{width:clamp(130px,16vw,170px);height:clamp(130px,16vw,170px)}.ServiceText h3{font-size:clamp(.95rem,2vw,1.25rem)}.AboutTitle{font-size:clamp(1.8rem,4.2vw,2.5rem)}.AboutText{font-size:clamp(.95rem,1.4vw,1.1rem)}}@media(max-width:1000px){:root{font-size:clamp(12px,.75vw + .35vh,15px)}.CompanyName{font-size:clamp(1.4rem,6vw,3.5rem);top:8vh;left:3vw}.Moto{font-size:clamp(.65rem,1.5vw,.95rem);width:min(90vw,26vw);left:3vw}.title img{height:min(280px,28vh);width:min(280px,28vh);left:1vw}.Info-box{width:min(94vw,48vw);min-height:20vh;max-height:45vh;bottom:clamp(2.5vh,8vh,12vh);right:clamp(.8vw,4vw,6vw);padding:clamp(.6rem,2vw,1.2rem)}.Info{font-size:clamp(.75rem,1.8vw,1.3rem)}.Next{padding:.6rem .45rem;font-size:.8rem;bottom:1rem;right:1rem}.CardsContainer{gap:clamp(.8rem,1.5vw,1.5rem);flex-wrap:wrap;justify-content:center}.CardLarge{width:clamp(180px,26vw,330px);height:clamp(320px,46vh,500px);max-width:330px;flex:0 1 auto}.CardSmall{width:clamp(160px,22vw,290px);height:clamp(280px,42vh,460px);max-width:290px;flex:0 1 auto}.CardText{padding:clamp(.5rem,1.5vw,1rem)}.CardText h3{font-size:clamp(.8rem,1.5vw,.95rem);margin:0 0 .2rem}.CardText p{font-size:clamp(.6rem,1.1vw,.75rem)}.SpecialiseTitle{font-size:clamp(1.6rem,6.5vw,3.5rem);margin-bottom:clamp(1.2rem,3.5vw,2.5rem)}.ServiceCardsGrid{gap:clamp(.8rem,2vw,1.8rem);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ServiceCard{padding:clamp(1rem,2.5vw,1.8rem);min-height:clamp(200px,28vh,260px);gap:1rem}.ServiceIcon{width:clamp(110px,15vw,150px);height:clamp(110px,15vw,150px)}.ServiceText{width:auto;min-width:auto}.ServiceText h3{font-size:clamp(.9rem,1.9vw,1.15rem)}.ServicesTitle{font-size:clamp(1.6rem,6.5vw,3.5rem);margin-bottom:clamp(1.2rem,3.5vw,2.5rem)}.AboutContainer{width:94%;padding:clamp(1rem,3vw,2rem)}.AboutContent{gap:clamp(1.2rem,3.5vw,2.5rem);padding:clamp(.6rem,2vw,1.2rem)}.AboutTitle{font-size:clamp(1.6rem,4vw,2.3rem)}.AboutText{font-size:clamp(.9rem,1.3vw,1.05rem)}.GrowthImg img{max-width:450px}}#root{max-width:100%;width:100%;margin:0;padding:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.Navbar{position:absolute;top:0;left:0;width:100%;z-index:100;padding:1.5rem 2rem;background:#1a1a2e4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.NavContent{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.NavLogo{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:#fff;font-family:Oswald,sans-serif;font-size:clamp(1.2rem,2vw,1.5rem);transition:all .3s ease}.NavLogo img{height:clamp(35px,5vw,45px);width:clamp(35px,5vw,45px);filter:brightness(0) invert(1);opacity:.9}.NavLogo:hover{color:#14c3cc}.NavLogo:hover img{opacity:1;filter:brightness(0) invert(1) drop-shadow(0 0 10px rgba(20,195,204,.5))}.NavLinks{display:flex;gap:clamp(1.5rem,3vw,2.5rem);align-items:center}.NavLink{color:#fff;text-decoration:none;font-family:Work Sans,sans-serif;font-size:clamp(1rem,2vw,1.3rem);font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.NavLink:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#14c3cc;transition:width .3s ease}.NavLink:hover{color:#14c3cc}.NavLink:hover:after{width:80%}.NavLink.active{color:#14c3cc;background:#14c3cc1a}.NavLink.active:after{width:80%}.NavDropdown{position:relative}.NavDropdown .NavLink{cursor:pointer;display:flex;align-items:center;gap:.4rem}.DropdownArrow{transition:transform .3s ease}.DropdownArrow.open{transform:rotate(180deg)}.DropdownMenu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.5rem;background:#1a1a2ef2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem 0;min-width:200px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s ease;box-shadow:0 10px 40px #0000004d}.DropdownMenu.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.DropdownItem{display:block;padding:.8rem 1.5rem;color:#fff;text-decoration:none;font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.8vw,1.1rem);font-weight:400;transition:all .2s ease;white-space:nowrap}.DropdownItem:hover{background:#14c3cc26;color:#14c3cc;padding-left:2rem}.DropdownItemNoLink{cursor:default}.DropdownItemWithSubmenu{position:relative}.DropdownItemWithSubmenu .DropdownItem{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.SubmenuArrow{opacity:.7;transition:opacity .2s ease}.DropdownItemWithSubmenu:hover .SubmenuArrow{opacity:1}.SubmenuDropdown{position:absolute;top:0;right:100%;margin-right:.5rem;background:#1a1a2ef2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem 0;min-width:220px;opacity:0;visibility:hidden;transform:translate(10px);transition:all .3s ease;box-shadow:0 10px 40px #0000004d}.SubmenuDropdown.show{opacity:1;visibility:visible;transform:translate(0)}.SubmenuItem{display:block;padding:.8rem 1.5rem;color:#fff;text-decoration:none;font-family:Work Sans,sans-serif;font-size:clamp(.85rem,1.6vw,1rem);font-weight:400;transition:all .2s ease;white-space:nowrap}.SubmenuItem:hover{background:#14c3cc26;color:#14c3cc;padding-left:2rem}@media(max-width:768px){.Navbar{padding:1rem}.NavLogo span{font-size:clamp(1rem,4vw,1.2rem)}.NavLogo img{height:30px;width:30px}.NavLinks{gap:.8rem}.NavLink{font-size:clamp(.85rem,3.5vw,1rem);padding:.4rem .6rem}.NavDropdown .NavLink{gap:.2rem}.DropdownArrow{width:10px;height:6px}.DropdownMenu{min-width:180px;margin-top:.3rem}.DropdownItem{padding:.7rem 1rem;font-size:clamp(.85rem,3.5vw,.95rem)}.DropdownItem:hover{padding-left:1.5rem}.SubmenuDropdown{position:fixed;left:50%;transform:translate(-50%);top:auto;margin-left:0;margin-top:.5rem;min-width:90vw;max-width:320px}.SubmenuDropdown.show{transform:translate(-50%) translateY(0)}.SubmenuItem{padding:.7rem 1rem;font-size:clamp(.8rem,3.2vw,.9rem)}.SubmenuItem:hover{padding-left:1.5rem}}@media(max-width:480px){.NavLogo span{display:none}.NavLinks{gap:.5rem}.NavLink{font-size:.85rem;padding:.3rem .5rem}}.BackToTopBtn{position:absolute;top:1.5rem;right:1.5rem;width:clamp(40px,5vw,50px);height:clamp(40px,5vw,50px);background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;box-shadow:0 4px 15px #0003;line-height:1;padding:0}.BackToTopBtn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.BackToTopBtn:active{transform:translateY(-1px)}@media(prefers-reduced-motion:reduce){.BackToTopBtn{transition:none}.BackToTopBtn:hover{transform:none}}@media(max-width:768px){.BackToTopBtn{top:1rem;right:1rem}}.Footer{width:100%;min-height:50vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;padding:clamp(2rem,4vw,3rem) clamp(1.5rem,3vw,2rem) clamp(1rem,2vw,1.5rem);position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center}.FooterContainer{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(2rem,4vw,3rem);padding-bottom:clamp(1.5rem,3vh,2rem);border-bottom:1px solid rgba(255,255,255,.1)}.FooterSection{display:flex;flex-direction:column;gap:clamp(.8rem,1.5vh,1.2rem)}.FooterLogo{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}.FooterLogo img{height:40px;width:40px;filter:brightness(0) invert(1);opacity:.9}.FooterLogo span{font-family:Oswald,sans-serif;font-size:clamp(1.3rem,2.5vw,1.6rem);letter-spacing:.05em}.FooterTagline{font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.8vw,1.1rem);color:#ffffffb3;line-height:1.5;margin:0}.FooterTitle{font-family:Manrope,sans-serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600;margin:0 0 clamp(.5rem,1vh,.8rem) 0;color:#14c3cc}.FooterLinks,.FooterContact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(.5rem,1vh,.8rem)}.FooterLinks li a{font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.8vw,1.05rem);color:#ffffffb3;text-decoration:none;transition:all .3s ease;display:inline-block}.FooterLinks li a:hover{color:#14c3cc;transform:translate(5px)}.FooterContact li{font-family:Work Sans,sans-serif;font-size:clamp(.9rem,1.8vw,1.05rem);color:#ffffffb3;line-height:1.6}.FooterBottom{max-width:1400px;margin:0 auto;padding-top:clamp(1rem,2vh,1.5rem);text-align:center}.FooterBottom p{font-family:IBM Plex Mono,monospace;font-size:clamp(.85rem,1.6vw,.95rem);color:#ffffff80;margin:0}@media(max-width:768px){.Footer{min-height:50vh;padding:clamp(1.5rem,3vw,2rem) clamp(1rem,2vw,1.5rem)}.FooterContainer{grid-template-columns:1fr;gap:2rem}.FooterSection{text-align:center;align-items:center}.FooterLogo{justify-content:center}.FooterLinks li a:hover{transform:translate(0)}}@media(hover:none)and (pointer:coarse){.FooterLinks li a{-webkit-tap-highlight-color:rgba(20,195,204,.3)}}
