@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap";:root{--bg: #FFFFFF;--bg-subtle: #FBFBFB;--ink: #101010;--gold: #C5A059;--border: rgba(0, 0, 0, .08);--font-en: "Century Gothic", "Apple Gothic", "Jost", sans-serif;--font-ar: "Cairo", sans-serif;--ease: cubic-bezier(.19, 1, .22, 1)}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit;transition:all .3s var(--ease)}body{background:var(--bg);color:var(--ink);font-family:var(--font-en);-webkit-font-smoothing:antialiased;line-height:1.5}body.rtl{direction:rtl;font-family:var(--font-ar)}.container{margin:0 120px;padding:0 24px}@media (max-width: 1200px){.container{margin:0 40px}}@media (max-width: 768px){.container{margin:0;padding:0 24px}.section{padding:80px 0!important}}@media (max-width: 1024px){.nav-desktop-only{display:none!important}.nav-mobile-only{display:flex!important}}h1{font-size:48px;font-weight:800;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase}h2{font-size:48px;font-weight:800;line-height:1.2;text-transform:uppercase}h3{font-size:48px;font-weight:800;text-transform:none}p{font-size:15px;line-height:1.7;color:#333;font-weight:400}.btn-premium{position:relative;display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;border-radius:100px;font-weight:700;font-size:13px;cursor:pointer;text-decoration:none;overflow:hidden;z-index:1;border:1px solid transparent;transition:all .4s var(--ease);white-space:nowrap}.btn-premium:before{content:"";position:absolute;top:0;left:-101%;width:101%;height:100%;z-index:-1;transition:left .4s var(--ease)}.btn-premium:hover:before{left:0}.btn-premium:hover{transform:translateY(-2px)}.btn-gold-fill:hover{color:#fff;border-color:var(--ink)}.btn-dark-fill{background:var(--ink);color:#fff;border-color:var(--ink)}.btn-dark-fill:before{background:var(--gold)}.btn-dark-fill:hover{color:#fff;border-color:var(--gold)}.btn-white-fill:before{background:var(--gold)}.btn-white-fill:hover{color:#fff;border-color:var(--gold)}.btn-dark-outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-dark-outline:before{background:var(--ink)}.btn-dark-outline:hover{color:#fff;border-color:var(--ink)}.btn-white-fill{background:#fff;color:var(--ink);border-color:#fff}.btn-white-fill:hover{background:transparent;color:#fff;border-color:#fff}.btn-gold-fill{background:var(--gold);color:#fff;border-color:var(--gold)}.btn-gold-fill:before{background:var(--ink)}.btn-gold-fill:hover{color:#fff;border-color:var(--gold)}.btn-gold-outline{background:transparent;color:#fff;border-color:#fff}.btn-gold-outline:before{background:#fff}.btn-gold-outline:hover{color:var(--ink);border-color:#fff}.btn-white-outline{background:transparent;color:#fff;border-color:#fff}.btn-white-outline:before{background:#fff}.btn-white-outline:hover{color:var(--ink);border-color:#fff}.btn-nav-compact{height:38px!important;padding:0 24px!important;font-size:12px!important}.glow-dot{width:4px;height:4px;border-radius:50%;background:var(--gold);position:relative;display:inline-block;box-shadow:0 0 8px var(--gold);animation:dot-glow 2s infinite ease-in-out}@keyframes dot-glow{0%,to{transform:scale(1);box-shadow:0 0 6px var(--gold);opacity:.7}50%{transform:scale(1.3);box-shadow:0 0 12px var(--gold);opacity:1}}.ti{font-weight:300!important;stroke-width:1.5}.section{padding:100px 0}.about-overview-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:40px 60px 20px!important}.nav-link-effect{position:relative;overflow:hidden;display:block;height:1.15em;line-height:1.15em}.nav-link-inner{display:block;transition:transform .6s var(--ease)}.nav-link-effect:hover .nav-link-inner{transform:translateY(-50%)}.nav-link-word{display:block;height:1.15em}.social-icon-footer:hover{background:var(--gold)!important;border-color:var(--gold)!important;color:var(--ink)!important;transform:translateY(-3px)}.nav-mobile-only{display:none!important}@media (max-width: 991px){.nav-desktop-only{display:none!important}.nav-mobile-only{display:flex!important}.container{margin:0 auto!important;padding:0 16px!important;width:100%!important;box-sizing:border-box!important}section,.section,section[style*=padding]{padding-top:60px!important;padding-bottom:60px!important}div[style*="padding: '120px 60px'"]{padding:60px 24px!important}div[style*="display: grid"],div[style*="display:grid"],section[style*="display: grid"],section[style*="display:grid"]{grid-template-columns:1fr!important;gap:32px!important}div[style*="display: flex"][style*="justify-content: space-between"],div[style*="display:flex"][style*="justify-content:space-between"],div[style*="display: flex"][style*="justifyContent: 'space-between'"],div[style*="display:flex"][style*="justifyContent:'space-between'"]{flex-direction:column!important;align-items:flex-start!important;gap:24px!important}.about-overview-header{flex-direction:row!important;display:flex!important;justify-content:space-between!important;align-items:center!important;padding:20px 20px 10px!important}.mobile-menu-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100vh!important;background:#fff!important;padding:24px 24px 40px!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important}.mobile-menu-header{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;width:100%!important;margin-bottom:32px!important}.mobile-menu-links{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important;overflow-y:auto!important}.mobile-menu-links a{font-size:12px!important;font-weight:700!important;color:var(--ink)!important;text-decoration:none!important;display:block!important;text-align:start!important;width:100%!important;padding:10px 0!important;border-bottom:1px solid rgba(0,0,0,.03)!important}div[style*="display: flex"][style*="justify-content: space-between"]>div:not(.nav-desktop-only):not(.nav-mobile-only),div[style*="display:flex"][style*="justify-content:space-between"]>div:not(.nav-desktop-only):not(.nav-mobile-only),div[style*="display: flex"][style*="justifyContent: 'space-between'"]>div:not(.nav-desktop-only):not(.nav-mobile-only){max-width:100%!important;width:100%!important}section[style*="height: 80vh"]:not(.hero-section),section[style*="height: 100vh"]:not(.hero-section),section[style*="height:80vh"]:not(.hero-section),section[style*="height:100vh"]:not(.hero-section),section[style*="height: '80vh'"]:not(.hero-section),section[style*="height: '100vh'"]:not(.hero-section){height:auto!important;min-height:80vh!important;padding-top:140px!important;padding-bottom:60px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}section[style*="height: 100vh"]:not(.hero-section)>div,section[style*="height:100vh"]:not(.hero-section)>div{height:auto!important;margin-top:auto!important}.hero-section{height:100vh!important;min-height:100vh!important;padding-top:0!important;padding-bottom:0!important}.hero-section>div[style*="position: absolute"]{height:100%!important;min-height:100%!important}.hero-container{padding:120px 16px 40px!important}.hero-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:20px!important;width:100%!important}.hero-scroll-indicator{display:none!important}.hero-title{font-size:26px!important;line-height:1.25!important;max-width:100%!important;text-align:start!important}.hero-desc-card{max-width:100%!important;width:100%!important}.hero-desc-text{font-size:12px!important;line-height:1.5!important}.btn-nav-compact{padding:8px 12px!important;font-size:11px!important}div[style*="height: 480px"],div[style*="height:480px"],div[style*="height: 500px"],div[style*="height:500px"],div[style*="height: 600px"],div[style*="height:600px"],div[style*="height: '480px'"],div[style*="height: '500px'"],div[style*="height: '600px'"]{height:340px!important;border-radius:24px!important}.divisions-container{height:auto!important;flex-direction:column!important;gap:16px!important;width:100%!important}.division-card{flex:none!important;width:100%!important;height:auto!important;min-height:auto!important;padding:32px 24px!important;border-radius:20px!important}.division-card div[style*="margin-bottom: 100px"],.division-card div[style*="marginBottom: '100px'"]{margin-bottom:16px!important}div[style*="writing-mode: vertical-lr"],div[style*="writingMode: 'vertical-lr'"]{position:static!important;writing-mode:horizontal-tb!important;transform:none!important;opacity:.85!important;margin-bottom:16px!important}div[style*="writing-mode: vertical-lr"] h3,div[style*="writingMode: 'vertical-lr'"] h3{font-size:24px!important;margin:0!important}section[style*="height: 300vh"]:not(.closing-cta-section),section[style*="height: 400vh"]:not(.closing-cta-section),section[style*="height:300vh"]:not(.closing-cta-section),section[style*="height:400vh"]:not(.closing-cta-section){height:auto!important}div[style*="position: sticky"]:not(.closing-cta-section div),div[style*="position:sticky"]:not(.closing-cta-section div){position:relative!important;height:auto!important;overflow:visible!important}div[style*=clip-path]:not(.closing-cta-section div),div[style*=clipPath]:not(.closing-cta-section div){clip-path:none!important}div[style*="position: sticky"][style*="top:"],div[style*="position:sticky"][style*="top:"]{position:relative!important;top:0!important}.about-overview-section{padding:60px 16px!important;min-height:auto!important}.about-overview-card{padding:80px 20px 40px!important;border-radius:24px!important}.about-overview-header{padding:20px 24px 10px!important;color:#fff9!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.sustainability-header{margin:0 auto 32px!important}.sustainability-carousel-wrapper{margin-bottom:40px!important}.closing-cta-section{height:auto!important;position:relative!important;background:var(--gold)!important;padding:80px 16px!important;z-index:10!important}.closing-cta-section>div[style*="position: sticky"]{position:relative!important;height:auto!important;overflow:visible!important;background:transparent!important}.closing-cta-section .cta-layer-white{display:none!important}.closing-cta-section .cta-layer-gold{position:relative!important;inset:auto!important;clip-path:none!important;background:transparent!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important}h1,h1[style*=font-size],h1[style*=fontSize],.hero-section h1,.hero-section h1[style]{font-size:26px!important;line-height:1.2!important}.hero-section p,.hero-section p[style],.hero-section .hero-sub,.hero-container p,.hero-container p[style],.hero-section p[style*=font-size],.hero-section p[style*=fontSize]{font-size:12px!important;line-height:1.6!important}h2,h2[style*=font-size],h2[style*=fontSize]{font-size:26px!important;line-height:1.25!important}h3,h3[style*=font-size],h3[style*=fontSize]{font-size:22px!important;line-height:1.3!important}p,p[style*=font-size],p[style*=fontSize]{font-size:14px!important;line-height:1.6!important}.container[style*="display: flex"],.container[style*="display:flex"],.container[style*="display: 'flex'"]{flex-direction:column!important;align-items:flex-start!important;gap:32px!important}}@media (max-width: 768px){.btn-nav-compact{height:32px!important;padding:0 12px!important;font-size:10px!important}}@media (max-width: 480px){.btn-premium{width:100%!important;padding:12px 16px!important;height:auto!important;font-size:12px!important;white-space:normal!important;text-align:center!important;line-height:1.4!important}div[style*="display: flex"][style*="gap:"],div[style*="display:flex"][style*="gap:"]{flex-wrap:wrap!important}}@media (max-width: 991px){.navbar-main{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:80px!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:1px solid transparent!important;z-index:1000!important;transition:all .4s var(--ease)!important}.navbar-main.navbar-scrolled,.navbar-main.navbar-open{background:#fffffffa!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(0,0,0,.05)!important}nav.navbar-main>div.container,nav.navbar-main>.container,.navbar-main .container{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;height:100%!important;width:100%!important;gap:12px!important}.navbar-main .btn-nav-compact,.navbar-main a.btn-premium.btn-nav-compact{width:auto!important;min-width:auto!important;padding:0 16px!important;height:36px!important;line-height:36px!important;font-size:11px!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.about-overview-header{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}nav.navbar-main .container>a,nav.navbar-main .container>div,nav.navbar-main .container>button{width:auto!important;max-width:none!important}.book-form-card{padding:24px 20px!important;border-radius:20px!important}.service-card-wrapper{padding:20px!important;border-radius:20px!important}.service-grid-cards{grid-template-columns:1fr 1fr!important;gap:10px!important}.service-grid-cards>div{padding:10px!important;gap:6px!important}.service-grid-cards span{font-size:11px!important}.nav-actions-container{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:12px!important;margin-inline-start:auto!important;width:auto!important}.navbar-main button,.navbar-main a:not(.btn-gold-fill),.navbar-main i{color:#fff!important;transition:color .4s var(--ease)!important}.navbar-main.navbar-scrolled button,.navbar-main.navbar-scrolled a:not(.btn-gold-fill),.navbar-main.navbar-scrolled i,.navbar-main.navbar-open button,.navbar-main.navbar-open a:not(.btn-gold-fill),.navbar-main.navbar-open i{color:var(--ink)!important}.navbar-main img{height:50px!important;width:auto!important;transition:filter .4s var(--ease)!important}.navbar-main.navbar-scrolled img,.navbar-main.navbar-open img{filter:none!important}.hero-container{height:100%!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;padding:120px 16px 40px!important;box-sizing:border-box!important}.hero-container>div{width:100%!important;flex-direction:column!important;align-items:flex-start!important;gap:24px!important}.service-grid{grid-template-columns:1fr!important;gap:12px!important}.footer-reveal-spacer{display:none!important}footer{position:relative!important;padding:60px 24px 40px!important;z-index:10!important;background:#080808!important}footer div[style*="display: grid"],footer div[style*="display:grid"]{grid-template-columns:1fr!important;gap:40px!important}.about-page section:first-of-type,.sectors-page section:first-of-type,.real-estate-page section:first-of-type,.pay-online-page section:first-of-type,.news-page section:first-of-type,.investments-page section:first-of-type,.contact-page section:first-of-type,.about-page div[class*=hero],.real-estate-page div[class*=hero],.pay-online-page div[class*=hero],.news-page div[class*=hero],.investments-page div[class*=hero],.contact-page div[class*=hero]{padding-top:140px!important}}.about-page section:first-of-type,.sectors-page section:first-of-type,.real-estate-page section:first-of-type,.pay-online-page section:first-of-type,.news-page section:first-of-type,.investments-page section:first-of-type,.contact-page section:first-of-type,.about-page div[class*=hero],.real-estate-page div[class*=hero],.pay-online-page div[class*=hero],.news-page div[class*=hero],.investments-page div[class*=hero],.contact-page div[class*=hero]{padding-top:180px!important}@media (min-width: 992px){.hero-container{padding-left:120px!important;padding-right:120px!important;padding-bottom:40px!important}.hero-row{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-end!important}.hero-title{font-size:48px!important;line-height:1.1!important;max-width:800px!important}.hero-desc-card{max-width:450px!important}.hero-desc-text{font-size:14px!important;line-height:1.6!important}}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6,.rtl [style*="font-weight: 900"],.rtl [style*="font-weight:900"],.rtl [style*="font-weight: 800"],.rtl [style*="font-weight:800"],.rtl [style*="fontWeight: 900"],.rtl [style*="fontWeight:900"],.rtl [style*="fontWeight: 800"],.rtl [style*="fontWeight:800"]{font-weight:700!important}
