@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.vicky-chat-container{bottom:20px;font-family:Inter,sans-serif;position:fixed;right:20px;z-index:10000}.vicky-chat-button{background:#1a1a1a;border:none;border-radius:50%;box-shadow:0 4px 25px #0006;color:#fff;cursor:pointer;font-size:24px;height:65px;transition:all .3s ease;width:65px}.vicky-chat-button,.vicky-orb-container{align-items:center;display:flex;justify-content:center;position:relative}.vicky-orb-container{height:100%;width:100%}.vicky-orb{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #ffffff1a;border-radius:50%;height:45px;justify-content:center;overflow:hidden;width:45px;z-index:2}.vicky-orb,.vicky-orb-waves{align-items:center;display:flex}.vicky-orb-waves{gap:3px;height:20px}.vicky-orb-waves span{animation:orbWave 1.2s ease-in-out infinite;background:linear-gradient(180deg,#fff,#a0a0a0);border-radius:3px;height:100%;width:3px}.vicky-orb-waves span:first-child{animation-delay:0s;height:40%}.vicky-orb-waves span:nth-child(2){animation-delay:.2s;height:70%}.vicky-orb-waves span:nth-child(3){animation-delay:.4s;height:100%}.vicky-orb-waves span:nth-child(4){animation-delay:.2s;height:70%}.vicky-orb-waves span:nth-child(5){animation-delay:0s;height:40%}@keyframes orbWave{0%,to{opacity:.5;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1.2)}}.vicky-orb-glow{animation:orbGlow 3s ease-in-out infinite;background:radial-gradient(circle,#fff6 0,#0000 70%);border-radius:50%;height:50px;position:absolute;width:50px;z-index:1}@keyframes orbGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.4)}}.vicky-chat-button:hover{box-shadow:0 8px 35px #fff3;transform:scale(1.05)}.vicky-chat-button:hover .vicky-orb-glow{background:radial-gradient(circle,#fff9 0,#0000 70%)}.vicky-chat-window{background:#fff;border-radius:16px;bottom:80px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;height:500px;max-height:calc(100vh - 100px);max-width:calc(100vw - 40px);opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;transform:translateY(20px) scale(.9);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);width:380px}.vicky-chat-window.open{opacity:1;pointer-events:all;transform:translateY(0) scale(1)}.vicky-chat-header{align-items:center;background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;display:flex;justify-content:space-between;padding:16px 20px}.vicky-chat-header-info{align-items:center;display:flex;gap:12px}.vicky-avatar{align-items:center;background:linear-gradient(135deg,#fff,#a0a0a0);border-radius:50%;color:#1a1a1a;display:flex;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.vicky-name{font-size:16px;font-weight:600}.vicky-status{align-items:center;display:flex;font-size:12px;gap:4px;opacity:.8}.vicky-status:before{background:#4ade80;border-radius:50%;content:"";display:inline-block;height:8px;width:8px}.vicky-close-btn{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:24px;padding:4px 8px;transition:background .2s}.vicky-close-btn:hover{background:#fff3}.vicky-chat-messages{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:20px}.vicky-chat-messages::-webkit-scrollbar{width:6px}.vicky-chat-messages::-webkit-scrollbar-track{background:#0000}.vicky-chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.vicky-message{align-items:flex-start;animation:messageSlide .3s ease;display:flex;gap:8px}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{flex-direction:row-reverse}.vicky-message-avatar{align-items:center;background:linear-gradient(135deg,#fff,#a0a0a0);border-radius:50%;color:#1a1a1a;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:32px;justify-content:center;width:32px}.vicky-message-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;max-width:75%;padding:12px 16px}.user-message .vicky-message-content{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff}.vicky-message-text{word-wrap:break-word;font-size:14px;line-height:1.5}.vicky-message-time{font-size:11px;margin-top:4px;opacity:.6}.vicky-message-item .vicky-message-content{border-top-left-radius:4px}.user-message .vicky-message-content{border-top-right-radius:4px}.vicky-chat-input-container{background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:8px;padding:16px 20px}.vicky-chat-input{border:1px solid #e5e7eb;border-radius:24px;flex:1 1;font-family:Inter,sans-serif;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s}.vicky-chat-input:focus{border-color:#1a1a1a}.vicky-send-btn{align-items:center;background:linear-gradient(135deg,#1a1a1a,#333);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:44px;justify-content:center;transition:all .2s;width:44px}.vicky-send-btn:hover{box-shadow:0 4px 12px #0003;transform:scale(1.1)}.vicky-send-btn:active{transform:scale(.95)}@media (max-width:480px){.vicky-chat-window{bottom:80px;height:calc(100vh - 100px);right:10px;width:calc(100vw - 20px)}.vicky-chat-button{bottom:15px;right:15px}}.vicky-typing-indicator{display:flex;gap:4px;padding:8px 12px}.vicky-typing-indicator span{animation:typing 1.4s ease-in-out infinite;background:#666;border-radius:50%;height:8px;width:8px}.vicky-typing-indicator span:first-child{animation-delay:-.32s}.vicky-typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.vicky-chat-input:disabled,.vicky-send-btn:disabled{cursor:not-allowed;opacity:.6}.vicky-send-btn:disabled{transform:none}.vicky-send-btn:disabled:hover{box-shadow:none;transform:none}.vicky-welcome-message{color:#666;font-size:14px;line-height:1.6;padding:20px;text-align:center}.vicky-welcome-message p{margin:8px 0}*{box-sizing:border-box;margin:0;padding:0}#root,.App{max-width:100%;overflow-x:hidden}:root{--bg-color:#e0e0da;--text-black:#1a1a1a;--text-gray:#666;--border-color:#ccc}body,html{max-width:100%;overflow-x:hidden}body{background-color:#e0e0da;background-color:var(--bg-color);color:#1a1a1a;color:var(--text-black);cursor:none;font-family:Inter,sans-serif;line-height:1.4;padding-top:80px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#e0e0da;background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#1a1a1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#333}.custom-cursor{background-color:#1a1a1a;background-color:var(--text-black);border-radius:50%;height:12px;pointer-events:none;position:fixed;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,background-color .3s ease;width:12px;z-index:9999}.cursor-hover{background-color:#0000001a;border:1px solid #000;height:40px;width:40px}.cursor-trail{background-color:#1a1a1a;background-color:var(--text-black);border-radius:50% 30% 50% 40%;filter:blur(1.5px);height:10px;pointer-events:none;position:fixed;transition:opacity .3s ease,transform .3s ease;width:10px;z-index:9998}.loader-container{align-items:center;background-color:#e0e0da;background-color:var(--bg-color);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.loader{--c:linear-gradient(#000 0 0);--m:radial-gradient(farthest-side,#000 92%,#0000);animation:l14 1s infinite alternate;aspect-ratio:1;background:var(--c),var(--m),var(--c),var(--m),var(--c),var(--m);background-repeat:no-repeat;background-size:8px 15px,8px 8px;width:40px}@keyframes l14{0%,10%{background-position:0 0,0 100%,50% 0,50% 100%,100% 0,100% 100%}33%{background-position:0 100%,0 0,50% 0,50% 100%,100% 0,100% 100%}66%{background-position:0 100%,0 0,50% 100%,50% 0,100% 0,100% 100%}90%,to{background-position:0 100%,0 0,50% 100%,50% 0,100% 100%,100% 0}}.ripple{transform:translate(-50%,-50%)}.ripple span{animation:ripple-real-anim 10s cubic-bezier(.2,.4,.3,1) forwards}.ripple span:nth-child(2){animation-delay:.6s}.ink-drip span{border-color:#00000059;border-width:2.5px}.portfolio-container{background-color:#e0e0da;background-color:var(--bg-color);border:4px solid #0000;border-image-repeat:repeat;border-image-slice:4;border-image-source:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M0 0h4v4H0zM4 4h4v4H4z'/%3E%3C/svg%3E");margin:10px auto;max-width:1400px;padding:30px 80px;position:relative;z-index:1}.bg-shapes{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.shape{position:absolute;transition:all .5s ease}.shape-1{animation:blob-float 30s ease-in-out infinite alternate;background:radial-gradient(circle,#00000005 0,#0000 70%);border-radius:50%;height:700px;right:-5%;top:-10%;width:700px}.shape-2{animation:pulse-soft 8s ease-in-out infinite alternate;background-image:radial-gradient(#0000001a 1px,#0000 0);background-size:15px 15px;height:120px;left:60px;top:150px;width:100px}.shape-3{animation:blob-float 40s ease-in-out infinite alternate-reverse;border:1px solid #0000001a;border-radius:50%;bottom:-200px;height:600px;overflow:hidden;right:-50px;width:600px}.shape-4{animation:rotate-slow 15s linear infinite;height:25px;opacity:.3;right:25%;top:380px;width:25px}.shape-4:after,.shape-4:before{background:#000;content:"";position:absolute}.shape-4:before{height:1px;left:0;top:50%;width:100%}.shape-4:after{height:100%;left:50%;top:0;width:1px}@keyframes rotate-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shape-5{background:#000;height:10px;left:140px;top:75px;width:10px}.shape-6{height:100%;left:170px;top:0;width:1px}.shape-6,.shape-7{background:#0000000d}.shape-7{height:1px;left:0;top:135px;width:100%}.shape-8{animation:draw-line 8s ease-in-out infinite alternate;height:230px;left:10px;top:125px;width:280px}.shape-8,.shape-9{border:1px solid #00000026}.shape-9{animation:draw-line 10s ease-in-out infinite alternate-reverse;height:190px;right:50px;top:5px;width:320px}.shape-10{animation:float-slow 12s ease-in-out infinite alternate;border:1px solid #0000001a;height:45px;left:40%;top:250px;transform:rotate(45deg);width:45px}.shape-11{background:#0000000d;height:100%;right:200px;top:0;width:1px}.shape-12{animation:pulse-soft 5s ease-in-out infinite alternate;border:1px solid #0000000d;border-radius:50%;height:30px;left:55%;top:145px;width:30px}.shape-13{background:#0000000d;bottom:20%;height:1px;left:0;width:100%}.shape-14{background:#00000008;height:100%;left:40%;top:0;width:1px}.shape-15{animation:draw-line 12s ease-in-out infinite alternate;border:1px solid #0000000d;bottom:100px;height:200px;left:50%;transform:translateX(-50%);width:200px}section{border-top:1px solid #00000014;max-width:100%;opacity:.15;overflow-x:hidden;padding:100px 0;position:relative;transform:scale(.75);transition:transform .2s ease-out,opacity .2s ease-out;will-change:transform,opacity}.section-shape{border:1px solid #0000001a;pointer-events:none;position:absolute;z-index:0}.circle-top-right{border-radius:50%;border-width:1.5px;height:600px;right:-250px;top:-150px;width:600px}.box-top-left{border-width:1.5px;height:250px;left:-120px;top:-80px;width:350px}.circle-middle-left{border-radius:50%;border-width:1.5px;height:700px;left:-350px;top:-200px;width:700px}.box-middle-right{border-width:1.5px;height:350px;right:-150px;top:100px;width:450px}.box-bottom-left{border-width:1.5px;bottom:-100px;height:120px;left:-200px;width:500px}.hero{border-top:none}.services,.trusted{border-bottom:1px solid #00000014}@keyframes draw-line{0%{-webkit-clip-path:inset(0 100% 100% 0);clip-path:inset(0 100% 100% 0)}25%{-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0)}50%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}75%{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}to{-webkit-clip-path:inset(0 100% 100% 0);clip-path:inset(0 100% 100% 0)}}@keyframes blob-float{0%{transform:translate(0) rotate(0deg) scale(1)}to{transform:translate(30px,50px) rotate(5deg) scale(1.05)}}@keyframes float-slow{0%{transform:translate(0) rotate(45deg)}50%{transform:translate(15px,-20px) rotate(50deg)}to{transform:translate(-10px,15px) rotate(40deg)}}@keyframes pulse-soft{0%{opacity:.1;transform:scale(.9)}to{opacity:.3;transform:scale(1.1)}}.header{align-items:center;display:flex;justify-content:space-between;left:0;margin:0 auto;max-width:1400px;padding:20px 80px;position:fixed;right:0;top:0;transition:transform .4s ease-in-out,opacity .4s ease-in-out;z-index:1000}.header:before{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:linear-gradient(180deg,#e0e0da4d,#e0e0da00);bottom:0;content:"";left:0;mask-image:linear-gradient(180deg,#000 70%,#0000);-webkit-mask-image:linear-gradient(180deg,#000 70%,#0000);pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.header-hidden{opacity:0;transform:translateY(-100%)}.logo-img{filter:brightness(0) saturate(100%) invert(8%) sepia(0) saturate(0) hue-rotate(0deg) brightness(95%) contrast(90%);height:40px;width:auto}.logo{font-size:1.1rem;font-weight:800;gap:12px;letter-spacing:-1px}.logo,.menu-container{align-items:center;display:flex}.menu-container{gap:15px}.lang-selector,.menu-container{position:relative}.lang-btn{align-items:center;background:#0000;border:1px solid #ccc;border:1px solid var(--border-color);border-radius:20px;color:#1a1a1a;color:var(--text-black);cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:8px;padding:8px 15px;transition:all .2s ease}.lang-btn:hover{background:#0000000d}.lang-dropdown{background:#fff;border:1px solid #ccc;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;gap:5px;min-width:130px;opacity:0;padding:10px;position:absolute;right:0;top:calc(100% + 10px);transform:translateY(-5px);transition:all .2s ease;visibility:hidden;z-index:1000}.lang-visible{opacity:1;transform:translateY(0);visibility:visible}.lang-dropdown button{background:#0000;border:none;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:800;padding:8px 12px;text-align:left;white-space:nowrap}.lang-dropdown button:hover{background:#f5f5f5}.menu-btn{background:#000;border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:600;padding:10px 25px;position:relative;z-index:1001}.dropdown-menu{background:#fff;border:1px solid #ccc;border:1px solid var(--border-color);border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;gap:10px;min-width:200px;opacity:0;padding:20px;position:absolute;right:0;top:calc(100% + 15px);transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.menu-visible{opacity:1;transform:translateY(0);visibility:visible}.menu-item{align-items:center;border-radius:10px;color:#1a1a1a;color:var(--text-black);display:flex;font-weight:500;gap:12px;padding:10px 15px;text-decoration:none;transition:background .2s ease}.menu-icon{color:#1a1a1a;height:18px;width:18px}.menu-item:hover{background:#f5f5f5}.budget-btn{background:#1a1a1a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;margin-top:10px;padding:12px;transition:transform .2s ease}.budget-btn:hover{transform:scale(1.02)}.hero{grid-gap:0;align-content:center;align-items:center;display:grid;gap:0;grid-template-columns:1fr 1.2fr 1fr;justify-content:center;justify-items:center;margin-bottom:80px;min-height:85vh;padding-top:0}.hero-center,.hero-left,.hero-right{display:flex;flex-direction:column;justify-content:center;padding:40px}.hero-center,.hero-left{border-right:1px solid #0000000d}.hero-left .greeting{font-size:1.2rem;margin-bottom:10px;margin-top:0}.hero-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:4.2rem;font-weight:800;line-height:.9;margin-bottom:20px}.hero-subtitle{display:block;font-size:1.2rem;font-weight:500;letter-spacing:1px;margin-top:10px}.hero-description,.hero-subtitle{color:#666;color:var(--text-gray)}.hero-description{font-size:.9rem;margin-bottom:30px;max-width:300px}.contact-btn{align-items:center;background:#1a1a1a;border:none;border-radius:30px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:10px;justify-content:center;max-width:-webkit-fit-content;max-width:fit-content;padding:15px 30px;white-space:nowrap;width:auto}.profile-circle{background:#dcdcd4;border-radius:200px;height:550px;margin:0 auto;overflow:hidden;position:relative;width:400px}.profile-circle img{object-fit:cover}.profile-circle .reveal-canvas,.profile-circle img{height:100%;left:0;position:absolute;top:0;width:100%}.profile-circle .reveal-canvas{cursor:crosshair;z-index:2}.profile-circle .base-img{z-index:1}.hero-right{display:flex;flex-direction:column;gap:40px;text-align:right}.stat-item h3{font-size:2.2rem;font-weight:700}.stat-item p{color:#666;color:var(--text-gray);font-size:.85rem}.services{grid-gap:40px;border-bottom:1px solid #ccc;border-bottom:1px solid var(--border-color);border-top:1px solid #ccc;border-top:1px solid var(--border-color);display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin-bottom:60px;padding:60px 0}.service-item h4{font-size:.85rem;font-weight:700;margin-bottom:15px}.service-item p{color:#666;color:var(--text-gray);font-size:.8rem;line-height:1.5}.trusted-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:40px}.trusted h2{font-size:1.4rem;font-weight:800}.trusted p{color:#666;color:var(--text-gray);font-size:.85rem;max-width:300px;text-align:right}.logo-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:100px}.logo-grid,.logo-item{border:.5px solid #ccc;border:.5px solid var(--border-color)}.logo-item{align-items:center;color:#666;color:var(--text-gray);display:flex;flex-direction:column;font-size:1rem;font-weight:500;gap:15px;justify-content:center;padding:40px;text-align:center}.logo-item img{height:32px;object-fit:contain;width:32px}.partners-carousel-container{border-top:1px solid #ccc;border-top:1px solid var(--border-color);margin-top:-1px;overflow:hidden;padding:40px 0;width:100%}.partners-carousel-track{animation:carrossel 60s linear infinite;display:flex;gap:30px;width:-webkit-max-content;width:max-content}.partner-item{align-items:center;display:flex;height:80px;justify-content:center;min-width:180px;transition:all .4s ease}.partner-item img{filter:brightness(0) saturate(100%) invert(8%) sepia(0) saturate(0) hue-rotate(0deg) brightness(95%) contrast(90%);max-height:50px;max-width:140px;object-fit:contain;opacity:.8;transition:all .4s ease}.partner-item:hover img{opacity:1;transform:scale(1.05)}@keyframes carrossel{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.about-detailed{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr 1fr;padding-bottom:100px}.about-left h2{font-size:3.2rem;font-weight:800;line-height:1;margin-bottom:30px}.highlight-text{color:#666;color:var(--text-gray);font-size:1.6rem;font-weight:500;line-height:1.3;margin-bottom:40px}.about-divider{background-color:#1a1a1a;background-color:var(--text-black);height:2px;margin-bottom:30px;opacity:.8;width:100%}.about-right p{color:#666;color:var(--text-gray);font-size:1.1rem;line-height:1.6}.portfolio-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:50px}.portfolio h2{font-size:3.5rem;font-weight:800}.portfolio p{color:#666;color:var(--text-gray);font-size:1rem;max-width:450px;text-align:right}.project-featured img{border-radius:5px;height:auto;margin-bottom:30px;max-height:600px;min-height:450px;object-fit:cover;width:100%}.project-info{align-items:center;display:flex;justify-content:space-between}.project-info h3{font-size:1.5rem;font-weight:800}.project-meta{align-items:center;color:#666;color:var(--text-gray);display:flex;font-size:.95rem;gap:30px}.tag{background:#000;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:6px 18px}.footer{border-top:1px solid #00000014;margin-top:40px;padding:40px 0}.footer-content{align-items:center;color:#666;color:var(--text-gray);display:flex;font-size:.85rem;justify-content:space-between}.footer-links{display:flex;gap:20px}.footer-links a{color:#666;color:var(--text-gray);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#1a1a1a;color:var(--text-black)}.ripple{pointer-events:none;position:absolute;z-index:-1}.ripple span{animation:ripple-real-anim 10s cubic-bezier(.2,.4,.3,1) infinite;border:1px solid #0000001f;border-radius:50%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.ripple span:nth-child(2){animation-delay:.8s;border-width:.5px;height:80%;width:80%}.ripple-1{height:100px;left:15%;top:10%;width:100px}.ripple-2{animation-delay:1.5s;height:150px;right:10%;top:70%;width:150px}.ripple-3{animation-delay:3s;bottom:15%;height:120px;left:10%;width:120px}.ripple-4{animation-delay:4.5s;height:90px;right:20%;top:45%;width:90px}.ripple-5{animation-delay:6s;height:80px;left:45%;top:25%;width:80px}.ripple-6{animation-delay:.5s;bottom:35%;height:110px;right:40%;width:110px}.ripple-7{animation-delay:2.2s;height:140px;left:40%;top:85%;width:140px}.ripple-8{animation-delay:5.5s;height:70px;right:45%;top:5%;width:70px}.ripple-9{animation-delay:4s;height:130px;left:25%;top:60%;width:130px}.ripple-10{animation-delay:7s;bottom:5%;height:160px;right:5%;width:160px}.ripple span{height:100%;width:100%}@keyframes ripple-real-anim{0%{opacity:0;transform:translate(-50%,-50%) scale(.2)}10%{opacity:.4}40%{opacity:0;transform:translate(-50%,-50%) scale(2.5)}to{opacity:0;transform:translate(-50%,-50%) scale(2.5)}}@media (max-width:1200px){.portfolio-container{padding:20px 40px}.profile-circle{height:450px;width:350px}.hero-title{font-size:3rem}.logo-grid{grid-template-columns:repeat(3,1fr)}.header{padding:20px 40px}.section-shape{transform:scale(.7)}}@media (max-width:992px){.hero{grid-template-columns:1fr;text-align:center}.hero-center,.hero-left,.hero-right{border:none;padding:20px}.hero-right{flex-direction:row;flex-wrap:wrap;justify-content:center}.stat-item{min-width:150px;text-align:center}.hero-description{margin:0 auto 30px}.contact-btn{margin:0 auto}.about-detailed{gap:40px;grid-template-columns:1fr}.services{grid-template-columns:1fr 1fr}.portfolio-header{align-items:flex-start;flex-direction:column;gap:20px}.portfolio p{text-align:left}.trusted-header{align-items:flex-start;flex-direction:column;gap:10px}.trusted p{text-align:left}}@media (max-width:768px){body{padding-top:70px}.portfolio-container{border-width:2px;margin:5px auto;padding:15px 20px}.header{max-width:100%;padding:15px 20px}.logo-img{height:32px}.logo span{font-size:.9rem}.hero-title{font-size:2.5rem}.profile-circle{height:380px;margin-top:20px;width:280px}.logo-grid{grid-template-columns:repeat(2,1fr)}.logo-item{font-size:.8rem;padding:20px}.logo-item img{height:24px;width:24px}.services{gap:20px;grid-template-columns:1fr;padding:40px 0}.about-left h2{font-size:2rem}.highlight-text{font-size:1.2rem}.bg-shapes,.section-shape{opacity:.05}.circle-middle-left,.circle-top-right,.cursor-trail,.custom-cursor,.shape-1,.shape-3{display:none}body{cursor:auto}.partners-carousel-container{padding:20px 0}.partner-item{height:60px;min-width:120px}.partner-item img{max-height:30px;max-width:100px}}@media (max-width:480px){.hero-title{font-size:2rem}.stat-item h3{font-size:1.5rem}.logo-grid{grid-template-columns:1fr}.dropdown-menu{right:-10px;width:90vw}}
/*# sourceMappingURL=main.6c3f07ee.css.map*/