:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body,.kaveera-root{color:#333;background:linear-gradient(135deg,#eff6ff 0%,#fff 50%,#eff6ff 100%);min-height:100vh;padding-bottom:.1%;padding-left:3%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000000f}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex}.nav-brand{align-items:center;gap:.75rem;display:flex}.nav-logo{color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 4px 6px #2563eb4d}.nav-title{color:#1f2937;font-size:1.25rem;font-weight:700}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:#4b5563;cursor:pointer;background:0 0;border:none;font-size:1rem;text-decoration:none;transition:color .2s}.nav-link:hover,.nav-link:focus{color:#2563eb;outline:none}.nav-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:9999px;padding:.5rem 1.25rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px #2563eb33}.nav-btn:hover,.nav-btn:focus{background:#1d4ed8;outline:none;box-shadow:0 6px 12px #2563eb4d}.mobile-menu-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;font-size:1.5rem;display:none}.mobile-menu{flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:none}.mobile-menu.active{display:flex}.hero{text-align:center;opacity:0;padding:8rem 1.5rem 5rem;animation:1s forwards fadeInUp;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-container{max-width:1280px;margin:0 auto}.hero-badge{color:#1e40af;background:#dbeafe;border-radius:9999px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{color:#111827;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-gradient{background:linear-gradient(135deg,#2563eb,#1e40af);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:#4b5563;max-width:48rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 15px #2563eb4d}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 15px 25px #2563eb66}.btn-secondary{color:#2563eb;cursor:pointer;background:#fff;border:2px solid #2563eb;border-radius:9999px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{background:#eff6ff}.scroll-indicator{margin-top:4rem;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem 3rem}section{margin-bottom:6rem;scroll-margin-top:5rem}.section-title{color:#1e40af;text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;color:#4b5563;margin-bottom:3rem;font-size:1.125rem}.divider{background:linear-gradient(90deg,#2563eb,#60a5fa);width:6rem;height:4px;margin:0 auto 2rem}.about-card{background:#fff;border:1px solid #dbeafe;border-radius:1.5rem;padding:4rem;transition:box-shadow .3s;box-shadow:0 20px 25px #00000014}.about-card:hover{box-shadow:0 25px 50px #0000001f}.about-text{color:#374151;text-align:center;max-width:64rem;margin:0 auto;font-size:1.25rem;line-height:1.8}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{opacity:0;background:#fff;border:1px solid #dbeafe;border-radius:1rem;padding:2rem;transition:all .3s;animation:.6s forwards fadeInUp;transform:translateY(20px);box-shadow:0 10px 15px #00000014}.service-card:first-child{animation-delay:0s}.service-card:nth-child(2){animation-delay:.1s}.service-card:nth-child(3){animation-delay:.2s}.service-card:nth-child(4){animation-delay:.3s}.service-card:nth-child(5){animation-delay:.4s}.service-card:nth-child(6){animation-delay:.5s}.service-card:hover{border-color:#60a5fa;transform:translateY(-8px);box-shadow:0 20px 25px #0000001f}.service-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:.75rem;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex;box-shadow:0 10px 15px #2563eb33}.service-title{color:#1f2937;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.service-description{color:#4b5563;line-height:1.6}.initiatives-card{color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:1.5rem;padding:4rem;position:relative;overflow:hidden;box-shadow:0 25px 50px #2563eb40}.initiatives-bg{opacity:.2;border-radius:50%;position:absolute}.initiatives-bg-1{background:#3b82f6;width:16rem;height:16rem;top:-8rem;right:-8rem}.initiatives-bg-2{background:#1e40af;width:24rem;height:24rem;bottom:-12rem;left:-12rem}.initiatives-content{z-index:10;position:relative}.project-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff24;border-radius:1rem;max-width:64rem;margin:0 auto;padding:2rem}.project-title{margin-bottom:1rem;font-size:1.875rem;font-weight:600}.project-description{color:#dbeafe;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.project-tags{flex-wrap:wrap;gap:.75rem;display:flex}.project-tag{background:#ffffff1f;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem}.features-card{background:#fff;border:1px solid #dbeafe;border-radius:1.5rem;padding:4rem;box-shadow:0 20px 25px #00000014}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:80rem;margin:0 auto;display:grid}.feature-item{text-align:center;border-radius:1rem;padding:1.5rem;transition:background .3s}.feature-item:hover{background:#eff6ff}.feature-number{color:#2563eb;margin-bottom:.75rem;font-size:3rem;font-weight:700}.feature-title{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-description{color:#4b5563}.contact-card{color:#fff;text-align:center;background:linear-gradient(90deg,#2563eb,#1e40af,#1e3a8a);border-radius:1.5rem;padding:4rem;box-shadow:0 25px 50px #2563eb40}.contact-title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.contact-subtitle{color:#dbeafe;margin-bottom:2.5rem;font-size:1.125rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.contact-item{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff24;border-radius:1rem;padding:1.5rem}.contact-icon{margin-bottom:.75rem;font-size:2rem}.contact-label{color:#dbeafe;margin-bottom:.5rem;font-size:.875rem}.contact-info{font-size:1.125rem;font-weight:600}.contact-info a{color:#fff;text-decoration:none}.contact-info a:hover{text-decoration:underline}footer{color:#fff;background:linear-gradient(90deg,#111827,#1f2937);margin-top:5rem;padding:3rem 1.5rem}.footer-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-info{text-align:right}.footer-text{color:#d1d5db}.footer-subtext{color:#9ca3af;margin-top:.25rem;font-size:.875rem}@media (max-width:768px){.nav-menu{display:none}.mobile-menu-btn{display:block}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.about-card,.features-card,.initiatives-card,.contact-card{padding:2rem}.contact-title{font-size:1.875rem}.footer-container{text-align:center;flex-direction:column}.footer-info{text-align:center}.services-grid{grid-template-columns:1fr}}.icon{font-size:2.5rem;display:inline-block}
