/* Image loading fixes for Hostinger compatibility */
.full-width-img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 200px;
    background-color: #f5f5f5;
}

/* Background image fallbacks */
.hero {
    background-color: #3a5a40;
}

.dream-home {
    background-color: #344e41;
}

.cta-section {
    background-color: #3a5a40;
}

/* Fix for image loading */
img {
    max-width: 100%;
}

/* Logo specific fix */
.logo-img {
    max-width: 200px;
}
