@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}:root{--primary:#4c1d95;--primary-light:#7c3aed;--primary-dark:#2e1065;--secondary:#f59e0b;--dark:#1f2937;--light:#f8fafc;--dark-alt:#374151}.bg-section{z-index:-2;opacity:0;background-position:50%;background-size:cover;background-attachment:fixed;width:100%;height:100%;transition:opacity 1.2s;position:fixed;top:0;left:0}.bg-section.active{opacity:1}.bg-1{background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&auto=format&fit=crop&w=2072&q=80)}.bg-2{background-image:url(https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80)}.bg-3{background-image:url(https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80)}.section-content{opacity:0;transition:all .8s;transform:translateY(50px)}.section-content.active{opacity:1;transform:translateY(0)}.hero-wavy-bg{position:relative;overflow:hidden}.hero-wavy-bg:before{content:"";background:linear-gradient(135deg,#4c1d95d9 0%,#7c3aedd9 100%);background-color:"section.main";clip-path:polygon(0 0,100% 0,100% 85%,0 100%);z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.services-wavy-bg{position:relative;overflow:hidden}.services-wavy-bg:before{content:"";clip-path:polygon(0 10%,100% 0,100% 90%,0 100%);z-index:-1;background:linear-gradient(135deg,#f8fafce6 0%,#e2e8f0e6 100%);width:100%;height:calc(100% + 100px);position:absolute;top:-50px;left:0}.about-wavy-bg{position:relative;overflow:hidden}.about-wavy-bg:before{content:"";clip-path:polygon(0 0,100% 15%,100% 100%,0 85%);z-index:-1;background:linear-gradient(135deg,#f59e0be6 0%,#fbbf24e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.clients-wavy-bg{position:relative;overflow:hidden}.clients-wavy-bg:before{content:"";clip-path:polygon(0 0,100% 10%,100% 90%,0 100%);z-index:-1;background:linear-gradient(135deg,#1f2937e6 0%,#374151e6 100%);width:100%;height:calc(100% + 100px);position:absolute;top:-50px;left:0}.contact-wavy-bg{position:relative;overflow:hidden}.contact-wavy-bg:before{content:"";clip-path:polygon(0 0,100% 15%,100% 100%,0 85%);z-index:-1;background:linear-gradient(135deg,#4c1d95d9 0%,#7c3aedd9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.footer-wavy-bg{position:relative;overflow:hidden}.footer-wavy-bg:before{content:"";clip-path:polygon(0 25%,100% 0,100% 100%,0 100%);z-index:-1;background:linear-gradient(135deg,#1f2937e6 0%,#374151e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.stagger-animation>*{opacity:0;animation:.6s forwards fadeInUp;transform:translateY(20px)}.stagger-animation>:first-child{animation-delay:.1s}.stagger-animation>:nth-child(2){animation-delay:.2s}.stagger-animation>:nth-child(3){animation-delay:.3s}.stagger-animation>:nth-child(4){animation-delay:.4s}.stagger-animation>:nth-child(5){animation-delay:.5s}.stagger-animation>:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating{animation:3s ease-in-out infinite float}.gap-filler{height:100px;position:relative;overflow:hidden}section,footer{z-index:1;position:relative}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.h-full{height:100%}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-14{width:3.5rem}.h-14{height:3.5rem}.w-20{width:5rem}.h-20{height:5rem}.w-64{width:16rem}.h-64{height:16rem}.w-80{width:20rem}.h-80{height:20rem}.flex{display:flex}.hidden{display:none}.grid{display:grid}.block{display:block}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-24{padding-top:6rem}.pb-32{padding-bottom:8rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-8{margin-top:2rem}.-top-4{top:-1rem}.-bottom-4{bottom:-1rem}.-left-4{left:-1rem}.-right-4{right:-1rem}.-bottom-6{bottom:-1.5rem}.-right-6{right:-1.5rem}.-top-50{top:-50px}.top-0{top:0}.left-0{left:0}.bottom-0{bottom:0}.right-0{right:0}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-white{border-color:#fff}.border-white\/20{border-color:#fff3}.border-gray-700{border-color:#374151}.bg-white{background-color:#fff}.bg-primary{background-color:var(--primary)}.bg-primary-light{background-color:var(--primary-light)}.bg-secondary{background-color:var(--secondary)}.bg-dark{background-color:var(--dark)}.bg-dark-alt{background-color:var(--dark-alt)}.bg-white\/10{background-color:#ffffff1a}.bg-white\/90{background-color:#ffffffe6}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-primary{--tw-gradient-from:var(--primary);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#4c1d9500)}.to-primary-light{--tw-gradient-to:var(--primary-light)}.text-white{color:#fff}.text-dark{color:var(--dark)}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-gray-400{color:#9ca3af}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.font-bold{font-weight:700}.font-semibold{font-weight:600}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.hover\:bg-primary-light:hover{background-color:var(--primary-light)}.hover\:bg-yellow-500:hover{background-color:#eab308}.hover\:bg-white:hover{background-color:#fff}.hover\:text-primary:hover{color:var(--primary)}.hover\:text-white:hover{color:#fff}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}.hover\:bg-white\/20:hover{background-color:#fff3}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2:focus{ring-width:2px}.focus\:ring-secondary:focus{ring-color:var(--secondary)}.z-50{z-index:50}.z-10{z-index:10}.z-1{z-index:1}.z--1{z-index:-1}.z--2{z-index:-2}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:768px){.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:flex-row{flex-direction:row}.md\:w-1\/2{width:50%}.md\:mb-0{margin-bottom:0}.md\:pl-12{padding-left:3rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.font-inter{font-family:Inter,sans-serif}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.overflow-hidden{overflow:hidden}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:.8s ease-out forwards slideInFromBottom}.bee-landing-animation{animation:5s linear 1s infinite beeWander}@keyframes beeWander{0%{transform:translate(0)rotate(0)scale(1)}25%{transform:translate(4px,-3px)rotate(6deg)scale(1.02)}50%{transform:translate(-3px,5px)rotate(-4deg)scale(1.03)}75%{transform:translate(5px,2px)rotate(3deg)scale(1.07)}to{transform:translate(-2px,-4px)rotate(-5deg)scale(1.02)}}@keyframes beeFlyIn{0%{opacity:0;transform:translate(100px,100px)rotate(-180deg)scale(.3)}30%{opacity:1;transform:translate(50px,50px)rotate(-90deg)scale(.8)}60%{transform:translate(-20px,20px)rotate(-45deg)scale(3.1)}80%{transform:translate(10px,-10px)rotate(-10deg)scale(.95)}to{opacity:1;transform:translate(0)rotate(0)scale(1)}}
