/* Placeholder images for the website */
.placeholder-hero {
    background-color: #57bfc9;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    border-radius: 10px;
}

.placeholder-about {
    background-color: #5fc3b3;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    border-radius: 10px;
}

.placeholder-doctor {
    background-color: #0f4e58;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.placeholder-service {
    background-color: #afbdbe;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.placeholder-testimonial {
    background-color: #ebf5f5;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f4e58;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
}
