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}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.sidebar{animation:slideIn .4s ease-out forwards;background-color:#1e3a8af2;color:#fff;height:calc(100vh - 20px);left:auto;padding:1rem;position:fixed;right:0;top:var(--navbar-height-mobile);transform:translateX(100%);width:180px}.sidebar ul{list-style:none;margin:0;padding:0}.sidebar li{margin-bottom:1rem}.sidebar a{color:#fff;font-weight:500;text-decoration:none}.sidebar a.active{text-decoration:underline}.close-btn{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.2rem;padding:.5rem}@media (max-width:768px){.close-btn{display:block;margin-left:auto}}.navbar{align-items:center;background:linear-gradient(135deg,#eef3ff,#eef3ff 25%,#1e3a8a 25.1%);color:#fff;display:flex;height:var(--navbar-height-desktop);justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.navbar ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar a{color:#fff;font-weight:500;text-decoration:none}.navbar a.active{text-decoration:underline}.toggle-btn{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}.logo{display:block;height:90%;max-height:calc(var(--navbar-height-desktop)*.8);width:auto}.logo-link{align-items:center;display:flex;height:100%}@media (max-width:700px){.navbar{background:linear-gradient(135deg,#eef3ff,#eef3ff 35%,#1e3a8a 35.1%);height:var(--navbar-height-mobile);padding:.5rem 1rem}.navbar ul{display:none}.toggle-btn{display:block}.logo{height:calc(var(--navbar-height-mobile)*.65);max-height:40px}}.footer{background-color:var(--navbar-primary-color);color:#fff;margin-top:50px;padding:1rem 2rem;text-align:center}.footer-icons{display:flex;flex-wrap:wrap;font-size:2rem;gap:2rem;justify-content:center;margin-bottom:1rem}.footer-icons a{color:#fff;text-decoration:none}.footer-contact{align-items:center;color:#fff;display:flex;flex-wrap:nowrap;font-size:1.2rem;justify-content:center;margin-bottom:1rem;white-space:nowrap}.footer-contact span{align-items:center;display:flex;gap:.4rem}.footer-contact a{color:#fff;text-decoration:none}.footer-bottom p{border-top:1px solid #fff3;font-size:.9rem;margin:0;padding-top:.5rem}@media (max-width:700px){.footer-icons{align-items:center;flex-direction:column;gap:1.5rem}}.layout{display:flex;flex-direction:column;min-height:100vh}.layout-body{background-color:#fff;display:flex;flex:1 1}.main-content{background-color:#fafafa;flex:1 1;margin-top:var(--navbar-height-desktop);overflow-y:auto}@media (max-width:700px){.main-content{margin-top:var(--navbar-height-mobile)}}:root{--navbar-height-desktop:72px;--navbar-height-mobile:56px;--page-content-section-desktop:90%;--page-content-section-mobile:100%;--section-margin-desktop:3rem auto;--section-margin-mobile:2rem auto;--mobile-device-max-width:700px;--tablet-device-max-width:950px;--card-primary-color:#f6f8ff;--card-secondary-color:#fafafe;--navbar-primary-color:#1e3a8a;--navbar-secondary-color:#eef3ff;--layout-primary-color:#fafafa;--standard-padding:1rem;--modal-bg:#fafafe;--modal-surface:#fafafe;--modal-text:#1e293b;--modal-muted:#475569;--modal-overlay:#0009;--modal-primary:var(--navbar-primary-color);--modal-radius:1rem;--modal-padding-sm:0.5rem;--modal-padding-md:1rem;--modal-padding-lg:1.5rem;--modal-shadow:0 6px 12px #0000000d;--modal-shadow-hover:0 10px 18px #00000014}*{box-sizing:border-box}#root,body,html{background-color:#fefdfd;font-family:system-ui,sans-serif;height:100%;margin:0;padding:0}.page-title{border-bottom:1px solid #ddd;font-size:2rem;font-weight:600;margin:2rem auto;max-width:100%;padding-bottom:.5rem;text-align:center}.page-body{align-items:center;background-color:#fafafa;display:flex;flex-direction:column}.page-content{background-color:#fafafa;max-width:1200px;width:100%}.sub-heading{margin:3rem 0 1.5rem}.contact-form{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:none;margin-top:1rem;max-width:100%;padding:1rem;padding:var(--standard-padding);width:100%}.contact-form .form-group{margin-bottom:1.25rem}.contact-form label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#1e3a8a;outline:none}.contact-form button{background-color:#1e3a8a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:background-color .3s}.contact-form button:hover{background-color:#163075}.overlay{align-items:center;background-color:#ffffffbf;color:#1e3a8a;display:flex;flex-direction:column;font-size:1.25rem;font-weight:500;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.spinner{animation:spin .8s linear infinite;border:4px solid #ccc;border-radius:50%;border-top-color:#1e3a8a;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.about-company-section-wrapper{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;padding:var(--standard-padding);width:var(--page-content-section-desktop)}.about-company-card{border-radius:1rem;box-shadow:0 4px 8px #0000000a;padding:var(--standard-padding)}.about-company-card h2{font-size:1.5rem;margin-bottom:1rem}.about-company-card p{line-height:1.6;margin:0}@media (min-width:701px){.about-company-section-wrapper{grid-template-columns:1fr 1fr}}@media (max-width:700px){.about-company-section-wrapper{width:var(--page-content-section-mobile)}}.hero-section{margin:0 auto;padding:var(--standard-padding);width:var(--page-content-section-desktop)}.hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.hero-image{flex:1 1;max-width:600px;min-width:300px;text-align:center}.hero-image img{border-radius:8px;height:auto;max-width:500px;object-fit:cover;width:100%}.hero-text{flex:1 1;max-width:600px;min-width:300px;text-align:left}.hero-text h1{font-size:2rem;font-weight:700;margin-bottom:1rem}.hero-text p{font-size:1.1rem;line-height:1.6;margin:0 0 .7rem}.hero-cta{background-color:var(--navbar-primary-color);border-radius:6px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s ease}.hero-cta:hover{background-color:#003bb3}@media (max-width:700px){.hero-section{width:var(--page-content-section-mobile)}.hero-image{order:-1}.hero-content{align-items:center;flex-direction:column;gap:1rem;text-align:center}.hero-text{text-align:left}.hero-text h1{font-size:1.5rem}.hero-image img{max-width:100%}}@media ((max-width:1100px) and (min-width:701px)){.hero-image,.hero-text{max-width:none}.hero-image{order:-1}.hero-content{align-items:center;flex-direction:column;gap:1rem;text-align:center}.hero-text{text-align:left}.hero-text h1{font-size:1.5rem}.hero-image img{max-width:100%}}.services{background:linear-gradient(90deg,#f6f9ff,#eef3ff);margin:0 auto;padding:var(--standard-padding);text-align:center;width:var(--page-content-section-desktop)}.services-heading{font-size:2rem;font-weight:700;margin-bottom:3rem;padding-top:0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:100%}.view-more-btn{background-color:var(--navbar-primary-color);border:none;border-radius:.5rem;color:var(--layout-primary-color);cursor:pointer;font-size:.95rem;font-weight:600;margin-top:2rem;padding:.6rem 1.2rem;transition:background-color .2s ease}.view-more-btn:hover{background-color:#3755a5}@media (max-width:700px){.services{width:var(--page-content-section-mobile)}.services-grid{grid-template-columns:1fr}}.service-card{align-items:center;background:#fafafe;border-radius:16px;box-shadow:0 6px 12px #0000000d;display:flex;flex-direction:column;padding:2rem 1rem;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{box-shadow:0 12px 20px #00000014;transform:translateY(-4px)}.service-card .icon{align-items:center;background-color:#e0e8ff;border-radius:50%;color:#304ffe;display:flex;font-size:1.5rem;height:3.5rem;justify-content:center;margin-bottom:1rem;padding:var(--standard-padding);width:3.5rem}.service-card h3{font-size:1.1rem;font-weight:600;margin:.5rem 0}.service-card p{color:#444;font-size:.95rem;line-height:1.5;margin-top:.5rem}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background:var(--modal-overlay);display:flex;inset:0;justify-content:center;padding:var(--modal-padding-md);position:fixed;z-index:1000}.modal-card{animation:slideUp .25s ease-out;background:var(--modal-surface);border-radius:var(--modal-radius);box-shadow:var(--modal-shadow);max-height:90vh;max-width:700px;overflow-y:auto;padding:var(--modal-padding-lg);transition:box-shadow .2s ease,transform .2s ease;width:100%}.modal-card:hover{box-shadow:var(--modal-shadow-hover);transform:translateY(-2px)}.modal-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-bottom:var(--modal-padding-sm)}.modal-headline{color:var(--modal-primary);font-size:1.4rem;font-weight:600;margin:0}.modal-close{background:none;border:none;color:var(--modal-muted);cursor:pointer;font-size:1.5rem;transition:color .2s ease}.modal-close:focus-visible,.modal-close:hover{color:var(--modal-primary);outline:none}.modal-list{margin-top:var(--modal-padding-md);padding-left:1.2rem}.modal-list li{line-height:1.5;margin-bottom:var(--modal-padding-md)}.modal-list strong{color:var(--modal-text);display:block;margin-bottom:.25rem}.modal-list p{color:var(--modal-muted);margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:var(--mobile-device-max-width )){.modal-card{padding:var(--modal-padding-md)}.modal-headline{font-size:1.2rem}}.philosophy-section{grid-gap:2rem;background:linear-gradient(90deg,#f6f9ff,#eef3ff);display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:var(--section-margin-desktop);padding:2rem 1rem;width:var(--page-content-section-desktop)}.philosophy-card{background:#fafafe;border-radius:1rem;box-shadow:0 6px 12px #0000000d;padding:var(--standard-padding);transition:transform .2s ease,box-shadow .2s ease}.philosophy-card:hover{box-shadow:0 10px 18px #00000014;transform:translateY(-4px)}.philosophy-card h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.philosophy-card p{color:#475569;line-height:1.6;margin:0}@media (max-width:900px){.philosophy-section{grid-template-columns:1fr;padding:1.5rem 1rem}}@media (max-width:700px){.philosophy-section{width:var(--page-content-section-mobile)}}.cta-section{align-items:center;background:var(--navbar-primary-color);border-radius:1rem;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;margin:4rem auto;max-width:90%;padding:var(--standard-padding);text-align:center;width:fit-content}.cta-section .sub-heading{color:var(--layout-primary-color);font-size:1.75rem;margin-bottom:1.5rem}.cta-button{background-color:var(--layout-primary-color);border-radius:.5rem;color:var(--navbar-primary-color);display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s ease}.cta-button:hover{background-color:var(--navbar-secondary-color)}.founder-section{grid-gap:2rem;align-items:start;border-radius:1rem;box-shadow:0 4px 8px #0000000a;display:grid;gap:2rem;grid-template-columns:1fr 2fr;margin:4rem auto;padding:var(--standard-padding);width:var(--page-content-section-desktop)}.founder-section img{border-radius:12px;max-width:200px;width:100%}.founder-bio{max-width:600px}.founder-bio h2{margin-bottom:.5rem;margin-top:0}.founder-bio p{color:#1e293b;font-size:1.05rem;line-height:1.6;margin:0 0 .5rem}@media (max-width:700px){.founder-section{grid-template-columns:1fr;text-align:center;width:var(--page-content-section-mobile)}.founder-section img{margin:0 auto 1.5rem}.founder-bio{max-width:100%}.founder-bio h2{margin-top:0;text-align:center}.founder-bio li,.founder-bio p,.founder-bio ul{text-align:left}}.card{background-color:#fcfcfc;border-radius:8px;box-sizing:border-box;margin:0 auto 2rem;max-width:900px;padding:var(--standard-padding);width:100%}.image-card{box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:row;gap:1.5rem}.image-card .card-image{flex:1 1}.image-card .card-image img{border-radius:6px;max-height:240px;object-fit:cover;width:100%}.image-card .card-content{flex:2 1;line-height:1.6}.image-card .card-content h3{font-size:1.25rem;margin-top:0}@media (max-width:700px){.image-card{flex-direction:column}.image-card .card-image img{height:auto;max-height:none}}.info-card{border-top:1px solid #ccc}.info-card h3{margin-top:0}.info-card p{line-height:1.6}.contact-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.contact-link{border:1px solid #0046cc;border-radius:4px;color:#0046cc;font-weight:500;padding:.25rem .75rem;text-decoration:none;transition:background-color .3s ease}.contact-link:hover{background-color:#0046cc;color:#fff}.card-row{display:flex;flex-direction:column;gap:2rem}
/*# sourceMappingURL=main.a0da6c3f.css.map*/