/* .mens-salon-left_sv {
  padding-left: 5vw;
  padding-right: 5vw;
} */

.card-container {
    max-width: 800px;
    margin: 40px auto;
}

.service-card {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.service-details {
    flex: 1;
    padding-right: 15px;
    min-width: 60%;
}

.service-image {
    text-align: center;
    min-width: 35%;
}

.service-image img {
    max-width: 150px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.rating {
    color: #ff9800;
    font-weight: bold;
}

.btn-add {
    display: block;
    margin-top: 10px;
    justify-content: center;
}

@media (max-width: 768px) {
    .service-card {
        flex-direction: column;
        text-align: center;
    }

    .service-details,
    .service-image {
        min-width: 100%;
    }
}

.package-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.discount {
    text-decoration: line-through;
    color: gray;
}

.add-btn {
    border: 1px solid purple;
    color: purple;
}

.add-btn:hover {
    background-color: purple;
    color: white;
}

.service-card {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 20px; */
}

.service-details {
    flex: 1;
    min-width: 60%;
}

.service-image {
    text-align: center;
    min-width: 35%;
}

.service-image img {
    width: 100%;
    /* max-width: 150px; */
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.rating {
    color: #ff9800;
    font-weight: bold;
}

.btn-add {
    display: block;
    margin-top: 10px;
    align-self: center;
}

@media (max-width: 768px) {
    .service-card {
        flex-direction: column;
        text-align: center;
    }

    .service-details,
    .service-image {
        min-width: 100%;
    }
    .card .border {
        border: none;
    }
    .card img {
        width: 100%;
    }
}

.card-text {
    font-size: 0.9rem;
    text-align: center;
}

.card-img-top {
    width: 60%;
    height: 20vh;
    object-fit: fill;
    border-radius: 10px;
    align-self: center;
}

body a {
    text-decoration: none;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
