Experience greater and greener living at LIV Anura. Nestled by the river and Gasworks, this vibrant, amenity-rich community in Newstead offers the ultimat in easy living. rgba(0, 95, 130, 1) <style>
.banner-container {
background-color: #f4e976;
padding: 60px 20px;
text-align: center;
min-height: 200px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.banner-title {
color: #005F82;
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">REDUCED RATE RENTING</h1>
<p class="banner-description">
LIV Anura is proud to partner with the Queensland Government to offer Reduced Rate Renting for eligible applicants. Learn more to find out if you are entitled to a discounted lease.
</p>
<button class="enquiry-button"><a href="https://edge.sitecorecloud.io/mirvacprocu45a5-mirvacsitec7536-prodc5da-5fc1/media/Project/Build-to-Rent/LIVMirvac/PDFs/Reduced-Rate-Renting/MRVC22156_LIV_Anura_RRR_Brochure_S1_V7.pdf" target="_blank">Learn More</a></button>
</div>