:root{--navy:#07172e;--navy2:#0d2747;--blue:#123b63;--gold:#c79a43;--gold2:#e2be73;--paper:#f7f5ef;--white:#fff;--muted:#667085;--text:#111827;--line:rgba(12,30,54,.12);--shadow:0 24px 70px rgba(7,23,46,.12);--radius:26px;--radius2:18px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tajawal,Arial,sans-serif;background:#fff;color:var(--text);font-size:16px;line-height:1.8;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}svg{width:1em;height:1em;fill:currentColor}.container{width:min(var(--container),calc(100% - 36px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:90;background:rgb(255 255 255 / .92);backdrop-filter:blur(20px);border-bottom:1px solid rgb(7 23 46 / .08)}.nav-wrap{height:84px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--navy);white-space:nowrap}.custom-logo{max-height:58px;width:auto}.brand-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--navy),var(--gold));display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 12px 28px rgb(7 23 46 / .16)}.brand-text{font-size:1.08rem}.main-nav{margin-inline-start:auto}.main-nav ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:4px}.main-nav a{display:block;padding:11px 14px;border-radius:999px;font-weight:700;color:#26364a;transition:.2s}.main-nav a:hover,.main-nav .current-menu-item>a{background:rgb(199 154 67 / .12);color:var(--navy)}.header-actions{display:flex;align-items:center;gap:10px}.social-links{display:flex;align-items:center;gap:8px}.social-links a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f3f0e9;color:var(--navy);transition:.2s}.social-links a:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}.nav-call{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:var(--navy);color:#fff;padding:10px 15px;font-weight:800;box-shadow:0 14px 30px rgb(7 23 46 / .18)}.nav-call svg{font-size:16px}.menu-toggle{display:none;width:44px;height:44px;border:0;background:var(--navy);border-radius:14px;cursor:pointer;padding:11px}.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:99px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:13px 22px;font-weight:900;cursor:pointer;transition:.2s;font-family:inherit;line-height:1.2}.btn.primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1b2432;box-shadow:0 18px 45px rgb(199 154 67 / .23)}.btn.dark{background:var(--navy);color:#fff}.btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn.full{width:100%}.btn:hover{transform:translateY(-2px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:.82rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px}.hero{position:relative;background:radial-gradient(circle at 85% 0,rgb(199 154 67 / .2),transparent 34%),linear-gradient(135deg,#07172e 0%,#0d2747 64%,#092036 100%);color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:auto -8% -30% -8%;height:280px;background:rgb(255 255 255 / .06);filter:blur(60px)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:center;min-height:650px;padding:70px 0}.hero h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:1.12;margin:0 0 20px;font-weight:900;max-width:780px}.hero p{font-size:1.18rem;color:rgb(255 255 255 / .78);max-width:650px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero .btn.ghost{background:rgb(255 255 255 / .09);border-color:rgb(255 255 255 / .18);color:#fff}.hero-points{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px}.hero-points span{display:flex;align-items:center;gap:8px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .12);border-radius:999px;padding:8px 12px;font-weight:800;color:rgb(255 255 255 / .88)}.hero-points svg{color:var(--gold2);font-size:14px}.hero-media{position:relative}.hero-media img{width:100%;height:530px;object-fit:cover;border-radius:34px;box-shadow:0 35px 90px rgb(0 0 0 / .36);border:1px solid rgb(255 255 255 / .14)}.hero-card{position:absolute;right:24px;bottom:24px;display:flex;align-items:center;gap:12px;background:rgb(255 255 255 / .92);color:var(--navy);border-radius:22px;padding:14px 18px;box-shadow:0 24px 50px rgb(0 0 0 / .2)}.hero-card strong{background:var(--navy);color:#fff;border-radius:14px;padding:8px 10px}.quick-search-section{position:relative;margin-top:-42px;z-index:5}.quick-search-section .container{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:26px;padding:24px}.quick-search-title{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}.quick-search-title h2{margin:0;color:var(--navy);font-size:1.35rem}.section{padding:92px 0}.section.muted{background:var(--paper)}.section-head{max-width:720px;margin-bottom:34px}.section-head.center{text-align:center;margin-inline:auto}.section h2,.section-head h2,.content-page h1,.content-page h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.25;margin:0 0 14px;color:var(--navy);font-weight:900}.section p,.section-head p{color:var(--muted);margin-top:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px}.image-stack img{height:420px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.image-stack img:nth-child(2){margin-top:42px}.mini-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.mini-tags span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:800;color:var(--navy)}.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.area-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgb(7 23 46 / .07);transition:.2s}.area-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.area-card img{height:210px;width:100%;object-fit:cover}.area-card h3{font-size:1.25rem;color:var(--navy);margin:18px 18px 6px}.area-card p{margin:0 18px 22px;color:var(--muted)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 16px 40px rgb(7 23 46 / .06)}.feature-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:rgb(199 154 67 / .13);color:var(--gold);font-size:22px;margin-bottom:16px}.feature h3{margin:0 0 8px;color:var(--navy);font-size:1.14rem}.feature p{font-size:.95rem;margin:0;color:var(--muted)}.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.property-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 18px 46px rgb(7 23 46 / .08);transition:.2s}.property-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.property-thumb{position:relative;overflow:hidden}.property-thumb img{height:255px;width:100%;object-fit:cover;transition:.35s}.property-card:hover .property-thumb img{transform:scale(1.04)}.price-badge{position:absolute;right:14px;top:14px;background:rgb(7 23 46 / .9);color:#fff;border-radius:999px;padding:8px 12px;font-weight:900;backdrop-filter:blur(8px);font-size:.9rem}.property-card-body{padding:20px}.area-pill{display:inline-flex;background:rgb(199 154 67 / .12);color:#9b6f17;border-radius:999px;padding:5px 10px;font-weight:900;font-size:.82rem;margin-bottom:8px}.property-card h2{font-size:1.25rem;color:var(--navy);margin:0 0 8px}.property-card p{margin:0 0 14px;color:var(--muted)}.property-mini-specs{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0;margin:0 0 15px}.property-mini-specs li{display:flex;align-items:center;gap:7px;color:#344054;font-weight:800;font-size:.9rem}.property-mini-specs svg{font-size:15px;color:var(--gold)}.read-more{display:inline-flex;color:var(--navy);font-weight:900}.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:16px}.gallery-grid img{height:270px;width:100%;object-fit:cover;border-radius:22px;box-shadow:0 14px 36px rgb(7 23 46 / .08)}.gallery-grid img:first-child{height:558px;grid-row:span 2}.contact-home{background:linear-gradient(135deg,#fff 0%,#f5f0e8 100%)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}.contact-info-box{display:grid;gap:12px;margin-top:20px}.contact-info-box span,.footer-contact li,.side-note{display:flex;align-items:center;gap:9px;color:#344054}.contact-info-box svg,.footer-contact svg,.side-note svg{color:var(--gold);font-size:18px}.lux-contact-form{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.lux-contact-form label{display:block;font-weight:800;color:var(--navy);margin-bottom:14px}.lux-contact-form input,.lux-contact-form select,.lux-contact-form textarea,.search-form input{width:100%;border:1px solid rgb(7 23 46 / .14);border-radius:16px;padding:13px 14px;font:inherit;margin-top:7px;background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-alert{border-radius:16px;padding:12px 14px;margin-bottom:14px;font-weight:800}.form-alert.success{background:#e9f8ef;color:#116032}.form-alert.error{background:#fdecec;color:#9d2323}.page-hero{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff}.compact-hero{padding:72px 0}.compact-hero h1{font-size:clamp(2rem,4vw,3.5rem);margin:0 0 10px;line-height:1.2}.compact-hero p{max-width:720px;color:rgb(255 255 255 / .75);margin:0}.archive-search-panel{margin-bottom:28px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 16px 45px rgb(7 23 46 / .08)}.property-breadcrumb{display:flex;gap:8px;color:#6b7280;font-weight:800;margin:0 0 18px}.property-top{padding:45px 0 24px;background:#fff}.property-title-row{display:flex;justify-content:space-between;gap:20px;align-items:end}.property-title-row h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1.2;margin:0;color:var(--navy);font-weight:900}.property-title-row p{display:flex;align-items:center;gap:8px;color:var(--muted);margin:12px 0 0}.property-title-row p svg{color:var(--gold)}.property-price-large{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;border-radius:24px;padding:18px 24px;font-weight:900;font-size:1.5rem;box-shadow:0 16px 36px rgb(7 23 46 / .16);white-space:nowrap}.property-price-large small{font-size:.9rem;color:var(--gold2)}.property-gallery-hero{padding-bottom:30px;background:#fff}.gallery-layout{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:210px;gap:12px}.gallery-item{overflow:hidden;border-radius:22px;background:#eee}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item.item-1{grid-row:span 2}.gallery-placeholder{height:460px;width:100%;object-fit:cover;border-radius:24px}.property-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.single-card,.contact-box,.content-page{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:0 16px 45px rgb(7 23 46 / .07);margin-bottom:22px}.single-card h2,.contact-box h3{margin:0 0 18px;color:var(--navy);font-size:1.45rem}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.spec-item{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fbfaf7}.spec-item svg{color:var(--gold);font-size:22px;margin-bottom:8px}.spec-item span{display:block;color:var(--muted);font-size:.86rem;font-weight:800}.spec-item strong{display:block;color:var(--navy);font-size:1.05rem}.entry-content{color:#344054}.property-features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.property-features-list li{display:flex;align-items:center;gap:10px;background:#fbfaf7;border:1px solid var(--line);border-radius:16px;padding:12px;font-weight:800;color:#243044}.property-features-list svg{font-size:15px;color:var(--gold)}.property-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.property-gallery-grid img{height:190px;width:100%;object-fit:cover;border-radius:16px}.reel-video-frame{max-width:390px;margin-inline:auto;background:#070707;border-radius:30px;padding:10px;box-shadow:0 22px 55px rgb(0 0 0 / .18)}.reel-video-frame video,.reel-video-frame iframe{display:block;width:100%;aspect-ratio:9/16;height:auto;border:0;border-radius:22px;background:#000}.embed-wrap{position:relative;overflow:hidden;border-radius:22px}.map-frame{height:420px;border-radius:22px;overflow:hidden;border:1px solid var(--line);background:#eee}.map-frame iframe{width:100%;height:100%;border:0}.sticky-box{position:sticky;top:110px}.contact-box p{color:var(--muted);margin-top:0}.contact-box .btn{margin-top:10px}.side-note{margin-top:14px;background:#fbfaf7;border:1px solid var(--line);border-radius:16px;padding:12px;font-weight:800}.site-footer{background:var(--navy);color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:40px;padding:60px 0}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.footer-grid p{color:rgb(255 255 255 / .72)}.footer-grid h3{margin:0 0 14px;color:#fff}.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.footer-grid a,.footer-contact li{color:rgb(255 255 255 / .76)}.footer-social a{background:rgb(255 255 255 / .1);color:#fff}.footer-bottom{border-top:1px solid rgb(255 255 255 / .12);padding:18px 0;color:rgb(255 255 255 / .62)}.floating-whatsapp{position:fixed;left:20px;bottom:22px;z-index:95;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#21c063;color:#fff;box-shadow:0 18px 44px rgb(33 192 99 / .35);font-size:30px}.pagination{margin-top:32px}.post-list-item{padding:20px 0;border-bottom:1px solid var(--line)}.post-list-item h2{margin:0}.empty-note,.empty-state{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;color:var(--muted)}.screen-reader-text{position:absolute;left:-9999px}.search-form{display:flex;gap:8px}.search-form button{border:0;border-radius:14px;background:var(--navy);color:#fff;padding:0 18px;font:inherit;font-weight:900}.reveal{opacity:0;transform:translateY(18px);transition:.55s}.reveal.in{opacity:1;transform:none}@media(max-width:1020px){.nav-wrap{height:74px}.menu-toggle{display:block;margin-inline-start:auto}.main-nav{position:fixed;inset:74px 0 auto 0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgb(7 23 46 / .14);padding:14px 18px;display:none}.main-nav.open{display:block}.main-nav ul{display:grid;gap:4px}.main-nav a{border-radius:14px}.header-actions{display:none}.hero-grid,.split,.contact-grid,.property-single-grid{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:60px 0}.hero-media img{height:420px}.area-grid,.features,.listing-grid{grid-template-columns:repeat(2,1fr)}.property-title-row{align-items:start;flex-direction:column}.sticky-box{position:static}.gallery-layout{grid-template-columns:1fr 1fr;grid-auto-rows:190px}.gallery-item.item-1{grid-column:span 2}}@media(max-width:700px){.container{width:min(100% - 28px,var(--container))}.hero h1{font-size:2.25rem}.hero p{font-size:1rem}.hero-media img{height:310px;border-radius:24px}.quick-search-section{margin-top:0}.quick-search-section .container{border-radius:0;width:100%;padding:18px}.section{padding:60px 0}.area-grid,.features,.listing-grid,.spec-grid,.property-features-list,.property-gallery-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}.gallery-grid img,.gallery-grid img:first-child{height:260px;grid-row:auto}.image-stack{grid-template-columns:1fr}.image-stack img,.image-stack img:nth-child(2){height:280px;margin:0}.form-row{grid-template-columns:1fr}.property-title-row h1{font-size:2rem}.property-price-large{width:100%;text-align:center}.gallery-layout{display:block}.gallery-item{display:block;height:250px;margin-bottom:10px}.gallery-item.item-1{height:320px}.single-card,.contact-box,.lux-contact-form{padding:20px;border-radius:20px}.floating-whatsapp{width:52px;height:52px;font-size:27px;left:14px;bottom:14px}.nav-call span{display:none}}.site-header{transition:background .25s,box-shadow .25s,border-color .25s}.site-header.is-scrolled{background:rgb(255 255 255 / .97);box-shadow:0 14px 34px rgb(7 23 46 / .08);border-color:rgb(7 23 46 / .06)}.nav-wrap{height:76px;gap:18px}.custom-logo{max-height:50px}.brand-mark{width:42px;height:42px;border-radius:14px}.main-nav{margin-inline-start:auto}.main-nav ul.alnaimat-main-menu{gap:6px}.main-nav a{padding:9px 13px;font-weight:800;font-size:.98rem}.header-actions{gap:8px}.header-social a{width:32px;height:32px;font-size:14px}.nav-call{padding:9px 14px;font-size:.92rem;box-shadow:0 10px 24px rgb(7 23 46 / .13)}.nav-call svg{font-size:14px}.hero-grid{min-height:575px;gap:44px;padding:56px 0}.hero h1{font-size:clamp(2.15rem,4.4vw,4.1rem);max-width:690px}.hero p{max-width:610px}.hero-media img{height:470px}.hero-card{display:none}.hero-points span{padding:7px 10px;font-size:.92rem}.quick-search-section{margin-top:-30px}.quick-search-title h2{font-size:1.18rem}.feature-icon{width:38px;height:38px;border-radius:13px;font-size:17px}.feature{padding:20px}.spec-item svg{font-size:17px}.property-mini-specs svg,.property-features-list svg{font-size:13px}.property-single-grid{grid-template-columns:340px minmax(0,1fr);direction:ltr;gap:24px}.property-sidebar,.property-content{direction:rtl}.property-sidebar{grid-column:1}.property-content{grid-column:2}.reel-side-card h2{display:flex;align-items:center;gap:8px}.reel-side-card h2 svg{font-size:16px;color:var(--gold)}.reel-video-frame{max-width:280px;border-radius:24px;padding:8px}.reel-video-frame video,.reel-video-frame iframe{border-radius:18px}.reel-empty{aspect-ratio:9/16;border-radius:18px;background:linear-gradient(145deg,#111,#2b2b2b);color:rgb(255 255 255 / .75);display:grid;place-items:center;text-align:center;padding:18px;font-weight:800}.map-frame{min-height:390px}.property-features-list{grid-template-columns:repeat(3,1fr)}.single-card h2,.contact-box h3{font-size:1.28rem}.single-card,.contact-box{padding:24px}.sticky-box{top:98px}.property-gallery-grid{display:none!important}.gallery-layout{grid-auto-rows:190px}.gallery-item{border-radius:18px}.property-top{padding:36px 0 20px}.property-gallery-hero{padding-bottom:22px}.floating-whatsapp{width:54px;height:54px;font-size:25px}@media(max-width:1120px){.main-nav a{padding:8px 10px;font-size:.93rem}.header-social{display:none}.property-single-grid{grid-template-columns:310px minmax(0,1fr)}}@media(max-width:1020px){.nav-wrap{height:70px}.brand-text{font-size:1rem}.menu-toggle{display:grid;place-content:center;margin-inline-start:auto}.main-nav{position:fixed;inset:70px 14px auto 14px;background:#fff;border:1px solid var(--line);border-radius:0 0 22px 22px;box-shadow:0 20px 45px rgb(7 23 46 / .16);padding:12px;display:none;max-height:calc(100vh - 92px);overflow:auto}.main-nav.open{display:block}.main-nav ul.alnaimat-main-menu{display:grid;gap:5px}.main-nav a{border-radius:12px;padding:12px 14px}.header-actions{display:none}.property-single-grid{grid-template-columns:1fr;direction:rtl}.property-sidebar,.property-content{grid-column:auto}.property-sidebar{order:2}.property-content{order:1}.reel-video-frame{max-width:330px}.property-features-list{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr;gap:30px;padding:48px 0}.hero-media img{height:380px}.quick-search-section{margin-top:0}.gallery-layout{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-item.item-1{grid-column:span 2}}@media(max-width:700px){body{font-size:15px}.container{width:min(100% - 24px,var(--container))}.nav-wrap{height:66px}.custom-logo{max-height:44px}.brand-mark{width:38px;height:38px}.hero-grid{padding:42px 0 34px}.hero h1{font-size:2rem;margin-bottom:14px}.hero p{font-size:.98rem;margin-bottom:20px}.hero-actions .btn{width:100%}.hero-points{display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}.hero-media img{height:285px;border-radius:22px}.quick-search-section .container{width:min(100% - 24px,var(--container));border-radius:22px;padding:16px}.quick-search-title{display:block;margin-bottom:10px}.quick-search-title h2{font-size:1.1rem}.section{padding:54px 0}.property-top{padding:26px 0 16px}.property-breadcrumb{font-size:.9rem;flex-wrap:wrap}.property-title-row h1{font-size:1.75rem}.property-title-row p{align-items:flex-start}.property-price-large{font-size:1.18rem;padding:14px 18px;border-radius:18px}.gallery-layout{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:8px}.gallery-item,.gallery-item.item-1{grid-column:auto;height:210px;margin:0;border-radius:16px}.gallery-item.item-1{height:270px}.spec-grid,.property-features-list{grid-template-columns:1fr}.single-card,.contact-box,.lux-contact-form{padding:18px;border-radius:18px;margin-bottom:16px}.spec-item{padding:12px;border-radius:15px}.map-frame{height:320px;min-height:320px;border-radius:16px}.reel-video-frame{max-width:250px}.footer-grid{gap:24px;padding:42px 0}.floating-whatsapp{width:50px;height:50px;font-size:23px;left:12px;bottom:12px}}.site-header{position:sticky;top:0;z-index:999;background:rgb(255 255 255 / .98)!important;border-bottom:1px solid rgb(7 23 46 / .08)!important;box-shadow:none;transform:none!important;transition:box-shadow .22s ease,background .22s ease!important}.site-header.is-scrolled{background:rgb(255 255 255 / .99)!important;box-shadow:0 10px 26px rgb(7 23 46 / .10)!important;border-color:rgb(7 23 46 / .08)!important;transform:none!important}.nav-wrap{height:72px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;overflow:visible!important}.site-header.is-scrolled .nav-wrap{height:68px!important}.brand{flex:0 0 auto!important;min-width:0}.brand-text{font-size:1rem!important}.custom-logo{max-height:48px!important;width:auto!important}.main-nav{margin:0 auto!important;display:block}.main-nav ul.alnaimat-main-menu,.main-nav ul{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:nowrap!important}.main-nav a{padding:8px 12px!important;border-radius:14px!important;font-weight:900!important;font-size:.94rem!important;color:#1d2b3f!important;white-space:nowrap!important;line-height:1.3!important}.main-nav a:hover,.main-nav .current-menu-item>a{background:rgb(199 154 67 / .13)!important;color:#07172e!important}.header-actions{flex:0 0 auto!important;display:flex!important}.nav-call{height:42px!important;padding:8px 14px!important;border-radius:999px!important;font-size:.9rem!important;background:#07172e!important;color:#fff!important;box-shadow:0 10px 24px rgb(7 23 46 / .16)!important}.nav-call svg{width:15px!important;height:15px!important}.social-links{gap:7px}.social-links a{width:34px!important;height:34px!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;overflow:hidden!important;background:rgb(255 255 255 / .10)!important;color:#fff!important}.social-links a svg{width:15px!important;height:15px!important;display:block!important;fill:currentColor!important}.footer-social a{background:rgb(255 255 255 / .12)!important;color:#fff!important}.footer-social a:hover{background:#c79a43!important;color:#07172e!important}.header-social{display:none!important}.hero{background:linear-gradient(135deg,#07172e 0%,#0d2747 58%,#092036 100%)!important}.hero:before{opacity:.55}.hero .eyebrow{text-transform:none!important;letter-spacing:0!important;font-size:.95rem!important;color:#e2be73!important}.hero-grid{min-height:520px!important;padding:48px 0 58px!important;gap:38px!important}.hero h1{font-size:clamp(2.05rem,4.2vw,3.75rem)!important;line-height:1.18!important;margin-bottom:16px!important}.hero p{font-size:1.08rem!important;max-width:620px!important;margin-bottom:24px!important}.hero-media img{height:430px!important;border-radius:28px!important}.hero-points{margin-top:22px!important}.hero-points span{font-size:.9rem!important}.quick-search-section{margin-top:-26px!important}.quick-search-section .container{border-radius:24px!important;padding:22px!important}.quick-search-title{margin-bottom:12px!important}.quick-search-title .eyebrow{text-transform:none!important;letter-spacing:0!important}.quick-search-title h2{font-size:1.16rem!important}.feature-icon,.spec-item svg{width:38px!important;height:38px!important;font-size:16px!important}.feature-icon svg,.spec-item svg svg{width:16px!important;height:16px!important}.property-mini-specs svg,.property-features-list svg,.contact-info-box svg,.footer-contact svg,.side-note svg{width:15px!important;height:15px!important;flex:0 0 15px}.spec-item{min-height:auto}.spec-item svg{padding:10px;background:rgb(199 154 67 / .12);border-radius:14px;color:#c79a43}.map-frame{display:block!important;position:relative!important;min-height:380px!important;height:380px!important;border-radius:20px!important;background:#f3f4f6!important;overflow:hidden!important}.map-frame iframe{display:block!important;width:100%!important;height:100%!important;min-height:380px!important;border:0!important}.map-empty{height:100%;min-height:320px;display:grid;place-items:center;text-align:center;padding:24px;color:#667085;font-weight:800;background:#f7f5ef}.property-gallery-grid{display:none!important}.property-single-grid{align-items:start!important}.reel-side-card{overflow:hidden}.reel-video-frame{margin-inline:auto}.floating-whatsapp{z-index:1000!important}.floating-whatsapp svg{width:28px!important;height:28px!important;display:block!important}@media(max-width:1120px){.main-nav a{padding:8px 9px!important;font-size:.9rem!important}.nav-call span{display:none}.nav-call{width:42px!important;padding:0!important;justify-content:center!important}}@media(max-width:1020px){.nav-wrap{height:66px!important}.site-header.is-scrolled .nav-wrap{height:66px!important}.custom-logo{max-height:42px!important}.brand-mark{width:38px!important;height:38px!important}.menu-toggle{display:grid!important;place-content:center!important;margin-inline-start:0!important;flex:0 0 44px!important}.header-actions{display:flex!important}.nav-call{width:42px!important;height:42px!important}.main-nav{position:fixed!important;top:66px!important;left:14px!important;right:14px!important;inset:auto 14px auto 14px!important;background:#fff!important;border:1px solid rgb(7 23 46 / .10)!important;border-radius:0 0 20px 20px!important;box-shadow:0 18px 42px rgb(7 23 46 / .16)!important;padding:10px!important;display:none!important;max-height:calc(100vh - 82px)!important;overflow:auto!important;margin:0!important}.main-nav.open{display:block!important}.main-nav ul.alnaimat-main-menu,.main-nav ul{display:grid!important;grid-template-columns:1fr!important;gap:4px!important}.main-nav a{display:block!important;width:100%!important;padding:12px 14px!important;border-radius:12px!important;text-align:right!important}.hero-grid{grid-template-columns:1fr!important;min-height:auto!important;padding:40px 0!important}.hero-media img{height:340px!important}.quick-search-section{margin-top:0!important}.property-single-grid{grid-template-columns:1fr!important}.property-sidebar{order:2}.property-content{order:1}}@media(max-width:700px){body{font-size:15px!important}.container{width:min(100% - 22px,var(--container))!important}.nav-wrap{height:64px!important;gap:10px!important}.site-header.is-scrolled .nav-wrap{height:64px!important}.custom-logo{max-height:38px!important}.brand-text{display:none!important}.hero{border-radius:0!important}.hero-grid{padding:34px 0 28px!important}.hero h1{font-size:1.85rem!important}.hero p{font-size:.96rem!important}.hero-media img{height:250px!important;border-radius:20px!important}.hero-actions{display:grid!important;grid-template-columns:1fr!important}.quick-search-section .container{width:min(100% - 22px,var(--container))!important;border-radius:20px!important;padding:15px!important}.quick-search-title h2{font-size:1.04rem!important}.listing-grid,.area-grid,.features,.footer-grid,.contact-grid,.split{grid-template-columns:1fr!important}.property-top{padding-top:24px!important}.property-gallery-hero{padding-bottom:14px!important}.gallery-layout{gap:8px!important}.gallery-item,.gallery-item.item-1{height:205px!important}.gallery-item.item-1{height:245px!important}.single-card,.contact-box,.lux-contact-form{border-radius:18px!important;padding:17px!important}.map-frame,.map-frame iframe{height:300px!important;min-height:300px!important}.reel-video-frame{max-width:240px!important}.floating-whatsapp{width:50px!important;height:50px!important;left:12px!important;bottom:12px!important}}.site-header{min-height:0!important}.nav-wrap{height:70px!important}.header-social{display:flex!important}.header-social a{background:#f4f1ea!important;color:#07172e!important;border:1px solid rgb(7 23 46 / .08)!important}.header-social a:hover{background:#c79a43!important;color:#fff!important}.header-social a svg{width:15px!important;height:15px!important;fill:currentColor!important}.site-header.is-scrolled .header-social a{background:#fff!important;color:#07172e!important}.site-header.is-scrolled .header-social a:hover{background:#c79a43!important;color:#fff!important}.site-header.is-scrolled{transform:none!important}.site-header.is-scrolled *{transform:none!important}.main-nav.open{z-index:1001!important}.menu-toggle span{transition:.2s}.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero-grid{min-height:500px!important}.hero-media img{height:410px!important}.hero-card{display:none!important}.hero-copy{max-width:720px}.quick-search-section .container{overflow:hidden}.section-head .eyebrow,.eyebrow{text-transform:none!important;letter-spacing:0!important}.feature-icon{box-shadow:none!important}.feature,.property-card,.area-card,.single-card,.contact-box{box-shadow:0 12px 34px rgb(7 23 46 / .07)!important}.feature-icon,.spec-item>svg{flex:0 0 auto!important}.property-single-grid{grid-template-columns:minmax(285px,360px) minmax(0,1fr)!important;gap:26px!important}.property-sidebar{min-width:0}.reel-side-card h2{font-size:1.15rem!important;margin-bottom:14px!important}.reel-video-frame{position:relative!important;width:min(100%,300px)!important;max-width:300px!important;aspect-ratio:9/16!important;margin-inline:auto!important;padding:10px!important;border-radius:34px!important;background:linear-gradient(180deg,#ffffff 0%,#f7f0e4 100%)!important;border:1px solid rgb(199 154 67 / .34)!important;box-shadow:0 22px 55px rgb(7 23 46 / .13)!important;overflow:hidden!important}.reel-video-frame:before{content:"";position:absolute;top:5px;left:50%;transform:translateX(-50%);width:54px;height:5px;border-radius:999px;background:rgb(7 23 46 / .12);z-index:2}.reel-video-frame video,.reel-video-frame iframe{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border:0!important;border-radius:25px!important;background:#fff!important}.reel-video-frame .embed-wrap{width:100%!important;height:100%!important;aspect-ratio:9/16!important;border-radius:25px!important;overflow:hidden!important;background:#fff!important}.reel-empty{height:100%;display:grid;place-items:center;text-align:center;padding:18px;border-radius:25px;background:#fff;color:#667085;font-weight:800}.contact-box.sticky-box{position:sticky;top:92px}.contact-box .btn svg{width:17px!important;height:17px!important}.map-card{overflow:hidden}.map-frame{height:360px!important;min-height:360px!important}.map-frame iframe{height:100%!important;min-height:360px!important}.property-gallery-hero{padding-top:8px}.gallery-layout{gap:10px!important}.gallery-item{border-radius:20px!important;overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{width:100%;height:360px;object-fit:cover;border-radius:22px}.lux-contact-form{max-width:100%}.footer-social{display:flex!important}.floating-whatsapp{box-shadow:0 14px 32px rgb(26 157 92 / .26)!important}@media(max-width:1180px){.header-social{display:none!important}.main-nav a{font-size:.88rem!important;padding:8px 8px!important}.nav-wrap{gap:10px!important}.property-single-grid{grid-template-columns:minmax(260px,330px) minmax(0,1fr)!important}}@media(max-width:1020px){.site-header{position:sticky!important}.nav-wrap{height:64px!important}.site-header.is-scrolled .nav-wrap{height:64px!important}.header-actions{gap:8px!important}.main-nav{top:64px!important;border-radius:0 0 18px 18px!important}.main-nav.open{display:block!important}.main-nav ul.alnaimat-main-menu{padding:4px!important}.main-nav a{font-size:1rem!important;padding:13px 14px!important}.hero-grid{gap:22px!important;padding:32px 0!important}.hero-media{max-width:620px;margin-inline:auto;width:100%}.hero-media img{height:300px!important}.property-single-grid{grid-template-columns:1fr!important}.property-sidebar{order:2!important}.property-content{order:1!important}.contact-box.sticky-box{position:relative;top:auto}.reel-video-frame{width:min(100%,280px)!important}.quick-search-section .container{box-shadow:0 10px 30px rgb(7 23 46 / .08)!important}}@media(max-width:760px){body{font-size:15px!important;line-height:1.75!important}.container{width:calc(100% - 24px)!important}.brand-mark{width:36px!important;height:36px!important;border-radius:12px!important}.custom-logo{max-height:34px!important}.nav-call{width:40px!important;height:40px!important}.menu-toggle{width:40px!important;height:40px!important;border-radius:12px!important;padding:9px!important}.hero-grid{padding:28px 0 22px!important}.hero h1{font-size:1.68rem!important;line-height:1.35!important}.hero p{font-size:.94rem!important}.hero-media img{height:220px!important;border-radius:18px!important}.hero-points span{font-size:.82rem!important;padding:7px 10px!important}.quick-search-section{margin-top:0!important}.quick-search-section .container{width:calc(100% - 18px)!important;padding:14px!important;border-radius:18px!important}.quick-search-title{margin-bottom:8px!important}.quick-search-title h2{font-size:1rem!important}.section{padding:46px 0!important}.section h2,.section-head h2,.content-page h1,.content-page h2{font-size:1.55rem!important;line-height:1.35!important}.section-head{margin-bottom:22px!important}.split,.contact-grid,.footer-grid,.listing-grid,.features,.area-grid{grid-template-columns:1fr!important;gap:16px!important}.image-stack{grid-template-columns:1fr 1fr!important;gap:10px!important}.image-stack img{height:180px!important;border-radius:18px!important}.image-stack img:nth-child(2){margin-top:24px!important}.property-thumb img{height:210px!important}.property-card-body{padding:16px!important}.property-mini-specs{grid-template-columns:1fr 1fr!important}.feature{padding:18px!important;border-radius:18px!important}.feature-icon{width:36px!important;height:36px!important;border-radius:13px!important;margin-bottom:10px!important}.area-card img{height:170px!important}.gallery-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.gallery-grid img,.gallery-grid img:first-child{height:170px!important;grid-row:auto!important;border-radius:16px!important}.form-row{grid-template-columns:1fr!important}.page-hero.compact-hero{padding:42px 0!important}.compact-hero h1{font-size:1.75rem!important}.archive-search-panel{padding:14px!important;border-radius:18px!important}.property-title-row{gap:12px!important}.property-title-row h1{font-size:1.55rem!important}.property-price-large{font-size:1.05rem!important;width:100%;text-align:center}.gallery-layout{grid-template-columns:1fr!important;display:grid!important}.gallery-item,.gallery-item.item-1{height:190px!important;border-radius:15px!important}.gallery-item.item-1{height:235px!important}.property-main-section{padding-top:28px!important}.single-card,.contact-box,.lux-contact-form{padding:16px!important;border-radius:16px!important}.single-card h2{font-size:1.18rem!important}.spec-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.spec-item{padding:10px!important;border-radius:14px!important}.spec-item strong{font-size:.95rem!important}.property-features-list{grid-template-columns:1fr!important}.map-frame,.map-frame iframe{height:285px!important;min-height:285px!important}.reel-video-frame{width:min(100%,230px)!important;padding:8px!important;border-radius:28px!important}.reel-video-frame video,.reel-video-frame iframe,.reel-video-frame .embed-wrap,.reel-empty{border-radius:21px!important}.footer-grid{padding:36px 0!important}.floating-whatsapp{width:48px!important;height:48px!important}}@media(max-width:420px){.container{width:calc(100% - 18px)!important}.hero h1{font-size:1.55rem!important}.hero-media img{height:200px!important}.property-mini-specs,.spec-grid{grid-template-columns:1fr!important}.gallery-grid{grid-template-columns:1fr!important}.gallery-grid img,.gallery-grid img:first-child{height:190px!important}.image-stack{grid-template-columns:1fr!important}.image-stack img,.image-stack img:nth-child(2){height:190px!important;margin-top:0!important}.nav-call{display:none!important}.main-nav{left:9px!important;right:9px!important}.reel-video-frame{width:min(100%,215px)!important}.map-frame,.map-frame iframe{height:250px!important;min-height:250px!important}}.site-header{transition:box-shadow .2s ease,background .2s ease!important}.site-header.is-scrolled{background:rgb(255 255 255 / .98)!important;box-shadow:0 12px 28px rgb(7 23 46 / .09)!important;border-bottom:1px solid rgb(7 23 46 / .08)!important;transform:none!important}.site-header.is-scrolled .nav-wrap{height:66px!important}.site-header.is-scrolled .custom-logo{max-height:46px!important}.header-social a{border:1px solid rgb(7 23 46 / .12)!important;background:#fff!important;color:#07172e!important;box-shadow:0 8px 18px rgb(7 23 46 / .06)!important}.header-social a svg,.footer-social a svg{width:15px!important;height:15px!important;display:block!important;fill:currentColor!important}.hero-v7{background:linear-gradient(135deg,#061427 0%,#0c2748 62%,#142f50 100%)!important;color:#fff!important;overflow:hidden;position:relative}.hero-v7:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 18%,rgb(226 190 115 / .22),transparent 34%),linear-gradient(90deg,rgb(255 255 255 / .04),transparent 45%);pointer-events:none}.hero-v7-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:42px;align-items:center;min-height:560px;padding:58px 0;direction:rtl}.hero-v7 .hero-copy{max-width:760px}.hero-v7 h1{font-size:clamp(2.25rem,4.4vw,4.25rem)!important;line-height:1.14!important;margin:0 0 16px!important;font-weight:900!important}.hero-v7 p{font-size:1.08rem!important;color:rgb(255 255 255 / .8)!important;margin:0 0 24px!important;max-width:620px!important}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px;max-width:560px}.hero-stats div{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .13);border-radius:18px;padding:12px 13px;backdrop-filter:blur(10px)}.hero-stats strong{display:block;font-size:1.15rem;color:#e2be73;line-height:1.2}.hero-stats span{font-size:.82rem;color:rgb(255 255 255 / .78);font-weight:800}.hero-image-card{position:relative;border-radius:34px;overflow:hidden;border:1px solid rgb(255 255 255 / .14);box-shadow:0 34px 80px rgb(0 0 0 / .32);background:#081b33}.hero-image-card img{width:100%;height:430px!important;object-fit:cover;filter:saturate(1.02)}.hero-image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgb(7 23 46 / .48),transparent 56%);pointer-events:none}.hero-image-badge{position:absolute;right:18px;left:18px;bottom:18px;z-index:2;background:rgb(255 255 255 / .92);color:#07172e;border-radius:20px;padding:14px 15px;display:grid;grid-template-columns:auto 1fr;gap:2px 10px;align-items:center;box-shadow:0 16px 38px rgb(0 0 0 / .18)}.hero-image-badge span{grid-row:1/3;width:40px;height:40px;border-radius:14px;background:#07172e;color:#e2be73;display:grid;place-items:center}.hero-image-badge b{font-size:.98rem}.hero-image-badge small{color:#667085;font-weight:800}.property-gallery-v7{padding:12px 0 0!important;background:#fff}.property-gallery-slider{display:grid;gap:12px}.property-main-photo{display:block;height:460px;border-radius:26px;overflow:hidden;background:#eef1f4;border:1px solid rgb(7 23 46 / .1);box-shadow:0 18px 46px rgb(7 23 46 / .08)}.property-main-photo img{width:100%;height:100%;object-fit:cover}.property-thumbs-scroll{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 10px}.property-thumbs-scroll::-webkit-scrollbar{height:6px}.property-thumbs-scroll::-webkit-scrollbar-thumb{background:rgb(7 23 46 / .18);border-radius:999px}.property-thumb-btn{flex:0 0 118px;height:82px;border:2px solid #fff0;border-radius:16px;padding:0;background:#fff;overflow:hidden;cursor:pointer;scroll-snap-align:start;opacity:.82;transition:.2s}.property-thumb-btn img{width:100%;height:100%;object-fit:cover}.property-thumb-btn.is-active{border-color:#c79a43;opacity:1;box-shadow:0 8px 20px rgb(199 154 67 / .22)}.property-single-grid{direction:ltr!important}.property-sidebar,.property-content{direction:rtl!important}.spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.spec-item{padding:14px 10px!important;border-radius:16px!important}.spec-item svg{width:24px!important;height:24px!important;font-size:24px!important}.spec-item span{font-size:.78rem!important}.spec-item strong{font-size:1rem!important;line-height:1.35!important}.property-features-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.property-features-list li{min-height:48px;border:1px solid rgb(7 23 46 / .09);background:#fff;border-radius:14px;padding:10px 11px!important;font-weight:800;font-size:.92rem}.property-features-list li svg{width:17px!important;height:17px!important;color:#c79a43!important}.reel-video-frame{background:linear-gradient(180deg,#fbfaf7 0%,#f4ead8 100%)!important}.reel-video-frame video{object-fit:cover!important;background:transparent!important}.reel-video-frame iframe{background:transparent!important}.reel-link-card{height:100%;min-height:300px;display:grid;place-items:end start;padding:18px;border-radius:25px;background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden}.reel-link-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgb(7 23 46 / .7),rgb(7 23 46 / .12))}.reel-link-card span{position:relative;z-index:1;background:#fff;color:#07172e;border-radius:999px;padding:10px 14px;font-weight:900}@media(max-width:1020px){.hero-v7-grid{grid-template-columns:1fr!important;min-height:0!important;padding:38px 0 28px!important;gap:22px!important}.hero-showcase{order:-1}.hero-image-card img{height:280px!important}.hero-v7 h1{font-size:2rem!important}.hero-v7 p{font-size:1rem!important}.property-sidebar{order:2!important}.property-content{order:1!important}}@media(max-width:760px){body{font-size:14px!important}.container{width:calc(100% - 20px)!important}.site-header{position:sticky!important;top:0!important}.nav-wrap{height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;direction:rtl!important;gap:8px!important}.brand{order:1!important;min-width:0!important}.brand-text{display:none!important}.custom-logo{max-height:36px!important;max-width:124px!important}.menu-toggle{display:block!important;order:3!important;margin-inline-start:auto!important;background:#07172e!important;width:38px!important;height:38px!important;border-radius:12px!important;padding:8px!important}.header-actions{display:none!important}.nav-call{display:none!important}.main-nav{position:fixed!important;top:58px!important;left:10px!important;right:10px!important;background:#fff!important;border:1px solid rgb(7 23 46 / .1)!important;border-radius:0 0 18px 18px!important;box-shadow:0 20px 50px rgb(7 23 46 / .14)!important;padding:8px!important;display:none!important;margin:0!important}.site-header.is-scrolled .main-nav{top:58px!important}.main-nav.open{display:block!important}.main-nav ul{display:grid!important;grid-template-columns:1fr!important;gap:2px!important}.main-nav a{padding:11px 12px!important;border-radius:12px!important;font-size:.95rem!important;text-align:right!important}.site-header.is-scrolled .nav-wrap{height:58px!important}.site-header.is-scrolled .custom-logo{max-height:34px!important}.hero-v7{background:#07172e!important}.hero-v7-grid{padding:16px 0 18px!important;gap:14px!important}.hero-showcase{order:0!important}.hero-image-card{border-radius:20px!important;box-shadow:0 16px 36px rgb(0 0 0 / .18)!important}.hero-image-card img{height:185px!important}.hero-image-badge{display:none!important}.hero-v7 h1{font-size:1.42rem!important;line-height:1.38!important;margin-bottom:8px!important}.hero-v7 p{font-size:.9rem!important;line-height:1.75!important;margin-bottom:12px!important}.hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.hero-actions .btn{padding:11px 10px!important;font-size:.85rem!important}.hero-stats{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin-top:12px!important}.hero-stats div{border-radius:13px!important;padding:8px 6px!important;text-align:center!important}.hero-stats strong{font-size:.92rem!important}.hero-stats span{font-size:.66rem!important;line-height:1.35!important}.quick-search-section .container{border-radius:16px!important;padding:12px!important}.quick-search-title h2{font-size:.98rem!important}.quick-search-title .eyebrow{font-size:.7rem!important}.section{padding:42px 0!important}.section-head h2,.section h2{font-size:1.35rem!important}.area-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.area-card{border-radius:16px!important}.area-card img{height:104px!important}.area-card h3{font-size:.95rem!important;margin:10px 10px 3px!important}.area-card p{font-size:.74rem!important;line-height:1.55!important;margin:0 10px 12px!important}.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.property-card{border-radius:16px!important}.property-thumb img{height:118px!important}.price-badge{font-size:.68rem!important;padding:5px 7px!important;right:8px!important;top:8px!important}.property-card-body{padding:10px!important}.property-card h2{font-size:.88rem!important;line-height:1.45!important;margin-bottom:4px!important}.property-card p{display:none!important}.area-pill{font-size:.65rem!important;padding:4px 7px!important}.property-mini-specs{grid-template-columns:1fr 1fr!important;gap:4px!important;margin-bottom:8px!important}.property-mini-specs li{font-size:.67rem!important;gap:4px!important}.read-more{font-size:.76rem!important}.property-title-row h1{font-size:1.35rem!important}.property-gallery-v7{padding-top:6px!important}.property-main-photo{height:245px!important;border-radius:18px!important}.property-thumbs-scroll{gap:7px!important;padding-bottom:8px!important}.property-thumb-btn{flex-basis:76px!important;height:56px!important;border-radius:12px!important}.single-card,.contact-box{padding:14px!important;border-radius:16px!important}.single-card h2{font-size:1rem!important}.spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.spec-item{padding:8px 5px!important;border-radius:12px!important;min-height:82px!important}.spec-item svg{width:18px!important;height:18px!important;font-size:18px!important}.spec-item span{font-size:.62rem!important}.spec-item strong{font-size:.74rem!important;line-height:1.25!important}.property-features-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.property-features-list li{font-size:.66rem!important;line-height:1.35!important;padding:8px 5px!important;border-radius:12px!important;min-height:54px!important;justify-content:center!important;text-align:center!important;gap:4px!important;flex-direction:column!important}.property-features-list li svg{width:15px!important;height:15px!important}.reel-video-frame{width:min(100%,220px)!important;max-width:220px!important;padding:6px!important;border-radius:24px!important;background:transparent!important;border:0!important;box-shadow:none!important}.reel-video-frame:before{display:none!important}.reel-video-frame video,.reel-video-frame iframe,.reel-video-frame .embed-wrap,.reel-empty{border-radius:18px!important;background:transparent!important}.reel-empty{background:#f7f5ef!important}.map-frame,.map-frame iframe{height:250px!important;min-height:250px!important;border-radius:16px!important}.footer-grid{grid-template-columns:1fr!important}.floating-whatsapp{width:46px!important;height:46px!important}}@media(max-width:380px){.property-thumb img{height:106px!important}.area-card img{height:96px!important}.property-main-photo{height:220px!important}.property-thumb-btn{flex-basis:70px!important;height:52px!important}.hero-v7 h1{font-size:1.3rem!important}.spec-item strong{font-size:.68rem!important}.property-features-list li{font-size:.62rem!important}}.identity-gallery{background:#fff}.identity-gallery .section-head{margin-bottom:18px}.identity-gallery-card{border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 22px 60px rgb(7 23 46 / .08);border:1px solid rgb(7 23 46 / .08);max-width:1120px;margin-inline:auto}.identity-gallery-card img{width:100%;height:auto;display:block}.page-area-grid{margin-top:10px}.empty-state{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 16px 45px rgb(7 23 46 / .07);grid-column:1/-1}.empty-state h2{margin-top:0;color:var(--navy)}.property-content .single-card{overflow:hidden}.specs-card .spec-grid{align-items:stretch}.spec-item{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:96px}.spec-item svg{opacity:.9}.property-features-list li{min-height:54px}.entry-content{font-size:1.05rem;line-height:2.05}.entry-content p{margin:0 0 14px}.property-sidebar .single-card,.property-sidebar .contact-box{position:relative;z-index:1}.reel-video-frame{background:transparent!important;padding:0!important;box-shadow:none!important;border:0!important}.reel-video-frame video,.reel-video-frame iframe{background:transparent!important;box-shadow:0 14px 38px rgb(7 23 46 / .12)}.reel-empty{background:#fbfaf7!important;color:#667085!important;border:1px dashed rgb(7 23 46 / .18)!important}@media(min-width:761px){.identity-gallery-card img{max-height:680px;object-fit:contain;background:#fff}.property-content .spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-content .property-features-list{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-grid .property-card:nth-child(n+4){display:none}}@media(max-width:760px){.site-header{min-height:58px!important}.nav-wrap{padding:0!important}.brand{margin-inline-start:0!important}.menu-toggle{box-shadow:0 10px 24px rgb(7 23 46 / .15)!important}.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu-toggle span{transition:.2s}.main-nav{border-radius:18px!important;top:64px!important;max-height:calc(100vh - 78px)!important;overflow:auto!important}.site-header.is-scrolled .main-nav{top:64px!important}.main-nav.open{animation:alnavdrop .18s ease-out both}@keyframes alnavdrop{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.hero-v7{background:linear-gradient(180deg,#fff 0%,#f7f5ef 100%)!important;color:#07172e!important}.hero-v7 .eyebrow{color:#c79a43!important}.hero-v7-grid{padding:12px 0 20px!important}.hero-copy{text-align:right!important}.hero-v7 p{color:#5d6878!important}.hero-v7 .btn.ghost{background:#fff!important;color:#07172e!important;border-color:rgb(7 23 46 / .12)!important}.hero-stats div{background:#fff!important;color:#07172e!important;border:1px solid rgb(7 23 46 / .08)!important;box-shadow:0 8px 22px rgb(7 23 46 / .05)!important}.hero-stats span{color:#667085!important}.hero-image-card{border-color:rgb(7 23 46 / .08)!important}.hero-image-card:after{background:linear-gradient(0deg,rgb(7 23 46 / .22),transparent 60%)!important}.identity-gallery{padding-top:38px!important}.identity-gallery .section-head h2{font-size:1.25rem!important}.identity-gallery-card{border-radius:18px!important;box-shadow:0 12px 30px rgb(7 23 46 / .06)!important}.identity-gallery-card img{width:100%;height:auto;object-fit:contain}.page-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.property-top{padding:16px 0 8px!important}.property-breadcrumb{display:none!important}.property-title-row{gap:8px!important}.property-title-row p{font-size:.82rem!important;margin-top:5px!important}.property-price-large{font-size:1rem!important;padding:8px 10px!important;border-radius:14px!important}.property-main-section{padding-top:20px!important}.property-single-grid{display:flex!important;flex-direction:column!important;gap:12px!important}.property-content{order:1!important;width:100%!important}.property-sidebar{order:2!important;width:100%!important}.single-card,.contact-box{margin-bottom:12px!important;border-radius:18px!important;padding:14px!important;box-shadow:0 8px 26px rgb(7 23 46 / .06)!important}.single-card h2,.contact-box h3{font-size:1.08rem!important;line-height:1.35!important;margin-bottom:12px!important}.specs-card{padding:13px!important}.spec-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.spec-item{min-height:70px!important;padding:8px 6px!important;border-radius:13px!important;background:#fff!important;align-items:flex-start!important;text-align:right!important;box-shadow:none!important}.spec-item svg{display:none!important}.spec-item span{font-size:.65rem!important;line-height:1.25!important;color:#667085!important;margin-bottom:4px!important}.spec-item strong{font-size:.74rem!important;line-height:1.25!important;color:#07172e!important;word-break:break-word!important}.entry-content{font-size:.95rem!important;line-height:2!important;color:#5d6878!important}.entry-content p{margin-bottom:10px!important}.property-features-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.property-features-list li{min-height:50px!important;padding:8px 5px!important;border-radius:13px!important;background:#fff!important;text-align:center!important;font-size:.66rem!important;line-height:1.35!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:4px!important}.property-features-list li svg{width:13px!important;height:13px!important;flex:0 0 auto!important}.reel-side-card{text-align:center!important}.reel-video-frame{margin-inline:auto!important;width:min(100%,260px)!important;max-width:260px!important}.reel-video-frame video,.reel-video-frame iframe,.reel-video-frame .embed-wrap{width:100%!important;aspect-ratio:9/16!important;height:auto!important;border-radius:20px!important;background:transparent!important}.reel-empty{aspect-ratio:9/16!important;border-radius:20px!important}.contact-box .btn{height:42px!important;font-size:.86rem!important}.map-frame,.map-frame iframe{height:230px!important;min-height:230px!important}.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.listing-grid .property-card:nth-child(n+4){display:none!important}.area-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:390px){.spec-item{min-height:66px!important}.spec-item span{font-size:.6rem!important}.spec-item strong{font-size:.68rem!important}.property-features-list li{font-size:.6rem!important}.reel-video-frame{max-width:230px!important}.property-main-photo{height:210px!important}}.identity-collage-section{background:#fff;padding-top:96px;padding-bottom:100px;overflow:hidden}.identity-collage-section .section-head{max-width:760px;margin-inline-start:auto;text-align:right}.identity-collage-section .section-head p{max-width:620px}.identity-collage{direction:ltr;display:grid;grid-template-columns:1.18fr .86fr .86fr;grid-template-rows:repeat(2,238px);gap:16px;align-items:stretch}.identity-tile{direction:rtl;position:relative;overflow:hidden;border-radius:18px;background:#f4f6f8;border:1px solid rgb(7 23 46 / .08);box-shadow:0 16px 42px rgb(7 23 46 / .07)}.identity-tile-main{grid-row:1 / span 2;border-radius:22px}.identity-tile img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.identity-tile:hover img{transform:scale(1.045)}.identity-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0 42%,rgb(7 23 46 / .72) 100%);pointer-events:none}.identity-tile span{position:absolute;right:14px;bottom:14px;z-index:2;background:rgb(7 23 46 / .92);color:#fff;border:1px solid rgb(255 255 255 / .18);border-radius:4px 4px 4px 0;padding:8px 13px;font-weight:900;font-size:.9rem;box-shadow:0 10px 24px rgb(0 0 0 / .12)}.identity-tile span:after{content:"";position:absolute;right:-5px;bottom:-5px;width:20px;height:20px;border-right:2px solid #5da1d1;border-bottom:2px solid #5da1d1}.identity-tile-main span{font-size:1rem;padding:10px 16px}.property-content .spec-grid{gap:10px!important}.property-content .spec-item{background:#fff!important;border:1px solid rgb(7 23 46 / .1)!important;box-shadow:0 8px 20px rgb(7 23 46 / .035)!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:86px!important;padding:12px 8px!important}.property-content .spec-item svg{display:none!important}.property-content .spec-item span{font-size:.75rem!important;color:#697586!important;margin:0 0 4px!important}.property-content .spec-item strong{font-size:.95rem!important;color:#07172e!important;line-height:1.25!important}.property-content .property-features-list{gap:10px!important}.property-content .property-features-list li{background:#fff!important;border:1px solid rgb(7 23 46 / .1)!important;box-shadow:0 8px 20px rgb(7 23 46 / .03)!important;min-height:56px!important;padding:9px 8px!important}.property-content .property-features-list li svg{width:15px!important;height:15px!important;color:#c79a43!important}.listing-grid .property-card:nth-child(n+4){display:none!important}@media(max-width:900px){.identity-collage-section{padding-top:56px!important;padding-bottom:64px!important}.identity-collage-section .section-head{text-align:right;margin-inline:0}.identity-collage{grid-template-columns:1fr 1fr;grid-template-rows:220px 150px 150px;gap:10px}.identity-tile-main{grid-column:1/-1;grid-row:auto}.identity-tile{border-radius:15px}.identity-tile-main{border-radius:18px}.identity-tile span{font-size:.72rem;right:9px;bottom:9px;padding:6px 9px}.identity-tile-main span{font-size:.82rem}.property-content .spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.property-content .spec-item{min-height:68px!important;padding:7px 5px!important;border-radius:12px!important}.property-content .spec-item span{font-size:.58rem!important;line-height:1.2!important;margin-bottom:3px!important}.property-content .spec-item strong{font-size:.66rem!important;line-height:1.22!important}.property-content .property-features-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.property-content .property-features-list li{min-height:48px!important;font-size:.6rem!important;line-height:1.28!important;border-radius:12px!important;padding:7px 4px!important}.property-content .property-features-list li svg{display:none!important}.single-card h2{font-size:1rem!important}.entry-content{font-size:.9rem!important;line-height:1.95!important}.entry-content p{margin-bottom:8px!important}.property-main-section .container{width:calc(100% - 22px)!important}.property-title-row h1{font-size:1.25rem!important}.property-price-large{font-size:.9rem!important}}@media(max-width:390px){.identity-collage{grid-template-rows:190px 130px 130px}.property-content .spec-item{min-height:62px!important}.property-content .spec-item span{font-size:.54rem!important}.property-content .spec-item strong{font-size:.6rem!important}.property-content .property-features-list li{font-size:.56rem!important}}.site-header{background:rgb(255 255 255 / .96)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:0 6px 24px rgb(7 23 46 / .04)!important;transform:none!important;transition:box-shadow .2s ease,background .2s ease!important}.site-header.is-scrolled{background:#fff!important;box-shadow:0 12px 34px rgb(7 23 46 / .09)!important;transform:none!important}.nav-wrap{height:78px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.brand{flex:0 0 auto!important}.main-nav{flex:1 1 auto!important;margin-inline-start:0!important;display:flex!important;justify-content:center!important}.main-nav ul{justify-content:center!important;gap:2px!important}.main-nav a{font-size:.95rem!important;padding:9px 12px!important}.header-actions{flex:0 0 auto!important}.header-social a{background:rgb(7 23 46 / .06)!important;color:#07172e!important;border:1px solid rgb(7 23 46 / .08)!important}.header-social a:hover{background:#c79a43!important;color:#fff!important}.custom-logo{max-height:56px!important;width:auto!important}.menu-toggle{flex:0 0 auto!important}.identity-collage-section{background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)!important;padding-top:86px!important;padding-bottom:92px!important}.identity-collage-section .identity-head{max-width:820px!important;text-align:center!important;margin:0 auto 34px!important}.identity-collage-section .identity-head h2{font-size:clamp(2.1rem,4vw,4.2rem)!important;line-height:1.1!important;margin-bottom:12px!important}.identity-collage-section .identity-head p{margin:0 auto!important;max-width:680px!important;color:#667085!important}.identity-collage-v10{direction:ltr!important;max-width:1120px!important;margin-inline:auto!important;display:grid!important;grid-template-columns:minmax(390px,1.12fr) minmax(220px,.72fr) minmax(220px,.72fr)!important;grid-template-rows:260px 260px!important;gap:16px!important;align-items:stretch!important}.identity-collage-v10 .identity-tile{direction:rtl!important;border-radius:18px!important;overflow:hidden!important;background:#eef2f6!important;border:1px solid rgb(7 23 46 / .1)!important;box-shadow:0 20px 52px rgb(7 23 46 / .09)!important}.identity-collage-v10 .identity-tile-main{grid-row:1 / span 2!important;border-radius:24px!important}.identity-collage-v10 .identity-tile img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:none!important}.identity-collage-v10 .identity-tile:before{content:"";position:absolute;inset:0;border:1px solid rgb(255 255 255 / .35);border-radius:inherit;z-index:2;pointer-events:none}.identity-collage-v10 .identity-tile:after{background:linear-gradient(180deg,#fff0 48%,rgb(7 23 46 / .74) 100%)!important}.identity-collage-v10 .identity-tile span{font-size:.9rem!important;right:14px!important;bottom:14px!important;background:rgb(7 23 46 / .94)!important;color:#fff!important;border-radius:2px!important;padding:8px 14px!important;line-height:1.25!important}.identity-collage-v10 .identity-tile-main span{font-size:1rem!important;padding:10px 16px!important}.property-content .spec-grid{align-items:stretch!important}.property-content .spec-item{position:relative!important;overflow:hidden!important}.property-content .spec-item:before{content:none!important}.property-content .spec-item:after{content:none!important}.property-content .spec-item span,.property-content .spec-item strong{position:relative!important;z-index:1!important}.property-content .property-features-list li:before,.property-content .property-features-list li:after{content:none!important}.property-content .spec-item{min-height:78px!important}.property-content .property-features-list li{min-height:52px!important}.entry-content{max-height:none!important;overflow:visible!important}@media(max-width:1024px){.identity-collage-v10{grid-template-columns:minmax(320px,1fr) minmax(190px,.75fr) minmax(190px,.75fr)!important;grid-template-rows:230px 230px!important;gap:12px!important}.main-nav a{padding-inline:9px!important;font-size:.9rem!important}.nav-call{padding:9px 12px!important}.nav-call span{display:none!important}}@media(max-width:760px){.site-header,.site-header.is-scrolled{position:sticky!important;top:0!important;background:#fff!important;border-bottom:1px solid rgb(7 23 46 / .08)!important;box-shadow:0 8px 24px rgb(7 23 46 / .06)!important;transform:none!important;min-height:66px!important}.site-header .container{width:calc(100% - 28px)!important}.nav-wrap{height:66px!important;padding:0!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.brand{order:1!important;min-width:0!important;max-width:58%!important}.custom-logo{max-height:48px!important;max-width:118px!important;object-fit:contain!important}.brand-text{font-size:.88rem!important;line-height:1.25!important}.brand-mark{width:42px!important;height:42px!important;border-radius:14px!important}.header-actions{display:none!important}.menu-toggle{display:grid!important;order:3!important;width:44px!important;height:44px!important;padding:10px!important;border-radius:14px!important;background:#07172e!important;place-content:center!important;box-shadow:0 10px 24px rgb(7 23 46 / .15)!important}.menu-toggle span{width:24px!important;height:2px!important;background:#fff!important;margin:4px 0!important;transform-origin:center!important}.main-nav{position:fixed!important;top:76px!important;left:14px!important;right:14px!important;z-index:100!important;display:none!important;width:auto!important;max-height:calc(100vh - 92px)!important;overflow:auto!important;background:#fff!important;border:1px solid rgb(7 23 46 / .1)!important;border-radius:22px!important;padding:10px!important;box-shadow:0 24px 70px rgb(7 23 46 / .18)!important;transform:none!important;margin:0!important}.main-nav.open{display:block!important}.site-header.is-scrolled .main-nav{top:76px!important}.main-nav ul{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;margin:0!important;padding:0!important}.main-nav a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;text-align:right!important;border-radius:14px!important;padding:13px 14px!important;font-size:.95rem!important;background:#fff!important;color:#07172e!important}.main-nav a:hover{background:rgb(199 154 67 / .12)!important}.main-nav a:after{content:"‹";font-weight:900;color:#c79a43;font-size:1.2rem}.menu-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)!important}.menu-toggle.active span:nth-child(2){opacity:0!important}.menu-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}.identity-collage-section{padding-top:48px!important;padding-bottom:56px!important}.identity-collage-section .identity-head{text-align:right!important;margin:0 0 22px!important}.identity-collage-section .identity-head h2{font-size:1.55rem!important;line-height:1.28!important}.identity-collage-section .identity-head p{font-size:.9rem!important;line-height:1.8!important;margin:0!important}.identity-collage-v10{grid-template-columns:1fr 1fr!important;grid-template-rows:220px 145px 145px!important;gap:9px!important;max-width:100%!important}.identity-collage-v10 .identity-tile-main{grid-column:1/-1!important;grid-row:auto!important;border-radius:18px!important}.identity-collage-v10 .identity-tile{border-radius:16px!important;box-shadow:0 12px 28px rgb(7 23 46 / .06)!important}.identity-collage-v10 .identity-tile span{font-size:.66rem!important;right:8px!important;bottom:8px!important;padding:6px 8px!important;max-width:calc(100% - 16px)!important}.identity-collage-v10 .identity-tile-main span{font-size:.8rem!important;padding:7px 10px!important}.identity-collage-v10 .identity-tile span:after{width:14px!important;height:14px!important;right:-4px!important;bottom:-4px!important}.property-content .spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.property-content .spec-item{min-height:62px!important;padding:7px 5px!important;border-radius:12px!important;text-align:center!important}.property-content .spec-item span{font-size:.56rem!important;line-height:1.15!important;margin-bottom:3px!important}.property-content .spec-item strong{font-size:.62rem!important;line-height:1.18!important}.property-content .property-features-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.property-content .property-features-list li{min-height:44px!important;font-size:.57rem!important;line-height:1.25!important;border-radius:12px!important;padding:6px 4px!important}.property-content .property-features-list li svg{display:none!important}.single-card{padding:13px!important;border-radius:18px!important}.single-card h2{font-size:1rem!important;margin-bottom:10px!important}.entry-content{font-size:.86rem!important;line-height:1.95!important}.property-main-section .container{width:calc(100% - 20px)!important}.property-title-row h1{font-size:1.22rem!important;line-height:1.35!important}.property-main-photo{height:245px!important}.property-thumb-btn{width:92px!important;height:64px!important;min-width:92px!important}.reel-video-frame video,.reel-video-frame iframe,.reel-video-frame .embed-wrap{background:transparent!important}}@media(max-width:390px){.custom-logo{max-width:102px!important}.brand{max-width:54%!important}.identity-collage-v10{grid-template-rows:195px 128px 128px!important}.property-content .spec-item span{font-size:.5rem!important}.property-content .spec-item strong{font-size:.56rem!important}.property-content .property-features-list li{font-size:.52rem!important}.property-main-photo{height:220px!important}.property-thumb-btn{width:82px!important;height:58px!important;min-width:82px!important}}.identity-collage-section .identity-head{text-align:right!important;margin:0 0 34px auto!important;margin-left:auto!important;margin-right:0!important;max-width:820px!important}.identity-collage-section .identity-head .eyebrow{justify-content:flex-start!important;text-align:right!important}.identity-collage-section .identity-head h2,.identity-collage-section .identity-head p{text-align:right!important;margin-right:0!important;margin-left:auto!important}.identity-collage-section .identity-head p{max-width:720px!important}.identity-collage-v10 .identity-tile img{object-fit:cover!important;object-position:center!important}.identity-collage-v10 .identity-tile span{text-align:right!important;right:14px!important;left:auto!important}@media(max-width:760px){.site-header,.site-header.is-scrolled{height:auto!important;min-height:66px!important;background:#fff!important;border-bottom:1px solid rgb(7 23 46 / .08)!important;box-shadow:0 8px 24px rgb(7 23 46 / .06)!important}.site-header .nav-wrap{direction:rtl!important;height:66px!important;min-height:66px!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:0!important}.site-header .brand{order:1!important;margin:0!important;max-width:56%!important;justify-content:flex-start!important}.site-header .menu-toggle{order:2!important;margin-inline-start:auto!important;margin-inline-end:0!important}.site-header .main-nav{direction:rtl!important;top:76px!important;right:14px!important;left:14px!important}.site-header.is-scrolled .main-nav{top:76px!important}.site-header .custom-logo{max-height:48px!important;max-width:118px!important}.identity-collage-section .identity-head{text-align:right!important;margin:0 0 22px!important;max-width:100%!important}.identity-collage-section .identity-head h2{text-align:right!important;font-size:1.55rem!important;line-height:1.28!important}.identity-collage-section .identity-head p{text-align:right!important;margin:0!important;max-width:100%!important}}