An all together different way to rent. This parkside location is part of the fabric of local life with an abundance of eateries and watering holes only a short stroll away on Sydney Road. rgba(116, 4, 3, 1) <style>
.banner-container {
background-color: #ffeb82;
padding: 60px 20px;
text-align: center;
min-height: 200px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.banner-title {
color: #730303;
font-size: 40px;
font-weight: 400;
margin-bottom: 24px;
letter-spacing: 0.5px;
}
.banner-description {
color: #1f2937;
font-size: 18px;
line-height: 1.6;
max-width: 600px;
margin: 0 auto 32px auto;
}
.enquiry-button {
background-color: #374151;
color: white;
padding: 5px 14px;
border: none;
border-radius: 50px;
font-size: 18px;
font-weight: 400;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
}
.enquiry-button:hover {
background-color: #1f2937;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* Mobile Responsive */
@media (max-width: 768px) {
.banner-container {
padding: 40px 16px;
min-height: 180px;
}
.banner-title {
font-size: 2rem;
margin-bottom: 20px;
line-height: 1.2;
}
.banner-description {
font-size: 1rem;
margin-bottom: 28px;
padding: 0 8px;
}
.enquiry-button {
padding: 6px 12px;
font-size: 0.95rem;
}
}
@media (max-width: 480px) {
.banner-container {
padding: 32px 12px;
}
.banner-title {
font-size: 1.75rem;
margin-bottom: 16px;
}
.banner-description {
font-size: 0.95rem;
line-height: 1.5;
}
.enquiry-button {
padding: 11px 20px;
font-size: 0.9rem;
}
}
/* Desktop enhancements */
@media (min-width: 1024px) {
.banner-container {
padding: 80px 40px;
}
.banner-title {
font-size: 3rem;
margin-bottom: 28px;
}
.banner-description {
font-size: 1.2rem;
max-width: 700px;
}
.enquiry-button {
padding: 10px 20px;
font-size: 1.1rem;
}
}
</style>
<div class="banner-container">
<h1 class="banner-title">HERE'S YOUR EXCLUSIVE SYDNEY ROAD FESTIVAL INCENTIVES!* </h1>
<p class="banner-description">
</p>
<p class="banner-description">
We’re excited that you’re interested in LIV Albert <br />
Simply enquire below to start the conversation and claim your free goodie bag! <br />
+ <br />
Sign a lease before 31 March 2026 and enjoy: <br />
$1,000 gift card when you sign a 12‑month lease* <br />
$2,000 gift card when you sign a 24‑month lease* <br /> </p>
</div>