*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

.card img{
    height: 200px;
    object-fit: cover; /*Keeps the image size fixed neatly*/
}

body {
    background: #f8f9fb;
    font-family: "Segoe UI", sans-serif;
}

/* Card */
.service-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* Image */
.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Body */
.card-body-custom {
    padding: 22px;
}

.card-body-custom h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.card-body-custom p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* Price Button */
.price-btn {
    background: #b1ac8c;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

/* Old price */
.old-price {
    color: #888;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 700;

}

/* Time badge */
.time-badge {
    display: inline-block;
    background: #4c0a1b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}
.he-clo{
    gap: 30px;
}