*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}body{color:#333;background:#f0f4f8;line-height:1.6}body[dir=rtl],html[dir=rtl] body{text-align:right}.container{width:90%;max-width:1200px;margin:0 auto}header{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:12px 40px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}header .logo h1{color:#1e3a8a;font-size:1.4rem;font-weight:700;text-decoration:none}header .logo span{color:#666;font-size:.7rem;display:block}nav{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:60%;display:flex}nav ul{list-style:none;display:flex}nav ul li{margin-left:20px}nav ul li a{color:#333;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s}nav ul li a:hover,nav ul li a.active{color:#f2b500}.quote-btn{color:#fff;background:#f2b500;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s}.quote-btn:hover{background:#e0a800}.language-toggle{color:#1e3a8a;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d7dce5;border-radius:6px;padding:8px 12px;font-size:.9rem;font-weight:700;transition:all .3s}.language-toggle:hover{color:#f2b500;border-color:#f2b500}html[dir=rtl] nav ul li{margin-left:0;margin-right:20px}html[dir=rtl] .hero-buttons a{margin-left:15px;margin-right:0}html[dir=rtl] .hero-image{text-align:left}.hero{color:#333;background:#1e3a8a;border-bottom:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:60px 0;display:flex}.hero-text{flex:1;min-width:300px}.hero-text .subheading{text-transform:uppercase;color:#f2b500;letter-spacing:1px;margin-bottom:10px;font-size:.8rem}.hero-text h1{color:#fff;margin-bottom:20px;font-size:2.2rem;font-weight:700;text-decoration:none}.hero-text p{color:#fff;margin-bottom:30px;font-size:1rem}.hero-buttons a{border-radius:6px;margin-right:15px;padding:10px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s}.hero-buttons .btn-primary{color:#fff;background:#f2b500}.hero-buttons .btn-primary:hover{background:#e0a800;transform:translateY(-2px)}.hero-buttons .btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.hero-buttons .btn-secondary:hover{color:#000;background:#fff;transform:translateY(-2px)}.hero-image{text-align:right;flex:1;min-width:300px}.hero-image img{border-radius:15px;max-width:450px;box-shadow:0 10px 30px #0000001a}.stats-strip{background:#f9fafb;border-bottom:1px solid #eee;padding:25px 0}.stats-container{flex-wrap:wrap;justify-content:space-between;gap:15px;display:flex}.stat-card{text-align:center;cursor:default;background:#fff;border:1px solid #eee;border-radius:12px;flex:1;min-width:160px;padding:15px;transition:all .3s}.stat-card h2{color:#1e3a8a;margin-bottom:5px;font-size:1.5rem;text-decoration:none}.stat-card p{color:#666;font-size:.8rem}.services{text-align:center;padding:50px 0}.services h2{color:#1e3a8a;margin-bottom:35px;font-size:1.8rem;text-decoration:none}.service-cards{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.service-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:15px;flex:1;min-width:220px;max-width:250px;padding:20px;transition:all .3s;box-shadow:0 4px 12px #0000000a}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.service-card h3{color:#1e3a8a;margin-bottom:12px;font-size:1.2rem;text-decoration:none}.service-card p{color:#555;font-size:.85rem;line-height:1.4}.featured-projects{text-align:center;background:#f8fafc;padding:50px 0}.featured-projects h2{color:#1e3a8a;margin-bottom:35px;font-size:1.8rem;text-decoration:none}.project-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.project-card{cursor:pointer;background:#fff;border-radius:12px;flex:1;min-width:250px;max-width:300px;transition:all .3s;overflow:hidden;box-shadow:0 4px 12px #0000000d}.project-card img{object-fit:cover;width:100%;height:160px}.project-card h3{color:#1e3a8a;margin:12px 0 5px;font-size:1.1rem;text-decoration:none}.project-card p{color:#555;margin-bottom:15px;font-size:.8rem}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.clients-suppliers{text-align:center;background:#f0f4f8;padding:60px 0;overflow:hidden}.clients-suppliers h2{color:#f2b500;margin-bottom:30px;font-size:1.6rem;text-decoration:none}.logos-marquee-wrapper{margin-bottom:48px;padding:10px 0;position:relative;overflow:hidden}.logos-marquee-wrapper:last-of-type{margin-bottom:0}.logos-marquee-wrapper:before,.logos-marquee-wrapper:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.logos-marquee-wrapper:before{background:linear-gradient(90deg,#f0f4f8,#0000);left:0}.logos-marquee-wrapper:after{background:linear-gradient(270deg,#f0f4f8,#0000);right:0}.logos-marquee-track{align-items:center;gap:20px;width:max-content;animation:24s linear infinite marquee-scroll;display:flex}.logos-marquee-track--reverse{animation-duration:28s;animation-direction:reverse}.logos-marquee-wrapper:hover .logos-marquee-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:170px;height:88px;padding:14px 24px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.logo-card:hover{border-color:#f2b500;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.logo-card img{filter:grayscale()opacity(.7);transition:filter .25s;object-fit:contain!important;width:100%!important;height:100%!important}.logo-card:hover img{filter:grayscale(0)opacity()}.contact-band{color:#fff;text-align:center;background:#1e3a8a;padding:20px 0}.contact-band p{margin:5px 0;font-size:1rem}footer{color:#fff;background:#0f172a;padding:40px 0}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:25px;display:flex}footer h4{color:#f2b500;margin-bottom:12px;font-size:1rem;text-decoration:none}footer ul{list-style:none}footer ul li{margin-bottom:6px;font-size:.85rem}footer ul li a{color:#fff;text-decoration:none;transition:all .3s}footer ul li a:hover{color:#f2b500}.footer-logo h3{margin-bottom:10px;font-size:1.2rem;text-decoration:none}.footer-logo p{color:#94a3b8;max-width:200px;font-size:.8rem}.hamburger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.hamburger span{background:#1e3a8a;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:1024px){.hero-text h1{font-size:1.9rem}.hero-image img{max-width:100%}.service-card{min-width:200px}}@media (max-width:768px){.hamburger{display:flex}.nav-menu{z-index:150;background:#fff;flex-direction:column;justify-content:flex-start;gap:0;width:75%;max-width:300px;height:100vh;padding:80px 30px 30px;transition:right .35s;position:fixed;top:0;right:-100%;box-shadow:-4px 0 20px #0000001f}.nav-menu.open{right:0}nav ul{flex-direction:column;gap:0}nav ul li{border-bottom:1px solid #f0f0f0;margin:0}nav ul li a{padding:14px 0;font-size:1rem;display:block}.quote-btn{text-align:center;width:100%;margin-top:20px;padding:12px 16px;display:inline-block}.language-toggle{width:100%;margin-top:12px;padding:12px 16px}html[dir=rtl] .nav-menu{left:-100%;right:auto;box-shadow:4px 0 20px #0000001f}html[dir=rtl] .nav-menu.open{left:0}html[dir=rtl] nav ul li{margin-right:0}.nav-overlay{z-index:140;background:#0006;display:none;position:fixed;inset:0}.nav-overlay.open{display:block}.hero-container{text-align:center;flex-direction:column;gap:30px}.hero-text{min-width:unset}.hero-text h1{font-size:1.7rem}.hero-image{text-align:center;min-width:unset}.hero-image img{border-radius:10px;max-width:100%}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.hero-buttons a{margin-right:0}html[dir=rtl] .hero-buttons a{margin-left:0}.stats-container{justify-content:center}.stat-card{flex:0 0 calc(50% - 15px);min-width:calc(50% - 15px)}.service-card,.project-card{min-width:calc(100% - 20px);max-width:100%}.logo-card{width:140px;height:72px;padding:12px 16px}.logos-marquee-track{gap:14px}.logos-marquee-wrapper:before,.logos-marquee-wrapper:after{width:40px}.contact-band p{padding:0 10px;font-size:.9rem}.footer-container{flex-direction:column;gap:20px}.footer-logo p{max-width:100%}.services h2,.featured-projects h2{font-size:1.5rem}}@media (max-width:480px){.hero{padding:40px 0}.hero-text h1{font-size:1.45rem}.hero-text p{font-size:.9rem}.stat-card{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px)}.stat-card h2{font-size:1.3rem}.services,.featured-projects,.clients-suppliers{padding:35px 0}.logo-card{border-radius:8px;width:120px;height:64px;padding:10px 12px}.logos-marquee-track{gap:10px;animation-duration:18s}.logos-marquee-wrapper:before,.logos-marquee-wrapper:after{width:28px}.contact-band p:first-child{font-size:1rem;font-weight:700}.contact-band p:last-child{font-size:.78rem}}@media (prefers-reduced-motion:reduce){.logos-marquee-track,.logos-marquee-track--reverse{flex-wrap:wrap;justify-content:center;width:100%;animation:none}}.hero-container{justify-content:space-between;align-items:center;gap:60px;display:flex}.hero-text,.hero-image{flex:1}.hero-text{max-width:520px}.hero-image{justify-content:center;align-items:center;display:flex}.hero-image img{object-fit:cover;width:100%;max-width:500px;height:auto;transition:all .3s}.hero-image img:hover{transform:translateY(-10px)}@media (min-width:1024px){.hero-image{transform:translateY(10px)}}@media (max-width:768px){.hero-container{text-align:center;flex-direction:column}.hero-image{transform:none}}.main-error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.error-header{flex-direction:column;align-items:center;display:flex}.svg-container{position:absolute;bottom:0;right:0;transform:rotate(-45deg)}.back-to-home-button{color:#fff;z-index:1;background:#111827;border:1px solid #f2b500;border-radius:6px;margin-top:20px;padding:10px 20px;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-block;position:relative;overflow:hidden}.back-to-home-button:before{content:"";z-index:-1;background:#f2b500;width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.back-to-home-button:hover:before{width:100%}.services{background:radial-gradient(circle at 9% 18%,#f2b50026,#0000 28%),radial-gradient(circle at 92% 82%,#1e3a8a1a,#0000 32%),#fff;position:relative;overflow:hidden}.services-container{z-index:1;min-height:440px;position:relative}.services-container h2,.services-container .service-mini-photo-row,.services-container .service-cards{z-index:3;position:relative}.services-floating-photos{z-index:1;pointer-events:none;position:absolute;inset:0}.floating-service-photo{aspect-ratio:4/3;opacity:.82;border:3px solid #fffffff0;border-radius:16px;width:clamp(74px,8vw,118px);position:absolute;overflow:hidden;box-shadow:0 16px 32px #0f172a29}.floating-service-img,.service-mini-img{object-fit:cover}.floating-service-photo-1{top:8px;left:2%}.floating-service-photo-2{top:16px;right:4%}.floating-service-photo-3{top:42%;left:0}.floating-service-photo-4{top:40%;right:1%}.floating-service-photo-5{bottom:24px;left:5%}.floating-service-photo-6{bottom:30px;right:6%}.service-mini-photo-row{flex-wrap:wrap;justify-content:center;gap:10px;max-width:780px;margin:-14px auto 28px;display:flex}.service-mini-photo{aspect-ratio:1;cursor:pointer;background:#fff;border:2px solid #fff;border-radius:14px;width:clamp(54px,7vw,82px);position:relative;overflow:hidden;box-shadow:0 10px 22px #0f172a24}@media (max-width:768px){.services-container{min-height:560px;padding-top:42px}.floating-service-photo{opacity:.65;border-radius:12px;width:66px}.service-mini-photo-row{gap:8px;max-width:360px;margin-bottom:24px}.service-mini-photo{border-radius:12px;width:58px}}@media (max-width:480px){.floating-service-photo{display:none}.services-container{min-height:auto}.service-mini-photo-row{margin-top:-18px}}
