/* Responsive Logo Sizes */

/* Desktop: Medium 300x300 */
@media (min-width: 1025px) {
    .elementor-element-b35f3c6 img,
    #b35f3c6 img {
        width: 300px !important;
        height: 300px !important;
        max-width: 300px !important;
        object-fit: contain !important;
    }
}

/* Tablet: Large 1024x1024 */
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-element-b35f3c6 img,
    #b35f3c6 img {
        width: 1024px !important;
        height: 1024px !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }
}

/* Mobile: Thumbnail size (150x150) */
@media (max-width: 767px) {
    .elementor-element-b35f3c6 img,
    #b35f3c6 img {
        width: 150px !important;
        height: 150px !important;
        max-width: 150px !important;
        object-fit: contain !important;
    }
}
