:root{font-family:Inter,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;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#fff;background-color:#000;overflow-x:hidden}#root{background-color:#000;min-height:100vh;width:100%;overflow-x:hidden}.header{display:flex;justify-content:space-between;align-items:flex-start;padding:0 5%;position:fixed;width:100%;background:#000;box-shadow:0 2px 4px #0000001a;z-index:1000;height:110px;overflow:hidden}.logo{font-size:1.5rem;font-weight:700}.logo img{height:125px;width:auto;object-fit:contain;margin-top:-15px}nav{padding-top:.75rem;margin-right:2rem;margin-left:auto}nav ul{display:flex;list-style:none;gap:2rem;margin-top:0;justify-content:flex-end}nav a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease;font-size:1.1rem;padding:.5rem 1rem}nav a:hover{color:#ff914d}.hero{height:90vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0;background-color:#000;color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:160px;left:50%;transform:translate(-50%);width:80%;height:80%;background-image:url(/assets/blackground-BW0WD-_O.png);background-size:contain;background-position:center;background-repeat:no-repeat;opacity:.8;z-index:1}.hero h1,.hero .tagline,.hero .cta{position:relative;z-index:2}.hero h1{font-size:3rem;margin-bottom:1rem}.tagline{font-size:1.5rem;margin-bottom:2rem}.cta{padding:1rem 2rem;font-size:1.1rem;background:#333;color:#fff;border:none;cursor:pointer;transition:background .3s ease;margin-top:250px}.cta:hover{background:#555}.about{padding:4rem 5% 5rem;color:#fff;margin-top:40px;scroll-margin-top:60px;text-align:center;width:100%;overflow:visible;position:relative}.section-title{font-size:4.5rem;margin-bottom:1rem;text-align:left;color:#fff;font-weight:200;width:100%;padding-left:5%;letter-spacing:2px;text-transform:uppercase}.about h2{font-size:1.8rem;margin-bottom:2rem;color:#fff;padding-top:1rem}.about p{max-width:800px;margin-bottom:1rem;color:#fff}.mission,.vision,.story{flex:1;border:1px solid #333;border-radius:10px;padding:2rem;transition:all .3s ease;background-color:#0000004d}.mission h4,.vision h4,.story h4{color:#fff;font-size:.9rem;margin-bottom:.5rem;letter-spacing:1px}.mission h3,.vision h3,.story h3{color:#ff914d;font-size:1.4rem;margin-bottom:1rem;font-weight:500}.mission p,.vision p,.story p{font-size:1.1rem;line-height:1.6;margin-bottom:0}.mission:hover,.vision:hover,.story:hover{transform:translateY(-5px);border-color:#ff914d;background-color:#00000080}.services{padding:4rem 0 5rem 5%;background:#000;color:#fff;margin-top:40px;scroll-margin-top:60px;text-align:center;width:100%;overflow:visible;position:relative}.services-container{width:100%;max-width:1200px;margin:0 auto;overflow:visible;position:relative}.services-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;padding:0 5%;max-width:1200px;width:100%;margin-left:auto;margin-right:auto}.service-item{position:relative;padding:2.5rem;background:#0000004d;border:1px solid #333;border-radius:15px;transition:all .3s ease;cursor:pointer}.service-item:hover{transform:translateY(-5px);border-color:#ff914d;background-color:#00000080}.service-details{display:none;grid-column:1 / -1;opacity:0;transition:all .3s ease;margin-top:3rem;padding:0 2rem;width:100%}.sub-services-container{display:flex;flex-direction:column;width:100%}.sub-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.sub-service{padding:.8rem;cursor:pointer;transition:all .3s ease;border:1px solid #333;border-radius:8px;background:#0000004d}.sub-service:hover{transform:translateY(-2px);border-color:#ff914d;background:#0006}.sub-service.active{border-color:#ff914d;background:#00000080;transform:translateY(-2px);box-shadow:0 4px 12px #ff914d33}.sub-service h5{color:#fff;font-size:.85rem;margin-bottom:0;text-transform:uppercase;letter-spacing:.3px;font-weight:500;transition:all .3s ease}.sub-service.active h5{color:#ff914d;font-size:.95rem;letter-spacing:.5px}.sub-service:hover h5{color:#ff914d}.sub-service-details{display:none;opacity:0;transition:all .3s ease;padding:3rem 0;width:100%;border-top:1px solid #333;margin-top:2rem}.sub-service-details.active{display:block;opacity:1}.sub-service-details p{color:#fff;font-size:1rem;line-height:1.8;opacity:.9;width:100%;text-align:left;margin-bottom:2rem}.sub-service-details p:last-child{margin-bottom:0}.service-item.active{border-color:#ff914d;background-color:#00000080}.service-details.active{display:block;opacity:1;visibility:visible}@media (max-width: 992px){.sub-services-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}}@media (max-width: 768px){.sub-services-grid{grid-template-columns:1fr;gap:.6rem}.sub-service{padding:.6rem}.sub-service h5{font-size:.8rem}.sub-service.active h5{font-size:.9rem}}.service-content{text-align:left}.service-content h4{color:#fff;font-size:.9rem;margin-bottom:.5rem;letter-spacing:2px;text-transform:uppercase}.service-content h3{color:#ff914d!important;font-size:1.6rem;margin-bottom:1rem;font-weight:400;text-transform:uppercase;letter-spacing:1.5px}.service-content p{font-size:1.1rem;line-height:1.6;color:#fff}.service-item:hover .service-content h4,.service-item:hover .service-content p{color:#fff!important}.service-item:hover .service-content h3{color:#ff914d!important}.service-content h3,.service-content p{color:inherit}@media (max-width: 768px){.service-item{flex-direction:column;align-items:flex-start;gap:1rem}.service-content h3{font-size:1.3rem;letter-spacing:.8px}.service-content p{font-size:1rem}}@media (max-width: 576px) and (orientation: portrait){.header{height:60px!important;padding:.5rem 3%}.logo{max-height:50px;padding-top:2px}.logo img{height:40px!important;margin-top:0}.hamburger{top:15px;right:15px}}.contact{padding:12rem 5% 5rem;background:#000;color:#fff;margin-top:12rem;scroll-margin-top:120px;position:relative;z-index:1}.contact-container{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start}.contact-info{flex:1;display:flex;flex-direction:column}.contact-info h2{font-size:2rem;margin-bottom:1.5rem;color:#ff914d}.contact-info p{margin-bottom:2rem;font-size:1.1rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item i{color:#ff914d;font-size:1.2rem;margin-top:.3rem}.contact-item p{margin:0;line-height:1.5}.contact-form{flex:1}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{padding:1rem;background:transparent;border:1px solid #333;color:#fff;border-radius:5px;font-size:1rem}.contact-form textarea{min-height:150px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#ff914d}.submit-btn{padding:1rem 2rem;background:#ff914d;color:#000;border:none;border-radius:5px;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#ff7a1f;transform:translateY(-2px)}@media (max-width: 992px){.contact{padding:10rem 5% 4rem;margin-top:10rem}}@media (max-width: 768px){.contact{padding:8rem 5% 3rem;margin-top:8rem}}@media (max-width: 480px){.contact{padding:6rem 5% 2rem;margin-top:6rem}}.social-media{display:flex;gap:1.5rem;margin-top:2rem}.social-media a{color:#fff;font-size:1.5rem;transition:all .3s ease}.social-media a:hover{color:#ff914d;transform:translateY(-3px)}.story-history{margin:4rem 0;display:flex;gap:4rem;max-width:800px}.story,.history{flex:1;border:1px solid #333;border-radius:10px;padding:2rem;transition:all .3s ease;background-color:#0000004d}.story h4,.history h4{color:#fff;font-size:.9rem;margin-bottom:.5rem;letter-spacing:1px}.story h3,.history h3{color:#ff914d;font-size:1.4rem;margin-bottom:1rem;font-weight:500}.story p,.history p{font-size:1.1rem;line-height:1.6;margin-bottom:0}.story:hover,.history:hover{transform:translateY(-5px);border-color:#ff914d;background-color:#00000080}@media (max-width: 768px){.mission-vision,.story-history{flex-direction:column;gap:2rem}}.timeline-item{flex:0 1 250px;text-align:left;position:relative;max-width:250px;z-index:2}.year-circle{width:50px;height:50px;background-color:#000;border:2px solid #ff914d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0;margin-bottom:1rem;color:#fff;position:relative;z-index:3}.timeline-content{padding-top:1rem;text-align:left}.timeline-content h5{margin-bottom:.5rem;color:#ff914d}.timeline-content:hover h5{color:#fff;transition:color .3s ease}@media (max-width: 992px){.timeline{padding-left:0;justify-content:center}.timeline:before{width:2px;height:calc(100% - 75px);top:50px;left:50%;transform:translate(-50%)}.timeline-item{text-align:center}.year-circle{margin:0 auto 1rem}}.footer{background:#000;color:#fff;padding:4rem 5% 2rem;margin-top:4rem;border-top:1px solid #333}.footer-content{display:flex;justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto}.footer-section{flex:1}.footer-section h3{font-size:1.8rem;margin-bottom:1rem}.footer-section h4{color:#ff914d;font-size:1.2rem;margin-bottom:1rem}.footer-section p{margin-bottom:.5rem;font-size:.9rem;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section ul a:hover{color:#ff914d}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#fff;font-size:1.5rem;transition:all .3s ease}.footer-social a:hover{color:#ff914d;transform:translateY(-3px)}.footer-bottom{margin-top:3rem;padding-top:2rem;text-align:center;border-top:1px solid #333;font-size:.9rem}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem}.footer-section{text-align:center}.footer-social{justify-content:center}}@media (max-width: 1200px){.services-container{padding:0}.service-item{flex:0 0 280px!important;min-height:180px}}@media (max-width: 992px){.section-title{font-size:3.5rem;margin-bottom:2.5rem}.mission-vision,.story-history{flex-direction:column;gap:2rem;margin:2rem auto;max-width:600px}.contact-container{flex-direction:column;gap:3rem;max-width:600px;margin:0 auto}}@media (max-width: 768px){.header{height:auto;padding:1rem 5%}.logo img{height:62.5px;margin-top:-5px;width:auto}nav{margin-right:0}nav ul{justify-content:center;gap:1.5rem}nav a{font-size:1rem}.hero{height:90vh;padding-top:150px}.hero:before{width:90%;top:150px}.section-title{font-size:3rem;margin-bottom:2rem;letter-spacing:1.5px}.service-item{flex:0 0 260px!important;min-height:160px;padding:1.5rem}.service-content h3{font-size:1.3rem}.service-content p{font-size:1rem}.service-item:nth-child(5),.service-item:nth-child(13),.service-item:nth-child(21){background-image:none;background-color:#000;filter:none;padding:1.5rem}.service-item:nth-child(8):before,.service-item:nth-child(16):before,.service-item:nth-child(24):before{display:none}.service-item:nth-child(8) .service-content,.service-item:nth-child(16) .service-content,.service-item:nth-child(24) .service-content{text-align:center;padding:1.5rem}.service-item:nth-child(3):before,.service-item:nth-child(11):before,.service-item:nth-child(19):before{display:none}.service-item:nth-child(3) .service-content,.service-item:nth-child(11) .service-content,.service-item:nth-child(19) .service-content{height:auto;margin-top:0;padding:1.5rem}.service-item{padding:1.5rem;display:flex;align-items:center;justify-content:center;text-align:center}}@media (max-width: 576px){.header{padding:.5rem 3%}.logo img{height:150px;margin-top:-40px}nav ul{flex-wrap:wrap;justify-content:center;gap:1rem}.hero{height:80vh;padding-top:120px}.section-title{font-size:2.5rem;margin-bottom:1.5rem;letter-spacing:1px}.mission,.vision,.story,.history{padding:1.5rem}.service-item{flex:0 0 240px!important;min-height:140px;padding:1rem;margin-right:1rem}.contact-form input,.contact-form textarea{padding:.8rem}.footer{padding:3rem 3% 1.5rem}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1.1rem}}@media (max-width: 480px){.services-scroll{margin:0 -3%;padding:1rem 3%}.services-grid{gap:1rem}.service-item{flex:0 0 220px!important;min-height:130px;margin-right:1rem}.service-content h3{font-size:1rem}.service-content p{font-size:.8rem}}@media (max-width: 768px){.scroll-right .services-grid{animation:scrollRight 60s linear infinite}}.hamburger{display:none;width:30px;height:21px;position:fixed;top:25px;right:20px;z-index:1003;cursor:pointer}.hamburger span{display:block;width:100%;height:3px;background-color:#fff;margin-bottom:6px;transition:all .3s ease}@media (max-width: 768px){.hamburger{display:flex;flex-direction:column;justify-content:space-between}nav{display:none;position:fixed;top:0;right:-100%;width:80%;height:100vh;background-color:#000000f2;padding:80px 2rem 2rem;z-index:1002;transition:right .3s ease}nav.active{right:0;display:block}nav ul{flex-direction:column;align-items:center;gap:2rem}nav a{font-size:1.2rem;width:100%;text-align:center;padding:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 3%}.service-item{padding:1.8rem}.service-content h3{font-size:1.4rem}.sub-services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.service-details{padding:0 1rem;margin-top:2rem}}@media (max-width: 480px){.header{height:80px}.logo img{height:60px;margin-top:-10px}.section-title{font-size:2.5rem}.section-intro{font-size:1rem}.service-content h3{font-size:1.1rem}.sub-service{padding:.6rem}.sub-service-details{padding:1.5rem 0}.sub-service-details p{font-size:.85rem;margin-bottom:1.2rem}}.history{margin:2rem auto;max-width:1200px;border:1px solid #333;border-radius:10px;padding:2rem;background-color:#0000004d}.history h4,.history h3{text-align:left;padding-left:2rem}.timeline{display:flex;gap:4rem;justify-content:flex-start;margin-top:1.5rem;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;top:25px;left:calc(2rem + 25px);width:calc(4rem + 350px);height:2px;background-color:#ff914d;z-index:1}@media (max-width: 992px){.timeline{flex-direction:column;gap:2rem;padding-left:0}.timeline:before{width:2px;height:100%;left:50%;top:0;transform:translate(-50%)}.timeline-item{flex:1;max-width:100%;display:flex;flex-direction:column;align-items:center}.year-circle{margin:0 auto 1rem}.timeline-content{text-align:center;padding:1rem;width:100%;max-width:300px}.history h4,.history h3{text-align:center;padding-left:0}}@media (max-width: 480px){.history{padding:1rem}.timeline{margin-top:1rem}.timeline-content{max-width:100%}.year-circle{width:40px;height:40px;font-size:.9rem}.timeline-content h5{font-size:1rem}.timeline-content p{font-size:.9rem}}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;position:relative;padding:0 5%;max-width:1200px;width:100%;margin-left:auto;margin-right:auto}.service-item{position:relative;cursor:pointer}.service-more{margin-top:1.5rem;color:#ff914d;opacity:0;transform:translate(-10px);transition:all .3s ease}.service-item:hover .service-more{opacity:1;transform:translate(0)}@media (max-width: 992px){.services-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 3%}.service-item{padding:1.8rem}.service-content h3{font-size:1.4rem}.sub-services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.service-details{padding:0 1rem;margin-top:2rem}}@media (max-width: 768px){.section-title{font-size:3rem;padding-left:3%}.services{padding:3rem 0 4rem 3%}.service-item{padding:1.5rem}.service-content h4{font-size:.8rem}.service-content h3{font-size:1.2rem;margin-bottom:.5rem}.sub-services-grid{grid-template-columns:1fr;gap:.8rem}.sub-service{padding:.8rem}.sub-service h5{font-size:.8rem}.sub-service-details{padding:2rem 0}.sub-service-details p{font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}}@media (max-width: 480px){.section-title{font-size:2.5rem}.service-item{padding:1.2rem}.service-content h3{font-size:1.1rem}.sub-service{padding:.6rem}.sub-service-details{padding:1.5rem 0}.sub-service-details p{font-size:.85rem;margin-bottom:1.2rem}}.services-intro{font-size:1.2rem;line-height:1.8;color:#fff;margin:2rem 0 3rem;max-width:1200px;margin-left:0;text-align:left}@media (max-width: 768px){.services-intro{font-size:1.1rem;line-height:1.6;margin:1.5rem 0 2rem;padding:0 1rem}}.section-intro{font-size:1.8rem;line-height:1.3;color:#fff;margin:0 0 1rem 5%;width:100%;max-width:1200px;text-align:left;font-weight:100;letter-spacing:4px;text-transform:uppercase;padding:1.5rem 3rem;background:none;-webkit-text-fill-color:white;text-shadow:none;display:block;white-space:nowrap;font-family:Raleway,sans-serif;position:relative;z-index:2}.about,.services{text-align:left;width:100%;overflow:visible;padding:4rem 0;display:flex;flex-direction:column;align-items:flex-start;position:relative}.services-grid,.mission-vision{width:100%;max-width:1200px;margin:3rem auto 0;padding:0 5%}.mission-vision{margin-top:1rem;position:relative;z-index:1;width:100%;display:flex;gap:2rem;max-width:1200px}@media (max-width: 768px){.section-intro{font-size:1.4rem;line-height:1.4;letter-spacing:2px;padding:1rem 2rem;margin:0 0 1rem 3%;white-space:normal}}@media (max-width: 480px){.section-intro{font-size:1.2rem;line-height:1.5;letter-spacing:1px;padding:1rem;margin:0 0 1rem 3%}}@media (max-width: 992px){.section-title{font-size:3.5rem;margin-bottom:2.5rem}}@media (max-width: 768px){.section-title{font-size:3rem;margin-bottom:2rem;letter-spacing:1.5px}}@media (max-width: 480px){.section-title{font-size:2.5rem;margin-bottom:1.5rem;letter-spacing:1px}}
