Selling your home can feel overwhelming, but with the right guidance and strategy, it doesn't have to be.
At Price & Co. Real Estate, we've developed a straightforward process that keeps you informed and supported every step of the way.
Every successful sale starts with understanding your property's position in today's market. We'll provide an in-depth appraisal, discuss comparable sales and build a strategy tailored to your goals.
We'll identify improvements, styling opportunities and presentation strategies that maximise buyer appeal and property value.
Professional photography, premium listings and targeted social media campaigns ensure your property reaches the right buyers.
We manage inspections, enquiries and buyer follow-up while keeping you informed with regular updates.
Whether through private sale, auction or best and final offers, we negotiate to achieve the strongest possible outcome.
From signing contracts through settlement, we manage every detail to ensure a smooth and stress-free experience.
Book your complimentary property appraisal today.
body{
font-family:"PPTelegraf Regular",sans-serif;
color:#444;
font-size:18px;
line-height:1.8;
background:#ffffff;
}
h1,h2,h3,h4,h5{
font-family:"bahnschrift",sans-serif;
color:#221f25;
font-weight:700;
letter-spacing:-0.5px;
}
h2{
font-size:44px;
margin-bottom:25px;
}
h3{
font-size:28px;
}
a{
color:#a27941;
transition:.3s;
}
a:hover{
color:#221f25;
}
/*=============================
SECTION
==============================*/
.process-section{
padding:100px 20px;
background:#fff;
}
.process-container{
max-width:1200px;
margin:auto;
}
.process-intro{
max-width:820px;
margin-bottom:70px;
}
.process-intro p{
color:#666;
font-size:20px;
}
/*=============================
CARDS
==============================*/
.process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
gap:35px;
}
.process-card{
background:#fff;
border-radius:18px;
padding:35px;
box-shadow:0 15px 45px rgba(0,0,0,.08);
transition:.35s;
border-top:5px solid #a27941;
}
.process-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 60px rgba(0,0,0,.12);
}
.process-icon{
width:70px;
height:70px;
background:#a27941;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:30px;
margin-bottom:25px;
}
.process-card h3{
margin-bottom:15px;
color:#221f25;
}
.process-card p{
color:#666;
}
/*=============================
NUMBER BADGE
==============================*/
.step-number{
display:inline-block;
background:#221f25;
color:#fff;
padding:8px 18px;
border-radius:40px;
font-size:14px;
margin-bottom:20px;
font-weight:bold;
letter-spacing:1px;
}
/*=============================
BOTTOM CTA
==============================*/
.process-cta{
margin-top:80px;
text-align:center;
background:#221f25;
padding:70px;
border-radius:18px;
color:#fff;
}
.process-cta h2{
color:#fff;
}
.process-btn{
display:inline-block;
margin-top:30px;
padding:18px 45px;
background:#a27941;
color:#fff!important;
border-radius:50px;
text-decoration:none;
font-weight:bold;
transition:.3s;
}
.process-btn:hover{
background:#fff;
color:#221f25!important;
}
/*=============================
RESPONSIVE
==============================*/
@media(max-width:768px){
.process-section{
padding:70px 20px;
}
h2{
font-size:34px;
}
.process-grid{
grid-template-columns:1fr;
}
.process-card{
padding:28px;
}
.process-cta{
padding:45px 25px;
}
}