/* Hero Section */
.hero {
    padding: 2rem 1rem;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://example.com/classical-music-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    margin-bottom: 2rem;
    position: relative;
}

.hero h1,
.hero p {
    margin-left: 20px;
}

.hero h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: auto;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.hero p {
    font-size: 1rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

/* Shape Divider */
.custom-shape-divider-top-1744302011 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1744302011 svg {
    position: relative;
    display: block;
    width: calc(134% + 1.3px);
    height: 120px;
}

.custom-shape-divider-top-1744302011 .shape-fill {
    fill: #d6d2cc;
}