/* Placeholder for hero tech image */
.hero-img {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.hero-img::after {
    content: "Professional IT Solutions";
}

/* Placeholder for team collaboration image */
.approach-img {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.approach-img::after {
    content: "Team Collaboration";
}
