:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;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}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body{overflow-x:hidden!important;max-width:100vw!important;margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body:has(.admin-layout){margin:0!important;padding:0!important}#root:has(.admin-layout){width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;overflow-x:hidden!important}.admin-login-page{min-height:100vh!important;height:100vh!important;width:100vw!important;margin:0!important;padding:0!important}body:has(.admin-login-page){margin:0!important;padding:0!important;overflow-x:hidden!important}#root:has(.admin-login-page){width:100vw!important;max-width:100vw!important;min-height:100vh!important;margin:0!important;padding:0!important}*,*:before,*:after{box-sizing:inherit}.MuiContainer-root{width:100%!important;margin:0 auto!important;box-sizing:border-box!important}@media (min-width: 2560px){.MuiContainer-maxWidthXl{max-width:2200px!important}}@media (max-width: 599px){.MuiContainer-root{padding-left:16px!important;padding-right:16px!important;max-width:100%!important}}@media (min-width: 600px) and (max-width: 899px){.MuiContainer-root{padding-left:24px!important;padding-right:24px!important}.MuiContainer-maxWidthXl{max-width:95%!important}}@media (min-width: 900px) and (max-width: 1199px){.MuiContainer-root{padding-left:32px!important;padding-right:32px!important}.MuiContainer-maxWidthXl{max-width:90%!important}}@media (min-width: 1200px) and (max-width: 1439px){.MuiContainer-root{padding-left:40px!important;padding-right:40px!important}.MuiContainer-maxWidthXl{max-width:85%!important}}@media (min-width: 1440px) and (max-width: 1599px){.MuiContainer-root{padding-left:48px!important;padding-right:48px!important}.MuiContainer-maxWidthXl{max-width:85%!important}}@media (min-width: 1600px) and (max-width: 1919px){.MuiContainer-root{padding-left:56px!important;padding-right:56px!important}.MuiContainer-maxWidthXl{max-width:90%!important}}@media (min-width: 1920px){.MuiContainer-root{padding-left:64px!important;padding-right:64px!important}.MuiContainer-maxWidthXl{max-width:95%!important}}.MuiContainer-maxWidthSm,.MuiContainer-maxWidthMd,.MuiContainer-maxWidthLg{max-width:inherit!important}.MuiGrid-container{margin:0!important;width:100%!important;box-sizing:border-box!important}.MuiGrid-item{padding-left:0!important;padding-top:0!important;box-sizing:border-box!important}.features-grid,.products-grid,.achievements-grid{display:grid!important;gap:24px!important;width:100%!important}@media (max-width: 599px){.features-grid,.products-grid{grid-template-columns:1fr!important}.achievements-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}@media (min-width: 600px) and (max-width: 899px){.features-grid,.products-grid{grid-template-columns:repeat(2,1fr)!important}.achievements-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}}@media (min-width: 900px) and (max-width: 1439px){.features-grid{grid-template-columns:repeat(4,1fr)!important}.products-grid{grid-template-columns:repeat(3,1fr)!important}.achievements-grid{grid-template-columns:repeat(2,1fr)!important;gap:32px!important;max-width:800px!important;margin:0 auto!important}}@media (min-width: 1440px) and (max-width: 1599px){.features-grid,.products-grid{grid-template-columns:repeat(4,1fr)!important;gap:32px!important}.achievements-grid{grid-template-columns:repeat(2,1fr)!important;gap:40px!important;max-width:900px!important;margin:0 auto!important}.contact-grid{grid-template-columns:repeat(4,1fr)!important;gap:32px!important}.faq-grid{grid-template-columns:repeat(2,1fr)!important;gap:32px!important}.mission-vision-grid{grid-template-columns:repeat(2,1fr)!important;gap:40px!important}}@media (min-width: 1600px) and (max-width: 1919px){.features-grid,.products-grid{grid-template-columns:repeat(4,1fr)!important;gap:36px!important}.achievements-grid{grid-template-columns:repeat(2,1fr)!important;gap:48px!important;max-width:1000px!important;margin:0 auto!important}.contact-grid{grid-template-columns:repeat(4,1fr)!important;gap:36px!important}.faq-grid{grid-template-columns:repeat(3,1fr)!important;gap:36px!important}.mission-vision-grid{grid-template-columns:repeat(2,1fr)!important;gap:48px!important}}@media (min-width: 1920px) and (max-width: 2559px){.features-grid,.products-grid{grid-template-columns:repeat(4,1fr)!important;gap:40px!important}.achievements-grid{grid-template-columns:repeat(2,1fr)!important;gap:56px!important;max-width:1200px!important;margin:0 auto!important}.contact-grid,.faq-grid{grid-template-columns:repeat(4,1fr)!important;gap:40px!important}.mission-vision-grid{grid-template-columns:repeat(2,1fr)!important;gap:56px!important}}@media (min-width: 2560px){.features-grid{grid-template-columns:repeat(5,1fr)!important;gap:48px!important}.products-grid{grid-template-columns:repeat(4,1fr)!important;gap:48px!important}.achievements-grid{grid-template-columns:repeat(2,1fr)!important;gap:64px!important;max-width:1400px!important;margin:0 auto!important}.contact-grid,.faq-grid{grid-template-columns:repeat(5,1fr)!important;gap:48px!important}.mission-vision-grid{grid-template-columns:repeat(2,1fr)!important;gap:64px!important}}.products-page-container{display:flex!important;gap:0!important;align-items:flex-start!important}@media (max-width: 899px){.products-page-container{flex-direction:column!important}.products-sidebar{width:100%!important;margin-bottom:32px!important;position:relative!important;top:auto!important}.products-grid-container{width:100%!important}}@media (min-width: 900px){.products-sidebar{width:300px!important;min-width:300px!important;max-width:300px!important;flex-shrink:0!important;position:sticky!important;top:100px!important;height:fit-content!important;margin-right:32px!important}.products-grid-container{flex:1!important;min-width:0!important}}@media (min-width: 1200px){.products-sidebar{width:320px!important;min-width:320px!important;max-width:320px!important;margin-right:40px!important}}.MuiTypography-h1:not(.footer-section *):not(.dark-section *):not(.hero-section *):not(.achievement-card-green *):not(.achievement-card-dark *),.MuiTypography-h2:not(.footer-section *):not(.dark-section *):not(.hero-section *):not(.achievement-card-green *):not(.achievement-card-dark *),.MuiTypography-h3:not(.footer-section *):not(.dark-section *):not(.hero-section *):not(.achievement-card-green *):not(.achievement-card-dark *),.MuiTypography-h4:not(.footer-section *):not(.dark-section *):not(.hero-section *):not(.achievement-card-green *):not(.achievement-card-dark *),.MuiTypography-h5:not(.footer-section *):not(.dark-section *):not(.hero-section *):not(.achievement-card-green *):not(.achievement-card-dark *),.MuiTypography-h6:not(.footer-section *):not(.dark-section *):not(.hero-section *):not(.achievement-card-green *):not(.achievement-card-dark *){color:#4b884b!important;font-weight:600!important;line-height:1.3!important;margin-bottom:16px;text-shadow:none!important}.MuiTypography-body1:not(.footer-section *):not(.dark-section *):not(.hero-section *){color:#2b2c28!important;line-height:1.7!important;font-size:1rem;font-weight:400}.MuiTypography-body2:not(.footer-section *):not(.dark-section *):not(.hero-section *){color:#4a5568!important;line-height:1.6!important;font-size:.875rem;font-weight:400}.hero-section .MuiTypography-root,.dark-section .MuiTypography-root{color:#fff!important;font-weight:600!important}.hero-section .MuiTypography-h1,.hero-section .MuiTypography-h2,.hero-section .MuiTypography-h3,.hero-section .MuiTypography-h4,.hero-section .MuiTypography-h5,.hero-section .MuiTypography-h6,.dark-section .MuiTypography-h1,.dark-section .MuiTypography-h2,.dark-section .MuiTypography-h3,.dark-section .MuiTypography-h4,.dark-section .MuiTypography-h5,.dark-section .MuiTypography-h6{color:#fff!important;font-weight:700!important}.hero-section .MuiTypography-body1,.hero-section .MuiTypography-body2,.dark-section .MuiTypography-body1,.dark-section .MuiTypography-body2{color:#fff!important;font-weight:400!important}[style*=linear-gradient] .MuiTypography-root,[style*="rgba(0,0,0"] .MuiTypography-root,.MuiBox-root[sx*=background] .MuiTypography-root,.MuiCard-root[style*=linear-gradient] .MuiTypography-root,.MuiCard-root[sx*=background] .MuiTypography-root{color:#fff!important}.section-title{color:#4b884b!important;font-weight:600!important;text-align:center!important;margin-bottom:48px!important;font-size:clamp(1.75rem,4vw,2.5rem)!important;line-height:1.2!important}.about-section-title{color:#4b884b!important;font-weight:700!important;text-align:left!important;margin-bottom:32px!important}@media (max-width: 767px){.about-section-title{text-align:center!important}}.section-title[style*="color: white"],.dark-section .section-title{color:#fff!important}.section-container{padding:80px 0!important}@media (max-width: 768px){.section-container{padding:60px 0!important}.section-title{font-size:1.75rem!important;margin-bottom:32px!important}}.card-title{color:#4b884b!important;font-weight:600!important}.feature-card .MuiTypography-h5,.feature-card .MuiTypography-h6{color:#2b2c28!important;font-weight:600!important}.feature-card .MuiTypography-body1,.feature-card .MuiTypography-body2{color:#4a5568!important;font-weight:400!important}footer .MuiTypography-root,footer .MuiLink-root,[component=footer] .MuiTypography-root,[component=footer] .MuiLink-root{color:#fff!important}footer .MuiTypography-h6,[component=footer] .MuiTypography-h6{color:#4b884b!important}footer .MuiLink-root:hover,[component=footer] .MuiLink-root:hover{color:#4b884b!important}footer .MuiLink-root[href*=bindalinfotech],[component=footer] .MuiLink-root[href*=bindalinfotech]{color:#4b884b!important}footer .MuiLink-root[href*=bindalinfotech]:hover,[component=footer] .MuiLink-root[href*=bindalinfotech]:hover{color:#5ba05b!important}.footer-section .MuiTypography-root{color:#fff!important}.footer-section .MuiTypography-h6{color:#4b884b!important}.footer-section .MuiLink-root{color:#fff!important}.footer-section .MuiLink-root:hover{color:#4b884b!important}.footer-section .MuiTypography-body1,.footer-section .MuiTypography-body2{color:#fff!important}.footer-section .MuiSvgIcon-root,.footer-section .MuiIconButton-root{color:#4b884b!important}.footer-section .MuiIconButton-root:hover{color:#fff!important}.MuiButton-root{min-height:44px!important;border-radius:8px!important;font-weight:500!important;transition:all .2s ease-in-out!important}.MuiButton-contained{box-shadow:0 2px 8px #0000001a!important}.MuiButton-contained:hover{transform:translateY(-1px)!important;box-shadow:0 4px 16px #00000026!important}@media (pointer: coarse){.MuiButton-root,.MuiIconButton-root,.clickable{min-height:48px!important;min-width:48px!important}}.MuiCard-root{width:100%!important;box-sizing:border-box!important;border-radius:12px!important;box-shadow:0 2px 12px #00000014!important;transition:all .3s ease-in-out!important}.MuiCard-root:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000001f!important}.MuiTextField-root,.MuiFormControl-root{margin-bottom:16px!important}.MuiInputBase-root{border-radius:8px!important}.MuiAppBar-root{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;box-shadow:0 2px 20px #0000001a!important}@media (max-width: 599px){.hero-section{min-height:80vh!important;padding:80px 0 40px!important}.MuiTypography-h1{font-size:2.2rem!important;line-height:1.2!important}.MuiTypography-h2{font-size:1.8rem!important;line-height:1.3!important}.MuiTypography-h3{font-size:1.6rem!important;line-height:1.3!important}.MuiTypography-h4{font-size:1.4rem!important;line-height:1.3!important}.MuiTypography-h5{font-size:1.2rem!important}.MuiTypography-h6{font-size:1.1rem!important}.MuiButton-root{width:100%!important;margin-bottom:12px!important}.mobile-inline-buttons .MuiButton-root{width:auto!important;margin-right:8px!important}.MuiCard-root{margin-bottom:20px!important}.MuiDialog-paper{margin:16px!important;width:calc(100% - 32px)!important;max-width:none!important}}@media (min-width: 600px) and (max-width: 899px){.tablet-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:24px!important}.MuiButton-root{min-width:120px!important}}@media (min-width: 1200px){.desktop-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:32px!important}.large-desktop-grid{grid-template-columns:repeat(5,1fr)!important}}.contact-grid,.faq-grid,.mission-vision-grid{display:grid!important;gap:24px!important;width:100%!important}@media (max-width: 599px){.contact-grid,.faq-grid{grid-template-columns:1fr!important}.mission-vision-grid{grid-template-columns:1fr!important;gap:20px!important}}@media (min-width: 600px) and (max-width: 899px){.contact-grid{grid-template-columns:repeat(2,1fr)!important}.faq-grid,.mission-vision-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}}@media (min-width: 900px) and (max-width: 1439px){.contact-grid{grid-template-columns:repeat(3,1fr)!important}.faq-grid{grid-template-columns:repeat(2,1fr)!important}.mission-vision-grid{grid-template-columns:repeat(2,1fr)!important;gap:32px!important}}.MuiDialog-root .MuiDialogContent-root{overflow-x:visible!important;padding:16px!important}.MuiDialog-root .MuiTextField-root{min-width:0!important;width:100%!important;flex-shrink:1!important}.MuiDialog-root [style*=grid]>*{min-width:0!important;overflow:visible!important}@media (min-width: 900px){.MuiDialog-root .MuiDialogContent-root{padding:24px!important;min-width:600px!important}.MuiDialog-root .MuiTextField-root{min-width:250px!important}}@media (min-width: 1200px){.MuiDialog-root .MuiDialogContent-root{padding:32px!important;min-width:700px!important}.MuiDialog-root .MuiTextField-root{min-width:300px!important}}@media (min-width: 1440px){.MuiDialog-root .MuiDialogContent-root{padding:40px!important;min-width:800px!important}.MuiDialog-root .MuiTextField-root{min-width:350px!important}}@media (max-width: 599px){.MuiDialog-paper{margin:8px!important;width:calc(100% - 16px)!important;max-height:calc(100% - 16px)!important}.MuiDialogContent-root{padding:16px!important}.MuiTextField-root{margin-bottom:8px!important}}.MuiButton-root:focus-visible,.MuiIconButton-root:focus-visible,.MuiTextField-root:focus-within{outline:2px solid #4B884B!important;outline-offset:2px!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){.MuiButton-contained{border:2px solid currentColor!important}.MuiCard-root{border:1px solid #333!important}}.admin-layout{width:100vw!important;max-width:100vw!important;min-width:100vw!important;overflow-x:hidden!important;background:#f8f9fa!important;min-height:100vh!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.admin-layout .MuiDialog-paper{max-height:90vh!important;margin:20px!important}.admin-layout .MuiDialogContent-root{padding:24px!important}.admin-layout .MuiGrid-container{margin-bottom:16px!important}.admin-layout .MuiGrid-container:last-child{margin-bottom:0!important}.admin-layout .MuiFormControl-root,.MuiDialog-root .MuiFormControl-root,[role=dialog] .MuiFormControl-root{min-width:350px!important;width:100%!important;margin-bottom:20px!important}.admin-layout .MuiGrid-container .MuiGrid-item{padding:12px!important}.admin-layout .MuiGrid-container{margin-bottom:24px!important}.MuiDialog-root .MuiDialog-paper{max-height:85vh!important;overflow:hidden!important}.MuiDialog-root .MuiDialogContent-root{overflow-y:auto!important;overflow-x:hidden!important;padding:24px!important}.MuiDialog-root .MuiDialogContent-root::-webkit-scrollbar{width:8px!important}.MuiDialog-root .MuiDialogContent-root::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:4px!important}.MuiDialog-root .MuiDialogContent-root::-webkit-scrollbar-thumb{background:#4b884b!important;border-radius:4px!important}@media (max-width: 960px){.admin-layout .MuiFormControl-root,.MuiDialog-root .MuiFormControl-root{min-width:100%!important}}@media (min-width: 961px){.admin-layout .MuiFormControl-root,.MuiDialog-root .MuiFormControl-root{min-width:350px!important}}.admin-layout .MuiSelect-root,.MuiDialog-root .MuiSelect-root,[role=dialog] .MuiSelect-root{min-width:300px!important;width:100%!important}.MuiDialog-root .MuiSelect-select,[role=dialog] .MuiSelect-select{padding:18px 14px!important;min-height:24px!important;display:flex!important;align-items:center!important}.MuiDialog-root .MuiInputLabel-root,[role=dialog] .MuiInputLabel-root{z-index:3!important;background:#fff!important;padding:0 8px!important;border-radius:4px!important}.MuiDialog-root .MuiInputLabel-shrink,[role=dialog] .MuiInputLabel-shrink{transform:translate(14px,-12px) scale(.75)!important;background:#fff!important;padding:4px 12px!important;border-radius:4px!important;font-weight:500!important;z-index:3!important;color:#4b884b!important}.admin-layout .MuiInputLabel-root{z-index:2!important;background:#fff!important;padding:0 12px!important;font-size:1rem!important;color:#0009!important;pointer-events:none!important}.admin-layout .MuiInputLabel-shrink{transform:translate(14px,-12px) scale(.75)!important;background:#fff!important;padding:4px 12px!important;border-radius:4px!important;font-weight:500!important;z-index:2!important;color:#4b884b!important}.admin-layout .MuiFormHelperText-root{font-size:.8rem!important;font-weight:500!important;color:#666!important;margin-top:8px!important;line-height:1.4!important;padding-left:2px!important}.admin-layout .MuiSelect-select{padding:18px 14px!important;min-height:24px!important;display:flex!important;align-items:center!important}.admin-layout .MuiOutlinedInput-root{min-height:60px!important;background:#fff!important}.admin-layout .MuiOutlinedInput-notchedOutline{border-color:#0000003b!important}.admin-layout .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#4b884b!important}.admin-layout .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#4b884b!important;border-width:2px!important}.admin-layout .MuiGrid-item{padding-bottom:8px!important}.admin-content{width:100%!important;max-width:none!important;padding:0!important;margin:0!important;background:#f8f9fa!important;box-sizing:border-box!important}.admin-header{background:linear-gradient(135deg,#2b2c28,#4b884b)!important;color:#fff!important;padding:32px 40px!important;margin:0!important;border-radius:0!important;width:100%!important;box-sizing:border-box!important}.admin-header .MuiTypography-root{color:#fff!important}.admin-header .MuiTypography-h4{color:#fff!important;font-weight:700!important}.admin-header .MuiTypography-body1,.admin-header .MuiBox-root .MuiTypography-body1{color:#fff!important;opacity:1!important;font-weight:400!important}.admin-layout .admin-header .MuiTypography-body1{color:#fffffff2!important;opacity:1!important;font-weight:400!important;text-shadow:0 1px 2px rgba(0,0,0,.1)!important}.admin-header .MuiTypography-root,.admin-header .MuiTypography-body1,.admin-header p,.admin-header [class*=MuiTypography],.admin-header [class*=css-]{color:#fff!important}.admin-header p[class*=css-],.admin-header .MuiTypography-root[class*=css-]{color:#fff!important;opacity:1!important}.admin-layout .admin-header p,.admin-layout .admin-header span,.admin-layout .admin-header div[class*=MuiTypography]{color:#fffffff2!important;opacity:1!important}.admin-header *[class*=MuiTypography-body1],.admin-header .css-9ir8rt,.admin-header p.css-9ir8rt,.admin-header .MuiTypography-root.css-9ir8rt{color:#fff!important;opacity:1!important;text-shadow:0 1px 2px rgba(0,0,0,.2)!important}.admin-header [class^=css-],.admin-header p[class^=css-],.admin-header span[class^=css-]{color:#fff!important;opacity:1!important}.admin-header *{color:#fff!important}.admin-header .MuiTypography-body1,.admin-layout .admin-header .MuiBox-root .MuiTypography-body1{color:#fff!important;opacity:1!important}.admin-layout .MuiTypography-h4,.admin-layout h4{color:#fff!important}.admin-header img{filter:none!important;opacity:1!important;max-height:48px!important;width:auto!important}.admin-tabs{background:#fff!important;border-radius:0!important;box-shadow:0 2px 12px #00000014!important;margin:0!important;overflow:hidden!important;width:100%!important;padding:0 40px!important;box-sizing:border-box!important}.admin-tabs .MuiTab-root{min-height:64px!important;font-weight:500!important;text-transform:none!important;font-size:1rem!important}.admin-tabs .MuiTab-root.Mui-selected{background:#4b884b1a!important;color:#4b884b!important;font-weight:600!important}.admin-card{background:#fff!important;border-radius:12px!important;box-shadow:0 2px 12px #00000014!important;border:1px solid #e9ecef!important;padding:24px!important;margin-bottom:24px!important}.admin-form-section{background:#fff!important;border-radius:12px!important;box-shadow:0 2px 12px #00000014!important;border:1px solid #e9ecef!important;padding:32px!important;margin-bottom:32px!important}.admin-form-section .MuiTypography-h6{color:#4b884b!important;border-bottom:2px solid #4B884B!important;padding-bottom:12px!important;margin-bottom:24px!important;font-weight:600!important}.admin-table-container{background:#fff!important;border-radius:12px!important;box-shadow:0 2px 12px #00000014!important;border:1px solid #e9ecef!important;overflow:hidden!important}.admin-table-container .MuiTableHead-root{background:#f8f9fa!important}.admin-table-container .MuiTableHead-root .MuiTableCell-root{font-weight:600!important;color:#2b2c28!important;border-bottom:2px solid #e9ecef!important}.admin-main-content{width:100%!important;padding:40px!important;background:#f8f9fa!important;box-sizing:border-box!important}.admin-layout .MuiContainer-root{max-width:none!important;padding:0!important;margin:0!important;width:100%!important}.achievement-card-green{background:linear-gradient(135deg,#4b884b,#2b5a2b)!important;color:#fff!important;box-shadow:0 8px 32px #4b884b4d!important;border-radius:16px!important}.achievement-card-dark{background:linear-gradient(135deg,#2b2c28,#1a1b18)!important;color:#fff!important;box-shadow:0 8px 32px #2b2c2866!important;border-radius:16px!important}.achievement-card-light{background:#fff!important;color:#2b2c28!important;box-shadow:0 4px 16px #0000001a!important;border:2px solid #4B884B!important;border-radius:16px!important}.achievement-card-green .MuiTypography-root,.achievement-card-dark .MuiTypography-root{color:#fff!important;text-shadow:none!important}.achievement-card-light .MuiTypography-root[class*=h]{color:#4b884b!important;font-weight:700!important}.achievement-card-light .MuiTypography-root:not([class*=h]){color:#2b2c28!important;font-weight:500!important}.MuiTableContainer-root{width:100%!important;overflow-x:auto!important;border-radius:12px!important;box-shadow:0 2px 12px #00000014!important}.MuiTable-root{min-width:650px!important}.MuiTableHead-root{background:#f5f5f5!important}.MuiTableHead-root .MuiTableCell-root{font-weight:600!important;color:#2b2c28!important}.fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media print{.no-print,.MuiAppBar-root,.MuiDrawer-root,.floating-action-button{display:none!important}.print-friendly{background:#fff!important;color:#000!important}.MuiCard-root{box-shadow:none!important;border:1px solid #ccc!important}}@media (prefers-color-scheme: dark){.auto-dark-mode{background-color:#1a1a1a;color:#fff}.auto-dark-mode .MuiCard-root{background-color:#2d2d2d;color:#fff}}.MuiCard-root,.MuiButton-root,.MuiPaper-root{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.full-width{width:100%!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.margin-bottom-16{margin-bottom:16px!important}.margin-bottom-24{margin-bottom:24px!important}.margin-bottom-32{margin-bottom:32px!important}.padding-16{padding:16px!important}.padding-24{padding:24px!important}.padding-32{padding:32px!important}@media (max-width: 599px){.mobile-hide{display:none!important}.mobile-show{display:block!important}}@media (min-width: 600px){.desktop-hide{display:none!important}.desktop-show,.mobile-hide{display:block!important}.mobile-show{display:none!important}}
