.men-exclusive-bg {
    background-image: url('/men-exclusive');
    background-size: cover;
    background-position: center;
    color: white;
    /* Change text color to white for better visibility */
    position: relative;
    overflow: hidden;
}

.men-exclusive-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: rgba(255, 255, 255, 0.7);
    /* Dark overlay for better text visibility */
    z-index: 1;
    filter: blur(80px);
}

.men-exclusive-bg .service-info {
    position: relative;
    z-index: 2;
}

.men-exclusive-bg h3 {
    color: #d32f2f;
}

.men-exclusive-bg .price,
.men-exclusive-bg td {
    color: rgb(15, 52, 84) !important;
}

.treatment-bg {
    background-image: url('/men-exclusive');
    background-size: cover;
    background-position: center;
    color: white;
    /* Change text color to white for better visibility */
    position: relative;
    overflow: hidden;
}

.treatment-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgba(255, 255, 255, 0.7);
    /* Dark overlay for better text visibility */
    z-index: 1;
    filter: blur(80px);
}

.treatment-bg .service-info {
    position: relative;
    z-index: 2;
}

.treatment-bg h3 {
    color: #d32f2f;
}

.treatment-bg .price,
.treatment-bg td {
    color: rgb(15, 52, 84) !important;
}

.straighten-bg {
    background-size: cover;
    background-position: center;
    color: white;
    /* Change text color to white for better visibility */
    position: relative;
    overflow: hidden;
}

.straighten-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: rgba(255, 255, 255, 0.7);
    /* Dark overlay for better text visibility */
    z-index: 1;
    filter: blur(80px);
}

.straighten-bg .service-info {
    position: relative;
    z-index: 2;
}

.straighten-bg h3 {
    color: #d32f2f;
}

.straighten-bg .price,
.straighten-bg td {
    color: rgb(15, 52, 84) !important;
}

.perm-bg {
    background-image: url('/men-exclusive');
    background-size: cover;
    background-position: center;
    color: white;
    /* Change text color to white for better visibility */
    position: relative;
    overflow: hidden;
}

.perm-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgba(255, 255, 255, 0.7);
    /* Dark overlay for better text visibility */
    z-index: 1;
    filter: blur(80px);
}

.perm-bg .service-info {
    position: relative;
    z-index: 2;
}

.perm-bg h3 {
    color: #d32f2f;
}

.perm-bg .price,
.perm-bg td {
    color: rgb(15, 52, 84) !important;
}

.haircut-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgba(255, 255, 255, 0.7);
    /* Dark overlay for better text visibility */
    z-index: 1;
    filter: blur(80px);
}

.haircut-bg .service-info {
    position: relative;
    z-index: 2;
}

.haircut-bg h3 {
    color: #d32f2f;
}

.haircut-bg .price,
.haircut-bg td {
    color: rgb(15, 52, 84) !important;
}

.color-bg {
    background-image: url('/men-exclusive');
    background-size: cover;
    background-position: center;
    color: white;
    /* Change text color to white for better visibility */
    position: relative;
    overflow: hidden;
}

.color-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    background-color: rgba(255, 255, 255, 0.7);
    /* Dark overlay for better text visibility */
    z-index: 1;
    filter: blur(80px);
}

.color-bg .service-info {
    position: relative;
    z-index: 2;
}

.color-bg h3 {
    color: #d32f2f;
}

.color-bg .price,
.color-bg td {
    color: rgb(15, 52, 84) !important;
}