@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Tajawal:wght@300;400;500;700;800&display=swap";.main-header{background-color:var(--white);box-shadow:var(--shadow-sm);z-index:1000;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;height:80px;display:flex;position:relative}.logo{cursor:pointer;align-items:center;gap:.75rem;display:flex}.logo-icon{justify-content:center;align-items:center;width:55px;height:55px;display:flex}.logo-text h2{margin:0;font-size:1.4rem;font-weight:900;line-height:1.1}.logo-sherif{color:#0f172a}.logo-shaaban{color:#0ea5e9}.logo-dev{color:var(--orange);letter-spacing:.5px;margin:0;font-size:.85rem;font-weight:700}.search-box{background-color:var(--bg-secondary);border:1px solid #e2e8f0;border-radius:20px;flex:1;align-items:center;max-width:400px;margin:0 2rem;padding:.25rem 1rem;display:flex}.search-box input{width:100%;color:var(--navy);background:0 0;border:none;outline:none;padding:.5rem;font-size:.9rem}.search-btn{color:var(--navy-light)}.header-actions{align-items:center;gap:1rem;display:flex}.login-btn{background-color:var(--orange);color:var(--white);border-radius:20px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600}.login-btn:hover{background-color:var(--orange-hover)}.icon-btn{color:var(--navy);border-radius:50%;align-items:center;gap:.5rem;padding:.5rem;transition:background-color .2s;display:flex}.icon-btn:hover{background-color:var(--bg-secondary)}.lang-switcher,.hamburger-menu{position:relative}.dropdown-menu{background-color:var(--white);box-shadow:var(--shadow-lg);border:1px solid #e2e8f0;border-radius:8px;min-width:150px;margin-top:.5rem;padding:.5rem 0;position:absolute;top:100%;right:0}html[dir=rtl] .dropdown-menu{left:0;right:auto}.lang-dropdown button{text-align:left;width:100%;color:var(--navy);padding:.75rem 1.5rem;font-size:.9rem;display:block}html[dir=rtl] .lang-dropdown button{text-align:right}.lang-dropdown button:hover{background-color:var(--bg-secondary)}.main-nav{min-width:250px}.main-nav ul li a{color:var(--navy);padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;display:block}.main-nav ul li a:hover{background-color:var(--bg-secondary);color:var(--orange)}.user-actions{align-items:center;gap:.5rem;display:flex}@media (width<=768px){.search-box,.hide-mobile{display:none}}.main-footer{background-color:var(--navy);color:var(--white);padding:4rem 0 0}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-col h3{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.footer-col h4{color:var(--light-blue);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.footer-logo{background-color:var(--white);width:48px;height:48px;color:var(--navy);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:flex}.footer-desc{color:var(--light-blue);opacity:.8;max-width:300px;margin-top:1rem;font-size:.9rem}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:var(--white);opacity:.8;font-size:.95rem}.footer-col ul li a:hover{opacity:1;color:var(--orange)}.footer-bottom{text-align:center;color:var(--light-blue);opacity:.8;border-top:1px solid #ffffff1a;padding:1.5rem 0;font-size:.85rem}@media (width<=768px){.footer-container{text-align:center;grid-template-columns:1fr}.footer-logo{margin:0 auto 1rem}.footer-desc{margin:1rem auto}}.hero-section{background:linear-gradient(to right, var(--bg-secondary) 0%, var(--white) 60%);border-bottom:none;padding:4rem 0 0;position:relative;overflow:hidden}.hero-container{justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.hero-content{z-index:1;flex:1}.custom-hero-title{flex-direction:column;margin-bottom:1.5rem;line-height:1.1;display:flex}.welcome-text{color:var(--navy);margin-bottom:-1rem;font-size:7rem;font-weight:900}.name-text{color:var(--light-blue);font-size:4rem;font-weight:800}.dev-text{color:var(--navy);opacity:.8;font-size:2.5rem;font-weight:700}.hero-content p{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero-image{flex:1;justify-content:center;display:flex}.hero-image img{object-fit:cover;mix-blend-mode:multiply;width:100%;max-width:550px}.cta-button{background-color:var(--orange);color:var(--white);box-shadow:var(--shadow-md);border-radius:30px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .2s,background-color .2s}.cta-button:hover{background-color:var(--orange-hover);transform:translateY(-2px)}@media (width<=900px){.hero-container{text-align:center;flex-direction:column-reverse}.welcome-text{font-size:4.5rem}.name-text{font-size:2.5rem}.dev-text{font-size:1.8rem}.hero-content p{margin:0 auto 2.5rem;font-size:1.1rem}}.carousel-wrapper{background-color:var(--bg-main);border-bottom:1px solid var(--bg-secondary);align-items:center;margin-bottom:0;padding:1rem 0;display:flex;position:relative}.carousel-container{scroll-behavior:smooth;scrollbar-width:none;gap:1rem;width:100%;padding:1rem 3rem;display:flex;overflow-x:auto}.carousel-container::-webkit-scrollbar{display:none}.carousel-item{background-color:var(--white);width:180px;box-shadow:var(--shadow-sm);border:1px solid #e2e8f0;border-radius:12px;flex:none;transition:transform .2s,box-shadow .2s;overflow:hidden}.carousel-item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.item-image-wrapper{background-color:var(--bg-secondary);justify-content:center;align-items:center;width:100%;height:180px;display:flex}.item-image-wrapper img{object-fit:cover;width:100%;height:100%}.item-placeholder{color:var(--navy-light);font-size:.9rem}.item-content{padding:.75rem}.item-content h3{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;overflow:hidden}.scroll-btn{z-index:10;color:var(--navy);width:40px;height:40px;box-shadow:var(--shadow-md);background-color:#ffffffe6;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.scroll-btn:hover{background-color:var(--light-blue)}.scroll-btn.left{left:10px}.scroll-btn.right{right:10px}html[dir=rtl] .scroll-btn.left{left:auto;right:10px;transform:translateY(-50%)rotate(180deg)}html[dir=rtl] .scroll-btn.right{left:10px;right:auto;transform:translateY(-50%)rotate(180deg)}.type-windows .item-image-wrapper{height:120px}.type-windows .carousel-item{width:220px}.type-book .item-image-wrapper{height:250px}.type-book .carousel-item{width:160px}.carousel-loading,.carousel-error{text-align:center;color:var(--text-muted);padding:2rem}.graffiti-section{background:linear-gradient(to right, var(--bg-secondary) 0%, var(--white) 60%);border-bottom:none;padding:0;overflow:hidden}.graffiti-section.invert{background:linear-gradient(to left, var(--bg-secondary) 0%, var(--white) 60%)}.graffiti-container{justify-content:space-between;align-items:flex-start;gap:4rem;display:flex}.graffiti-section.invert .graffiti-container{flex-direction:row-reverse}.graffiti-text{flex:1}.graffiti-text h2{color:var(--navy);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.graffiti-text p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.graffiti-btn{background-color:var(--navy);color:var(--white);box-shadow:var(--shadow-sm);border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:transform .2s,background-color .2s;display:inline-block}.graffiti-btn:hover{background-color:var(--navy-light);transform:translateY(-2px)}.graffiti-visual-img{flex:1;justify-content:center;display:flex}.graffiti-visual-img img{object-fit:cover;mix-blend-mode:multiply;width:100%;max-width:450px}@media (width<=900px){.graffiti-container,.graffiti-section.invert .graffiti-container{text-align:center;flex-direction:column}}.quick-links-section{background:var(--bg-main);border-top:1px solid #0000001a;padding:4rem 0}.ql-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.ql-item{align-items:flex-start;gap:1.5rem;display:flex}.ql-icon{color:var(--navy);background:var(--bg-white);border-radius:var(--radius-md,12px);box-shadow:var(--shadow-sm);border:1px solid #0000000d;flex-shrink:0;justify-content:center;align-items:center;padding:15px;display:flex}.ql-content h3{color:var(--navy);margin-bottom:.8rem;font-size:1.15rem;font-weight:700}.ql-content p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.faq-link{color:var(--light-blue);transition:var(--transition,all .3s ease);align-items:center;font-size:1rem;font-weight:600;display:inline-flex}.faq-link:hover{color:var(--orange)}@media (width<=992px){.ql-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ql-grid{grid-template-columns:1fr;gap:2rem}}.docs-container{min-height:80vh;padding:4rem 1rem}.docs-layout{background:var(--bg-white,#fff);border-radius:var(--radius-lg,16px);box-shadow:var(--shadow-sm,0 1px 3px #0000001a);border:1px solid var(--border,#e2e8f0);grid-template-columns:280px 1fr;gap:3rem;display:grid;overflow:hidden}.docs-sidebar{border-inline-end:1px solid var(--border,#e2e8f0);background:#f8fafc;padding:2rem}.docs-sidebar-title{color:var(--navy,#0f172a);border-bottom:2px solid var(--cyan,#0ea5e9);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.25rem;font-weight:800}.docs-nav{margin:0;padding:0;list-style:none}.docs-nav li{margin-bottom:.5rem}.docs-link{color:var(--text-body,#475569);border-radius:var(--radius-sm,8px);padding:.75rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.docs-link:hover{color:var(--cyan,#0ea5e9);background:#0ea5e91a}.docs-link.active{background:var(--cyan,#0ea5e9);color:#fff}.docs-main{padding:2.5rem 3rem 2.5rem 0}[dir=rtl] .docs-main{padding:2.5rem 0 2.5rem 3rem}.docs-content-inner h1{color:var(--navy,#0f172a);margin-bottom:.5rem;font-size:2.2rem;line-height:1.3}.docs-updated-date{color:var(--text-muted,#94a3b8);border-bottom:1px solid var(--border,#e2e8f0);margin-bottom:2rem;padding-bottom:1rem;font-size:.9rem}.docs-body{color:var(--text-body,#475569);font-size:1.05rem;line-height:1.8}.docs-body h2{color:var(--navy,#0f172a);margin-top:2.5rem;margin-bottom:1rem;font-size:1.6rem}.docs-body h3{color:var(--navy,#0f172a);margin-top:2rem;margin-bottom:1rem;font-size:1.3rem}.docs-body p{margin-bottom:1.2rem}.docs-body ul,.docs-body ol{margin-bottom:1.5rem;padding-inline-start:1.5rem}.docs-body li{margin-bottom:.5rem}.docs-empty,.docs-loading{text-align:center;color:var(--text-muted,#94a3b8);padding:4rem;font-size:1.1rem}@media (width<=768px){.docs-layout{grid-template-columns:1fr}.docs-sidebar{border-inline-end:none;border-bottom:1px solid var(--border,#e2e8f0)}.docs-main,[dir=rtl] .docs-main{padding:2rem}}.app{flex-direction:column;min-height:100vh;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cms-section{background-color:var(--navy);color:var(--white);text-align:center;border-bottom:1px solid #ffffff1a;padding:5rem 0}.cms-section h2{margin-bottom:1rem;font-size:2.5rem}.cms-section p{color:var(--light-blue);margin-bottom:3rem}.cms-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.cms-card{text-align:center;background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;transition:transform .2s,background-color .2s;display:flex}.cms-card:hover{background-color:#fff3;transform:translateY(-5px)}.cms-logo{object-fit:contain;border-radius:12px;width:80px;height:80px;margin-bottom:1rem}.cms-card h3{color:var(--white);margin-bottom:.5rem;font-size:1.5rem}.cms-card p{color:var(--light-blue);margin:0;font-size:.95rem;line-height:1.5}.web-dev-section{background-color:var(--navy);color:var(--white);border-bottom:1px solid #ffffff1a;padding:6rem 0;position:relative;overflow:hidden}.web-dev-container{justify-content:space-between;align-items:center;gap:4rem;display:flex}.web-dev-content{text-align:left;flex:1}[dir=rtl] .web-dev-content{text-align:right}.web-dev-content h2{color:var(--white);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.web-dev-content h2 span{color:var(--orange)}.web-dev-desc{color:var(--light-blue);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.web-dev-features{flex-direction:column;gap:1.2rem;margin-bottom:3rem;display:flex}.feature{border-left:4px solid var(--orange);background:#ffffff0d;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1.1rem;transition:transform .3s,background .3s;display:flex}[dir=rtl] .feature{border-left:none;border-right:4px solid var(--orange)}.feature:hover{background:#ffffff1a;transform:translate(10px)}[dir=rtl] .feature:hover{transform:translate(-10px)}.feature-icon{font-size:1.5rem}.web-dev-cta{background:linear-gradient(135deg, var(--orange), #ff6b00);color:var(--white);border-radius:30px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #ff6b0066}.web-dev-cta:hover{color:var(--white);transform:translateY(-3px);box-shadow:0 6px 20px #ff6b0099}.web-dev-image{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.web-dev-image img{border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:500px;height:auto;transition:transform .5s;transform:perspective(1000px)rotateY(-5deg)translateY(-10px);box-shadow:0 20px 40px #0006}[dir=rtl] .web-dev-image img{transform:perspective(1000px)rotateY(5deg)translateY(-10px)}.web-dev-image:hover img{transform:perspective(1000px)rotateY(0)translateY(0)}@media (width<=992px){.web-dev-container{text-align:center;flex-direction:column}.web-dev-content,[dir=rtl] .web-dev-content{text-align:center}.feature,[dir=rtl] .feature{border:none;justify-content:center}.feature:hover,[dir=rtl] .feature:hover{transform:translateY(-5px)}}:root{--navy:#0a2647;--navy-light:#144272;--light-blue:#0096c7;--white:#fff;--orange:#ff8225;--orange-hover:#e56a17;--text-main:#333;--text-muted:#666;--bg-main:var(--white);--bg-secondary:#f8fbff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);font-family:Inter,Tajawal,sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden}html[dir=rtl] body{font-family:Tajawal,Inter,sans-serif}h1,h2,h3,h4,h5,h6{color:var(--navy);letter-spacing:-.02em;font-weight:800;line-height:1.3}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4,html[dir=rtl] h5,html[dir=rtl] h6{letter-spacing:normal}.text-highlight{color:var(--orange)}.text-gradient{background:linear-gradient(135deg, var(--navy) 0%, var(--orange) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--navy-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--navy)}
