.hero-text {
background: rgba(0,0,0,0.55); /* subtle dark overlay for contrast */
padding: 1.5rem 2rem;
border-radius: 12px;
color: #fff;
font-family: "Poppins", sans-serif;
}
.button-primary {
background-color: #e63946;
color: white;
border-radius: 50px;
padding: 0.75rem 1.5rem;
font-weight: 600;
transition: all 0.3s ease;
}
.button-primary:hover {
background-color: #d62828;
transform: scale(1.05);
}
top of page
bottom of page