body {
    font-family: 'Montserrat', sans-serif;
    background-color: #d4f8d4;
    color: #2c2c2c;
}

/* Header */
.head h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

/* Layout Fix */
.row.mb-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}


.card-img-top {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
}


/* Customer Details */
.customer {
    background: #fff5cc;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
    margin-top: 15px;
}

.contact-card {
    background-color: #fff5cc;
    border: 3px solid #2f2d2a;
    border-radius: 15px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Footer */
.footer {
    margin-top: 60px;
    background-color: #fff5cc;
    color: black;
    padding: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}
