/* Additional styles for Zanestrade logo */
.zanestrade-logo {
    max-width: 150px;
    height: auto;
    margin: 15px 0;
    transition: transform 0.3s ease;
}

.zanestrade-logo:hover {
    transform: scale(1.05);
}

/* Hero section image fix */
.hero-section {
    background-image: url('images/sections/hero-bg.jpg');
    background-size: cover;
    background-position: center;
}

/* Empowering section image fix */
.empowering-section .content-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive fixes */
@media (max-width: 768px) {
    .empowering-section .content-image {
        margin-top: 20px;
    }
}
