.Home-module__YWfIaG__backgroundCanvas{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}
.Services-module__9gWOea__services{padding:var(--section-padding);background:var(--background-secondary)}.Services-module__9gWOea__sectionHeader{text-align:center;margin-bottom:4rem}.Services-module__9gWOea__sectionTitle{margin-bottom:1rem;font-size:2.5rem}.Services-module__9gWOea__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.Services-module__9gWOea__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Services-module__9gWOea__serviceCard{background:var(--background-primary);border-radius:var(--border-radius);transition:var(--transition);flex-direction:column;height:100%;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.Services-module__9gWOea__serviceCard:before{content:"";background:var(--accent-gradient);transform-origin:0;width:100%;height:4px;transition:var(--transition);position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__9gWOea__serviceCard:hover:before{transform:scaleX(1)}.Services-module__9gWOea__serviceCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Services-module__9gWOea__serviceIcon{background:rgba(107,78,255,.1);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.Services-module__9gWOea__serviceIcon svg{width:30px;height:30px}.Services-module__9gWOea__serviceTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.4rem}.Services-module__9gWOea__serviceDescription{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.Services-module__9gWOea__serviceFeatures{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.Services-module__9gWOea__serviceFeatures li{color:var(--text-primary);margin-bottom:.8rem;padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.Services-module__9gWOea__serviceFeatures li:before{content:"";background:var(--accent-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:.5rem;left:0}.Services-module__9gWOea__arServiceFeatures li{text-align:right;padding-left:0;padding-right:1.5rem}.Services-module__9gWOea__arServiceFeatures li:before{left:auto;right:0}.Services-module__9gWOea__serviceAction{margin-top:auto}@media (max-width:768px){.Services-module__9gWOea__services{padding:4rem 0}.Services-module__9gWOea__sectionTitle{font-size:2rem}.Services-module__9gWOea__serviceCard{padding:2rem 1.5rem}}@media (max-width:500px){.Services-module__9gWOea__servicesGrid{grid-template-columns:1fr;gap:1.5rem}}
.Process-module__bDqpva__process{padding:var(--section-padding);background:var(--background-primary)}.Process-module__bDqpva__sectionHeader{text-align:center;margin-bottom:3rem}.Process-module__bDqpva__sectionTitle{margin-bottom:1rem;font-size:2.2rem}.Process-module__bDqpva__sectionSubtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.Process-module__bDqpva__processContainer{max-width:800px;margin:0 auto;position:relative}.Process-module__bDqpva__progressBar{background:var(--background-tertiary);border-radius:2px;height:3px;margin:3rem 0 4rem;position:relative;overflow:hidden}.Process-module__bDqpva__progressFill{background:var(--accent-gradient);border-radius:2px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.Process-module__bDqpva__arProgressFill{left:auto;right:0}.Process-module__bDqpva__steps{justify-content:space-between;margin-bottom:3rem;display:flex;position:relative}.Process-module__bDqpva__step{cursor:pointer;z-index:2;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.Process-module__bDqpva__stepIndicator{margin-bottom:1rem;position:relative}.Process-module__bDqpva__stepIcon{background:var(--background-primary);border:2px solid var(--text-secondary);width:60px;height:60px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Process-module__bDqpva__step.Process-module__bDqpva__active .Process-module__bDqpva__stepIcon{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff;transform:scale(1.1)}.Process-module__bDqpva__step.Process-module__bDqpva__completed .Process-module__bDqpva__stepIcon{border-color:var(--accent-primary);color:var(--accent-primary)}.Process-module__bDqpva__stepNumber{background:var(--background-primary);border:2px solid var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;transition:all .3s;display:flex;position:absolute;top:-5px;right:-5px}.Process-module__bDqpva__step.Process-module__bDqpva__active .Process-module__bDqpva__stepNumber,.Process-module__bDqpva__step.Process-module__bDqpva__completed .Process-module__bDqpva__stepNumber{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.Process-module__bDqpva__stepTitle{color:var(--text-secondary);text-align:center;font-size:1rem;font-weight:600;transition:color .3s}.Process-module__bDqpva__step.Process-module__bDqpva__active .Process-module__bDqpva__stepTitle,.Process-module__bDqpva__step.Process-module__bDqpva__completed .Process-module__bDqpva__stepTitle{color:var(--text-primary)}.Process-module__bDqpva__stepContent{background:var(--background-primary);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);border-left:4px solid var(--accent-primary);margin-bottom:2rem;padding:2rem}.Process-module__bDqpva__contentWrapper{max-width:600px;margin:0 auto}.Process-module__bDqpva__stepDescription{color:var(--text-primary);text-align:center;margin:0;font-size:1.1rem;line-height:1.6}.Process-module__bDqpva__navigation{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Process-module__bDqpva__navButton{background:var(--background-primary);border:1px solid var(--text-secondary);color:var(--text-primary);border-radius:var(--border-radius);cursor:pointer;min-width:100px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.Process-module__bDqpva__navButton:hover:not(:disabled){background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.Process-module__bDqpva__navButton:disabled{opacity:.5;cursor:not-allowed}.Process-module__bDqpva__stepDots{gap:.5rem;display:flex}.Process-module__bDqpva__dot{background:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.Process-module__bDqpva__dot.Process-module__bDqpva__active{background:var(--accent-primary);transform:scale(1.2)}.Process-module__bDqpva__dot:hover{background:var(--accent-secondary)}@media (max-width:768px){.Process-module__bDqpva__process{padding:3rem 0}.Process-module__bDqpva__sectionTitle{font-size:1.8rem}.Process-module__bDqpva__progressBar{margin:2rem 0 3rem}.Process-module__bDqpva__stepIcon{width:50px;height:50px}.Process-module__bDqpva__stepTitle{font-size:.9rem}.Process-module__bDqpva__stepContent{padding:1.5rem}.Process-module__bDqpva__stepDescription{font-size:1rem}.Process-module__bDqpva__navigation{flex-direction:column;gap:1rem}.Process-module__bDqpva__navButton{width:100%}}@media (max-width:480px){.Process-module__bDqpva__steps{flex-wrap:wrap;justify-content:center;gap:1.5rem}.Process-module__bDqpva__step{flex:0 0 calc(50% - 1rem)}.Process-module__bDqpva__stepContent{padding:1rem}}
.About-module__FkiZ6W__about{padding:var(--section-padding);background:var(--background-secondary);position:relative;overflow:hidden}.About-module__FkiZ6W__content{align-items:start;gap:4rem}.About-module__FkiZ6W__sectionHeader{text-align:center;margin-bottom:3rem}.About-module__FkiZ6W__sectionTitle{margin-bottom:1rem;font-size:2.5rem}.About-module__FkiZ6W__sectionSubtitle{color:var(--text-secondary);font-size:1.2rem}.About-module__FkiZ6W__mission,.About-module__FkiZ6W__vision,.About-module__FkiZ6W__values{margin-bottom:3rem}.About-module__FkiZ6W__mission h3,.About-module__FkiZ6W__vision h3,.About-module__FkiZ6W__values h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.About-module__FkiZ6W__mission,.About-module__FkiZ6W__vision{text-align:center}.About-module__FkiZ6W__mission p,.About-module__FkiZ6W__vision p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.About-module__FkiZ6W__valuesGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.About-module__FkiZ6W__valueItem{background:var(--background-secondary);border-radius:var(--border-radius);border-left:3px solid var(--accent-primary);transition:var(--transition);padding:1.5rem}.About-module__FkiZ6W__valueItem:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.About-module__FkiZ6W__valueIcon{margin-bottom:1rem;font-size:2rem}.About-module__FkiZ6W__valueItem h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.About-module__FkiZ6W__valueItem p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}.About-module__FkiZ6W__cta{background:var(--background-secondary);border-radius:var(--border-radius);border:1px solid var(--accent-primary);text-align:center;padding:2rem}.About-module__FkiZ6W__cta h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.About-module__FkiZ6W__cta p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.About-module__FkiZ6W__visualContent{position:relative}.About-module__FkiZ6W__visualWrapper{flex-direction:column;gap:2rem;display:flex;position:-webkit-sticky;position:sticky;top:2rem}.About-module__FkiZ6W__floatingElement{animation:6s ease-in-out infinite About-module__FkiZ6W__float}.About-module__FkiZ6W__floatingElement:first-child{animation-delay:0s}.About-module__FkiZ6W__floatingElement:nth-child(2){animation-delay:2s}.About-module__FkiZ6W__floatingElement:nth-child(3){animation-delay:4s}.About-module__FkiZ6W__codeWindow{background:var(--background-secondary);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);border:1px solid var(--background-tertiary);overflow:hidden}.About-module__FkiZ6W__windowHeader{background:var(--background-tertiary);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.About-module__FkiZ6W__windowButtons{gap:.5rem;display:flex}.About-module__FkiZ6W__windowButtons span{background:var(--text-secondary);border-radius:50%;width:12px;height:12px}.About-module__FkiZ6W__windowButtons span:first-child{background:#ff5f56}.About-module__FkiZ6W__windowButtons span:nth-child(2){background:#ffbd2e}.About-module__FkiZ6W__windowButtons span:last-child{background:#27c93f}.About-module__FkiZ6W__windowTitle{color:var(--text-secondary);margin-left:1rem;font-size:.9rem}.About-module__FkiZ6W__codeContent{padding:1.5rem}.About-module__FkiZ6W__codeLine{background:var(--background-tertiary);border-radius:2px;height:4px;margin-bottom:.75rem;animation:2s ease-in-out infinite About-module__FkiZ6W__pulse}.About-module__FkiZ6W__codeLine:first-child{width:80%;animation-delay:0s}.About-module__FkiZ6W__codeLine:nth-child(2){width:60%;animation-delay:.5s}.About-module__FkiZ6W__codeLine:nth-child(3){width:70%;animation-delay:1s}.About-module__FkiZ6W__codeLine:nth-child(4){width:50%;animation-delay:1.5s}.About-module__FkiZ6W__codeLine:nth-child(5){width:85%;animation-delay:2s}.About-module__FkiZ6W__statsCard{background:var(--accent-gradient);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);justify-content:space-around;padding:2rem;display:flex}.About-module__FkiZ6W__stat{text-align:center}.About-module__FkiZ6W__statNumber{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.About-module__FkiZ6W__statLabel{color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.About-module__FkiZ6W__egyptMap{background:var(--background-secondary);border-radius:var(--border-radius);height:200px;box-shadow:var(--shadow-md);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.About-module__FkiZ6W__egyptMap:before{content:"";border:2px solid var(--accent-primary);opacity:.3;border-radius:10px;width:80%;height:60%;position:absolute}.About-module__FkiZ6W__mapPin{background:var(--accent-primary);border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite About-module__FkiZ6W__pulse;position:absolute}.About-module__FkiZ6W__mapPin:first-child{animation-delay:0s;top:30%;left:40%}.About-module__FkiZ6W__mapPin:nth-child(2){animation-delay:.7s;top:50%;left:50%}.About-module__FkiZ6W__mapPin:nth-child(3){animation-delay:1.4s;top:40%;left:60%}.About-module__FkiZ6W__mapText{z-index:2;color:var(--accent-primary);font-size:1.1rem;font-weight:600;position:relative}@keyframes About-module__FkiZ6W__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes About-module__FkiZ6W__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:968px){.About-module__FkiZ6W__content{grid-template-columns:1fr;gap:3rem}.About-module__FkiZ6W__visualWrapper{flex-flow:wrap;justify-content:center;position:relative;top:0}.About-module__FkiZ6W__floatingElement{flex:1;min-width:250px}}@media (max-width:768px){.About-module__FkiZ6W__about{padding:4rem 0}.About-module__FkiZ6W__sectionTitle{font-size:2rem}.About-module__FkiZ6W__valuesGrid{grid-template-columns:1fr}.About-module__FkiZ6W__statsCard{flex-direction:column;gap:1.5rem}.About-module__FkiZ6W__visualWrapper{flex-direction:column}}@media (max-width:480px){.About-module__FkiZ6W__mission p,.About-module__FkiZ6W__vision p{font-size:1rem}.About-module__FkiZ6W__valueItem{padding:1.25rem}.About-module__FkiZ6W__cta{padding:1.5rem}}
.Portfolio-module__6BUTUG__portfolio{padding:var(--section-padding);background-color:var(--background-primary)}.Portfolio-module__6BUTUG__portfolioGrid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Portfolio-module__6BUTUG__sectionHeader{text-align:center;margin-bottom:4rem;padding-left:1rem;padding-right:1rem}.Portfolio-module__6BUTUG__sectionTitle{margin-bottom:1rem;font-size:2.5rem}.Portfolio-module__6BUTUG__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.Portfolio-module__6BUTUG__portfolioItem{border-radius:var(--border-radius);transition:var(--transition);overflow:hidden}.Portfolio-module__6BUTUG__portfolioItem:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Portfolio-module__6BUTUG__portfolioImage{background:var(--background-secondary);justify-content:center;align-items:center;height:250px;display:flex;position:relative;overflow:hidden}.Portfolio-module__6BUTUG__portfolioImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Portfolio-module__6BUTUG__portfolioImage:before{content:"";background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));opacity:0;z-index:5;width:100%;height:100%;transition:var(--transition);position:absolute;top:0;left:0}.Portfolio-module__6BUTUG__portfolioItem:hover .Portfolio-module__6BUTUG__portfolioImage:before{opacity:.5}.Portfolio-module__6BUTUG__overlay{z-index:5;opacity:0;width:100%;height:100%;transition:var(--transition);justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.Portfolio-module__6BUTUG__portfolioItem:hover .Portfolio-module__6BUTUG__overlay{opacity:1}.Portfolio-module__6BUTUG__portfolioItem h3{margin:1rem 0 .5rem;padding:0 1rem}.Portfolio-module__6BUTUG__portfolioItem p{color:var(--text-secondary);padding:0 1rem 1rem}@media (max-width:1080px){.Portfolio-module__6BUTUG__portfolioGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.Portfolio-module__6BUTUG__portfolioImage{height:21vw}}@media (max-width:880px){.Portfolio-module__6BUTUG__portfolioGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:780px){.Portfolio-module__6BUTUG__portfolioGrid{grid-template-columns:1fr}.Portfolio-module__6BUTUG__portfolioImage{height:45vw}}
.Landing-module__e3D-DW__hero{min-height:100vh;padding:var(--section-padding);align-items:center;height:100vh;display:flex}.Landing-module__e3D-DW__heroContainer{align-items:center;gap:4rem;display:grid}.Landing-module__e3D-DW__heroContent{text-align:center;width:80%;margin:auto}.Landing-module__e3D-DW__badge{color:var(--accent-primary);background-color:rgba(159,223,252,.2);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-block}.Landing-module__e3D-DW__heroTitle{margin-bottom:1.5rem;font-size:3.2rem;line-height:1.2}.Landing-module__e3D-DW__highlight{background:var(--accent-gradient);color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.Landing-module__e3D-DW__heroDescription{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.2rem}.Landing-module__e3D-DW__heroButtons{justify-content:center;gap:1rem;display:flex}.Landing-module__e3D-DW__heroBtn{align-items:center;gap:.5rem;display:inline-flex}@media (max-width:767px){.Landing-module__e3D-DW__heroTitle{font-size:2.5rem}.Landing-module__e3D-DW__heroDescription{font-size:1rem}.Landing-module__e3D-DW__heroButtons{gap:1rem;font-size:.9rem}}@media (max-width:480px){.Landing-module__e3D-DW__hero{height:-moz-fit-content;height:fit-content}.Landing-module__e3D-DW__heroContainer{grid-template-columns:1fr}.Landing-module__e3D-DW__heroContent{width:100%}.Landing-module__e3D-DW__heroTitle{font-size:2.2rem}}@media (max-width:380px){.Landing-module__e3D-DW__heroButtons{flex-direction:column}.Landing-module__e3D-DW__heroBtn{justify-content:center;width:60%;margin:auto}}@keyframes Landing-module__e3D-DW__rotate{0%{transform:rotateX(0)rotateY(0)rotate(0)}to{transform:rotateX(360deg)rotateY(360deg)rotate(360deg)}}
