.elementor-92 .elementor-element.elementor-element-e4129ff{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-3e9c73f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-06e5b4d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-6eaefac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-b7258f8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-52b2e1d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-27f6555{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5dfe6c2 */.mrg-property-hero{
  position:relative;
  width:100vw;
  min-height:560px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(7,17,31,.95) 0%, rgba(7,17,31,.82) 52%, rgba(7,17,31,.45) 100%),
    var(--mrg-bg) center/cover no-repeat;
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
}

.mrg-property-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 28%, rgba(214,179,106,.18), transparent 30%),
    linear-gradient(180deg, rgba(7,17,31,.04), rgba(7,17,31,.24));
  pointer-events:none;
}

.mrg-property-hero__wrap{
  position:relative;
  z-index:2;
  width:min(1180px,92%);
  margin:0 auto;
}

.mrg-property-hero__content{
  max-width:760px;
}

.mrg-property-hero__content span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.10);
  border:1px solid rgba(214,179,106,.35);
  color:#d6b36a;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-property-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(40px,5vw,64px);
  line-height:1.05;
  letter-spacing:-1.8px;
  font-weight:900;
}

.mrg-property-hero p{
  margin:22px 0 0;
  max-width:660px;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.8;
}

.mrg-property-hero__buttons{
  margin-top:32px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.mrg-property-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.25s ease;
}

.mrg-property-hero__btn--gold{
  background:linear-gradient(135deg,#f3d78b,#d6b36a,#a77c32);
  color:#07111f;
}

.mrg-property-hero__btn--outline{
  color:#fff;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.24);
}

.mrg-property-hero__btn:hover{
  transform:translateY(-3px);
}

@media(max-width:560px){
  .mrg-property-hero{
    min-height:auto;
    padding:100px 0 75px;
  }

  .mrg-property-hero__wrap{
    width:90%;
  }

  .mrg-property-hero h1{
    font-size:40px;
  }

  .mrg-property-hero__buttons{
    flex-direction:column;
  }

  .mrg-property-hero__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15e4540 */.mrg-property-overview{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 0;
  overflow:hidden;
  background:#f8f4ea;
  font-family:'Poppins',Arial,sans-serif;
  color:#07111f;
}

.mrg-property-overview__wrap{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.mrg-property-overview__content span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.16);
  border:1px solid rgba(214,179,106,.35);
  color:#9a6f24;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-property-overview h2{
  margin:0;
  color:#07111f;
  font-size:clamp(36px,4.7vw,60px);
  line-height:1.04;
  letter-spacing:-1.8px;
  font-weight:900;
}

.mrg-property-overview p{
  margin:22px 0 0;
  max-width:700px;
  color:rgba(7,17,31,.72);
  font-size:16px;
  line-height:1.88;
}

.mrg-property-overview__media{
  min-height:540px;
  border-radius:34px;
  overflow:hidden;
  background:#07111f;
  box-shadow:0 34px 90px rgba(7,17,31,.18);
}

.mrg-property-overview__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

@media(max-width:900px){
  .mrg-property-overview__wrap{
    grid-template-columns:1fr;
    gap:44px;
  }

  .mrg-property-overview__media{
    min-height:420px;
  }
}

@media(max-width:560px){
  .mrg-property-overview{
    padding:75px 0;
  }

  .mrg-property-overview__wrap{
    width:90%;
  }

  .mrg-property-overview h2{
    font-size:40px;
  }

  .mrg-property-overview__media{
    min-height:320px;
    border-radius:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43a581f */.mrg-property-services{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(214,179,106,.13), transparent 28%),
    linear-gradient(135deg,#050c18 0%,#07111f 55%,#091726 100%);
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
}

.mrg-property-services__wrap{
  width:min(1180px,92%);
  margin:0 auto;
}

.mrg-property-services__head{
  max-width:880px;
  margin-bottom:58px;
}

.mrg-property-services__head span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.10);
  border:1px solid rgba(214,179,106,.35);
  color:#d6b36a;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-property-services__head h2{
  margin:0;
  color:#fff;
  font-size:clamp(38px,5vw,66px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:900;
}

.mrg-property-services__head p{
  margin:22px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.7);
  font-size:16px;
  line-height:1.85;
}

.mrg-property-services__grid{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  gap:18px;
}

.mrg-property-card{
  position:relative;
  min-height:280px;
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:.28s ease;
}

.mrg-property-card:hover{
  transform:translateY(-6px);
  border-color:rgba(214,179,106,.42);
  background:rgba(255,255,255,.09);
}

.mrg-property-card small{
  color:#d6b36a;
  font-size:13px;
  font-weight:900;
  letter-spacing:1px;
  margin-bottom:16px;
}

.mrg-property-card h3{
  margin:0;
  color:#fff;
  font-size:25px;
  line-height:1.15;
  letter-spacing:-.7px;
  font-weight:900;
}

.mrg-property-card p{
  margin:15px 0 0;
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.75;
}

.mrg-property-card--image{
  grid-row:span 2;
  min-height:578px;
  padding:0;
  border:1px solid rgba(214,179,106,.32);
}

.mrg-property-card--image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.6s ease;
}

