@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap");:root{--red:#d71920;--dark:#0d0d0f;--ink:#171719;--muted:#6b6b70;--light:#f5f5f6;--white:#fff;--line:#e6e6e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,Tahoma,Arial,sans-serif;color:var(--ink);background:#fff;direction:rtl}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:#090909;color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 0}.topbar .phones{display:flex;gap:18px;flex-wrap:wrap}.topbar a:hover{color:#ff4a50}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #eee;backdrop-filter:blur(12px)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{width:180px;max-height:62px;object-fit:contain}.menu{display:flex;align-items:center;gap:25px;font-weight:700}.menu a{position:relative}.menu a:after{content:"";position:absolute;right:0;bottom:-8px;width:0;height:3px;background:var(--red);transition:.25s}.menu a:hover:after,.menu a.active:after{width:100%}.menu-toggle{display:none;border:0;background:var(--dark);color:#fff;font-size:24px;border-radius:8px;padding:6px 11px}.hero{min-height:690px;display:flex;align-items:center;position:relative;background:url('../images/hero.jpg') center/cover no-repeat;color:#fff}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,.78))}.hero-content{position:relative;z-index:2;max-width:730px}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#fff;font-weight:700;margin-bottom:14px}.eyebrow:before{content:"";width:42px;height:3px;background:var(--red)}h1{font-size:clamp(38px,6vw,70px);line-height:1.15;margin:0 0 16px;font-weight:800}.hero p{font-size:20px;line-height:1.9;margin:0 0 28px;color:#f0f0f0}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:7px;font-weight:800;transition:.25s;border:1px solid transparent}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:#b81016;transform:translateY(-2px)}.btn-outline{border-color:#fff;color:#fff}.btn-outline:hover{background:#fff;color:#111}.section{padding:88px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section-head .tag{color:var(--red);font-weight:800}.section-head h2{font-size:clamp(30px,4vw,46px);margin:6px 0 12px}.section-head p{color:var(--muted);line-height:1.9}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.about-img{position:relative;padding:0 0 22px 22px}.about-img:after{content:"";position:absolute;left:0;bottom:0;width:65%;height:65%;background:var(--red);z-index:-1}.about-img img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#111}.about-copy h2{font-size:42px;margin:5px 0 18px}.about-copy p{color:var(--muted);line-height:2}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.checks span:before{content:'✓';color:var(--red);font-weight:900;margin-left:8px}.services{background:#f6f6f7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#fff;border:1px solid #e7e7e8;border-radius:14px;overflow:hidden;transition:.25s}.service-card:hover{transform:translateY(-7px);box-shadow:0 18px 40px rgba(0,0,0,.09)}.service-image{height:280px;background:#ededee;display:flex;align-items:center;justify-content:center}.service-image img{width:100%;height:100%;object-fit:contain}.service-body{padding:22px}.service-body h3{margin:0 0 8px;font-size:22px}.service-body p{color:var(--muted);line-height:1.8;min-height:62px}.more{color:var(--red);font-weight:800}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery a{background:#111;overflow:hidden;border-radius:9px;position:relative}.gallery img{width:100%;aspect-ratio:1/1;object-fit:contain;transition:.3s}.gallery a:hover img{transform:scale(1.035);opacity:.9}.gallery a:after{content:'عرض الصورة';position:absolute;inset:auto 10px 10px 10px;background:rgba(0,0,0,.72);color:#fff;text-align:center;padding:7px;border-radius:5px;opacity:0;transition:.25s}.gallery a:hover:after{opacity:1}.cta{background:linear-gradient(120deg,#080808,#1a1a1d);color:#fff}.cta .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:38px;margin:0 0 8px}.cta p{color:#ccc;margin:0}.footer{background:#070708;color:#bbb;padding:55px 0 20px;border-top:4px solid var(--red)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:45px}.footer h3{color:#fff}.footer-logo{width:190px;background:#fff;padding:8px;border-radius:7px}.footer p{line-height:1.9}.footer-links{display:grid;gap:10px}.footer-links a:hover{color:var(--red)}.copyright{border-top:1px solid #242426;margin-top:35px;padding-top:18px;text-align:center;font-size:14px}.floating{position:fixed;left:20px;bottom:20px;z-index:80;display:flex;flex-direction:column;gap:10px}.float-btn{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:22px;box-shadow:0 8px 25px rgba(0,0,0,.25)}.wa{background:#1faa59}.call{background:var(--red)}.page-hero{padding:105px 0 70px;background:linear-gradient(120deg,#080808,#222);color:#fff;border-bottom:4px solid var(--red)}.page-hero h1{font-size:48px}.breadcrumb{color:#ccc}.content{padding:75px 0}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.service-detail .imagebox{background:#f3f3f3;border:1px solid #e6e6e6;border-radius:14px;padding:12px}.service-detail img{width:100%;max-height:620px;object-fit:contain}.service-detail h2{font-size:38px;margin-top:0}.service-detail p,.service-detail li{line-height:2;color:#555}.feature-list{padding:0;list-style:none}.feature-list li:before{content:'✓';color:var(--red);font-weight:900;margin-left:10px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.contact-card{border:1px solid #e7e7e7;padding:28px;border-radius:12px}.contact-card h3{margin-top:0}.contact-card a{color:var(--red);font-weight:800}.faq details{border:1px solid #e4e4e4;border-radius:10px;padding:18px 20px;margin-bottom:12px}.faq summary{font-weight:800;cursor:pointer}.faq p{color:#666;line-height:1.8}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:200;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}.lb-close,.lb-prev,.lb-next{position:absolute;border:0;background:rgba(255,255,255,.14);color:#fff;font-size:30px;cursor:pointer;border-radius:50%}.lb-close{top:20px;right:20px;width:48px;height:48px}.lb-prev,.lb-next{top:50%;width:50px;height:50px}.lb-prev{right:25px}.lb-next{left:25px}@media(max-width:900px){.menu-toggle{display:block}.menu{position:absolute;top:78px;right:0;left:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:20px 5%;box-shadow:0 10px 20px rgba(0,0,0,.08)}.menu.open{display:flex}.hero{min-height:600px}.about-grid,.service-detail,.contact-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta .container{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.topbar .container{justify-content:center}.topbar .phones{justify-content:center;font-size:12px}.nav{height:68px}.logo img{width:145px}.menu{top:68px}.hero{min-height:560px;background-position:center}.hero p{font-size:17px}.section{padding:65px 0}.about-grid{gap:30px}.about-copy h2{font-size:32px}.checks{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service-image{height:auto;min-height:260px}.gallery{grid-template-columns:repeat(2,1fr);gap:8px}.footer-grid{grid-template-columns:1fr}.cta h2{font-size:30px}.page-hero h1{font-size:38px}.floating{left:12px;bottom:12px}.float-btn{width:48px;height:48px}}.nav{position:relative;direction:ltr}.logo{order:0}.menu{order:1;direction:rtl;margin-inline:auto}.quote-nav{order:2;background:var(--red);color:#fff;padding:10px 16px;border-radius:7px;font-weight:800}.quote-nav:hover{background:#b81016}.service-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.service-actions .btn{padding:9px 13px;font-size:14px}.cta .actions{gap:9px}.footer{background:#08233d}.footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr}.footer h3{color:#f5b832}.footer-logo-link{display:inline-block}.footer-logo{margin-bottom:14px}.quote-box{margin-top:35px;border:1px solid #e5e5e5;border-radius:14px;padding:28px;background:#fafafa}.quote-box h3{color:var(--red);margin-top:0}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:13px 14px;border:1px solid #ddd;border-radius:8px;font-family:inherit;background:#fff}.quote-form textarea{grid-column:1/-1;min-height:100px;resize:vertical}.quote-send{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap}.contact-card h3,.contact-card p a,.contact-card .btn{color:var(--red)}.contact-card .btn{color:#fff}.float-btn svg{width:25px;height:25px;fill:currentColor}.floating .wa{background:#25D366}.floating .call{background:#e31b23}@media(max-width:900px){.quote-nav{display:none}.nav{justify-content:space-between}.logo{order:0}.menu-toggle{display:block;order:2;margin-right:auto}.menu{order:3;margin:0;direction:rtl;text-align:center}.menu a{text-align:center}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){body{text-align:center}.hero-content,.about-copy,.service-body,.page-hero,.service-detail,.contact-card,.faq,.footer,.cta{text-align:center}.hero-content{margin:auto}.actions,.service-actions,.quote-send{justify-content:center}.eyebrow{justify-content:center}.about-img{margin:auto}.feature-list{display:inline-block;text-align:right}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-logo{margin:0 auto 14px}.footer-links{justify-items:center}.cta .container{align-items:center}.quote-form{grid-template-columns:1fr}.quote-form textarea,.quote-send{grid-column:auto}.section-head{text-align:center}.menu-toggle{margin-right:auto}.logo{margin-left:0}.topbar span{display:none}}.page-hero .container{text-align:center}.page-hero h1,.page-hero .breadcrumb{text-align:center}.footer{background:#070708;color:#c7c7c9;border-top:4px solid var(--red)}.footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr;gap:52px;direction:ltr;align-items:start}.footer-grid>div{direction:rtl}.footer h3{color:#fff;margin-top:0}.footer-brand h3{color:#fff;line-height:1.7}.footer-logo{width:190px;background:#fff;padding:8px;border-radius:8px;margin-bottom:14px}.footer-links{gap:11px}.footer-links a:hover{color:var(--red)}@media(min-width:901px){.nav{direction:ltr;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.logo{justify-self:start}.menu{justify-self:center;margin:0;direction:rtl}.quote-nav{justify-self:end}.page-hero .container{display:flex;flex-direction:column;align-items:center}}@media(max-width:900px){.nav{direction:ltr;display:flex;justify-content:space-between;align-items:center}.logo{order:0;margin:0}.menu-toggle{order:2;margin:0 0 0 auto}.menu{position:absolute;top:78px;right:0;left:0;direction:rtl;text-align:right;align-items:stretch;padding:18px 5%;margin:0}.menu a{text-align:right;width:100%;padding:9px 0}.footer-grid{grid-template-columns:1fr 1fr;direction:rtl}.footer-grid>div{direction:rtl}}@media(max-width:600px){.menu{top:68px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-grid>div{text-align:center}.footer-links{justify-items:center}.footer-logo{margin:0 auto 14px}.page-hero .container,.page-hero h1,.page-hero .breadcrumb{text-align:center}.menu a{text-align:right}.quote-send .btn{min-width:200px}}@media(max-width:600px){.cta .actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:360px;margin-inline:auto;}.cta .actions .btn{width:100%;min-width:0;padding:13px 8px;white-space:nowrap;}}html,body,*{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important}img{-webkit-user-drag:none!important;user-drag:none!important}
