.elementor-993 .elementor-element.elementor-element-acc5a4d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-993 .elementor-element.elementor-element-69c094a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-993 .elementor-element.elementor-element-360ae58{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-993 .elementor-element.elementor-element-eab786b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-993 .elementor-element.elementor-element-eab786b:not(.elementor-motion-effects-element-type-background), .elementor-993 .elementor-element.elementor-element-eab786b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F1EB;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-58befa9 */.hs-map-hero{
    position:relative;
    height:65vh;
    min-height:450px;
    background:#7F4713;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* blueprint grid background */
.hs-map-bg{
    position:absolute;
    inset:0;
    background:
    linear-gradient(rgba(255,255,255,0.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.05) 1px,transparent 1px);
    background-size:60px 60px;
    animation:mapMove 18s linear infinite;
}

@keyframes mapMove{
    from{transform:translateY(0);}
    to{transform:translateY(60px);}
}

/* moving scan light */
.hs-scan-line{
    position:absolute;
    width:100%;
    height:120px;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(240,232,220,0.08),
        transparent
    );
    top:0;
    animation:scanDown 5s linear infinite;
}

@keyframes scanDown{
    0%{top:-120px;}
    100%{top:100%;}
}

/* content block */
.hs-map-content{
    position:relative;
    z-index:2;
    max-width:900px;
    text-align:center;
    color:#fff;
    padding:20px;
}

/* small title */
.hs-map-title{
    font-size:12px;
    letter-spacing:4px;
    color:rgba(255,255,255,0.75);
}

/* BIG TITLE */
h1.hs-map-big{
    all: unset;
    display: block;
    font-size:58px;
    line-height:1.05;
    font-weight:700;
    margin:20px 0;
    color:#fff;
}

/* description */
.hs-map-desc{
    font-size:16px;
    color:rgba(255,255,255,0.85);
    line-height:1.9;
    max-width:700px;
    margin:auto;
}

/* footer meta */
.hs-map-meta{
    margin-top:25px;
    font-size:11px;
    letter-spacing:4px;
    color:#F0E8DC;
}

/* mobile */
@media(max-width:768px){

    .hs-map-hero{
        height:auto;
        padding:70px 6%;
    }

    .hs-map-big{
        font-size:34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c987b51 */.pms-housing{
padding:100px 5%;
background:#F6F1EB;
overflow:hidden;
}

/* HEADER */

.pms-housing-head{
max-width:850px;
margin:auto;
text-align:center;
margin-bottom:70px;
}

.pms-housing-head span{
color:#C68C5F;
font-size:12px;
font-weight:700;
letter-spacing:3px;
}

.pms-housing-head h2{
font-size:56px;
line-height:1.05;
margin:18px 0;
color:#1a1a1a;
font-weight:800;
letter-spacing:-2px;
}

.pms-housing-head p{
font-size:16px;
line-height:1.9;
color:#666;
max-width:700px;
margin:auto;
}

/* GRID */

.pms-housing-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:28px;
}

/* CARD */

.pms-house-card{
position:relative;
height:420px;
border-radius:28px;
overflow:hidden;
text-decoration:none !important;
display:flex;
align-items:flex-end;
padding:30px;
transition:.5s ease;
box-shadow:
0 15px 40px rgba(0,0,0,.08);
}

.pms-house-image{
position:absolute;
inset:0;
background-size:cover;
background-position:center;
transform:scale(1.05);
transition:1s ease;
}

.pms-house-overlay{
position:absolute;
inset:0;
background:
linear-gradient(
to top,
rgba(0,0,0,.88),
rgba(0,0,0,.18),
rgba(198,140,95,.08)
);
transition:.5s ease;
}

.pms-house-content{
position:relative;
z-index:2;
}

.pms-house-content h3{
color:#fff;
font-size:32px;
margin-bottom:12px;
font-weight:700;
}

.pms-house-content p{
color:rgba(255,255,255,.85);
font-size:15px;
line-height:1.8;
max-width:420px;
}

.pms-house-arrow{
margin-top:18px;
color:#C68C5F;
font-weight:600;
font-size:15px;
transition:.4s ease;
}

/* HOVER */

.pms-house-card:hover{
transform:translateY(-10px);
box-shadow:
0 25px 60px rgba(198,140,95,.20);
}

.pms-house-card:hover .pms-house-image{
transform:scale(1.15);
}

.pms-house-card:hover .pms-house-arrow{
transform:translateX(10px);
}

.pms-house-card:hover .pms-house-overlay{
background:
linear-gradient(
to top,
rgba(0,0,0,.78),
rgba(0,0,0,.12),
rgba(198,140,95,.18)
);
}

/* CTA */

.pms-housing-cta{
margin-top:90px;
text-align:center;
padding:70px 50px;
border-radius:35px;
background:
linear-gradient(
135deg,
#17110D,
#241A13);
position:relative;
overflow:hidden;
}

.pms-housing-cta:before{
content:'';
position:absolute;
width:400px;
height:400px;
right:-120px;
top:-120px;
border-radius:50%;
background:
radial-gradient(
circle,
rgba(198,140,95,.20),
transparent 70%);
}

.pms-housing-cta h3{
font-size:42px;
color:#fff;
margin-bottom:20px;
font-weight:800;
position:relative;
z-index:2;
}

.pms-housing-cta p{
max-width:760px;
margin:auto;
color:rgba(255,255,255,.75);
line-height:1.9;
position:relative;
z-index:2;
}

.pms-housing-btn{
display:inline-block;
margin-top:30px;
padding:18px 36px;
border-radius:60px;
text-decoration:none !important;
background:
linear-gradient(
135deg,
#C68C5F,
#D9A87A);
color:#fff !important;
font-weight:700;
transition:.4s ease;
position:relative;
z-index:2;
}

.pms-housing-btn:hover{
transform:translateY(-5px);
box-shadow:
0 20px 40px rgba(198,140,95,.35);
color:#fff !important;
}

/* REMOVE BLUE LINKS */

.pms-house-card,
.pms-house-card:hover,
.pms-house-card:focus,
.pms-house-card:visited{
text-decoration:none !important;
}

.pms-house-content h3,
.pms-house-content p{
color:#fff !important;
}

/* TABLET */

@media(max-width:1024px){

.pms-housing-grid{
grid-template-columns:1fr;
}

}

/* MOBILE */

@media(max-width:768px){

.pms-housing{
padding:70px 6%;
}

.pms-housing-head h2{
font-size:38px;
}

.pms-house-card{
height:320px;
padding:24px;
}

.pms-house-content h3{
font-size:24px;
}

.pms-house-content p{
font-size:14px;
}

.pms-housing-cta{
padding:50px 25px;
}

.pms-housing-cta h3{
font-size:30px;
}

.pms-housing-btn{
width:100%;
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e2476e *//* ===========================
HOUSING SOLUTIONS HUB SECTION
=========================== */

.pms-hub-section{

background:#F6F1EB;

padding:80px 25px;

position:relative;

z-index:1;

}

.pms-hub-container{

max-width:1200px;

margin:auto;

}

.pms-hub-header{

text-align:center;

max-width:850px;

margin:auto auto 45px;

}

.pms-hub-header span{

display:block;

font-size:11px;

font-weight:700;

letter-spacing:3px;

color:#7F4713;

margin-bottom:12px;

}

.pms-hub-header h2{

font-size:46px;

line-height:1.15;

color:#1B130D;

margin-bottom:18px;

}

.pms-hub-header p{

font-size:15px;

line-height:1.9;

color:#5d5045;

margin:0;

}

.pms-hub-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

margin-top:35px;

}

.pms-hub-card{

background:#fff;

padding:25px;

border-radius:18px;

border:1px solid rgba(127,71,19,.08);

transition:.3s ease;

}

.pms-hub-card:hover{

transform:translateY(-5px);

border-color:#C68C5F;

box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.pms-hub-card h3{

font-size:22px;

margin-bottom:10px;

color:#1B130D;

}

.pms-hub-card p{

font-size:14px;

line-height:1.8;

color:#5d5045;

margin:0;

}

.pms-hub-geo{

margin-top:25px;

background:#fff;

padding:18px 22px;

border-radius:14px;

font-size:14px;

line-height:1.8;

text-align:center;

color:#5d5045;

border:1px solid rgba(127,71,19,.08);

}

.pms-hub-faq{

margin-top:25px;

}

.pms-hub-faq details{

background:#fff;

border-radius:12px;

border:1px solid rgba(127,71,19,.08);

padding:16px 20px;

margin-bottom:10px;

}

.pms-hub-faq summary{

cursor:pointer;

font-weight:600;

font-size:15px;

color:#1B130D;

}

.pms-hub-faq p{

margin-top:12px;

font-size:14px;

line-height:1.8;

color:#5d5045;

}

@media(max-width:768px){

.pms-hub-header h2{

font-size:32px;

}

.pms-hub-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbc5663 *//* HOUSING CTA */

.pms-housing-cta{

background:#1B130D;

padding:90px 25px;

text-align:center;

}

.pms-housing-cta-inner{

max-width:900px;

margin:auto;

}

.pms-housing-cta span{

display:block;

font-size:11px;

letter-spacing:3px;

font-weight:700;

color:#C68C5F;

margin-bottom:15px;

}

.pms-housing-cta h2{

font-size:52px;

line-height:1.1;

color:#F0E8DC;

margin-bottom:20px;

}

.pms-housing-cta p{

font-size:16px;

line-height:1.9;

color:rgba(240,232,220,.75);

max-width:750px;

margin:auto auto 35px;

}

.pms-housing-btns{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

}

.pms-housing-btn-primary{

padding:15px 34px;

background:#C68C5F;

color:#fff !important;

text-decoration:none !important;

border-radius:50px;

font-weight:700;

transition:.35s ease;

}

.pms-housing-btn-primary:hover{

transform:translateY(-3px);

background:#7F4713;

}

.pms-housing-btn-secondary{

padding:15px 34px;

border:1px solid #C68C5F;

color:#F0E8DC !important;

text-decoration:none !important;

border-radius:50px;

font-weight:700;

transition:.35s ease;

}

.pms-housing-btn-secondary:hover{

background:#C68C5F;

color:#fff !important;

transform:translateY(-3px);

}

@media(max-width:768px){

.pms-housing-cta h2{

font-size:34px;

}

.pms-housing-cta p{

font-size:14px;

}

}/* End custom CSS */