@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;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;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{position:fixed;top:0;width:100%;background:#fff;box-shadow:0 2px 8px #00000014;z-index:1000;transition:all .3s ease}.container{width:92%;max-width:1300px;margin:auto;display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;padding:12px 0}.logo{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-img{height:50px;width:auto;object-fit:contain;margin-right:8px}.logo-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.brand-main{font-size:1.4rem;font-weight:700;color:#6c63ff}.brand-sub{font-size:1.1rem;font-weight:600;color:#000}.nav-links{display:flex;align-items:center;justify-content:center;flex:1;direction:rtl;gap:40px}.nav-links a{color:#000;text-decoration:none;font-size:1.05rem;font-weight:600;position:relative;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.nav-links a:hover,.nav-links a.active{color:#6c63ff}.nav-links a:after{content:"";position:absolute;bottom:0;right:0;width:0;height:2px;background-color:#6c63ff;transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.icon{font-size:1.1rem;transition:transform .3s ease}.nav-links a:hover .icon{transform:translateY(-2px)}.consult-btn{background:#7c4dff;color:#fff;border:none;outline:none;padding:10px 22px;border-radius:40px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 0 20px #7c4dff8c}.consult-btn:hover{transform:scale(1.05);background:#8b66ff;box-shadow:0 0 35px #7c4dffcc}.consult-icon{font-size:1.2rem}.consult-btn.desktop{position:absolute;left:30px;top:12px}.consult-btn.mobile{display:none;position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#7c4dff;color:#fff;border:none;outline:none;padding:10px 22px;border-radius:40px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 0 20px #7c4dff80;z-index:2000;width:auto;min-width:180px;justify-content:center}.menu-toggle{display:none}@media (max-width: 900px){.menu-toggle{display:block;cursor:pointer;color:#111;transition:transform .3s ease}.menu-toggle:hover{color:#6c63ff;transform:scale(1.1)}.nav-links{position:absolute;top:100%;right:0;left:0;background:#fff;flex-direction:column;align-items:flex-start;width:100%;padding:25px 20px 80px;box-shadow:0 6px 16px #0000001a;border-radius:0 0 12px 12px;transform:translateY(-10px);opacity:0;pointer-events:none;transition:all .3s ease}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links a{width:100%;text-align:start;padding:10px 0}.consult-btn.desktop{display:none}.consult-btn.mobile{display:none;background:#7c4dff;color:#fff;border:none;outline:none;padding:12px 26px;border-radius:40px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;width:auto;min-width:180px;margin:0 auto;box-shadow:0 0 25px #7c4dff80;transition:all .3s ease;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.nav-links.open+.consult-btn.mobile{display:flex;animation:fadeInUp .4s ease}.consult-btn.mobile:hover{transform:translate(-50%) scale(1.05);background:#8b66ff;box-shadow:0 0 40px #7c4dffcc}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}}.footer{width:100%;background:#f3f4f6;color:#222;padding:70px 0 0;direction:rtl;font-family:Cairo,sans-serif}.footer-container{width:100%;max-width:10000px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:50px;padding-inline:4vw;text-align:right}.footer-section h4{color:#000;margin-bottom:18px;font-size:1.2rem;font-weight:700;position:relative}.footer-section h4:after{content:"";position:absolute;bottom:-6px;right:0;width:40px;height:3px;background-color:#6c63ff;border-radius:2px}.footer-section p{color:#444;line-height:1.8;font-size:.95rem;margin-bottom:18px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:10px}.footer-section a{color:#333;text-decoration:none;font-size:.95rem;display:inline-flex;align-items:center;gap:8px;transition:color .3s ease,transform .3s ease}.footer-section a:hover{color:#6c63ff;transform:translate(-4px)}.footer-section a svg{font-size:.9rem;transition:transform .3s ease}.footer-section a:hover svg{transform:translate(-2px);color:#6c63ff}.footer-bottom{margin-top:50px;border-top:1px solid #ddd;padding:25px 4vw;color:#666;font-size:.9rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.footer-socials{display:flex;gap:16px;order:2}.footer-socials a{font-size:1.3rem;color:#555;transition:color .3s ease,transform .3s ease}.footer-socials a:hover{color:#6c63ff;transform:translateY(-3px)}.footer-bottom p{flex:1;text-align:center;margin:0}.footer-bottom strong{color:#6c63ff}@media (max-width: 900px){.footer-container{grid-template-columns:1fr;text-align:right;gap:40px}.footer-bottom{flex-direction:column;align-items:center;gap:15px}.footer-socials{order:1;justify-content:center}.footer-bottom p{order:2}}.hero-section{background:#fff;padding:160px 0 100px;direction:rtl;font-family:Cairo,sans-serif}.hero-container{width:90%;max-width:1300px;margin:auto;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:50px;flex-wrap:wrap}.hero-image img{width:100%;max-width:600px;border-radius:18px;border:1px solid #7c4dff;box-shadow:0 6px 20px #7c4dff26;transition:transform .3s ease}.hero-image img:hover{transform:scale(1.02)}.hero-content{flex:1;text-align:right;color:#222}.hero-content h2{font-size:2.6rem;font-weight:900;color:#000;margin-bottom:20px;line-height:1.3}.hero-content p{font-size:1.15rem;line-height:1.95;color:#222;font-weight:600;margin-bottom:35px}.hero-buttons{display:flex;gap:15px}.btn{padding:12px 28px;border-radius:30px;font-weight:700;cursor:pointer;font-size:1.05rem;transition:.3s ease}.btn.primary{background:#7c4dff;color:#fff;border:none}.btn.primary:hover{background:#6a3ee6}.btn.outline{border:2px solid #7c4dff;color:#7c4dff;background:transparent}.btn.outline:hover{background:#7c4dff;color:#fff}@media (max-width: 992px){.hero-container{flex-direction:column;text-align:center}.hero-content{text-align:center}.hero-image img{max-width:90%}.hero-buttons{justify-content:center}.hero-section{padding:140px 0 80px}}@media (max-width: 600px){.hero-content h2{font-size:2rem}.hero-content p{font-size:1.05rem}}.about-intro{background:#fff;padding:40px 0 60px;direction:rtl;font-family:Cairo,sans-serif;overflow:hidden;border-top:2px solid rgba(71,5,67,.08);margin-top:0}.inner-title{text-align:right;margin-bottom:12px}.inner-title h2{font-size:2.3rem;font-weight:800;color:#000;line-height:1.3;margin:0}.about-container{width:90%;max-width:1300px;margin:auto;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:50px;flex-wrap:wrap}.about-content{flex:1;text-align:right}.about-subtitle{font-size:1.1rem;color:#444;margin-bottom:40px;line-height:1.9;text-align:justify;margin-top:0}.about-image{flex:1;display:flex;justify-content:center;align-items:center}.about-image .intro-image{width:100%;max-width:580px;height:auto;border:.8px solid #7c4dff;border-radius:18px;box-shadow:0 8px 25px #7c4dff26;transition:transform .4s ease,box-shadow .3s ease}.about-image .intro-image:hover{transform:scale(1.04);box-shadow:0 12px 35px #7c4dff40}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.feature-card{background:#fff;border-radius:18px;padding:26px;border:1px solid #eee;box-shadow:0 6px 18px #0000000d;transition:all .35s ease;overflow:hidden}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #7c4dff40}.icon-box{background:linear-gradient(135deg,#7c4dff,#6c63ff);color:#fff;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.6rem;margin-bottom:18px;box-shadow:0 6px 18px #6c63ff4d;transition:all .3s ease}.feature-card:hover .icon-box{transform:scale(1.08) rotate(3deg);box-shadow:0 8px 25px #6c63ff73}.feature-card h4{color:#222;font-size:1.2rem;font-weight:700;margin-bottom:10px}.feature-card p{color:#666;font-size:1rem;line-height:1.8}@media (max-width: 1200px){.about-image .intro-image{max-width:500px}}@media (max-width: 992px){.about-container{flex-direction:column;text-align:center;align-items:center;gap:35px}.about-image{order:-1}.about-image .intro-image{max-width:420px}.about-content{text-align:center}.inner-title{text-align:center;margin-bottom:15px}.inner-title h2{font-size:2rem}.about-subtitle{font-size:1rem;text-align:center}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{text-align:center}.icon-box{margin:0 auto 14px}}@media (max-width: 480px){.inner-title h2{font-size:1.6rem;line-height:1.3;margin-bottom:10px}.about-subtitle{font-size:.9rem;line-height:1.7;margin-top:5px;margin-bottom:15px}.about-image .intro-image{order:2;max-width:250px;width:100%;margin:0 auto 15px;display:block;border-width:3px}.about-content{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-card{padding:20px;margin:8px 0}}.why-universal{background:#fff;padding:80px 5vw;font-family:Cairo,sans-serif;text-align:center;direction:rtl}.why-container{width:100%;max-width:1300px;margin:auto}.why-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#000;margin-bottom:25px;position:relative;display:inline-block}.why-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:clamp(70px,10vw,120px);height:4px;background:linear-gradient(90deg,#7c4dff,#a08fff);border-radius:3px}.why-description{color:#444;font-size:clamp(1rem,2vw,1.2rem);font-weight:600;line-height:1.9;max-width:800px;margin:40px auto 60px}.why-description strong{color:#7c4dff;font-weight:800}.why-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;justify-content:center;align-items:start}.why-item{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.why-item:hover{transform:translateY(-5px)}.why-icon{font-size:2.5rem;color:#7c4dff;margin-bottom:10px;transition:.3s ease}.why-item:hover .why-icon{color:#6a3ee6;transform:scale(1.1)}.why-item h4{font-size:1.25rem;font-weight:800;color:#111;margin-bottom:8px}.why-item p{color:#555;font-size:1rem;line-height:1.8;max-width:300px}@media (max-width: 768px){.why-description{margin-bottom:40px;font-size:1rem}.why-features{gap:35px}.why-item h4{font-size:1.1rem}.why-item p{font-size:.95rem}.why-icon{font-size:2.2rem}}.about-syriadev{background-color:#fff;padding:80px 8%;font-family:Cairo,sans-serif;direction:rtl}.about-container{display:flex;align-items:center;justify-content:space-between;gap:60px;max-width:1300px;margin:0 auto;flex-wrap:wrap}.about-content{flex:1;min-width:320px;max-width:650px}.about-title{font-size:2.4rem;font-weight:900;color:#040404;margin-bottom:25px;line-height:1.4;letter-spacing:-.5px}.about-text{font-size:1.1rem;line-height:1.9;color:#333;margin-bottom:15px;text-align:justify;transition:color .3s ease;font-weight:600}.about-text strong{color:#7c4dff;font-weight:800}.about-image{flex:1;display:flex;justify-content:center}.about-image img{width:100%;max-width:520px;border-radius:20px;border:4px solid #7c4dff;box-shadow:0 12px 35px #7c4dff26;transition:transform .4s ease,box-shadow .4s ease}.about-image img:hover{transform:scale(1.03);box-shadow:0 15px 40px #7c4dff40}@media (max-width: 1024px){.about-container{gap:40px}.about-title{font-size:2rem}.about-text{font-size:1rem}}@media (max-width: 768px){.about-container{flex-direction:column;text-align:center;gap:30px}.about-title{font-size:1.9rem}.about-text{font-size:.95rem}.about-image img{max-width:320px}}@media (max-width: 480px){.about-syriadev{padding:60px 5%}.about-title{font-size:1.7rem}.about-text{font-size:.9rem;line-height:1.8}.about-image img{max-width:270px;border-width:3px}}.steps-section{background:#fff;padding:80px 0;direction:rtl;font-family:Cairo,sans-serif}.steps-container{width:90%;max-width:1300px;margin:auto;text-align:center}.steps-title{font-size:2.2rem;font-weight:900;color:#000;margin-bottom:10px}.title-line{display:inline-block;width:80px;height:4px;background:linear-gradient(90deg,#7c4dff,#a08fff);border-radius:10px;margin-bottom:40px}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.step-card{background:#fdfdfd;border-radius:15px;display:flex;align-items:center;justify-content:space-between;text-align:right;overflow:hidden;box-shadow:0 4px 20px #7c4dff14;transition:all .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 6px 25px #7c4dff26}.step-number{background:linear-gradient(180deg,#7c4dff,#a08fff);color:#fff;font-size:2.2rem;font-weight:800;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;padding:0 30px;min-width:100px;height:100%;text-shadow:0 1px 3px rgba(0,0,0,.15);border-radius:0 15px 15px 0;letter-spacing:1px;transition:background .4s ease}.step-number:hover{background:linear-gradient(180deg,#6a3ee6,#b39fff)}.step-content{flex:1;padding:25px}.step-content h3{font-size:1.25rem;font-weight:800;color:#111;margin-bottom:8px}.step-content p{font-size:1rem;color:#333;line-height:1.8;font-weight:600}@media (max-width: 992px){.steps-grid{grid-template-columns:1fr}.step-card{flex-direction:row-reverse}.step-number{border-radius:15px 0 0 15px;font-size:1.8rem;min-width:85px}}@media (max-width: 600px){.steps-section{padding:60px 0}.steps-title{font-size:1.8rem}.step-content h3{font-size:1.1rem}.step-content p{font-size:.95rem}.step-number{font-size:1.6rem;min-width:75px}}.request-section{background:#fff;padding:80px 5vw;font-family:Cairo,sans-serif;text-align:center;direction:rtl}.request-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#000;margin-bottom:50px;position:relative;display:inline-block}.request-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:clamp(70px,10vw,120px);height:4px;background:linear-gradient(90deg,#7c4dff,#a08fff);border-radius:3px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:25px;justify-content:center;align-items:stretch;margin-bottom:60px}.service-card{background:#fff;border-radius:12px;box-shadow:0 6px 20px #7c4dff14;border:1px solid rgba(124,77,255,.15);display:flex;flex-direction:column;justify-content:flex-start;height:200px;overflow:hidden;transition:all .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #7c4dff26}.icon-section{height:25%;background:linear-gradient(90deg,#7c4dff,#a08fff);display:flex;justify-content:center;align-items:center;position:relative}.icon-line{position:absolute;top:0;left:0;height:100%;width:100%}.service-icon{color:#fff;font-size:1.8rem;z-index:2}.service-name{height:75%;display:flex;justify-content:center;align-items:center;color:#222;font-weight:700;font-size:1.1rem;padding:10px;text-align:center}.request-btn{background:linear-gradient(90deg,#7c4dff,#9a8cff);color:#fff;border:none;padding:14px 40px;border-radius:35px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:.3s ease}.request-btn:hover{transform:scale(1.05);background:linear-gradient(90deg,#6a3ee6,#896aff)}@media (max-width: 992px){.service-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.service-card{height:180px}}@media (max-width: 600px){.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{height:170px}.service-name{font-size:1rem}}.whatsapp-float{position:fixed;bottom:25px;left:25px;background-color:#25d366;color:#fff;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 4px 10px #0000004d;cursor:pointer;transition:all .3s ease;z-index:999999}.whatsapp-float:hover{background-color:#20b858;transform:scale(1.1) rotate(8deg)}.whatsapp-icon{animation:pulse 1.8s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.hero-services{background:#fff;padding:100px 0;direction:rtl;font-family:Cairo,sans-serif}.hero-services-container{width:90%;max-width:1300px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:50px;flex-direction:row-reverse}.hero-services-content{flex:1;text-align:right;color:#1b1b1b}.hero-services-title{font-size:2.6rem;font-weight:800;color:#111;margin-bottom:25px;line-height:1.4}.hero-services-text{font-size:1.15rem;color:#444;line-height:2.1;margin-bottom:30px;max-width:600px}.hero-services-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-services-image img{width:520px;max-width:100%;border-radius:25px;box-shadow:0 10px 25px #6c63ff26;transition:all .4s ease}.hero-services-image img:hover{transform:scale(1.03);box-shadow:0 15px 40px #6c63ff40}@media (max-width: 992px){.hero-services-container{flex-direction:column;text-align:center;gap:20px}.hero-services-content{order:1}.hero-services-image{order:2}.hero-services-title{font-size:2rem;margin-bottom:15px}.hero-services-text{font-size:1rem;margin-bottom:10px}.hero-services-image img{width:100%;max-width:380px;margin-top:10px}}.services-syria-section{background:#fff;padding:100px 0;direction:rtl;text-align:center;font-family:Cairo,sans-serif}.services-syria-title{font-size:2.6rem;font-weight:800;color:#111;margin-bottom:70px;position:relative;display:inline-block}.services-syria-title:after{content:"";position:absolute;bottom:-12px;right:50%;transform:translate(50%);width:160px;height:4px;background:linear-gradient(90deg,#6c63ff,#9b84ff);border-radius:3px}.services-syria-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;width:90%;max-width:1300px;margin:auto}.syria-service-box{background:linear-gradient(145deg,#faf8ff,#f2f1ff);border-radius:25px 25px 60px;padding:35px 25px;box-shadow:0 6px 20px #6c63ff1a;transition:all .3s ease;position:relative;text-align:center}.syria-service-box:hover{transform:translateY(-6px);box-shadow:0 10px 25px #6c63ff40}.icon-circle{width:60px;height:60px;margin:0 auto 15px;background:linear-gradient(90deg,#6c63ff,#9b84ff);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;box-shadow:0 6px 12px #6c63ff4d}.syria-service-box h3{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.syria-service-box p{font-size:.95rem;color:#444;line-height:1.8}@media (max-width: 992px){.services-syria-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 576px){.services-syria-grid{grid-template-columns:1fr}.services-syria-title{font-size:2rem}}.contact-section{width:100%;max-width:100%;padding:120px 5% 100px;background-color:#fff;direction:rtl;font-family:Cairo,IBM Plex Sans Arabic,sans-serif;overflow-x:hidden;box-sizing:border-box}.contact-container{display:flex;align-items:center;justify-content:center;gap:50px;width:100%;max-width:1200px;margin:0 auto;flex-wrap:wrap;box-sizing:border-box}.contact-image{flex:1 1 45%;display:flex;justify-content:center;overflow:hidden}.contact-image img{width:100%;max-width:520px;border-radius:20px;object-fit:cover;box-shadow:0 5px 25px #0000001a}.contact-content{flex:1 1 45%;text-align:right;box-sizing:border-box;overflow-wrap:break-word}.contact-content h2{font-size:2.4rem;font-weight:800;color:#111;margin-bottom:25px;line-height:1.3}.gradient-text{color:#6c63ff;font-weight:800}.contact-content p{font-size:1.1rem;color:#333;line-height:1.9;margin-bottom:18px;word-break:break-word}@media (max-width: 992px){.contact-content h2{font-size:2rem}.contact-content p{font-size:1rem}}@media (max-width: 768px){.contact-container{flex-direction:column;text-align:center}.contact-content{text-align:center}.contact-content h2{font-size:1.8rem}.contact-content p{font-size:1rem}.contact-image img{width:100%;max-width:450px;margin:0 auto}}@media (max-width: 480px){.contact-section{padding:80px 5% 70px}.contact-content h2{font-size:1.6rem}.contact-content p{font-size:.95rem}}.faq-section{background-color:#fff;padding:80px 20px;direction:rtl;display:flex;justify-content:center}.faq-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:50px;width:100%;max-width:1200px}.faq-form-box,.contact-info-box{flex:1;min-width:350px;background-color:#f9f9fb;border-radius:18px;padding:40px;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.box-title{color:#000;text-align:center;font-size:22px;font-weight:700;position:relative;margin-bottom:25px}.box-title:after{content:"";display:block;width:70px;height:3px;margin:8px auto 0;background-color:#7c4dff;border-radius:3px}.faq-form{display:flex;flex-direction:column;gap:15px}.form-group{position:relative}.form-group .icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#7c4dff;font-size:1.3rem}input,select,textarea{width:100%;padding:12px 40px 12px 12px;border-radius:12px;border:1px solid #ddd;background-color:#fff;font-size:15px;color:#000;transition:.3s;box-sizing:border-box}input:focus,select:focus,textarea:focus{border-color:#7c4dff;box-shadow:0 0 6px #7c4dff40;outline:none}textarea{min-height:100px;resize:vertical}.styled-select option{border-bottom:1px solid #ccc;padding:8px}.submit-btn{background:linear-gradient(90deg,#6a00f4,#b07eff);color:#fff;border:none;border-radius:12px;padding:12px;font-size:17px;cursor:pointer;transition:.3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #6a00f44d}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:15px;color:#000}.contact-icon{color:#7c4dff;font-size:1.3rem}.social-icons{display:flex;justify-content:center;gap:12px;margin-top:25px;flex-wrap:wrap}.social-icons svg{width:28px;height:28px;color:#7c4dff;border:1.8px solid #7c4dff;border-radius:50%;padding:6px;transition:all .3s ease;background-color:transparent}.social-icons svg:hover{color:#fff;background-color:#7c4dff;transform:translateY(-2px);box-shadow:0 4px 8px #7c4dff66}@media (max-width: 900px){.faq-container{flex-direction:column;align-items:center}.faq-form-box,.contact-info-box{width:100%;max-width:600px}}.intro-section{background:#fff;padding:120px 40px 80px;display:flex;justify-content:center;direction:rtl;font-family:Cairo,sans-serif}.intro-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;gap:60px}.intro-text{flex:1;text-align:right;order:2}.intro-text h2{font-size:2.7rem;font-weight:700;color:#111;margin-bottom:20px;letter-spacing:-.5px}.intro-text p{font-size:1.15rem;line-height:2;color:#444;max-width:600px}.intro-image{order:1}.intro-image img{width:100%;max-width:520px;border-radius:18px;object-fit:cover;transition:transform .4s ease,box-shadow .3s ease;margin-top:20px}.intro-image img:hover{transform:scale(1.03);box-shadow:0 6px 20px #0000001f}@media (max-width: 900px){.intro-content{flex-direction:column;text-align:center;gap:40px}.intro-text{text-align:center;order:1}.intro-image{order:2}.intro-image img{max-width:100%;margin-top:10px}}.works-section{background:#fff;padding:100px 20px;display:flex;justify-content:center;font-family:Cairo,sans-serif}.works-container{width:100%;max-width:1200px;text-align:center}.works-header h2{font-size:2.5rem;color:#000;font-weight:700;margin-bottom:10px}.underline{width:120px;height:4px;margin:0 auto 50px;border-radius:4px;background:linear-gradient(90deg,#7c4dff,#a47dff)}.works-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:50px}.filter-btn{border:1.5px solid #7c4dff;background:transparent;color:#7c4dff;padding:10px 22px;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background:linear-gradient(90deg,#7c4dff,#a47dff);color:#fff}.works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.work-card{background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-align:center;border:1px solid #eee;padding-bottom:20px}.work-card:hover{transform:translateY(-6px);box-shadow:0 8px 18px #0000001a}.work-card img{width:100%;height:200px;object-fit:cover}.work-info{padding:20px}.work-info h3{font-size:1.3rem;font-weight:700;color:#111;margin-bottom:10px}.work-info p{font-size:.95rem;color:#555;margin-bottom:15px;line-height:1.6}.work-info a{display:inline-block;text-decoration:none;background:linear-gradient(90deg,#7c4dff,#a47dff);color:#fff;padding:10px 20px;border-radius:30px;font-weight:600;transition:opacity .3s}.work-info a:hover{opacity:.9}.work-card.app-service{padding-top:40px;position:relative;background:#fff;border:1px solid #e0e0e0;border-radius:20px}.work-card.app-service .image-frame{width:260px;height:520px;margin:0 auto 20px;background:#000;border-radius:36px;padding:12px;box-shadow:0 12px 24px #0003;position:relative}.work-card.app-service .image-frame:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:80px;height:8px;border-radius:6px;background:#333}.work-card.app-service img{width:100%;height:100%;border-radius:30px;object-fit:contain;background:#000}.work-card:not(.app-service) img{width:90%;height:auto;border-radius:10px;border:3px solid #222;background:#000;margin:25px auto 15px;display:block;position:relative;box-shadow:0 8px 18px #00000040;padding:3px}.work-card:not(.app-service):before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:100px;height:8px;background:#333;border-radius:4px}.work-card:not(.app-service):after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60%;height:12px;background:#bbb;border-radius:0 0 6px 6px}@media (max-width: 768px){.works-header h2{font-size:2rem}.work-card.app-service .image-frame{width:200px;height:400px}.work-card:not(.app-service) img{width:95%}}.about-section{width:100%;background:#fff;padding:40px 0 60px;margin-top:10px;direction:rtl;font-family:Cairo,sans-serif}.about-container{width:90%;max-width:1300px;margin:auto;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;gap:40px}.about-image img{width:470px;height:auto;border-radius:14px;border:2px solid #6a3ee6;transition:transform .4s ease}.about-image img:hover{transform:scale(1.02)}.about-content{flex:1;color:#333;text-align:right}.about-content h2{font-size:2.3rem;font-weight:800;margin-bottom:18px;color:#000}.about-content p{font-size:1.1rem;line-height:1.9;color:#555;max-width:620px}@media (max-width: 992px){.about-section{padding:20px 0 50px;margin-top:5px}.about-container{flex-direction:column-reverse;text-align:center;gap:20px}.about-image img{width:100%;max-width:330px;margin-top:5px}.about-content h2{font-size:1.8rem}.about-content p{font-size:1rem;line-height:1.8}}.vision-section{width:100%;background:#fff;padding:80px 0;direction:rtl;font-family:Cairo,sans-serif}.vision-header{text-align:center;margin-bottom:60px}.vision-header h2{font-size:2.4rem;color:#000;font-weight:800;margin-bottom:15px}.vision-underline{width:140px;height:4px;background:linear-gradient(90deg,#6c63ff,#a788ff);margin:10px auto 20px;border-radius:5px}.vision-intro{font-size:1.1rem;color:#555;line-height:1.9;max-width:800px;margin:0 auto}.vision-content{width:90%;max-width:1100px;margin:auto;display:flex;flex-direction:column;gap:40px}.vision-item{display:flex;align-items:center;justify-content:flex-start;gap:15px}.vision-icon{color:#6c63ff;font-size:1.6rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.vision-text h3{color:#000;font-size:1.3rem;font-weight:700;margin-bottom:6px}.vision-text p{color:#555;font-size:1rem;line-height:1.8;margin:0}@media (max-width: 992px){.vision-header h2{font-size:2rem}.vision-intro{font-size:1rem;padding:0 15px}.vision-content{gap:30px}.vision-item{align-items:flex-start;text-align:right}.vision-text h3{font-size:1.2rem}.vision-icon{font-size:1.5rem;margin-top:4px}}.why-syria-dev{width:100%;background:#fff;padding:80px 0;direction:rtl;font-family:Cairo,sans-serif}.why-title{text-align:center;margin-bottom:60px}.why-title h2{font-size:2.4rem;color:#000;font-weight:800}.title-underline{width:130px;height:4px;background:linear-gradient(90deg,#6c63ff,#a788ff);margin:12px auto 0;border-radius:5px}.why-container{width:90%;max-width:1300px;margin:auto}.why-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;flex-wrap:wrap}.why-wrapper.reversed{flex-direction:row-reverse}.why-info{flex:1;min-width:300px;text-align:right}.why-info h3{color:#000;font-size:1.8rem;font-weight:800;margin-bottom:15px}.why-info h3 span{color:#6c63ff}.why-info p{font-size:1.1rem;color:#555;line-height:1.9;margin-bottom:25px;max-width:520px}.contact-btn{background:linear-gradient(135deg,#6c63ff,#9d8cff);color:#fff;border:none;border-radius:10px;padding:12px 30px;font-size:1rem;cursor:pointer;transition:.3s ease}.contact-btn:hover{transform:scale(1.05)}.why-accordion{flex:1;min-width:350px;display:flex;flex-direction:column;gap:18px}.accordion-item{background:#fafafa;border-radius:15px;box-shadow:0 3px 12px #0000000d;overflow:hidden;transition:.3s ease}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;cursor:pointer}.accordion-header h3{font-size:1.1rem;color:#222;margin:0;flex:1;text-align:right}.accordion-number{width:35px;height:35px;border-radius:50%;background:linear-gradient(135deg,#6c63ff,#9d8cff);color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;margin-left:15px}.accordion-icon{font-size:1.5rem;font-weight:700;color:#000;transition:.3s ease}.accordion-content{padding:0 20px;overflow:hidden;color:#555;transition:all .4s ease}.accordion-content p{margin:10px 0 20px;line-height:1.8}.accordion-item.active{background:#f9f7ff;border:1px solid #d6ceff}.accordion-item.active .accordion-icon{color:#6c63ff}@media (max-width: 992px){.why-wrapper.reversed{flex-direction:column-reverse;align-items:center;text-align:center}.why-info h3{font-size:1.7rem}.why-info p{max-width:100%}.why-accordion{width:100%}.accordion-header{padding:15px}.accordion-content p{font-size:.95rem}}.team-section{width:100%;background:#fff;padding:70px 0;direction:rtl;font-family:Cairo,sans-serif}.team-container{width:90%;max-width:1200px;margin:auto}.team-title{text-align:center;margin-bottom:40px}.team-title h2{font-size:2.2rem;color:#000;font-weight:800}.title-underline{width:120px;height:4px;margin:10px auto 12px;border-radius:6px;background:linear-gradient(90deg,#6c63ff,#a788ff)}.team-title p{color:#555}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.team-card{background:#fafafa;border:1px solid #eee;border-radius:16px;padding:18px 16px;text-align:center;transition:.25s ease}.team-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #6c63ff26}.avatar{width:130px;height:130px;margin:0 auto 12px;border-radius:50%;overflow:hidden;border:2px solid #6c63ff22;background:linear-gradient(135deg,#f4f3ff,#eae6ff)}.avatar img{width:100%;height:100%;object-fit:cover}.meta h3{font-size:1.05rem;font-weight:800;color:#000;margin:0 0 6px}.role{font-size:.95rem;color:#555;line-height:1.7;margin:0 0 12px}.social{display:flex;justify-content:center;gap:14px;margin-bottom:10px}.social a{font-size:1.2rem;color:#6c63ff;transition:.2s ease}.social a:hover{color:#3e2bff;transform:scale(1.12)}.more-btn{display:inline-block;margin-top:5px;font-size:.9rem;color:#fff;background:linear-gradient(135deg,#6c63ff,#9d8cff);padding:8px 20px;border-radius:25px;text-decoration:none;transition:.3s ease}.more-btn:hover{transform:scale(1.05);background:linear-gradient(135deg,#5b52e0,#8a7af7)}@media (max-width: 768px){.team-title h2{font-size:1.9rem}.avatar{width:120px;height:120px}.role{font-size:.9rem}}.mobilead-container{padding:100px 20px;text-align:center;background:linear-gradient(to bottom,#fff,#fff);color:#333;font-family:Cairo,sans-serif}.mobilead-title{font-size:2.6rem;font-weight:800;color:#000;position:relative;display:inline-block;margin-bottom:40px}.mobilead-title:after{content:"";display:block;width:65%;height:4px;background:linear-gradient(90deg,#7c4dff,#b388ff);margin:8px auto 0;border-radius:5px}.mobilead-desc{max-width:900px;margin:0 auto;line-height:2.1;font-size:1.15rem;color:#444;background:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 6px 18px #7c4dff1a;border:1px solid rgba(124,77,255,.15);text-align:justify;direction:rtl}.brand{color:#7c4dff;font-weight:700}@media (max-width: 768px){.mobilead-container{padding:70px 15px}.mobilead-title{font-size:2.1rem}.mobilead-desc{font-size:1rem;padding:25px 20px}}.whyus-section{text-align:center;padding:80px 20px;background-color:#fff;font-family:Cairo,Tajawal,sans-serif}.whyus-title{font-size:2.2rem;font-weight:800;color:#000;margin-bottom:20px;position:relative;display:inline-block}.whyus-underline{width:70px;height:3px;background-color:#7c4dff;margin:10px auto 0;border-radius:4px}.whyus-text{font-size:1.1rem;color:#444;max-width:700px;margin:0 auto 50px;line-height:1.8}.whyus-text span{color:#7c4dff;font-weight:600}.whyus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:40px;justify-content:center;align-items:start}.whyus-card{text-align:center;transition:transform .3s ease}.whyus-card:hover{transform:translateY(-5px)}.whyus-icon{font-size:40px;color:#7c4dff;margin-bottom:15px;transition:color .3s ease}.whyus-card-title{font-size:1.2rem;font-weight:700;color:#000;margin-bottom:10px;transition:color .3s ease}.whyus-card-title:hover{color:#7c4dff}.whyus-card-text{font-size:.95rem;color:#555;line-height:1.7;max-width:300px;margin:0 auto}@media (max-width: 768px){.whyus-section{padding:60px 15px}.whyus-title{font-size:1.8rem}.whyus-text{font-size:1rem}}.steps-section{text-align:center;padding:80px 20px;font-family:Cairo,Tajawal,sans-serif;background-color:#fff}.steps-title{font-size:2.2rem;font-weight:800;color:#000}.underline{width:70px;height:3px;background-color:#7c4dff;margin:10px auto 30px;border-radius:4px}.steps-description{max-width:750px;margin:0 auto 50px;color:#444;font-size:1.05rem;line-height:1.8}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;justify-content:center}.step-card{display:flex;align-items:stretch;justify-content:space-between;background:#fafafa;border-radius:20px;overflow:hidden;box-shadow:0 5px 15px #7c4dff14;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #7c4dff26}.step-content{flex:1;padding:25px;text-align:right}.step-content h3{font-size:1.3rem;font-weight:700;color:#000;margin-bottom:10px}.step-content p{color:#555;font-size:1rem;line-height:1.7}.step-number{width:120px;background:linear-gradient(135deg,#7c4dff,#b388ff);display:flex;justify-content:center;align-items:center;border-radius:0 20px 20px 0}.step-number span{font-size:2rem;color:#fff;font-weight:700}@media (max-width: 992px){.steps-grid{grid-template-columns:1fr}.step-number{width:100px}}.dev-section{text-align:center;padding:80px 20px;background-color:#fff;font-family:Cairo,Tajawal,sans-serif}.dev-title{font-size:2.3rem;font-weight:800;color:#000}.dev-underline{width:80px;height:3px;background:#7c4dff;margin:10px auto 30px;border-radius:3px}.dev-text{max-width:750px;margin:0 auto 50px;font-size:1.05rem;color:#444;line-height:1.8}.dev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;justify-content:center}.dev-box{background-color:#f8f5ff;border-radius:25px;padding:40px 25px;transition:all .3s ease;box-shadow:0 10px 20px #7c4dff14}.dev-box:hover{transform:translateY(-6px);box-shadow:0 12px 25px #7c4dff26}.dev-icon{width:70px;height:70px;background:linear-gradient(135deg,#7c4dff,#9e8cff);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 20px;box-shadow:0 5px 15px #7c4dff33}.dev-box h3{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:10px}.dev-box p{color:#555;font-size:1rem;line-height:1.7;max-width:300px;margin:0 auto}@media (max-width: 768px){.dev-grid{grid-template-columns:1fr}}.QualityTest-section{text-align:center;padding:100px 20px;background:#fff;font-family:Cairo,Tajawal,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center}.QualityTest-header{max-width:700px;margin-bottom:60px;text-align:center}.QualityTest-title{font-size:2.4rem;font-weight:800;color:#000;display:flex;align-items:center;justify-content:center;gap:10px}.QualityTest-underline{width:90px;height:3px;background:linear-gradient(90deg,#7c4dff,#b388ff);margin:10px auto 25px;border-radius:4px}.QualityTest-description{font-size:1.1rem;color:#555;line-height:1.9;animation:fadeIn .8s ease}.QualityTest-accordion{width:100%;max-width:800px;display:flex;flex-direction:column;gap:20px}.QualityTest-item{background:#fff;border:1px solid #eee;border-radius:12px;padding:15px 20px;cursor:pointer;box-shadow:0 6px 20px #7c4dff0d;transition:all .3s ease}.QualityTest-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px #7c4dff1a}.QualityTest-item.active{background:#f7f4ff;border:1px solid #d1c4ff}.QualityTest-headerBox{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#000}.QualityTest-headerBox h3{flex:1;text-align:right;font-size:1.1rem;margin:0 15px}.QualityTest-number{background:linear-gradient(135deg,#7c4dff,#b388ff);color:#fff;font-weight:700;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 10px #7c4dff33}.QualityTest-toggle{color:#000;font-weight:700;transition:transform .3s ease}.QualityTest-content{margin-top:12px;padding-right:50px;color:#555;font-size:.95rem;line-height:1.7;animation:QualityTest-fadeIn .3s ease}@keyframes QualityTest-fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.QualityTest-title{font-size:2rem}.QualityTest-description{font-size:1rem}.QualityTest-accordion{max-width:100%}}.Support-section{text-align:center;padding:100px 20px;background:linear-gradient(180deg,#fff 0% 100%);font-family:Cairo,Tajawal,sans-serif;position:relative;overflow:hidden}.Support-header{max-width:800px;margin:0 auto 60px}.Support-title{font-size:2.3rem;font-weight:800;color:#000;display:flex;justify-content:center;align-items:center;gap:10px}.Support-underline{width:80px;height:3px;background:linear-gradient(90deg,#7c4dff,#b388ff);margin:10px auto 25px;border-radius:4px}.Support-text{font-size:1.1rem;color:#555;line-height:1.8;animation:fadeIn .7s ease}.Support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:35px;justify-content:center;padding:0 10px}.Support-card{background:#fff9;border-radius:20px;padding:40px 25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #7c4dff1a;transition:all .4s ease;border:1px solid rgba(124,77,255,.1);transform:scale(1)}.Support-card:hover{transform:scale(1.05);box-shadow:0 15px 40px #7c4dff40}.Support-icon{width:70px;height:70px;background:linear-gradient(135deg,#7c4dff,#b388ff);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 20px #7c4dff66;animation:glow 3s infinite ease-in-out}.Support-card h3{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:10px}.Support-card p{color:#555;font-size:1rem;line-height:1.7}@keyframes glow{0%{box-shadow:0 0 10px #7c4dff33}50%{box-shadow:0 0 25px #7c4dff66}to{box-shadow:0 0 10px #7c4dff33}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.Support-title{font-size:2rem}.Support-text{font-size:1rem}}.how-section{padding:80px 20px;text-align:center;background-color:#fff}.how-section.alt-bg{background-color:#fdfbff}.how-title{font-size:2rem;font-weight:800;color:#6c3cff;margin-bottom:25px;display:inline-flex;align-items:center;gap:10px}.how-text{max-width:850px;margin:0 auto 40px;font-size:1.1rem;line-height:1.9;color:#444}.how-list{list-style:none;padding:0;margin:0 auto;max-width:600px;text-align:right;direction:rtl}.how-list li{background:#f4edff;border-right:4px solid #7c4dff;padding:12px 18px;border-radius:8px;margin:10px 0;font-size:1rem;color:#333;box-shadow:0 2px 10px #7c4dff14}.how-cards{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin-top:30px}.how-card{background:linear-gradient(180deg,#f9f5ff,#f3edff);border:1px solid #e0d4ff;border-radius:16px;box-shadow:0 4px 12px #7c4dff26;padding:25px;width:270px;transition:all .3s ease;color:#333}.how-card:hover{transform:translateY(-6px);box-shadow:0 6px 18px #7c4dff40}.how-card h4{margin:10px 0;color:#6a3cff;font-weight:700}.how-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:20px}.how-box{background:#fff;border:2px solid #7c4dff;border-radius:14px;padding:25px;width:300px;box-shadow:0 4px 15px #7c4dff1a;transition:all .3s ease}.how-box:hover{transform:translateY(-5px);box-shadow:0 8px 20px #7c4dff33}.how-box h4{margin:10px 0;color:#6c3cff;font-weight:700}.how-rectangle{background:#f7f4ff;border:1px solid #d6c9ff;border-radius:14px;box-shadow:0 5px 18px #7c4dff1f;padding:40px 30px;max-width:900px;margin:30px auto;text-align:justify;line-height:1.9;color:#333}@media (max-width: 768px){.how-title{font-size:1.8rem}.how-text{font-size:1rem}.how-card,.how-box{width:100%;max-width:360px}}
