body {
    background: linear-gradient(to bottom, #a275dd91, #d3cc906e); /* Adjust colors as needed */
    color: #333; /* Optional: Set text color for better contrast */
}

#hero-section {
    background: url('../../img/frontend/hero-banner-2.jpg') no-repeat center center;
}