.elementor-133 .elementor-element.elementor-element-a92bbc2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-aaacd35 */.ps-residential{
padding:100px 20px;
background:#F8FAFC;
overflow:hidden;
}

.ps-residential *{
box-sizing:border-box;
}

.ps-residential img{
max-width:100%;
display:block;
}

/* CONTAINER */
.ps-res-hero,
.ps-res-intro,
.ps-res-feature,
.ps-res-benefits,
.ps-res-cta{
max-width:1280px;
margin:auto;
}

/* HERO */
.ps-res-hero{
text-align:center;
margin-bottom:90px;
}

.ps-res-hero-content{
max-width:820px;
margin:auto;
}

.ps-tag{
display:inline-flex;
align-items:center;
justify-content:center;
background:rgba(0,56,184,.08);
color:#0038B8;
border:1px solid rgba(0,56,184,.18);
padding:8px 16px;
border-radius:999px;
font-size:13px;
font-weight:600;
margin-bottom:24px;
}

.ps-res-hero h1{
font-size:clamp(42px,5vw,72px);
line-height:1.05;
letter-spacing:-0.04em;
color:#0F172A;
margin:0 0 24px;
}

.ps-res-hero p{
color:#64748B;
font-size:18px;
line-height:1.7;
margin:0;
}

/* INTRO */
.ps-res-intro{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
margin-bottom:110px;
}

.ps-res-img img{
width:100%;
height:620px;
object-fit:cover;
border-radius:28px;
box-shadow:0 30px 70px rgba(15,23,42,0.12);
}

.ps-res-text h2{
font-size:42px;
line-height:1.1;
color:#0F172A;
margin:0 0 24px;
}

.ps-res-text p{
color:#475569;
line-height:1.9;
margin-bottom:18px;
font-size:16px;
}

.ps-res-text ul{
margin:30px 0 0;
padding-left:22px;
}

.ps-res-text li{
color:#0F172A;
margin-bottom:12px;
line-height:1.7;
}

.ps-res-text li::marker{
color:#0038B8;
}

/* FEATURE */
.ps-res-feature{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
margin-bottom:110px;
}

.ps-res-feature-text h2{
font-size:42px;
line-height:1.1;
color:#0F172A;
margin:0 0 24px;
}

.ps-res-feature-text p{
color:#475569;
line-height:1.9;
margin-bottom:18px;
font-size:16px;
}

.ps-res-feature-img img{
width:100%;
height:560px;
object-fit:cover;
border-radius:28px;
box-shadow:0 30px 70px rgba(15,23,42,0.12);
}

/* BENEFITS */
.ps-res-benefits{
text-align:center;
margin-bottom:110px;
}

.ps-res-benefits h2{
font-size:48px;
line-height:1.1;
color:#0F172A;
margin-bottom:50px;
}

.ps-benefits-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.ps-benefit{
background:#fff;
padding:36px 28px;
border-radius:24px;
box-shadow:0 15px 40px rgba(15,23,42,0.06);
transition:0.3s ease;
border:1px solid rgba(15,23,42,.06);
}

.ps-benefit:hover{
transform:translateY(-6px);
border-color:rgba(0,56,184,.18);
box-shadow:0 20px 50px rgba(0,56,184,.10);
}

.ps-benefit h4{
font-size:22px;
color:#0F172A;
margin:0 0 14px;
}

.ps-benefit p{
color:#64748B;
line-height:1.8;
margin:0;
}

/* CTA */
.ps-res-cta{
text-align:center;
background:linear-gradient(
135deg,
#002A86,
#0038B8
);
padding:80px 40px;
border-radius:32px;
color:#fff;
box-shadow:0 30px 90px rgba(0,56,184,.18);
}

.ps-res-cta h2{
font-size:52px;
line-height:1.05;
margin:0 0 20px;
}

.ps-res-cta p{
color:#DCE8FF;
max-width:620px;
margin:0 auto 30px;
line-height:1.8;
}

.ps-btn{
display:inline-flex;
align-items:center;
justify-content:center;
background:linear-gradient(
135deg,
#1E4DFF,
#0038B8
);
color:#fff;
padding:16px 30px;
border-radius:14px;
text-decoration:none;
font-weight:600;
transition:0.3s ease;
}

.ps-btn:hover{
transform:translateY(-3px);
box-shadow:0 14px 35px rgba(0,56,184,.35);
}

/* RESPONSIVE */
@media(max-width:1024px){

.ps-res-intro,
.ps-res-feature{
grid-template-columns:1fr;
gap:40px;
}

.ps-benefits-grid{
grid-template-columns:repeat(2,1fr);
}

.ps-res-img img,
.ps-res-feature-img img{
height:500px;
}
}

@media(max-width:768px){

.ps-residential{
padding:70px 16px;
}

.ps-res-hero{
margin-bottom:70px;
}

.ps-res-intro,
.ps-res-feature,
.ps-res-benefits{
margin-bottom:80px;
}

.ps-res-hero h1{
font-size:44px;
}

.ps-res-text h2,
.ps-res-feature-text h2,
.ps-res-benefits h2,
.ps-res-cta h2{
font-size:34px;
}

.ps-benefits-grid{
grid-template-columns:1fr;
}

.ps-res-img img,
.ps-res-feature-img img{
height:360px;
border-radius:22px;
}

.ps-res-cta{
padding:60px 24px;
border-radius:24px;
}
}/* End custom CSS */