/* Progressly Logo Styling */
.progressly-logo-nav {
    height: 35px;
    width: auto;
    max-width: 200px;
}

.progressly-logo-hero {
    max-height: 220px;
    height: auto;
    max-width: 100%;
}

.progressly-logo-footer {
    max-height: 60px;
    height: auto;
    max-width: 180px;
}

.progressly-logo-form {
    max-height: 80px;
    height: auto;
    max-width: 160px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .progressly-logo-nav {
        height: 30px;
        max-width: 150px;
    }
    
    .progressly-logo-hero {
        max-height: 170px;
    }
    
    .progressly-logo-footer {
        max-height: 50px;
        max-width: 150px;
    }
    
    .progressly-logo-form {
        max-height: 70px;
        max-width: 140px;
    }
}

@media (max-width: 576px) {
    .progressly-logo-nav {
        height: 28px;
        max-width: 120px;
    }
    
    .progressly-logo-hero {
        max-height: 120px;
    }
}