body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}html{scroll-behavior:smooth}button{font-family:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.splash-screen{align-items:center;background:linear-gradient(135deg,#2d5a27,#4a7c59 50%,#6b8e6b);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:opacity .5s ease-out,visibility .5s ease-out;width:100%;z-index:9999}.splash-screen.fade-out{transition:opacity .5s ease-out,visibility .5s ease-out}.splash-screen.fade-out,.splash-screen.hidden{opacity:0;visibility:hidden}.splash-content{animation:fadeInUp 1s ease-out;color:#fff;text-align:center;z-index:2}.logo-container{animation:logoFloat 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-bottom:2rem;padding:2rem}.splash-logo{background:#ffffffe6;border-radius:15px;box-shadow:0 8px 32px #0000004d;filter:drop-shadow(0 15px 30px rgba(0,0,0,.4));height:150px;object-fit:contain;padding:1rem;width:150px}.company-name{-webkit-text-fill-color:#0000;animation:textGlow 2s ease-in-out infinite alternate;background:linear-gradient(45deg,#fff,#e8f5e8);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px #0003}.tagline{animation:fadeIn 1.5s ease-out .5s both;color:#e8f5e8;font-size:1.2rem;font-weight:400;letter-spacing:2px;margin-bottom:3rem;opacity:.95}.loading-bar{background:#fff3;border:1px solid #ffffff4d;border-radius:4px;height:8px;margin:0 auto 1rem;overflow:hidden;position:relative;width:300px}.loading-progress{background:linear-gradient(90deg,#4ade80,#22c55e,#16a34a);border-radius:4px;height:100%;position:relative;transition:width .3s ease}.loading-progress:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.loading-text{animation:pulse 2s ease-in-out infinite;font-size:.9rem;font-weight:300;opacity:.8}.splash-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.floating-shapes{height:100%;position:relative;width:100%}.shape{animation:float 6s ease-in-out infinite;background:#ffffff26;border:1px solid #fff3;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:80px;left:10%;top:20%;width:80px}.shape-2{animation-delay:2s;height:120px;right:15%;top:60%;width:120px}.shape-3{animation-delay:4s;bottom:20%;height:60px;left:20%;width:60px}.shape-4{animation-delay:1s;height:100px;right:30%;top:30%;width:100px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes textGlow{0%{filter:drop-shadow(0 0 5px rgba(255,255,255,.3))}to{filter:drop-shadow(0 0 20px rgba(255,255,255,.6))}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}@media (max-width:768px){.company-name{font-size:2.5rem}.tagline{font-size:1rem}.loading-bar{width:250px}.splash-logo{height:120px;width:120px}}@media (max-width:480px){.company-name{font-size:2rem}.tagline{font-size:.9rem}.loading-bar{width:200px}.splash-logo{height:100px;width:100px}}.header{background:#fff;box-shadow:0 4px 25px #00000014,0 2px 10px #0000000d;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}.header-container,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:.75rem;-webkit-user-select:none;user-select:none}.logo-circle-2{background:#1a4a3a}.logo-text{color:#1a4a3a}.navigation{display:flex;gap:2rem}.nav-link{color:#1a4a3a;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#4ade80}.nav-link:after{background:#4ade80;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.burger-menu{cursor:pointer;display:none;flex-direction:column;padding:.5rem;z-index:1001}.burger-line{background:#1a4a3a;border-radius:2px;height:3px;margin:3px 0;transition:all .3s ease;width:25px}.burger-line.open:first-child{transform:rotate(45deg) translate(5px,5px)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-nav{display:none}@media (max-width:768px){.header-container{padding:0 1rem}.desktop-nav{display:none}.burger-menu,.mobile-nav{display:flex}.mobile-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;bottom:0;flex-direction:column;gap:2rem;justify-content:center;left:0;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;z-index:1000}.mobile-nav.open{transform:translateX(0)}.mobile-nav .nav-link{color:#1a4a3a;font-size:1.5rem;font-weight:600}.mobile-nav .nav-link:hover{color:#4ade80}.logo-text{display:none;font-size:1.25rem}}.hero{align-items:center;background-color:#000;background-image:url(https://websitedemos.net/digital-design-agency-04/wp-content/uploads/sites/1518/2025/02/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-container{display:grid;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);position:relative;width:100%;z-index:2}.hero-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a4a3ae6;color:#fff;display:flex;flex-direction:column;justify-content:center;margin:4.2rem 2rem 1.6rem;padding:4rem}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#d1d5db;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px}.hero-cta{align-self:flex-start;background:#4ade80;border:none;border-radius:50px;box-shadow:0 4px 15px #4ade804d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.hero-cta:hover{background:#22c55e;box-shadow:0 6px 20px #4ade8066;transform:translateY(-2px)}.hero-image{align-items:center;background:#f8f9fa;display:flex;justify-content:center;overflow:hidden;position:relative}.team-photo{height:100%;object-fit:cover;object-position:center;width:100%}.play-button{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;height:60px;justify-content:center;position:absolute;right:2rem;top:2rem;transition:all .3s ease;width:60px}.play-icon{color:#1a4a3a;font-size:1.5rem;margin-left:2px}.play-button:hover{box-shadow:0 6px 20px #00000026;transform:scale(1.1)}.hero-decoration{color:#4ade80;font-size:1.5rem;opacity:.6;position:absolute;z-index:1}.hero-decoration-1{animation:float 6s ease-in-out infinite;left:10%;top:15%}.hero-decoration-2{animation:float 8s ease-in-out infinite reverse;right:15%;top:25%}.hero-decoration-3{animation:float 7s ease-in-out infinite;bottom:30%;left:15%}.hero-decoration-4{animation:float 9s ease-in-out infinite reverse;bottom:20%;right:10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.hero-container{grid-template-columns:1fr;min-height:auto}.hero-content{padding:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-cta{align-self:center}.hero-image{min-height:300px}.hero-decoration{display:none}}.purpose-section{background:#eeefe7;padding:6rem 0}.purpose-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.purpose-image{position:relative}.image-placeholder{border-radius:20px;height:400px;overflow:hidden;position:relative;width:100%}.purpose-main-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-placeholder:hover .purpose-main-image{transform:scale(1.02)}.image-overlay{background:#4ade80;border-radius:15px;bottom:2rem;color:#fff;font-size:.9rem;font-weight:600;left:2rem;max-width:200px;padding:1rem 1.5rem;position:absolute}.purpose-content{padding-left:2rem}.purpose-title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2}.purpose-text,.purpose-title{margin-bottom:2rem}.purpose-text p{color:#4b5563;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.purpose-separator{background:#d1d5db;height:1px;margin-bottom:2rem;width:100%}.purpose-metrics{display:flex;flex-direction:column;gap:1.5rem}.metric{gap:1rem}.metric,.metric-icon{align-items:center;display:flex}.metric-icon{background:#1f2937;border-radius:50%;color:#fff;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;width:50px}.metric-text{display:flex;flex-direction:column;gap:.25rem}.metric-number{color:#1f2937;font-size:1.25rem;font-weight:700}.metric-label{color:#6b7280;font-size:.9rem;font-weight:500}@media (max-width:768px){.purpose-container{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.purpose-content{padding-left:0;text-align:center}.purpose-title{font-size:2rem}.image-placeholder{height:300px}.purpose-metrics{flex-direction:row;gap:2rem;justify-content:center}.metric{flex-direction:column;gap:.75rem;text-align:center}.metric-icon{font-size:1.5rem;height:60px;width:60px}.metric-text{align-items:center}}.services-section{background:#f8f9fa;padding:6rem 0}.services-container{margin:0 auto;max-width:1200px;padding:0 2rem}.services-title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:4rem;text-align:center}.services-list{display:flex;flex-direction:column;gap:0}.service-item{grid-gap:2rem;align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;display:grid;gap:2rem;grid-template-columns:auto 1fr auto auto;margin-bottom:1px;padding:2rem;transition:all .3s ease}.service-item:not(:last-child){border-bottom:1px solid #e5e7eb}.service-item:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.service-number{align-items:center;background:#fff;border:2px solid #1f2937;border-radius:50%;color:#1f2937;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.service-content{max-width:500px}.service-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.service-description{color:#6b7280;font-size:1rem;line-height:1.6;margin:0}.service-image{border-radius:10px;flex-shrink:0;height:80px;overflow:hidden;width:120px}.service-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.service-item:hover .service-image img{transform:scale(1.05)}.service-arrow{align-items:center;background:#f3f4f6;border-radius:50%;color:#1f2937;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.service-arrow:hover{background:#4ade80;color:#fff;transform:scale(1.1)}@media (max-width:768px){.services-container{padding:0 1rem}.services-title{font-size:2rem;margin-bottom:2rem}.service-item{gap:1rem;grid-template-columns:1fr;justify-items:center;padding:1.5rem;text-align:center}.service-number{align-self:center;justify-self:center}.service-image{height:auto;max-width:300px;width:100%}.service-arrow,.service-image{align-self:center}}.projects-section{background:#eeefe7;padding:6rem 0}.projects-container{margin:0 auto;max-width:1200px;padding:0 2rem}.projects-title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:4rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.project-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-5px)}.project-image{height:250px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-tag{background:#f3f4f6;border-radius:20px;color:#6b7280;display:inline-block;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.project-title{color:#1f2937;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.project-description{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.projects-cta{text-align:center}.view-all-btn{background:#1f2937;border:none;border-radius:50px;box-shadow:0 4px 15px #1f29374d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.view-all-btn:hover{background:#111827;box-shadow:0 6px 20px #1f293766;transform:translateY(-2px)}@media (max-width:768px){.projects-container{padding:0 1rem}.projects-title{font-size:2rem;margin-bottom:2rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-image{height:200px}}.about-section{min-height:120vh;position:relative}.about-top{align-items:center;background:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1200&h=600&fit=crop&crop=center);background-attachment:fixed;background-position:50%;background-size:cover;display:flex;min-height:70vh;position:relative}.about-top-container{display:flex;justify-content:flex-end;margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.about-top-content{max-width:500px}.who-we-are-box{background:#4ade80;border-radius:20px;box-shadow:0 8px 30px #4ade804d;padding:3rem}.who-we-are-title{color:#1f2937;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.who-we-are-description{color:#374151;font-size:1rem;line-height:1.6;margin-bottom:2rem}.more-about-btn{background:#1f2937;border:none;border-radius:50px;box-shadow:0 4px 15px #1f29374d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.more-about-btn:hover{background:#111827;box-shadow:0 6px 20px #1f293766;transform:translateY(-2px)}.about-bottom{background:#fff;padding:8rem 0}.about-bottom-container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-bottom-content{margin:0 auto;max-width:800px;text-align:center}.about-title{color:#1f2937;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.about-description{color:#6b7280;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.stat-item{text-align:center}.stat-number{color:#4ade80;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.9rem;font-weight:500}@media (max-width:768px){.about-top{background-attachment:scroll;min-height:40vh}.about-top-container{justify-content:center;padding:0 1rem}.about-top-content{max-width:100%}.who-we-are-box{padding:2rem}.who-we-are-title{font-size:1.75rem}.about-bottom{padding:3rem 0}.about-bottom-container{padding:0 1rem}.about-title{font-size:2.5rem}.about-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}.testimonial-section{background:#f8f9fa;padding:6rem 0}.testimonial-container{margin:0 auto;max-width:1200px;padding:0 2rem}.testimonial-header{margin-bottom:4rem;text-align:center}.testimonial-title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.testimonial-subtitle{color:#6b7280;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.testimonials-carousel{position:relative}.carousel-container{cursor:grab;margin-bottom:2rem;overflow:hidden;-webkit-user-select:none;user-select:none}.carousel-container:active{cursor:grabbing}.testimonials-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.sticky-note,.testimonials-grid{position:relative;transition:all .3s ease}.sticky-note{border-radius:8px;box-shadow:0 8px 25px #00000026;cursor:pointer;min-height:250px;padding:2rem;transform:rotate(-2deg);width:300px}.sticky-note:nth-child(2){margin-top:-1rem;transform:rotate(1deg)}.sticky-note:nth-child(3){margin-top:1rem;transform:rotate(-1deg)}.sticky-note:hover{box-shadow:0 12px 35px #0003;transform:rotate(0deg) scale(1.05);z-index:10}.sticky-note.green{background:#d4edda;border-left:8px solid #28a745}.sticky-note.yellow{background:#fff3cd;border-left:8px solid #ffc107}.sticky-note.blue{background:#d1ecf1;border-left:8px solid #17a2b8}.sticky-note.pink{background:#f8d7da;border-left:8px solid #dc3545}.sticky-note.orange{background:#ffeaa7;border-left:8px solid #fd79a8}.sticky-note.purple{background:#e8d5ff;border-left:8px solid #6f42c1}.note-content{display:flex;flex-direction:column;height:100%}.testimonial-text{color:#495057;flex-grow:1;font-size:.95rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.note-author{color:#212529;font-size:1rem;font-weight:600;margin-bottom:.5rem}.note-context{color:#6c757d;font-size:.85rem;font-style:italic}.sticky-note:before{border-color:#0000 #0000001a #0000 #0000;border-style:solid;border-width:0 20px 20px 0;content:"";height:0;position:absolute;right:0;top:0;width:0}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.dot{background:#d1d5db;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:#4ade80;transform:scale(1.2)}.dot:hover{background:#9ca3af}@media (max-width:768px){.testimonial-container{padding:0 1rem}.testimonial-title{font-size:2rem;margin-bottom:1rem}.testimonials-grid{align-items:center;flex-direction:column;gap:1.5rem}.sticky-note{max-width:350px;width:100%}.sticky-note,.sticky-note:nth-child(2),.sticky-note:nth-child(3){margin-top:0;transform:rotate(0deg)}.sticky-note:hover{transform:scale(1.02)}}.cta-section{background:linear-gradient(135deg,#1a4a3a,#2d5a4a);padding:6rem 0;text-align:center}.cta-container{margin:0 auto;max-width:800px;padding:0 2rem}.cta-title{color:#fff;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.cta-description{color:#d1d5db;font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-button{background:#4ade80;border:none;border-radius:50px;box-shadow:0 4px 15px #4ade804d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.25rem 2.5rem;transition:all .3s ease}.cta-button:hover{background:#22c55e;box-shadow:0 6px 20px #4ade8066;transform:translateY(-2px)}@media (max-width:768px){.cta-container{padding:0 1rem}.cta-title{font-size:2.5rem}.cta-description{font-size:1.1rem}.cta-button{font-size:1rem;padding:1rem 2rem}}.footer{background:linear-gradient(135deg,#1a4a3a,#2d5a4a);color:#fff;padding:4rem 0 2rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-main{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem;-webkit-user-select:none;user-select:none}.logo-icon{height:40px;position:relative;width:40px}.logo-circle{border-radius:50%;position:absolute}.logo-circle-1{background:#4ade80;height:32px;left:0;top:0;width:32px}.logo-circle-2{background:#fff;height:24px;left:8px;top:8px;width:24px}.logo-text{font-size:1.5rem;font-weight:700;letter-spacing:.5px}.social-media{display:flex;gap:1rem}.social-icon{align-items:center;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;font-size:.8rem;height:40px;justify-content:center;padding:.5rem;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background:#4ade80;border-color:#4ade80;transform:translateY(-2px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#4ade80}.contact-info p{color:#d1d5db;font-size:.9rem;margin-bottom:.75rem}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding-top:2rem}.copyright{color:#9ca3af;font-size:.9rem}.scroll-top-btn{align-items:center;background:#4ade80;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.scroll-top-btn:hover{background:#22c55e;box-shadow:0 4px 15px #4ade804d;transform:translateY(-2px)}@media (max-width:768px){.footer-container{padding:0 1rem}.footer-main{gap:2rem;grid-template-columns:1fr;text-align:center}.social-media{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.whatsapp-float{align-items:center;background-color:#25d366;border-radius:50%;bottom:20px;box-shadow:0 4px 12px #25d36666;display:flex;height:60px;justify-content:center;position:fixed;right:20px;text-decoration:none;transition:all .3s ease;width:60px;z-index:1000}.whatsapp-float:hover{box-shadow:0 6px 20px #25d36699;transform:scale(1.1)}.whatsapp-float img{filter:brightness(0) invert(1);height:32px;width:32px}@media (max-width:768px){.whatsapp-float{bottom:15px;height:50px;right:15px;width:50px}.whatsapp-float img{height:28px;width:28px}}
/*# sourceMappingURL=main.39eb9a3b.css.map*/