.bw-birthday-section {
    position: relative;
    text-align: center;
    background: url('../images/confetti.gif') center/cover no-repeat;
    padding: 60px 20px;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.bw-content {
    position: relative;
    z-index: 2;
}
.bw-image img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 20px 0;
    border: 5px solid #fff;
}
.bw-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.bw-none {
    text-align: center;
    padding: 50px;
    color: #666;
    font-size: 18px;
}
