:root{--color-bg:#1a1a1a;--color-bg-header:#2d2d2d;--color-bg-hero:#252525;--color-text:#f5f5f5;--color-text-muted:#a3a3a3;--color-heading:#fff;--color-accent:#c9a24d;--color-accent-hover:#d4b05d;--color-border:#404040;--font-arabic:"Noto Kufi Arabic", system-ui, sans-serif}*{box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-arabic);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{width:100%;min-height:100vh}.btn{font-size:.95rem;font-weight:600;font-family:var(--font-arabic);cursor:pointer;border:2px solid #0000;border-radius:25px;justify-content:center;align-items:center;padding:.2rem 1.25rem;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover);color:#fff}.btn--outline{color:#fff;border-color:var(--color-accent);background:0 0}.btn--outline:hover{color:#fff;background:#c9a22726}.btn--lg{padding:.35rem 1.5rem;font-size:1rem}.site-header{z-index:100;padding:.75rem 1.5rem;position:sticky;top:0}.site-header--over-hero{background:0 0;border-bottom:none;position:absolute;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.logo-link{color:inherit;align-items:center;text-decoration:none;display:flex}.logo-img{width:auto;height:48px;display:block}.nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav-link{color:#fff;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#ffffffd9}.nav-link--active{color:var(--color-accent)}.header-cta{flex-shrink:0}@media (width<=900px){.header-inner{flex-wrap:wrap}.nav{order:3;justify-content:flex-start;gap:1.25rem;width:100%}}@media (width<=600px){.nav{display:none}}.hero{justify-content:center;align-items:center;min-height:85vh;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg-img{object-fit:cover;opacity:.35;width:100%;height:100%}.hero-bg-overlay{background:linear-gradient(to top right,#1e1e1e40 0%,#1e1e1e80 40%,#1e1e1eb0 70% 100%);position:absolute;inset:0}.hero-content{z-index:1;text-align:center;max-width:1100px;position:relative}.hero-badge{color:#fff;background:#ffffff14;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.875rem;display:inline-flex}.hero-badge-icon{font-size:1rem}.hero-title{color:var(--color-heading);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.3}.hero-desc{color:#fff;margin:0 0 2rem;max-width:1050px;margin-inline:auto;font-size:32px;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.hero{align-items:flex-start;min-height:75vh;padding:5rem 1rem 4rem}.hero-content{width:100%}.hero-badge{margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.8rem}.hero-title{margin-bottom:.85rem;font-size:clamp(1.35rem,5vw,1.75rem);line-height:1.35}.hero-desc{max-width:100%;margin-bottom:1.5rem;font-size:1rem;line-height:1.65}.hero-buttons{flex-direction:column;gap:.75rem;width:100%;max-width:280px;margin-inline:auto}.hero-buttons .btn{width:100%;padding:.5rem 1.25rem;font-size:.95rem}}@media (width<=480px){.hero{min-height:70vh;padding:4.5rem .75rem 3.5rem}.hero-badge{padding:.3rem .75rem;font-size:.75rem}.hero-title{font-size:1.3rem}.hero-desc{margin-bottom:1.25rem;font-size:.95rem}.hero-buttons{gap:.6rem;max-width:100%}}.stats{z-index:2;background:linear-gradient(#0000 0% 70px,#fff 70px);margin-top:-6.5rem;padding:0 1.5rem 4rem;position:relative}.stats-inner{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1000px;margin:0 auto;display:grid}.stat-card{background:var(--color-accent);color:#fff;text-align:center;border:4px solid #e8d5a3;border-radius:12px;padding:1.5rem 1rem;box-shadow:0 4px 20px #0003}.stat-value{margin-bottom:.25rem;font-size:1.75rem;font-weight:700;display:block}.stat-label{opacity:.95;font-size:.875rem;font-weight:500}@media (width<=900px){.stats-inner{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.stats-inner{grid-template-columns:1fr}.stat-card{padding:1.25rem}}.about{background:#fff;padding:4rem 1.5rem}.about-inner{flex-wrap:wrap;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:flex}.about-content{flex:400px;min-width:0}.about-title{color:var(--color-accent);border-bottom:2px solid var(--color-accent);margin:0 0 1.25rem;padding-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;display:inline-block}.about-text{color:#333;margin:0 0 1.5rem;font-size:1rem;line-height:1.8}.about-cta{display:inline-flex}.about-images{flex:380px;min-width:0;max-width:400px;position:relative}.about-img-wrap{border-radius:12px;position:relative;overflow:visible;box-shadow:0 8px 30px #0000001f}.about-img-main{vertical-align:middle;object-fit:cover;object-position:center top;border-radius:12px;width:100%;height:auto;max-height:420px;display:block}@media (width<=900px){.about-inner{flex-direction:column;gap:2rem}.about-content{order:1}.about-images{order:2;width:100%}}@media (width<=600px){.about{padding:3rem 1rem}}.services{background:#faf9f7;padding:4rem 1.5rem}.services-inner{max-width:1100px;margin:0 auto}.services-header{text-align:center;margin-bottom:2.5rem}.services-title{color:var(--color-accent);border-bottom:2px solid var(--color-accent);margin:0 0 .5rem;padding-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;display:inline-block}.services-subtitle-wrap{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.5rem .75rem;display:flex}.services-subtitle{color:#333;margin:0;font-size:1rem}.services-cta{color:var(--color-accent);border-bottom:2px solid var(--color-accent);padding-bottom:2px;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s}.services-cta:hover{opacity:.85}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.service-card{text-align:center;background:#f5f4f2;border-radius:12px;padding:1.75rem 1.25rem;transition:box-shadow .2s;box-shadow:0 4px 20px #0000000f}.service-card:hover{box-shadow:0 6px 24px #00000014}.service-card-icon{background:#e8e6e3;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;display:flex}.service-card-icon-svg{width:28px;height:28px;color:var(--color-accent);flex-shrink:0}.service-card-title{color:var(--color-accent);text-align:right;margin:0 0 .75rem;font-size:1.05rem;font-weight:700;line-height:1.4}.service-card-desc{color:#333;text-align:right;margin:0;font-size:.9rem;line-height:1.65}@media (width<=900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services{padding:3rem 1rem}.services-grid{grid-template-columns:1fr;gap:1.25rem}.service-card{padding:1.5rem 1rem}}.whyus{background:#fff;padding:4rem 1.5rem}.whyus-inner{max-width:1100px;margin:0 auto}.whyus-header{text-align:center;margin-bottom:2.5rem}.whyus-title{color:var(--color-accent);border-bottom:2px solid var(--color-accent);margin:0 0 .5rem;padding-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;display:inline-block}.whyus-intro{color:#333;margin:0;max-width:560px;margin-inline:auto;font-size:1rem}.whyus-content{flex-wrap:wrap;align-items:flex-start;gap:3rem;display:flex}.whyus-image-wrap{flex:380px;min-width:0}.whyus-image{object-fit:cover;border-radius:12px;width:100%;height:auto;max-height:420px;display:block}.whyus-features{text-align:right;direction:rtl;flex:400px;min-width:0;margin:0;padding:0;list-style:none}.whyus-feature{margin-bottom:1.75rem}.whyus-feature:last-child{margin-bottom:0}.whyus-feature-head{direction:rtl;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.whyus-feature-icon{width:24px;height:24px;color:var(--color-accent);flex-shrink:0}.whyus-feature-title{color:var(--color-accent);text-align:right;margin:0;font-size:1.1rem;font-weight:700}.whyus-feature-desc{color:#333;text-align:right;margin:0;padding-right:2rem;font-size:.95rem;line-height:1.7}@media (width<=900px){.whyus-content{flex-direction:column;gap:2rem}.whyus-image-wrap{order:1}.whyus-features{order:2}}@media (width<=600px){.whyus{padding:3rem 1rem}.whyus-feature-desc{padding-right:0}}.team{background:#fff;border-top:1px solid #eee;padding:4rem 1.5rem}.team-inner{max-width:1100px;margin:0 auto}.team-header{text-align:center;margin-bottom:2.5rem}.team-title{color:var(--color-accent);margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.team-title-line{border-bottom:2px solid var(--color-accent);width:120px;height:0;margin:0 auto .75rem}.team-subtitle{color:#333;margin:0;font-size:1rem}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.team-card{text-align:center;padding:0 .5rem}.team-card-image-wrap{justify-content:center;margin-bottom:1rem;display:flex}.team-card-hexagon{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:#e0e0e0;width:140px;height:160px;position:relative;overflow:hidden}.team-card-img{object-fit:cover;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:1;width:100%;height:100%;position:absolute;inset:0}.team-card-name{color:var(--color-accent);margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.team-card-role{color:#555;margin:0 0 .5rem;font-size:.9rem}.team-card-desc{color:#333;margin:0;font-size:.68rem;line-height:1.6}@media (width<=900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.team{padding:3rem 1rem}.team-grid{grid-template-columns:1fr;gap:2rem}.team-card-hexagon{width:120px;height:138px}}.footer{color:#fff;direction:rtl;background:#4b4b4b;margin-top:auto}.footer-main{padding:3rem 1.5rem 2rem}.footer-inner{grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr) minmax(0,1fr);place-items:start;gap:0 clamp(2rem,5vw,4rem);max-width:1100px;margin:0 auto;display:grid}.footer-col{min-width:0}.footer-col--brand{max-width:100%}.footer-desc{color:#ffffffe6;margin:0 0 1.25rem;font-size:.9rem;line-height:1.65}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo-img{width:auto;height:72px;display:block}.footer-social{gap:.75rem;display:flex}.footer-social-link{color:#fff;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s;display:flex}.footer-social-link:hover{color:#fff;background:#ffffff1a;border-color:#fff9}.footer-social-icon{width:18px;height:18px}.footer-col-title{color:#fff;margin:0 0 1rem;font-size:1rem;font-weight:700}.footer-nav{flex-direction:column;gap:.5rem;display:flex}.footer-link{color:#ffffffe6;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--color-accent)}.footer-contact{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact-item{align-items:flex-start;gap:.5rem;display:flex}.footer-contact-icon{width:18px;height:18px;color:var(--color-accent);flex-shrink:0;margin-top:2px}.footer-contact-text,.footer-contact-link{color:#ffffffe6;font-size:.9rem;line-height:1.5}.footer-contact-link{text-decoration:none;transition:color .2s}.footer-contact-link:hover{color:var(--color-accent)}.footer-sep{background:#ffffff4d;width:100%;height:1px}.footer-bottom{padding:1rem 1.5rem}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1100px;margin:0 auto;display:flex}.footer-copyright{color:#fffc;margin:0;font-size:.8rem}.footer-credit{color:#ffffffb3;margin:0;font-size:.8rem}@media (width<=900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.footer-col--brand{grid-column:1/-1;max-width:none}}@media (width<=600px){.footer-main{padding:2rem 1rem 1.5rem}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom-inner{text-align:center;flex-direction:column}}.about-hero{justify-content:center;align-items:center;min-height:85vh;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.about-hero-bg{position:absolute;inset:0}.about-hero-bg-img{object-fit:cover;opacity:.35;width:100%;height:100%}.about-hero-bg-overlay{background:linear-gradient(to top right,#1e1e1e40 0%,#1e1e1e80 40%,#1e1e1eb0 70% 100%);position:absolute;inset:0}.about-hero-content{z-index:1;text-align:center;max-width:800px;position:relative}.about-hero-badge{color:#fff;background:#323232d9;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.875rem;display:inline-flex}.about-hero-badge-icon{font-size:1rem}.about-hero-title{color:var(--color-heading);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.6rem,3.5vw,2.35rem);font-weight:700;line-height:1.35}.about-hero-desc{color:#fffffff2;margin:0;max-width:560px;margin-inline:auto;font-size:1.05rem;line-height:1.75}@media (width<=768px){.about-hero{align-items:flex-start;min-height:75vh;padding:5rem 1rem 4rem}.about-hero-badge{margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem}.about-hero-title{margin-bottom:.75rem;font-size:clamp(1.35rem,4.5vw,1.7rem)}.about-hero-desc{max-width:100%;font-size:.95rem}}@media (width<=480px){.about-hero{min-height:70vh;padding:4.5rem .75rem 3.5rem}.about-hero-badge{padding:.3rem .75rem;font-size:.75rem}.about-hero-title{font-size:1.3rem}.about-hero-desc{font-size:.9rem}}.about-page-content{background:#fff}.about-page-section{padding:3.5rem 1.5rem}.about-page-inner{max-width:1100px;margin:0 auto}.about-page-main-title{color:var(--color-accent);text-align:center;margin:0 0 .5rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.about-page-title-line{border-bottom:2px solid var(--color-accent);width:80px;height:0;margin:0 auto 2.5rem}.about-page-intro-grid{direction:rtl;grid-template-columns:1fr minmax(300px,.4fr);align-items:start;gap:3rem;display:grid}.about-page-intro-grid>*{direction:rtl}.about-page-intro-right{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.about-page-intro-text{text-align:right}.about-page-intro-text p{color:#333;margin:0;font-size:1rem;line-height:1.85}.about-page-intro-image-wrap{aspect-ratio:3/4;border:1px solid #c9a24d59;border-radius:12px;min-height:380px;max-height:680px;overflow:hidden;box-shadow:0 10px 40px #0000001f}.about-page-intro-image{object-fit:cover;background:#eee;width:100%;height:100%;display:block}.about-page-box{background:#f8f5ef;border-radius:14px;margin-bottom:1.25rem;padding:1.75rem 2rem}.about-page-box:last-child{margin-bottom:0}.about-page-box-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.about-page-box-icon{color:var(--color-accent);font-size:1.1rem}.about-page-box-title{color:var(--color-accent);margin:0;font-size:1.15rem;font-weight:700}.about-page-box-text{color:#333;text-align:right;direction:rtl;margin:0;font-size:.95rem;line-height:1.75}.about-page-how{background:#fafafa;padding:3.5rem 1.5rem}.about-page-how-inner{direction:rtl;grid-template-columns:1fr minmax(280px,.42fr);align-items:start;gap:2.5rem;display:grid}.about-page-how-inner>*{direction:rtl}.about-page-how-image-wrap{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #00000014}.about-page-how-image{object-fit:cover;background:#e8e8e8;width:100%;height:auto;min-height:300px;display:block}.about-page-how-content{background:#f8f5ef;border-radius:14px;padding:2rem}.about-page-how-title{color:var(--color-accent);margin:0 0 .5rem;font-size:1.35rem;font-weight:700}.about-page-how-title-underline{border-bottom:1px solid var(--color-accent);width:100%;height:0;margin:0 0 1.25rem}.about-page-how-intro{color:#333;text-align:right;direction:rtl;margin:0 0 1.5rem;font-size:.95rem;line-height:1.7}.about-page-steps{margin:0;padding:0;list-style:none}.about-page-step{margin-bottom:1.5rem}.about-page-step:last-child{margin-bottom:0}.about-page-step-head{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.about-page-step-diamond{color:var(--color-accent);font-size:.65rem;line-height:1}.about-page-step-title{color:var(--color-accent);margin:0;font-size:1.05rem;font-weight:700}.about-page-step-text{color:#333;text-align:right;direction:rtl;margin:0 0 0 1.2rem;font-size:.9rem;line-height:1.7}.about-page-faq{background:#f7f7f7;padding:3.5rem 1.5rem}.about-page-faq-title{color:#333;text-align:center;margin:0 0 .5rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700}.about-page-faq-title-line{border-bottom:2px solid var(--color-accent);width:140px;height:0;margin:0 auto 2rem;position:relative}.about-page-faq-list{max-width:700px;margin:0 auto}.about-faq-item{background:#fffc;border:1px solid #eee;border-radius:8px;margin-bottom:.5rem;overflow:hidden}.about-faq-question{cursor:pointer;color:#333;text-align:right;direction:rtl;background:#f0f0f0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .2s;display:flex}.about-faq-question:hover{background:#e8e8e8}.about-faq-question-text{flex:1}.about-faq-icon{color:#222;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.about-faq-icon svg{width:18px;height:18px}.about-faq-answer{background:#fff;padding:0 1.25rem 1rem}.about-faq-answer p{color:#444;text-align:right;direction:rtl;margin:0;font-size:.9rem;line-height:1.7}@media (width<=900px){.about-page-intro-grid{grid-template-columns:1fr}.about-page-intro-image-wrap{max-width:400px;margin:0 auto}.about-page-how-inner{grid-template-columns:1fr}.about-page-how-image-wrap{max-width:400px;margin:0 auto}}@media (width<=600px){.about-page-section{padding:2.5rem 1rem}.about-page-box{padding:1.25rem}.about-page-how-content{padding:1.5rem}.about-faq-question{padding:.85rem 1rem;font-size:.9rem}}.services-hero{justify-content:center;align-items:center;min-height:85vh;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.services-hero-bg{position:absolute;inset:0}.services-hero-bg-img{object-fit:cover;opacity:.35;width:100%;height:100%}.services-hero-bg-overlay{background:linear-gradient(to top right,#1e1e1e40 0%,#1e1e1e80 40%,#1e1e1eb0 70% 100%);position:absolute;inset:0}.services-hero-content{z-index:1;text-align:center;max-width:800px;position:relative}.services-hero-badge{color:#fffffff2;background:#50505099;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.875rem;display:inline-flex}.services-hero-badge-icon{font-size:1rem}.services-hero-title{color:var(--color-heading);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.6rem,3.5vw,2.35rem);font-weight:700;line-height:1.35}.services-hero-desc{color:#fffffff2;margin:0 0 1.75rem;max-width:560px;margin-inline:auto;font-size:1.05rem;line-height:1.75}.services-hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.services-hero{align-items:flex-start;min-height:75vh;padding:5rem 1rem 4rem}.services-hero-badge{margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem}.services-hero-title{margin-bottom:.75rem;font-size:clamp(1.35rem,4.5vw,1.7rem)}.services-hero-desc{max-width:100%;margin-bottom:1.5rem;font-size:.95rem}}@media (width<=480px){.services-hero{min-height:70vh;padding:4.5rem .75rem 3.5rem}.services-hero-badge{padding:.3rem .75rem;font-size:.75rem}.services-hero-title{font-size:1.3rem}.services-hero-desc{font-size:.9rem}}.services-page-content{background:#fafafa}.services-intro-section{padding:3.5rem 1.5rem}.services-intro-inner{max-width:1100px;margin:0 auto}.services-intro-title{color:var(--color-accent);text-align:center;margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.services-intro-title-line{border-bottom:2px solid var(--color-accent);width:100px;height:0;margin:0 auto 1rem}.services-intro-subtitle{color:#333;text-align:center;margin:0 0 2.5rem;font-size:1rem;line-height:1.6}.services-intro-card{direction:rtl;background:#f8f5ef;border-radius:16px;grid-template-columns:1fr minmax(200px,.26fr);align-items:start;gap:2.5rem;padding:2rem;display:grid}.services-intro-card--no-image{grid-template-columns:1fr}.services-intro-card--image-right{grid-template-columns:minmax(200px,.26fr) 1fr}.services-intro-card--image-right .services-intro-card-image-wrap{justify-self:start}.services-intro-card--reverse{margin-top:2rem}.services-intro-card--bg-alt{background:#f0f0f0}.services-intro-card>*{direction:rtl}.services-intro-card-image-wrap{border-radius:12px;justify-self:end;max-width:300px;overflow:hidden;box-shadow:0 6px 24px #00000014}.services-intro-card-image{object-fit:cover;background:#e8e4dc;width:100%;height:auto;min-height:260px;display:block}.services-intro-card-text{min-width:0}.services-intro-card-heading{color:var(--color-accent);text-align:right;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.services-intro-card-para{color:#333;text-align:right;margin:0 0 1.25rem;font-size:.95rem;line-height:1.75}.services-intro-list{grid-template-columns:1fr 1fr;gap:.4rem 2rem;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.services-intro-list-item{color:#333;text-align:right;align-items:flex-start;gap:.4rem;font-size:.9rem;line-height:1.5;display:flex}.services-intro-list-bullet{color:var(--color-accent);flex-shrink:0;font-size:.5rem;line-height:1.8}.services-intro-card-cta{text-align:right}@media (width<=900px){.services-intro-card{grid-template-columns:1fr;padding:1.5rem}.services-intro-card-image-wrap{max-width:400px;margin:0 auto}.services-intro-list{grid-template-columns:1fr}}@media (width<=600px){.services-intro-section{padding:2.5rem 1rem}.services-intro-card{padding:1.25rem}.services-intro-list{gap:.35rem}}.services-partners{text-align:center;padding:3rem 0 3.5rem;overflow:hidden}.services-partners-title{color:var(--color-accent);margin:0 0 .5rem;font-size:clamp(1.4rem,2.5vw,1.75rem);font-weight:700}.services-partners-title-line{border-bottom:2px solid var(--color-accent);width:100px;height:0;margin:0 auto 2rem}.services-partners-slider-wrap{width:100%;overflow:hidden}.services-partners-slider-track{direction:ltr;align-items:center;gap:3rem;width:max-content;padding:0 1rem;animation:35s linear infinite partners-slide;display:flex}@keyframes partners-slide{0%{transform:translate(-50%)}to{transform:translate(0)}}.services-partners-logo-wrap{flex-shrink:0;justify-content:center;align-items:center;min-width:100px;min-height:56px;display:flex}.services-partners-logo{object-fit:contain;width:auto;max-width:140px;max-height:56px;display:block}.services-partners-logo-placeholder{inline-size:100px;color:#999;text-overflow:ellipsis;white-space:nowrap;text-align:center;min-height:40px;max-height:56px;font-size:.65rem;overflow:hidden}@media (width<=768px){.services-partners{padding:2.5rem 0}.services-partners-slider-track{gap:2rem}.services-partners-logo{max-width:120px;max-height:48px}}.booking-hero{justify-content:center;align-items:center;min-height:45vh;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.booking-hero-bg{position:absolute;inset:0}.booking-hero-bg-img{object-fit:cover;opacity:.35;width:100%;height:100%}.booking-hero-bg-overlay{background:linear-gradient(to top right,#1e1e1e40 0%,#1e1e1e80 40%,#1e1e1eb0 70% 100%);position:absolute;inset:0}.booking-hero-content{z-index:1;text-align:center;position:relative}.booking-hero-title{color:var(--color-heading);letter-spacing:-.02em;margin:0;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700}@media (width<=768px){.booking-hero{min-height:35vh;padding-top:5rem}}.booking-content{background:#f5f4f0;padding:3rem 1.5rem 4rem}.booking-inner{max-width:1100px;margin:0 auto}.booking-grid{grid-template-rows:auto 1fr;grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem 2.5rem;display:grid}.booking-section-header{grid-area:1/1}.booking-form-wrap{grid-area:2/1}.booking-contact-wrap{grid-area:2/2}.booking-section-title{color:#c9a24d;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.booking-section-title-line{background:#c9a24d;width:60px;height:3px;margin-bottom:1rem}.booking-section-intro{color:#555;margin:0;font-size:.95rem;line-height:1.6}.booking-form-wrap{background:#fff;border-radius:12px;align-self:start;padding:2rem;box-shadow:0 2px 12px #0000000f}.booking-form{flex-direction:column;gap:1rem;display:flex}.booking-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.booking-field label{color:#444;margin-bottom:.35rem;font-size:.9rem;display:block}.booking-input,.booking-textarea{color:#333;background:#f8f8f8;border:1px solid #ddd;border-radius:8px;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.booking-input::placeholder,.booking-textarea::placeholder{color:#999}.booking-input:focus,.booking-textarea:focus{background:#fff;border-color:#c9a24d;outline:none}.booking-textarea{resize:vertical;min-height:100px}.booking-form-message{border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.booking-form-message--success{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.booking-form-message--error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.booking-form-errors{margin:.5rem 0 0;padding-right:1.25rem}.booking-form-cta{justify-content:center;margin-top:.5rem;display:flex}.booking-form-cta .btn--primary{color:#fff;cursor:pointer;background:#c9a24d;border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600}.booking-form-cta .btn--primary:hover{background:#b8923d}.booking-contact-wrap{flex-direction:column;gap:1.5rem;display:flex}.booking-whatsapp-btn{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:inline-flex}.booking-whatsapp-icon{font-size:1.25rem}.booking-contact-list{flex-direction:column;gap:1rem;display:flex}.booking-contact-item{color:#444;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.booking-contact-icon{color:#c9a24d;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.15rem}.booking-contact-item a{color:#444;text-decoration:none}.booking-contact-item a:hover{color:#c9a24d;text-decoration:underline}.booking-map-wrap{aspect-ratio:16/10;border-radius:12px;min-height:220px;overflow:hidden;box-shadow:0 2px 12px #00000014}.booking-map{border:0;width:100%;height:100%;display:block}@media (width<=900px){.booking-grid{grid-template-rows:auto auto auto;grid-template-columns:1fr}.booking-section-header{grid-area:1/1}.booking-form-wrap{grid-area:2/1}.booking-contact-wrap{grid-area:3/1}}@media (width<=600px){.booking-form-row{grid-template-columns:1fr}.booking-content{padding:2rem 1rem 3rem}.booking-form-wrap{padding:1.5rem}}.scroll-to-top{z-index:1000;background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .2s,opacity .25s;display:flex;position:fixed;bottom:1.5rem;right:1.25rem;box-shadow:0 4px 12px #00000040}.scroll-to-top:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.scroll-to-top:active{transform:translateY(0)}.scroll-to-top-icon{width:22px;height:22px}@media (width<=600px){.scroll-to-top{width:44px;height:44px;bottom:1.25rem;right:1rem}.scroll-to-top-icon{width:20px;height:20px}}.whatsapp-float{z-index:1000;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:1.5rem;left:1.25rem;box-shadow:0 4px 12px #25d36666}.whatsapp-float:hover{color:#fff;background:#20bd5a;transform:translateY(-2px);box-shadow:0 6px 16px #25d36680}.whatsapp-float:active{transform:translateY(0)}.whatsapp-float-icon{width:26px;height:26px}@media (width<=600px){.whatsapp-float{width:44px;height:44px;bottom:1.25rem;left:1rem}.whatsapp-float-icon{width:22px;height:22px}}.app{min-height:100vh;font-family:var(--font-arabic);flex-direction:column;display:flex}