.mrg-property-card--image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,17,31,.08), rgba(7,17,31,.9));
}

.mrg-property-card--image:hover img{
  transform:scale(1.07);
}

.mrg-property-card--image div{
  position:relative;
  z-index:2;
  padding:34px;
  margin-top:auto;
}

.mrg-property-card--gold{
  background:linear-gradient(135deg,#f3d78b,#d6b36a,#a77c32);
}

.mrg-property-card--gold small,
.mrg-property-card--gold h3,
.mrg-property-card--gold p{
  color:#07111f;
}

@media(max-width:980px){
  .mrg-property-services__grid{
    grid-template-columns:1fr 1fr;
  }

  .mrg-property-card--image{
    grid-column:span 2;
    grid-row:auto;
    min-height:420px;
  }
}

@media(max-width:560px){
  .mrg-property-services{
    padding:80px 0;
  }

  .mrg-property-services__wrap{
    width:90%;
  }

  .mrg-property-services__head h2{
    font-size:42px;
  }

  .mrg-property-services__grid{
    grid-template-columns:1fr;
  }

  .mrg-property-card,
  .mrg-property-card--image{
    grid-column:auto;
    min-height:300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb67abe */.mrg-property-process{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  background:#f8f4ea;
  font-family:'Poppins',sans-serif;
}

.mrg-property-process__wrap{
  width:min(1180px,92%);
  margin:0 auto;
}

.mrg-property-process__head{
  text-align:center;
  max-width:900px;
  margin:0 auto 70px;
}

.mrg-property-process__head span{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(214,179,106,.12);
  border:1px solid rgba(214,179,106,.35);
  color:#9a6f24;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-property-process__head h2{
  margin:0;
  color:#07111f;
  font-size:clamp(38px,5vw,66px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:900;
}

.mrg-property-process__head p{
  margin-top:22px;
  color:rgba(7,17,31,.68);
  line-height:1.9;
}

.mrg-property-process__timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.mrg-property-stage{
  position:relative;
  padding:35px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(7,17,31,.08);
  box-shadow:0 15px 50px rgba(7,17,31,.05);
}

.mrg-property-stage__number{
  width:70px;
  height:70px;
  border-radius:50%;
  background:linear-gradient(135deg,#f3d78b,#d6b36a,#a77c32);
  color:#07111f;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  margin-bottom:22px;
}

.mrg-property-stage h3{
  margin:0;
  color:#07111f;
  font-size:26px;
  line-height:1.15;
  font-weight:900;
}

.mrg-property-stage p{
  margin-top:14px;
  color:rgba(7,17,31,.65);
  line-height:1.8;
}

@media(max-width:991px){

  .mrg-property-process__timeline{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:767px){

  .mrg-property-process{
    padding:80px 0;
  }

  .mrg-property-process__wrap{
    width:90%;
  }

  .mrg-property-process__timeline{
    grid-template-columns:1fr;
  }

  .mrg-property-process__head h2{
    font-size:42px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bda673a */.mrg-property-categories{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(214,179,106,.13), transparent 28%),
    linear-gradient(135deg,#050c18 0%,#07111f 55%,#091726 100%);
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
}

.mrg-property-categories__wrap{
  width:min(1180px,92%);
  margin:0 auto;
}

.mrg-property-categories__head{
  max-width:880px;
  margin-bottom:58px;
}

.mrg-property-categories__head span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.10);
  border:1px solid rgba(214,179,106,.35);
  color:#d6b36a;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-property-categories__head h2{
  margin:0;
  color:#fff;
  font-size:clamp(38px,5vw,66px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:900;
}

.mrg-property-categories__head p{
  margin:22px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.7);
  font-size:16px;
  line-height:1.85;
}

.mrg-property-categories__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.mrg-property-cat-card{
  position:relative;
  min-height:440px;
  border-radius:32px;
  overflow:hidden;
  background:#07111f;
  box-shadow:0 28px 80px rgba(0,0,0,.26);
}

.mrg-property-cat-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:.6s ease;
}

.mrg-property-cat-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(7,17,31,.04) 0%,
      rgba(7,17,31,.42) 45%,
      rgba(7,17,31,.90) 100%
    );
}

.mrg-property-cat-card div{
  position:absolute;
  z-index:2;
  left:26px;
  right:26px;
  bottom:26px;
}

.mrg-property-cat-card small{
  color:#d6b36a;
  font-size:13px;
  font-weight:900;
  letter-spacing:1px;
}

.mrg-property-cat-card h3{
  margin:12px 0 0;
  color:#fff;
  font-size:30px;
  line-height:1.1;
  font-weight:900;
}

.mrg-property-cat-card p{
  margin:12px 0 0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.7;
}

.mrg-property-cat-card:hover img{
  transform:scale(1.08);
}

@media(max-width:1000px){
  .mrg-property-categories__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px){
  .mrg-property-categories{
    padding:80px 0;
  }

  .mrg-property-categories__wrap{
    width:90%;
  }

  .mrg-property-categories__head h2{
    font-size:42px;
  }

  .mrg-property-categories__grid{
    grid-template-columns:1fr;
  }

  .mrg-property-cat-card{
    min-height:340px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77914f4 */.mrg-property-loan{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  background:#f8f4ea;
  font-family:'Poppins',Arial,sans-serif;
  color:#07111f;
}

.mrg-property-loan__wrap{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.mrg-property-loan__media{
  position:relative;
  height:560px;
  border-radius:34px;
  overflow:hidden;
  background:#07111f;
  box-shadow:0 34px 90px rgba(7,17,31,.18);
}

.mrg-property-loan__media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.mrg-property-loan__content span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.16);
  border:1px solid rgba(214,179,106,.35);
  color:#9a6f24;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-property-loan h2{
  margin:0;
  color:#07111f;
  font-size:clamp(36px,4.8vw,62px);
  line-height:1.03;
  letter-spacing:-1.8px;
  font-weight:900;
}

.mrg-property-loan p{
  margin:22px 0 0;
  max-width:720px;
  color:rgba(7,17,31,.72);
  font-size:16px;
  line-height:1.85;
}

.mrg-property-loan__list{
  margin-top:34px;
  display:grid;
  gap:14px;
}

.mrg-property-loan__list div{
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(7,17,31,.08);
  box-shadow:0 14px 40px rgba(7,17,31,.06);
}

.mrg-property-loan__list strong{
  display:block;
  color:#07111f;
  font-size:17px;
  line-height:1.35;
  font-weight:900;
  margin-bottom:7px;
}

.mrg-property-loan__list small{
  display:block;
  color:rgba(7,17,31,.65);
  font-size:14px;
  line-height:1.65;
}

.mrg-property-loan__content a{
  margin-top:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  background:linear-gradient(135deg,#f3d78b,#d6b36a,#a77c32);
  color:#07111f;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
}

@media(max-width:900px){
  .mrg-property-loan__wrap{
    grid-template-columns:1fr;
    gap:44px;
  }

  .mrg-property-loan__media{
    height:420px;
  }
}

@media(max-width:560px){
  .mrg-property-loan{
    padding:80px 0;
  }

  .mrg-property-loan__wrap{
    width:90%;
  }

  .mrg-property-loan h2{
    font-size:42px;
  }

  .mrg-property-loan__media{
    height:330px;
    border-radius:28px;
  }

  .mrg-property-loan__content a{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-069a590 */.mrg-property-cta{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 0;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(7,17,31,.96), rgba(7,17,31,.82)),
    var(--mrg-bg) center/cover no-repeat;
  font-family:'Poppins',Arial,sans-serif;
  color:#fff;
}

.mrg-property-cta__wrap{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr .45fr;
  gap:60px;
  align-items:center;
}

.mrg-property-cta__content span{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(214,179,106,.10);
  border:1px solid rgba(214,179,106,.35);
  color:#d6b36a;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mrg-property-cta h2{
  margin:0;
  max-width:780px;
  color:#fff;
  font-size:clamp(38px,5vw,64px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:900;
}

.mrg-property-cta p{
  margin:24px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.74);
  font-size:16px;
  line-height:1.85;
}

.mrg-property-cta__box{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(214,179,106,.28);
  box-shadow:0 28px 80px rgba(0,0,0,.24);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.mrg-property-cta__box h3{
  margin:0 0 22px;
  color:#d6b36a;
  font-size:28px;
  line-height:1.15;
  font-weight:900;
}

.mrg-property-cta__info{
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.10);
}

.mrg-property-cta__info strong{
  display:block;
  color:#fff;
  font-size:15px;
  font-weight:900;
  margin-bottom:6px;
}

.mrg-property-cta__info small{
  display:block;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.6;
}

.mrg-property-cta__box a{
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#f3d78b,#d6b36a,#a77c32);
  color:#07111f;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
}

@media(max-width:900px){
  .mrg-property-cta__wrap{
    grid-template-columns:1fr;
    gap:40px;
  }
}

@media(max-width:560px){
  .mrg-property-cta{
    padding:80px 0;
  }

  .mrg-property-cta__wrap{
    width:90%;
  }

  .mrg-property-cta h2{
    font-size:42px;
  }

  .mrg-property-cta__box{
    padding:26px;
  }
}/* End custom CSS */