h4 {
    color: #000000;
    font-weight: bold;
}

h2 {
    margin-bottom: -1.5rem;
    color: #2d3b3e;
    text-align: center;
}

.top-rated {
    background: #2f97a3;
    padding: 4px 18px;
    border-radius: 20px;
    color: white;
}

.reviews {
    border-radius: 20px;
    padding: 2px 5px;
    background-color: #f5ad6e;
    color: gold;
}

.middle-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.services-card img {
    width: 80px;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.service-text {
    flex: 1;
}

.service-text p {
    margin: 2px 0;
}

.price {
    color: #156779;
    font-weight: bold;
}

.services-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 15px;
    height: auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
@media (max-width:325px){
.services-card{
    flex-direction: column;
    text-align: center;
}
.distance-review-container{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.reviews{
    padding: 2px 0px;
}
}
.services-card img {
    width: 80px;
    height: 100px;
    border-radius: 15px;
    object-fit: cover;
}

.btn-container {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically if needed */
    margin-bottom: 20px;
}

.book-btn {
    background-color: #156779;
    color: white;
    border-radius: 10px;
    padding: 10px 30px;
    max-width: 60%;
    width: 100%;
    border: none;
}

.custom-modal {
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.date-btn {
    border: none;
    background: #f0f0f0;
    border-radius: 12px;
    padding: 10px 15px;
    font-weight: bold;
    color: #555;
}

.date-btn.active {
    background: #007bff;
    color: #fff;
}

.no-slots {
    background: #f0f0f0;
    padding: 10px;
    text-align: center;
    border-radius: 12px;
    font-weight: bold;
    color: #888;
    width: 70% !important;
}

.service-box {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 15px;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.remove-btn {
    background: #dc3545;
    border: none;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.date-slider-container {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* padding-bottom: 5px; */
}

.date-slider-container::-webkit-scrollbar {
    display: none;
}

.date-slider {
    display: flex;
    gap: 8px;
    padding-bottom: 2px;
}

.date-btn {
    border: none;
    background: #f0f0f0;
    border-radius: 12px;
    /* padding: 5px 10px; */
    /* font-weight: bold; */
    color: #555;
    /* text-align: center; */
    min-width: 70px;
    cursor: pointer;
}

.date-btn.active {
    background-color: #156779;
    color: #fff;
}

.full-bg {
    position: relative;
    background-image: url('/asset/image/kosmetic3.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cost-container{
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.discount-price{
    color: red;
}


.service-detail-container {
    width: 60%;
    margin-top: 30px;
}

@media (max-width: 425px) {
    .service-detail-container {
        width: 90% !important;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    .service-detail-container {
        width: 90% !important;
    }
}

@media (max-width: 425px) {
    .book-btn {
        width: 100% !important;
    }
}
.service-detail-container{
    margin-top: 20px;
}
@media(max-width: 440px){
    .service-detail-container{
        margin: 10px;
    }
}