:root{font-family:Tajawal,Cairo,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{direction:ltr}body{margin:0;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;cursor:pointer;transition:all .25s}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:12px 30px;transition:background-color .3s ease,padding .3s ease;background:transparent;background-color:#0000}.header.scrolled{background-color:#0a1a33fa;padding:10px 30px;box-shadow:0 5px 20px #0000004d}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-logo img{height:70px;width:auto}.header-nav{display:flex;gap:30px;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#f7931e}.header-right{display:flex;align-items:center;gap:18px}.header-quote-btn{background:linear-gradient(135deg,#f7931e,#e67e22);color:#fff;padding:12px 28px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:all .3s ease}.header-quote-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f7931e66}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px}.mobile-menu-close{display:none}.hamburger-line{width:25px;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}@media(max-width:992px){.header-nav{gap:25px}}@media(max-width:768px){.header{padding:15px 20px}.header-nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:linear-gradient(135deg,#000000f2,#000000e6);flex-direction:column;justify-content:center;align-items:center;gap:30px;transition:right .3s ease;display:flex}.header-nav.active{right:0}.header-nav.active .mobile-menu-close{display:block;position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;font-size:3rem;cursor:pointer;padding:5px}.nav-link{font-size:1.2rem}.header-right{gap:15px}.header-quote-btn{padding:10px 20px;font-size:.9rem}.mobile-menu-toggle{display:flex}}@media(max-width:480px){.header{padding:10px 15px}.header-logo img{height:60px}}.hero{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:120px 40px;text-align:left;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;position:relative}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000e6,#0006 60%,#0003);z-index:1}.hero-container{max-width:700px;margin:0;position:relative;z-index:2;padding-left:80px}.hero-subheading{color:#f7931e;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:20px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:20px;line-height:1.2;text-transform:uppercase}.highlight{color:#f7931e}.hero-description{font-size:1.1rem;margin-bottom:40px;opacity:1;line-height:1.8;color:#fff}.hero-buttons{display:flex;gap:20px;justify-content:flex-start;flex-wrap:wrap}.btn{padding:15px 35px;font-size:1.1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#f7931e,#e67e22);color:#0a1a33;text-transform:uppercase;font-weight:700}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f7931e99;color:#fff}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background-color:#fff;color:#213547;transform:translateY(-2px)}@media(max-width:992px){.hero-container{padding-left:40px}.hero-title{font-size:2.8rem}}@media(max-width:768px){.hero{padding:120px 20px 80px;text-align:center;justify-content:center;background-position:60% center}.hero-overlay{background:#000000b3}.hero-container{padding-left:0}.hero-title{font-size:2.2rem;margin-bottom:25px}.hero-description{font-size:1rem;margin-bottom:35px}.hero-buttons{justify-content:center;flex-direction:column;align-items:center;gap:15px}.btn{padding:14px 32px;font-size:1.05rem;width:100%;max-width:280px;justify-content:center}}@media(max-width:480px){.hero{padding:110px 15px 70px}.hero-title{font-size:1.8rem}.hero-subheading,.hero-description{font-size:.9rem}.btn{padding:12px 28px;font-size:1rem;max-width:260px}}.process-section{background-color:#0a1a33;color:#fff;padding:80px 40px}.container{max-width:1400px;margin:0 auto}.section-subtitle{color:#f7931e;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:15px}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:60px;text-transform:uppercase}.process-steps{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}.process-step{flex:1;text-align:center;position:relative}.step-icon{width:100px;height:100px;background:linear-gradient(135deg,#f7931e,#e67e22);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:3rem;box-shadow:0 5px 15px #f7931e4d}.step-title{font-size:1.2rem;font-weight:700;margin-bottom:15px;text-transform:uppercase}.step-description{font-size:.95rem;opacity:.85;line-height:1.6}.step-divider{position:absolute;top:50px;right:-15px;width:30px;height:4px;background:#f7931e;border-radius:2px;display:flex;align-items:center;justify-content:center}.step-divider:before{content:"";width:12px;height:12px;background-color:#f7931e;border-radius:50%;position:absolute;right:-6px}@media(max-width:1200px){.process-steps{gap:20px}.step-divider{width:20px;right:-10px}}@media(max-width:992px){.process-steps{flex-wrap:wrap;justify-content:center}.process-step{flex:0 0 45%;max-width:45%}.step-divider{display:none}}@media(max-width:768px){.process-section{padding:60px 20px}.section-title{font-size:2rem}.process-step{flex:0 0 45%;max-width:45%;margin-bottom:40px}.step-icon{width:80px;height:80px;font-size:2.5rem}}@media(max-width:480px){.section-title{font-size:1.7rem}.process-step{flex:0 0 100%;max-width:100%}.step-title{font-size:1.1rem}.step-description{font-size:.9rem}}.vision-mission-section{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;padding:50px 30px;display:block}.vision-mission-section .overlay{position:absolute;inset:0;background:#fff6;z-index:1}.vision-mission-section .container{position:relative;z-index:2;max-width:1200px;margin:0 auto}.vision-mission-grid{display:grid;grid-template-columns:1fr 2fr;gap:20px;align-items:stretch}.vision-title-box{position:relative;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#050d1a,#0a1a33);padding:25px;border-radius:12px;border:1.5px solid #f7931e;box-shadow:0 8px 32px #0000004d}.section-logo{max-width:80px;position:absolute;top:20px;left:20px;filter:drop-shadow(0 2px 8px rgba(247,147,30,.3))}.vision-title{font-size:2.2rem;font-weight:800;color:#f7931e;text-transform:uppercase;letter-spacing:3px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.vision-content-box{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.vision-content-box p{background:linear-gradient(135deg,#050d1a,#0a1a33);color:#fff;font-size:1.15rem;font-weight:500;line-height:1.6;margin:0;padding:28px 35px;text-align:center;border:1.5px solid #f7931e;border-radius:12px;width:100%;box-sizing:border-box;box-shadow:0 8px 32px #00000040;transition:all .3s ease}.vision-content-box p:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0003}.mission-content-box{display:flex;flex-direction:column;gap:0px;align-items:flex-start;justify-content:center;width:100%}.mission-item{display:grid;grid-template-columns:140px 1fr;width:100%;transition:all .3s ease;background:linear-gradient(135deg,#050d1a,#0a1a33,#102442);border-radius:12px;border:1.5px solid #f7931e;box-shadow:0 8px 32px #00000040;overflow:hidden}.mission-item:hover{transform:translate(5px)}.mission-label{color:#f7931e;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;text-transform:capitalize;padding:15px;border-right:1.5px solid #f7931e}.mission-text{color:#fff;padding:15px 25px;font-size:.95rem;font-weight:500;line-height:1.6}.arrow-container{display:flex;justify-content:center;width:100%;margin-left:0;margin-top:-18px;margin-bottom:0;z-index:3;position:relative}.arrow{font-size:3rem;color:#34495e;font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:1200px){.vision-mission-grid{grid-template-columns:1fr 1fr;gap:30px}.vision-title{font-size:2rem}.vision-content-box p{font-size:1.1rem;padding:22px 28px}.mission-item{grid-template-columns:130px 1fr}.mission-label{font-size:1rem;border-right:1.5px solid #f7931e}.mission-text{font-size:1rem;padding:18px 24px}.arrow-container{margin-left:0;margin-top:-20px;margin-bottom:0}.arrow{font-size:2rem;color:#34495e;text-shadow:0 2px 8px rgba(0,0,0,.3)}}@media(max-width:992px){.vision-mission-grid{grid-template-columns:1fr;gap:22px}.vision-title-box{min-height:220px}.vision-title{font-size:1.9rem}.vision-content-box p{font-size:1.05rem;padding:22px}.mission-item{grid-template-columns:1fr}.mission-label{padding:14px;border-right:none;border-bottom:1.5px solid #f7931e}.mission-text{padding:16px}.arrow-container{margin-left:0;margin-top:-18px;margin-bottom:0}.arrow{font-size:1.6rem;color:#34495e;text-shadow:0 2px 8px rgba(0,0,0,.3)}}@media(max-width:768px){.vision-mission-section{padding:40px 16px}.vision-title-box{min-height:190px}.vision-title{font-size:1.7rem}.vision-content-box p{padding:18px;font-size:1rem}.mission-label{font-size:1rem}.mission-text{font-size:.95rem;padding:14px}.section-logo{max-width:70px;top:18px;left:18px}}@media(max-width:480px){.section-logo{max-width:60px;top:15px;left:15px}.vision-title-box{min-height:170px}.vision-title{font-size:1.5rem}.vision-content-box p{padding:16px;font-size:.95rem}.mission-label{font-size:.98rem;padding:12px}.mission-text{font-size:.9rem;padding:14px}.arrow{font-size:1.4rem;color:#34495e;text-shadow:0 2px 8px rgba(0,0,0,.3)}.arrow-container{margin-top:-16px;margin-bottom:0}}.why-choose-section{position:relative;background-size:cover;background-position:center;background-attachment:fixed;color:#fff;padding:100px 40px}.why-choose-overlay{position:absolute;inset:0;background:#0a1a33cc;z-index:1}.why-choose-section .container{position:relative;z-index:2}.why-choose-section .section-subtitle{color:#f7931e;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:15px}.why-choose-section .section-title{font-size:2.5rem;font-weight:700;margin-bottom:60px;text-transform:uppercase}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.feature-item{text-align:center;padding:0 20px}.feature-icon{font-size:3.5rem;margin-bottom:25px}.feature-title{font-size:1.2rem;font-weight:700;margin-bottom:15px;text-transform:uppercase}.feature-description{font-size:.95rem;opacity:.85;line-height:1.7}@media(max-width:1200px){.features-grid{grid-template-columns:repeat(2,1fr);gap:50px}}@media(max-width:768px){.why-choose-section{padding:70px 20px}.why-choose-section .section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:40px}.feature-icon{font-size:3rem}}@media(max-width:480px){.why-choose-section .section-title{font-size:1.7rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}}.services-section{background:#fff;padding:35px 30px}.services-section .container{max-width:1100px;margin:0 auto}.services-grid{display:grid;grid-template-columns:1fr 2fr;gap:18px;align-items:stretch}.services-left{background:linear-gradient(135deg,#050d1a,#0a1a33);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;border-radius:12px;border:1.5px solid #f7931e;gap:12px;box-shadow:0 8px 32px #0000004d;transition:all .3s ease}.services-left:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.services-logo{max-width:75px;filter:drop-shadow(0 2px 8px rgba(247,147,30,.4))}.services-title{font-size:1.8rem;font-weight:800;color:#f7931e;text-transform:uppercase;letter-spacing:3px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.services-right{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:center;width:100%}.service-card{background:linear-gradient(135deg,#050d1a,#0a1a33);padding:14px 22px;border-radius:12px;border:1.5px solid #f7931e;width:100%;box-sizing:border-box;box-shadow:0 8px 32px #00000040;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#f7931e}.service-card:hover{transform:translate(8px);box-shadow:0 12px 40px #0003}.service-card h3{color:#fff;font-size:1rem;font-weight:700;margin:0;line-height:1.5}@media(max-width:1200px){.services-grid{grid-template-columns:1fr 1fr;gap:25px}.services-title{font-size:1.9rem}.service-card{padding:16px 24px}.service-card h3{font-size:1.1rem}.services-left{padding:22px 25px;gap:14px}.services-logo{max-width:80px}}@media(max-width:992px){.services-grid{grid-template-columns:1fr;gap:20px}.services-left{min-height:160px;padding:20px 22px;gap:12px}.services-logo{max-width:75px}.services-title{font-size:1.8rem}.service-card{padding:14px 20px}.service-card h3{font-size:1.05rem}}@media(max-width:768px){.services-section{padding:35px 16px}.services-left{min-height:140px;padding:18px 20px;gap:10px}.services-logo{max-width:70px}.services-title{font-size:1.6rem}.service-card{padding:12px 18px}.service-card h3{font-size:1rem}}@media(max-width:480px){.services-logo{max-width:60px}.services-left{min-height:130px;padding:16px 18px;gap:8px}.services-title{font-size:1.4rem}.service-card{padding:10px 16px}.service-card h3{font-size:.95rem}}.hse-section{background:#fff;padding:35px 30px}.hse-section .container{max-width:1100px;margin:0 auto}.hse-grid{display:grid;grid-template-columns:1fr 2fr;gap:18px;align-items:stretch}.hse-left{background:linear-gradient(135deg,#050d1a,#0a1a33);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;border-radius:12px;border:1.5px solid #f7931e;gap:12px;transition:all .3s ease;box-shadow:0 8px 32px #0000004d}.hse-left:hover{box-shadow:0 12px 40px #0a1a3340;transform:translateY(-3px)}.hse-logo{max-width:75px;filter:drop-shadow(0 2px 8px rgba(247,147,30,.4))}.hse-title{font-size:1.8rem;font-weight:800;color:#f7931e;text-transform:uppercase;letter-spacing:3px;line-height:1.3;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hse-right{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:center;width:100%}.hse-card{padding:14px 22px;border-radius:12px;width:100%;box-sizing:border-box;background:linear-gradient(135deg,#050d1a,#0a1a33);border:1.5px solid #f7931e;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000040}.hse-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#f7931e}.hse-card:hover{box-shadow:0 12px 40px #0a1a3333;transform:translate(8px)}.hse-card p{color:#fff;font-size:1rem;font-weight:500;margin:0;line-height:1.5}@media(max-width:1200px){.hse-grid{grid-template-columns:1fr 1fr;gap:25px}.hse-title{font-size:1.9rem}.hse-card{padding:16px 24px}.hse-card p{font-size:1.1rem}.hse-left{padding:22px 25px;gap:14px}.hse-logo{max-width:80px}}@media(max-width:992px){.hse-grid{grid-template-columns:1fr;gap:20px}.hse-left{min-height:160px;padding:20px 22px;gap:12px}.hse-logo{max-width:75px}.hse-title{font-size:1.8rem}.hse-card{padding:14px 20px}.hse-card p{font-size:1.05rem}}@media(max-width:768px){.hse-section{padding:35px 16px}.hse-left{min-height:140px;padding:18px 20px;gap:10px}.hse-logo{max-width:70px}.hse-title{font-size:1.6rem}.hse-card{padding:12px 18px}.hse-card p{font-size:1rem}}@media(max-width:480px){.hse-logo{max-width:60px}.hse-left{min-height:130px;padding:16px 18px;gap:8px}.hse-title{font-size:1.4rem}.hse-card{padding:10px 16px}.hse-card p{font-size:.95rem}}.services-page .hero.services-hero{min-height:40vh;padding:80px 40px;text-align:center;justify-content:center}.services-page .hero.services-hero .hero-container{padding-left:0;margin:0 auto;text-align:center}.services-page .hero.services-hero .hero-title{font-size:2.5rem}.services-page .services-section{background-color:#0a1a33;color:#fff;padding:80px 40px}.services-page .services-section .container{max-width:1600px;margin:0 auto}.services-page .section-heading{font-size:2.5rem;font-weight:800;margin-bottom:50px;text-transform:uppercase;line-height:1.2}.services-page .section-heading span{color:#f7931e;display:block;font-size:1.2rem;font-weight:600;margin-bottom:5px}.services-page .services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.services-page .service-card{position:relative;overflow:hidden;border-radius:4px;min-height:500px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.services-page .service-card:hover{transform:translateY(-5px)}.services-page .service-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center top;background-repeat:no-repeat;transition:transform .5s ease}.services-page .service-card:hover .service-card-bg{transform:scale(1.05)}.services-page .service-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a1a3333,#0a1a33e6 70%)}.services-page .service-card-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:30px 25px}.services-page .service-icon{width:60px;height:60px;background:#f7931e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:25px}.services-page .service-title{font-size:1.1rem;font-weight:700;margin-bottom:15px;text-transform:uppercase;color:#fff;line-height:1.3}.services-page .service-description{font-size:.9rem;opacity:.8;line-height:1.6;margin-bottom:25px}.services-page .service-btn{background:transparent;color:#f7931e;padding:0;border:none;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-align:left;display:inline-flex;align-items:center}.services-page .service-btn:hover{color:#fff}@media(max-width:1400px){.services-page .services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.services-page .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-page .services-section{padding:60px 20px}.services-page .section-heading{font-size:2rem}.services-page .services-grid{grid-template-columns:1fr;gap:25px}.services-page .service-card{min-height:400px}}@media(max-width:480px){.services-page .section-heading{font-size:1.7rem}.services-page .service-title{font-size:1rem}}
