/* Placeholder logo image - replace with actual logo */
.placeholder-image {
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

.logo .placeholder-image {
    width: 180px;
    height: 60px;
}

.hero-image .placeholder-image {
    width: 100%;
    height: 300px;
}

.feature-icon .placeholder-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-author .placeholder-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.social-icons .placeholder-image {
    width: 20px;
    height: 20px;
}

.contact-info .placeholder-image {
    width: 20px;
    height: 20px;
}
