:root{--royal-blue: #0A2342;--royal-blue-light: #153A6D;--royal-blue-dark: #051426;--sand-gold: #CBA052;--sand-gold-light: #DFB769;--sand-gold-dark: #A57E3B;--bg-color: #FFFFFF;--bg-light: #F8F9FA;--bg-alt: #EEF2F6;--text-main: #333333;--text-muted: #666666;--text-light: #FFFFFF;--font-family: "Montserrat", sans-serif;--section-padding: 5rem 2rem;--container-max: 1200px}.btn-outline{background-color:transparent;border:2px solid var(--sand-gold);color:var(--sand-gold)}.btn-outline:hover{background-color:var(--sand-gold);color:var(--royal-blue-dark)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.navbar .container{display:flex;justify-content:space-between;align-items:center;height:80px}.brand{font-size:1.5rem;font-weight:800;color:var(--royal-blue);letter-spacing:-.5px}.nav-link{font-weight:600;font-size:.9rem;color:var(--royal-blue);text-transform:uppercase;transition:color .3s ease}@media(max-width:768px){.nav-links{display:none}}*{margin:0;padding:0;box-sizing:border-box}:root{--royal-blue: #0A2342;--royal-blue-light: #153A6D;--royal-blue-dark: #051426;--sand-gold: #CBA052;--sand-gold-light: #DFB769;--sand-gold-dark: #A57E3B;--bg-color: #FFFFFF;--bg-light: #F8F9FA;--bg-alt: #EEF2F6;--text-main: #333333;--text-muted: #666666;--text-light: #FFFFFF;--font-family: "Montserrat", sans-serif;--section-padding: 6rem 2rem;--container-max: 1200px}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-main);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--royal-blue);line-height:1.2}.container{max-width:var(--container-max);margin:0 auto;padding:0 1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-5{margin-bottom:3rem!important}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;border-radius:4px;font-weight:600;font-size:1rem;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;border:none;text-transform:uppercase}.btn-primary{background-color:var(--sand-gold);color:var(--royal-blue-dark)}.btn-primary:hover{background-color:var(--sand-gold-light);transform:translateY(-2px);box-shadow:0 4px 12px #cba05266}section{padding:var(--section-padding)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.section-subtitle{text-align:center;color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem;max-width:700px;margin-inline:auto}.hover-card{transition:transform .3s ease,box-shadow .3s ease}.hover-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0a23421a}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease forwards}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.brand{font-size:1.8rem;font-weight:800;color:var(--royal-blue);letter-spacing:-.5px}.brand span{color:var(--sand-gold)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-item{position:relative}.nav-link{font-weight:600;font-size:.9rem;color:var(--royal-blue);text-transform:uppercase;transition:color .3s ease;display:flex;align-items:center;gap:.25rem;text-decoration:none;cursor:pointer}.nav-link:hover{color:var(--sand-gold)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:200px;box-shadow:0 10px 30px #0000001a;border-radius:8px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;display:flex;flex-direction:column}.nav-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{padding:.75rem 1.5rem;color:var(--royal-blue);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease}.dropdown-link:hover{background:var(--bg-alt);color:var(--sand-gold)}.lang-switch{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:color .3s ease}.lang-switch:hover,.lang-switch.active{color:var(--royal-blue)}.lang-switcher{display:flex;align-items:center;gap:.5rem;margin-left:1rem;border-left:2px solid var(--bg-alt);padding-left:1rem}.mobile-menu-btn{display:none;background:transparent;border:none;cursor:pointer;color:var(--royal-blue)}.mobile-menu{display:none;flex-direction:column;background:#fff;padding:1rem 2rem;border-top:1px solid #eee}.mobile-menu a{padding:1rem 0;border-bottom:1px solid #eee;font-weight:600;color:var(--royal-blue);text-transform:uppercase}.mobile-lang{padding:1rem 0;display:flex;gap:1rem;font-weight:600}.mobile-lang span.active{color:var(--royal-blue)}.bg-light{background-color:var(--bg-light)}.bg-alt{background-color:var(--bg-alt)}.text-center{text-align:center}.text-left{text-align:left}.text-light{color:var(--text-light)}.mt-4{margin-top:1.5rem}.w-full{width:100%}.ml-2{margin-left:.5rem}.hero-section{height:100vh;min-height:600px;background-image:url(/hero-bg.png);background-size:cover;background-position:center;position:relative;display:flex;align-items:center;margin-top:0;padding-top:80px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a2342f2,#0a234266)}.hero-content{position:relative;z-index:10;color:var(--text-light);max-width:800px}.hero-content h1{font-size:3.5rem;font-weight:800;color:var(--text-light);margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.4rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6}.hero-btn{font-size:1.1rem;padding:1.2rem 2.5rem}.about-section{padding:6rem 2rem}.about-content{max-width:850px;margin:0 auto;text-align:center}.about-desc{font-size:1.3rem;line-height:1.8;color:var(--text-muted)}.objective-banner{background:linear-gradient(135deg,var(--sand-gold) 0%,var(--sand-gold-light) 100%);color:var(--royal-blue-dark);padding:3rem;border-radius:12px;margin:4rem auto 0;max-width:1000px;display:flex;align-items:center;gap:2rem;box-shadow:0 10px 30px #cba0524d}.objective-banner:hover{transform:translateY(-2px);box-shadow:0 15px 40px #cba05266;transition:all .3s ease}.objective-icon{background:#ffffff4d;padding:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.objective-banner h3{color:var(--royal-blue-dark);margin-bottom:.8rem;font-size:1.8rem}.objective-banner p{font-weight:500;font-size:1.1rem}.sectors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.sector-card{position:relative;background:#fff;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 4px 20px #00000008;overflow:hidden;z-index:1;border-bottom:4px solid var(--sand-gold)}.sector-icon{color:var(--royal-blue);margin-bottom:1.5rem;transition:all .3s ease}.sector-card:hover .sector-icon{color:var(--sand-gold);transform:scale(1.1)}.sector-content h3{font-size:1.4rem;margin-bottom:1rem}.sector-content p{font-size:1rem;color:var(--text-muted);line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000005}.service-icon{background:var(--bg-alt);width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--sand-gold);margin:0 auto 1.5rem;font-size:2rem}.service-card h4{font-size:1.2rem;margin-bottom:1rem;color:var(--royal-blue)}.service-card p{color:var(--text-muted);font-size:.95rem}.testimonial-section{background-color:var(--royal-blue);background-image:linear-gradient(135deg,var(--royal-blue-dark) 0%,var(--royal-blue) 100%);color:#fff;padding:6rem 2rem;text-align:center;position:relative}.testimonial-container{max-width:900px;margin:0 auto}.quote-icon{color:var(--sand-gold);margin-bottom:2rem;opacity:.8}.testimonial-quote{font-size:1.8rem;font-style:italic;line-height:1.7;margin-bottom:2.5rem;font-weight:300}.testimonial-author{font-weight:700;font-size:1.2rem;color:var(--sand-gold);margin-bottom:.5rem}.testimonial-role{font-size:1rem;color:#ffffffb3}.contact-container{display:flex;justify-content:center}.contact-form-wrapper{background:#fff;padding:3.5rem;border-radius:12px;box-shadow:0 10px 40px #0000000d;width:100%;max-width:700px}.contact-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:var(--royal-blue);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;background-color:var(--bg-light);transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--sand-gold);background-color:#fff;box-shadow:0 0 0 3px #cba0521a}.footer{background:var(--royal-blue-dark);color:#ffffffb3;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:3rem}.footer-brand{display:flex;flex-direction:column}.footer-section h4{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;text-transform:uppercase}.footer-section p{font-size:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.8rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;flex-wrap:wrap;gap:1rem;color:#ffffff80}@media(max-width:992px){.hero-content h1{font-size:2.8rem}}@media(max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}.mobile-menu{display:flex}.hero-content h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.objective-banner{flex-direction:column;text-align:center;padding:2rem}.objective-icon{margin:0 auto}.testimonial-quote{font-size:1.3rem}.contact-form-wrapper{padding:2rem}}.map-section{padding:6rem 2rem;background-color:var(--royal-blue-dark);color:#fff}.map-container{display:flex;flex-direction:column;gap:2rem;max-width:var(--container-max);margin:0 auto}@media(min-width:992px){.map-container{flex-direction:row;align-items:stretch}}.map-visual{flex:1.2;position:relative;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.05);min-height:450px;background-image:radial-gradient(circle at center,rgba(203,160,82,.05) 0%,transparent 70%);overflow:hidden}.map-abstract-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.1;pointer-events:none}.map-pin{position:absolute;transform:translate(-50%,-50%);cursor:pointer;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;z-index:10}.map-pin:hover{z-index:20}.map-pin-icon{width:20px;height:20px;background:var(--sand-gold);border-radius:50%;border:4px solid var(--royal-blue-dark);box-shadow:0 0 10px #cba05266;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.map-pin.active .map-pin-icon{width:28px;height:28px;background:#fff;box-shadow:0 0 20px #fffc,0 0 0 4px #cba0524d;border-color:var(--sand-gold)}.map-pin:hover .map-pin-icon:not(.active){transform:scale(1.2)}.map-pin-label{margin-top:8px;font-size:.85rem;font-weight:700;color:#fff9;letter-spacing:1px;text-transform:uppercase;background:#051426cc;padding:4px 8px;border-radius:4px;transition:all .3s ease;pointer-events:none;white-space:nowrap}.map-pin.active .map-pin-label,.map-pin:hover .map-pin-label{color:#fff;background:var(--sand-gold);text-shadow:0 2px 4px rgba(0,0,0,.3)}.pin-tanger{top:15%;left:55%}.pin-kenitra{top:25%;left:52%}.pin-casablanca{top:38%;left:45%}.pin-ouarzazate{top:55%;left:60%}.pin-dakhla{top:85%;left:25%}.map-info{flex:1;background:#fff;border-radius:12px;padding:3rem;color:var(--royal-blue-dark);display:flex;flex-direction:column;justify-content:center;min-height:450px}.map-empty-state{text-align:center;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.map-empty-state p{font-size:1.1rem;max-width:250px;margin:0 auto}.map-info-card h3{font-size:2.2rem;color:var(--royal-blue);margin-bottom:.8rem}.map-info-focus{display:inline-block;background:var(--bg-alt);color:var(--sand-gold-dark);padding:.6rem 1.2rem;border-radius:50px;font-weight:700;font-size:.9rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.map-info-desc{font-size:1.15rem;line-height:1.8;color:var(--text-main);margin-bottom:2.5rem}.btn-outline{border:2px solid var(--royal-blue);color:var(--royal-blue);background:transparent}.btn-outline:hover{background:var(--royal-blue);color:#fff}.news-section{padding:6rem 2rem;background-color:var(--bg-color)}.news-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.desk-only{display:flex}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.news-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0a23421a;border-color:var(--sand-gold)}.news-image-placeholder{height:200px;background-color:var(--bg-alt);display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.news-card:hover .news-image-placeholder{background-color:#cba0521a}.news-card:hover .news-image-placeholder svg{color:var(--sand-gold);opacity:1}.news-content{padding:2rem;flex:1;display:flex;flex-direction:column}.news-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;font-weight:600}.news-category{color:var(--sand-gold-dark);text-transform:uppercase;letter-spacing:.5px}.news-date{color:var(--text-muted)}.news-title{font-size:1.3rem;margin-bottom:1.5rem;color:var(--royal-blue);line-height:1.5;flex:1}.news-read-more{display:flex;justify-content:space-between;align-items:center;color:var(--royal-blue-light);font-weight:600;font-size:.9rem;padding-top:1rem;border-top:1px solid #eee;transition:color .3s ease}.news-card:hover .news-read-more{color:var(--sand-gold)}.arrow-icon{transition:transform .3s ease}.news-card:hover .arrow-icon{transform:translate(3px,-3px)}@media(max-width:768px){.news-header{flex-direction:column;align-items:flex-start}.desk-only{display:none}}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.team-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000008;text-align:center;border:1px solid rgba(0,0,0,.05);padding:2.5rem 1.5rem}.team-avatar{width:120px;height:120px;background-color:var(--bg-alt);border-radius:50%;margin:0 auto 1.5rem;border:4px solid white;box-shadow:0 4px 15px #0000001a;background-image:linear-gradient(135deg,var(--bg-alt) 0%,rgba(203,160,82,.2) 100%)}.team-info h3{font-size:1.4rem;margin-bottom:.3rem;color:var(--royal-blue)}.team-role{font-weight:700;color:var(--sand-gold-dark);font-size:.95rem;margin-bottom:.5rem;text-transform:uppercase}.team-exp{font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem}.team-social{display:inline-flex;align-items:center;gap:.5rem;color:var(--royal-blue-light);font-weight:600;font-size:.9rem;transition:color .3s ease}.team-social:hover{color:var(--sand-gold)}.lead-magnet-section{padding:4rem 2rem;background-color:var(--bg-color)}.lead-magnet-box{background:linear-gradient(135deg,var(--royal-blue-dark) 0%,var(--royal-blue) 100%);border-radius:12px;padding:4rem 2rem;text-align:center;color:#fff;box-shadow:0 15px 40px #0a234233;border-bottom:4px solid var(--sand-gold)}.lead-magnet-content h2{color:#fff;font-size:2.2rem;margin-bottom:1rem}.lead-magnet-content p{font-size:1.2rem;opacity:.9;margin-bottom:2.5rem}.lead-magnet-form{display:flex;gap:1rem;max-width:600px;margin:0 auto}.lead-magnet-form input{flex:1;padding:1rem 1.5rem;border-radius:50px;border:none;font-size:1rem}.lead-magnet-form input:focus{outline:2px solid var(--sand-gold)}.lead-magnet-form button{border-radius:50px;white-space:nowrap}@media(max-width:768px){.lead-magnet-form{flex-direction:column}}.contact-header{margin-bottom:3rem}.contact-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.calendly-box{background:var(--bg-alt);padding:3rem;border-radius:12px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px dashed rgba(10,35,66,.2)}.calendly-box h3{font-size:1.8rem;margin-bottom:1rem;color:var(--royal-blue)}.calendly-box p{color:var(--text-muted);font-size:1.1rem}.contact-form-wrapper{max-width:1000px}@media(max-width:992px){.contact-split{grid-template-columns:1fr}}.shadow-form{margin-top:0}.arabic-text{font-family:inherit}.arabic-text .nav-links{margin-left:0;margin-right:auto}.arabic-text .hero-content,.arabic-text .section-title.text-left,.arabic-text .section-subtitle.text-left{text-align:right;align-items:flex-end}.arabic-text .section-title.text-left:after{left:auto;right:0}.arabic-text .news-header,.arabic-text .news-read-more{flex-direction:row-reverse}.arabic-text .arrow-icon{transform:scaleX(-1)}.arabic-text .news-card:hover .arrow-icon{transform:scaleX(-1) translate(3px,-3px)}.arabic-text .map-info-card{text-align:right}.arabic-text button .mr-2{margin-right:0!important;margin-left:8px!important}.arabic-text .contact-split,.arabic-text .contact-header{text-align:right}.article-nav{height:80px;background:#fff;box-shadow:0 4px 15px #0000000d;position:sticky;top:0;z-index:100}.article-header{padding:4rem 0 2rem;text-align:center;background:var(--bg-alt)}.article-title{font-size:2.5rem;color:var(--royal-blue);margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.article-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:700px;margin-left:auto;margin-right:auto}.article-body{padding:4rem 1rem}.article-content-wrapper{max-width:800px;margin:0 auto}.article-intro{font-size:1.25rem;line-height:1.8;color:var(--royal-blue);font-weight:500;margin-bottom:3rem}.drop-cap:first-letter{font-size:4rem;font-weight:700;color:var(--sand-gold);float:left;line-height:1;padding-right:.5rem;padding-top:.2rem}.article-h2{font-size:1.8rem;color:var(--royal-blue-dark);margin:2.5rem 0 1.5rem;border-bottom:2px solid var(--sand-gold);display:inline-block;padding-bottom:.5rem}.primes-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.prime-card{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;border-left:4px solid var(--sand-gold)}.prime-card .prime-icon{flex-shrink:0;margin-top:.2rem}.prime-title{font-size:1.3rem;margin-bottom:.5rem;color:var(--royal-blue)}.article-example-box{background:linear-gradient(135deg,#0a23420d,#cba0521a);border-radius:12px;padding:2.5rem;margin-top:3rem;border:1px dashed var(--royal-blue-light)}.example-title{color:var(--royal-blue-dark);font-size:1.4rem;margin-bottom:1rem}.article-cta-box{margin-top:4rem;text-align:center;background:linear-gradient(135deg,var(--royal-blue-dark) 0%,var(--royal-blue) 100%);color:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 15px 40px #0a234233}.article-cta-box h2{color:#fff;margin-bottom:1rem}.article-cta-box p{opacity:.9;margin-bottom:2rem}.article-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.article-cta-box .btn-outline{border-color:#fff;color:#fff}.article-cta-box .btn-outline:hover{background:#fff;color:var(--royal-blue)}@media(max-width:768px){.prime-card{flex-direction:column;gap:1rem}}.arabic-text .prime-card{border-left:none;border-right:4px solid var(--sand-gold)}.arabic-text .drop-cap:first-letter{float:right;padding-right:0;padding-left:.5rem}
