.navbar-overlay{display:none}.navbar{position:sticky;top:0;background:#0d1b2a;z-index:100;box-shadow:0 2px 10px #0000004d}.navbar-container{max-width:1200px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.5px}.hamburger-menu{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:color .3s ease}.hamburger-menu:hover{color:#e85d04}.navbar-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.navbar-links a{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.navbar-links a:hover{color:#e85d04}@media (max-width: 768px){.navbar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:98;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.navbar-overlay.active{opacity:1;visibility:visible}.hamburger-menu{display:block}.navbar-container{padding:1rem 1.5rem}.navbar-links{position:fixed;top:70px;left:0;right:0;background:#0d1b2a;flex-direction:column;gap:0;padding:1.5rem 0;box-shadow:0 4px 10px #0000004d;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:99}.navbar-links.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-links li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-links li:last-child{border-bottom:none}.navbar-links a{display:block;padding:1rem 1.5rem;text-align:center;font-size:1rem}.navbar-links a:hover{background:#e85d041a}}.hero{background:#0d1b2a;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;overflow:hidden}.hero-services-text{width:100%;overflow:hidden;padding:1rem 0;white-space:nowrap;background:#0d1b2a;position:fixed;top:70px;left:0;right:0;z-index:99}.services-scroll{display:inline-flex;align-items:center;white-space:nowrap;animation:scroll-text 30s linear infinite}.hero-services-text .service-item{color:#fff;font-size:1.2rem;font-weight:500;display:inline-block;white-space:nowrap}.hero-services-text .service-separator{color:#e85d04;font-size:1.5rem;font-weight:700;margin:0 1rem;display:inline-block}@keyframes scroll-text{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-slider{position:relative;width:100%;height:600px;flex:1;margin-top:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-y}.hero-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100;background:#0d1b2a;opacity:1;transition:opacity .3s ease;pointer-events:none}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-text{color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:2px;margin:0;text-transform:uppercase}.hero-loading.fade-out{opacity:0;visibility:hidden}.hero-loading.fade-in{opacity:1;visibility:visible}.loading-bar{width:300px;max-width:80%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;position:relative}.loading-progress{height:100%;width:0;background:linear-gradient(90deg,#e85d04,#ff8c42,#e85d04);background-size:200% 100%;border-radius:2px;animation:loading-animation 1.5s ease-in-out infinite;box-shadow:0 0 10px #e85d0480}@keyframes loading-animation{0%{width:0%;background-position:0% 50%}50%{width:70%;background-position:100% 50%}to{width:100%;background-position:200% 50%}}.slide-container{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;z-index:1}.slide-container.active{opacity:1}.image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.image-after,.image-before{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.image-after{z-index:1}.image-before{z-index:2}.reveal-line{position:absolute;top:0;width:4px;height:100%;background:linear-gradient(to right,#ffffffe6,#ffffff80);box-shadow:0 0 30px #fffc,0 0 50px #ffffff80,-2px 0 15px #0006;z-index:3;transform:translate(-50%);will-change:left}.hero-indicators{display:flex;gap:.4rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;max-width:90%;flex-wrap:wrap;justify-content:center;padding:0 1rem}.indicator{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;flex-shrink:0}.indicator.active{background:#e85d04;width:20px;border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 1200px){.hero-slider{height:70vh;min-height:700px;max-height:900px}.hero{min-height:70vh}.image-wrapper{background:#0d1b2a}.image-after,.image-before{-o-object-fit:contain;object-fit:contain}}@media (min-width: 1600px){.hero-slider{height:75vh;min-height:800px;max-height:1000px}.hero{min-height:75vh}.image-wrapper{background:#0d1b2a}.image-after,.image-before{-o-object-fit:contain;object-fit:contain}}@media (min-width: 1920px){.hero-slider{height:80vh;min-height:900px;max-height:1200px}.hero{min-height:80vh}.image-wrapper{background:#0d1b2a}.image-after,.image-before{-o-object-fit:contain;object-fit:contain}}@media (max-width: 768px){.hero{min-height:500px}.hero-slider{height:500px}.loading-bar{width:250px;height:3px}.loading-text{font-size:1.2rem;letter-spacing:1.5px}.hero-services-text{padding:.75rem 0;top:65px}.hero-services-text .service-item{font-size:1rem}.hero-services-text .service-separator{font-size:1.2rem;margin:0 .75rem}.hero-indicators{bottom:1rem;gap:.3rem;max-width:95%;padding:0 .5rem}.indicator{width:6px;height:6px}.indicator.active{width:16px}}@media (max-width: 480px){.loading-bar{width:200px;height:3px}.loading-text{font-size:1rem;letter-spacing:1px}.loading-content{gap:1rem}.hero-services-text{padding:.5rem 0;top:60px}.hero-services-text .service-item{font-size:.85rem}.hero-services-text .service-separator{font-size:1rem;margin:0 .5rem}.hero-indicators{gap:.25rem;padding:0 .25rem}.indicator{width:5px;height:5px}.indicator.active{width:14px}}.testimonials-section{background:#f8f9fa;padding:5rem 2rem;width:100%;box-sizing:border-box;scroll-margin-top:80px}.section-container{max-width:1200px;margin:0 auto;width:100%;padding:0;box-sizing:border-box}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#0d1b2a;margin-bottom:3rem}.testimonials-slider{overflow:hidden;position:relative;margin-bottom:2rem;width:100%;box-sizing:border-box;height:auto;touch-action:pan-y;-moz-user-select:none;user-select:none;-webkit-user-select:none}.testimonials-track{display:flex;transition:transform .5s ease;will-change:transform;width:100%;height:auto;align-items:flex-start}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;transition:all .3s ease;min-width:100%;width:100%;max-width:100%;flex-shrink:0;display:flex;flex-direction:column;height:auto;min-height:auto;max-height:none;box-sizing:border-box;align-items:flex-start}.slider-indicators{display:flex;justify-content:center;gap:.4rem;flex-wrap:wrap;margin-top:2rem;max-width:100%;padding:0 1rem;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.slider-indicators::-webkit-scrollbar{display:none}.slider-indicators .indicator{width:8px;height:8px;border-radius:50%;background:#e85d044d;border:none;cursor:pointer;transition:all .3s ease;padding:0;flex-shrink:0}.slider-indicators .indicator.active{background:#e85d04;width:24px;border-radius:4px}.stars{display:flex;gap:.3rem;margin-bottom:1rem;align-self:center;justify-content:center;width:100%}.star{color:#e85d04;font-size:1.3rem}.testimonial-text{font-size:1rem;line-height:1.8;color:#212529;margin-bottom:1.5rem;font-style:italic;font-weight:500;text-align:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;width:100%;box-sizing:border-box;flex-grow:0;flex-shrink:0}.testimonial-name{font-weight:700;color:#6c757d;font-size:1rem;margin-top:0;flex-shrink:0;align-self:flex-end}@media (max-width: 768px){.testimonials-section{padding:3rem 1rem;scroll-margin-top:70px}.section-container{padding:0 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:.95rem;font-weight:500}.slider-indicators{gap:.3rem;padding:0 .5rem;flex-wrap:nowrap;justify-content:center;overflow-x:auto;overflow-y:hidden}.slider-indicators .indicator{width:6px;height:6px}.slider-indicators .indicator.active{width:20px}}@media (max-width: 480px){.testimonials-section{padding:2rem .5rem}.section-container{padding:0 .5rem}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.testimonial-card{padding:1rem;border-radius:8px}.testimonial-text{font-size:.9rem;line-height:1.7;font-weight:500}.testimonial-name{font-size:.9rem;font-weight:700}.slider-indicators{gap:.25rem;padding:0 .25rem;flex-wrap:nowrap;justify-content:center;overflow-x:auto;overflow-y:hidden}.slider-indicators .indicator{width:5px;height:5px}.slider-indicators .indicator.active{width:16px}}.services-section{background:#fff;padding:5rem 2rem;scroll-margin-top:80px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;border:2px solid #e9ecef;transition:all .3s ease;text-align:center}.service-card:hover{border-color:#e85d04;transform:translateY(-5px);box-shadow:0 10px 30px #e85d0426}.service-icon{width:96px;height:96px;margin:0 auto 1.5rem;display:block;-o-object-fit:contain;object-fit:contain}.service-title{font-size:1.4rem;font-weight:700;color:#0d1b2a;margin-bottom:1rem}.service-description{font-size:.95rem;line-height:1.7;color:#495057}@media (max-width: 768px){.services-section{padding:3rem 1.5rem;scroll-margin-top:70px}.services-grid{grid-template-columns:1fr}}.contact-section{background:#f8f9fa;padding:5rem 2rem;scroll-margin-top:80px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:flex-start}.info-header{position:relative;margin-bottom:.8rem}.info-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.info-content{flex:1}.info-item h3{font-size:1.3rem;font-weight:700;color:#0d1b2a;margin:0}.info-header h3{padding-left:calc(48px + .75rem)}.info-content>h3{margin-bottom:.8rem;padding-left:calc(48px + .75rem)}.info-content>.contact-link,.info-content>p{padding-left:calc(48px + .75rem)}.info-item p{color:#495057;line-height:1.7}.address-text{transition:color .3s ease}.address-text:hover{color:#e85d04}.contact-link{display:inline-block;font-size:1.3rem;font-weight:600;color:#87807b;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#ff7420}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#0d1b2a}.form-group input,.form-group textarea{padding:.9rem;border:2px solid #e9ecef;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e85d04}.map-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014;height:100%;min-height:350px}.map-container iframe{display:block;width:100%;height:100%;min-height:350px}@media (max-width: 768px){.contact-section{padding:3rem 1.5rem;scroll-margin-top:70px}.contact-grid{grid-template-columns:1fr;gap:2rem}.map-container{order:2;min-height:300px}.contact-info{order:1}.contact-form-wrapper{padding:1.5rem}}.footer{background:#0d1b2a;color:#fff;text-align:center;padding:2rem;font-size:.9rem}.social-links{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease,opacity .3s ease}.social-links a:hover{transform:scale(1.1);opacity:.8}.social-links img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.footer p{margin:0;opacity:.9}@media (max-width: 768px){.social-links{gap:1rem}.social-links img{width:28px;height:28px}}.fabs{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:12px;z-index:999}.fab,.fab-img{background:#fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #00000040;cursor:pointer;transition:all .3s ease}.fab{width:56px;height:56px;background:#a81515}.fab:hover,.fab-img:hover{transform:scale(1.1);box-shadow:0 15px 40px #00000059}.fab img,.fab-img img{display:block}.fab img{filter:brightness(0) invert(1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,-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:#212529}
