.navbar{position:fixed;top:0;left:0;width:100%;padding:1rem 0;background:var(--white);color:var(--primary-color);z-index:1000;transition:all .3s ease;box-shadow:var(--shadow)}.navbar.scrolled{background:#2c3e50f2;padding:.6rem 0;box-shadow:var(--shadow-lg)}.navbar .container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo-container{display:flex;align-items:center;text-decoration:none}.navbar-logo-image{height:60px;width:auto;transition:height .3s ease,filter .3s ease;filter:drop-shadow(0 0 5px rgba(255,255,255,.5))}.navbar.scrolled .navbar-logo-image{height:50px;filter:drop-shadow(0 0 3px rgba(255,255,255,.3))}.logo-text{font-size:1.8rem;font-weight:700;margin-left:.75rem;color:var(--primary-color);line-height:1;transition:color .3s ease}.navbar.scrolled .logo-text{color:var(--white)}.nav-links a{color:var(--primary-color);text-decoration:none;font-weight:500;margin-left:2rem;transition:color .3s ease;padding:.5rem 0}.nav-links a:hover{color:var(--accent-color)}.navbar.scrolled .nav-links a{color:var(--white)}.btn-nav{display:inline-block!important;margin-left:3rem;padding:1rem 1.5rem!important;font-size:.7rem!important;background:var(--accent-color);border-radius:5px;color:var(--white)!important;transition:background .3s ease;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.btn-nav:hover{background:#e67e22}.menu-toggle{display:none;background:none;border:none;color:var(--primary-color);font-size:1.5rem;cursor:pointer}@media (max-width: 900px){.navbar .container{padding:0 15px}.logo-text{font-size:1.5rem;margin-left:.5rem}.navbar-logo-image{height:50px}.navbar.scrolled .navbar-logo-image{height:45px}.nav-links{display:none;flex-direction:column;position:absolute;top:80px;left:0;width:100%;background:var(--primary-color);box-shadow:var(--shadow-lg);padding:1rem 0}.nav-links a{color:var(--white)}.navbar.scrolled .nav-links{top:66px}.nav-links.active{display:flex}.nav-links a{margin:.5rem 1.5rem;padding:.8rem 1.5rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.menu-toggle{display:block;font-size:1.5rem;padding:.5rem}}@media (max-width: 480px){.logo-text{font-size:1.2rem;margin-left:.4rem}.navbar-logo-image{height:45px}.navbar.scrolled .navbar-logo-image{height:40px}.menu-toggle{font-size:1.3rem}}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;background:url(/assets/hero-background-Cb5wBTEi.jpeg) no-repeat center center/cover;color:var(--white);text-align:center;overflow:hidden;margin-top:70px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2c3e50cc,#5d6d7e99)}.hero-content{position:relative;z-index:1;max-width:900px;padding:0 2rem;animation:fadeInUp 1s ease;width:100%;box-sizing:border-box}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.2);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:var(--accent-color);color:var(--white);box-shadow:0 4px 15px #f39c1266}.btn-primary:hover{background:#e67e22;transform:translateY(-2px);box-shadow:0 6px 20px #f39c1280}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color);transform:translateY(-2px)}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.2)}.stat-item h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--accent-color)}.stat-item p{font-size:.9rem;opacity:.9}@media (max-width: 768px){.hero{min-height:500px;padding:2rem 0;height:auto}.hero-content{padding:0 1.5rem;max-width:100%}.hero-title{font-size:2.2rem;line-height:1.3;margin-bottom:1rem;padding:0 .5rem}.hero-subtitle{font-size:1.1rem;line-height:1.5;margin-bottom:2rem;padding:0 .5rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem}.btn{width:200px;padding:.875rem 2rem;font-size:.9rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;padding-top:2rem}.stat-item h3{font-size:2rem}.stat-item p{font-size:.85rem}}@media (max-width: 480px){.hero{min-height:450px;padding:1.5rem 0}.hero-content{padding:0 1rem}.hero-title{font-size:1.75rem;line-height:1.3;margin-bottom:.875rem;padding:0}.hero-subtitle{font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;padding:0}.hero-buttons{margin-bottom:2.5rem}.btn{width:180px;padding:.75rem 1.5rem;font-size:.85rem}.hero-stats{grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem}.stat-item h3{font-size:1.75rem}.stat-item p{font-size:.8rem}}@media (max-width: 360px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.875rem}.btn{width:160px;padding:.7rem 1.25rem;font-size:.8rem}}.about-section{background:var(--bg-light)}.about-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}.about-text{max-width:900px;margin:0 auto}.about-paragraph{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.about-paragraph p{margin-bottom:1rem}.about-paragraph strong{color:var(--primary-color);font-weight:600}.about-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.highlight-card{background:var(--white);padding:2rem;border-radius:10px;text-align:center;box-shadow:var(--shadow);transition:all .3s ease}.highlight-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.highlight-icon{font-size:3rem;margin-bottom:1rem}.highlight-card h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:.5rem;font-weight:600}.highlight-card p{color:var(--text-light);font-size:.95rem}@media (max-width: 768px){.about-content{gap:2rem;margin-top:2rem}.about-text{padding:0 .5rem}.about-paragraph{font-size:1rem;line-height:1.7;margin-bottom:1.25rem}.about-highlights{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.highlight-card{padding:1.5rem}.highlight-icon{font-size:2.5rem}.highlight-card h3{font-size:1.3rem}.highlight-card p{font-size:.9rem}}@media (max-width: 480px){.about-content{gap:1.5rem}.about-paragraph{font-size:.95rem;line-height:1.6}.about-highlights{grid-template-columns:1fr;gap:1.25rem}.highlight-card{padding:1.25rem}.highlight-icon{font-size:2.25rem}.highlight-card h3{font-size:1.2rem}}.services-section{background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--white);padding:2.5rem 1.5rem;border-radius:10px;box-shadow:var(--shadow);transition:all .4s ease;text-align:center;border:1px solid transparent}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000001a;border:1px solid var(--accent-color)}.service-icon{font-size:3rem;margin-bottom:1rem;color:var(--accent-color)}.service-title{font-size:1.3rem;color:var(--primary-color);margin-bottom:.8rem;font-weight:600}.service-description{color:var(--text-light);font-size:.95rem}.sectors-section{margin-top:5rem;padding-top:3rem;border-top:1px solid #e0e0e0;text-align:center}.sectors-title{font-size:1.8rem;color:var(--primary-color);margin-bottom:2rem;font-weight:700}.sectors-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.sector-badge{background:var(--primary-color);color:var(--white);padding:.7rem 1.5rem;border-radius:50px;font-weight:500;font-size:.95rem;transition:background .3s ease,transform .2s ease}.sector-badge:hover{background:var(--accent-color);transform:scale(1.05)}@media (max-width: 768px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.service-card{padding:2rem 1.25rem}.service-icon{font-size:2.5rem}.service-title{font-size:1.2rem}.service-description{font-size:.9rem}.sectors-section{margin-top:3rem;padding-top:2rem}.sectors-title{font-size:1.5rem;margin-bottom:1.5rem}.sectors-grid{gap:.75rem}.sector-badge{padding:.6rem 1.25rem;font-size:.9rem}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr;gap:1.25rem}.service-card{padding:1.75rem 1rem}.service-icon{font-size:2.25rem;margin-bottom:.875rem}.service-title{font-size:1.1rem;margin-bottom:.75rem}.service-description{font-size:.875rem;line-height:1.5}.sectors-section{margin-top:2.5rem;padding-top:1.5rem}.sectors-title{font-size:1.3rem;margin-bottom:1.25rem}.sectors-grid{gap:.625rem}.sector-badge{padding:.5rem 1rem;font-size:.85rem}}.clients-section{background:var(--bg-light)}.clients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:3rem}.client-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:var(--shadow);transition:all .3s ease;border-left:4px solid var(--primary-color);display:flex;flex-direction:column}.client-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-left-color:var(--accent-color)}.client-logo-placeholder{height:60px;width:100%;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:5px;color:var(--primary-color);font-weight:700;font-size:1.5rem;opacity:.8}.client-image-container{width:100%;height:200px;margin-bottom:1rem;border-radius:10px;overflow:hidden;background:var(--bg-light);display:flex;align-items:center;justify-content:center}.client-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.client-card:hover .client-image{transform:scale(1.05)}.client-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.client-name{font-size:1.2rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600;line-height:1.4}.client-locations{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.location-badge{background:var(--bg-light);color:var(--text-dark);padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}@media (max-width: 768px){.clients-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.client-card{padding:1.75rem}.client-image-container{height:180px;margin-bottom:.875rem}.client-icon{font-size:2.5rem;margin-bottom:1rem}.client-name{font-size:1.1rem;margin-bottom:.875rem;line-height:1.3}.location-badge{padding:.35rem .7rem;font-size:.8rem}}@media (max-width: 480px){.clients-grid{gap:1.25rem}.client-card{padding:1.5rem}.client-image-container{height:160px;margin-bottom:.75rem}.client-icon{font-size:2.25rem}.client-name{font-size:1rem;line-height:1.3}.client-locations{gap:.4rem}.location-badge{padding:.3rem .6rem;font-size:.75rem}}.footer{background:linear-gradient(135deg,var(--primary-color) 0%,#1a252f 100%);color:var(--white);padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3.footer-logo{font-size:1.8rem;margin-bottom:1rem;color:var(--accent-color)}.footer-section h4.footer-title{font-size:1.2rem;margin-bottom:1.5rem;color:var(--white);font-weight:600}.footer-description{line-height:1.8;opacity:.9;font-size:.95rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ffffffe6;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:var(--accent-color);transform:translate(0);border-bottom:1px solid var(--accent-color)}.contact-info p{margin-bottom:.8rem;opacity:.9;font-size:.95rem}.contact-details{margin-top:1rem}.contact-label{font-weight:600;color:var(--accent-color);margin-top:1rem;margin-bottom:.3rem!important;font-size:.9rem!important}.contact-label:first-child{margin-top:0}.contact-link{color:#fffffff2;text-decoration:none;transition:all .3s ease;display:inline-block}.contact-link:hover{color:var(--accent-color);transform:translate(3px)}.locations-list{display:flex;flex-wrap:wrap;gap:.8rem}.locations-list span{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;border:1px solid rgba(255,255,255,.2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center;opacity:.8}.footer-bottom p{margin-bottom:.5rem;font-size:.9rem}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-section h3.footer-logo{font-size:1.6rem}.footer-section h4.footer-title{font-size:1.1rem;margin-bottom:1.25rem}.footer-description{font-size:.9rem;line-height:1.7}.footer-links a{font-size:.9rem}.contact-info p{font-size:.9rem;margin-bottom:.7rem}.contact-label{font-size:.85rem!important}.contact-link{font-size:.9rem;word-break:break-word}.locations-list{gap:.6rem}.locations-list span{padding:.45rem .9rem;font-size:.8rem}.footer-bottom{padding-top:1.5rem}.footer-bottom p{font-size:.85rem}}@media (max-width: 480px){.footer{padding:2.5rem 1rem 1.25rem}.footer-content{gap:1.75rem;margin-bottom:1.75rem}.footer-section h3.footer-logo{font-size:1.4rem}.footer-section h4.footer-title{font-size:1rem;margin-bottom:1rem}.footer-description{font-size:.85rem}.footer-links li{margin-bottom:.7rem}.footer-links a{font-size:.85rem}.contact-info p{font-size:.85rem;margin-bottom:.6rem}.contact-label{font-size:.8rem!important;margin-top:.875rem!important}.contact-link{font-size:.85rem;word-break:break-word}.locations-list{gap:.5rem}.locations-list span{padding:.4rem .8rem;font-size:.75rem}.footer-bottom{padding-top:1.25rem}.footer-bottom p{font-size:.8rem;margin-bottom:.4rem}}.App{min-height:100vh}.section{padding:80px 20px;max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:var(--primary-color);text-align:center;margin-bottom:1rem;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.section{padding:60px 20px}.section-title{font-size:2rem;line-height:1.3;padding-bottom:.875rem}.section-title:after{width:60px;height:3px}.section-subtitle{font-size:1rem;line-height:1.6;margin-bottom:2.5rem;padding:0 .5rem}}@media (max-width: 480px){.section{padding:50px 15px}.section-title{font-size:1.75rem;line-height:1.3;margin-bottom:.875rem;padding-bottom:.75rem}.section-title:after{width:50px;height:3px}.section-subtitle{font-size:.95rem;line-height:1.5;margin-bottom:2rem;padding:0}}@media (max-width: 360px){.section{padding:45px 12px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c3e50;--secondary-color: #5d6d7e;--accent-color: #f39c12;--text-dark: #2c3e50;--text-light: #7f8c8d;--bg-light: #f8f9fa;--white: #ffffff;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-lg: 0 5px 25px rgba(0, 0, 0, .15)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word}*{word-wrap:break-word;overflow-wrap:break-word}html,body{max-width:100%;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
